<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
 Font:  Use for Content
========================================================================== */

@import url("https://fonts.cdnfonts.com/css/proxima-nova-2");

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ParalucentW00";
    src: url("../fonts/ParalucentW00-Medium.woff2") format("woff2"),
        url("../fonts/ParalucentW00-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*container new css*/

@media only screen and (min-width:1435px) {
    .container-fluid {
        max-width: 1440px;
    }
}

/* ==========================================================================
Global Styles
========================================================================== */

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

html,
body {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: "Proxima Nova Rg"
}

ul li {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

p {
    padding: 0;
    margin: 0;
    color: #4f6064;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

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

select,
input,
button,
a {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

button:focus {
    border: 0;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adbdc8 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adbdc8 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adbdc8 !important;
}

.container {
    max-width: 1170px;
}

/*==========================================================================
							Heading Tags
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "ParalucentW00";
    color: #2b3639;
}

h2 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    margin-bottom: 20px;
}

/* ==========================================================================
							Navbar Css 
========================================================================== */

.top-header {
    background-color: #058e9b;
    padding: 13px 0;
}

.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
}

.email {
    align-self: center;
}

.email li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #21a0ff;
}

.email li:nth-last-child(1) {
    border-right: 0;
}

.email li a i {
    padding-right: 0;
}

.email li a {
    font-size: 16px;
    color: #fff;
}

.social-icon {
    align-self: center;
    display: flex;
}

.social-icon li {
    padding: 0 0 0 0;
    display: inline-block;
}

.social-icon li:nth-last-child(1) {
    border-right: 0;
}

.social-icon li a {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}

.social-icon li a i {
    padding-right: 6px;
}

.social-icon li a p {
    display: inline-block;
}

.social-icon li a:hover {
    text-decoration: none;
}

.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .logo_h {
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.header_area .navbar .nav .nav-item {
    margin-right: 70px;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px;
    display: inline-block;
    /* font-size: 30px; */
    letter-spacing: 0px;
    line-height: 35px;
    color: #058e9b;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-size: 20px;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #463d25;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #1d1d1d;
    padding: 0px 10px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #058e9b;
    color: #fff;
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.right-button {
    margin-left: 0;
    margin-top: 0;
}

.right-button ul {
    padding: 0;
    list-style: none;
}

.right-button ul li {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
}

.cn_num {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #058e9b;
    font-weight: 500;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #e5e6ee;
    cursor: pointer;
    border-radius: 6em;
    justify-content: center;
    align-items: center;
    transition: transform .4s cubic-bezier(.152, 2.937, .538, .966);
    display: flex;
    position: relative;
}

/* .cn_num:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background-color: #058e9b;
    height: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.banner_cn {
    text-align: center;
}

.banner_cn h1,
.banner_cn h1 p {
    font-size: 70px;
}

.page-id-7 .banner_cn p {
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 0;
}

.right-button .grt_stated:hover,
.get_stated:hover {
    background-color: #fff !important;
    color: #058e9b;
    transform: scale(1.02);
    border: 1px solid #e5e6ee;
}

.scroll-on .main_menu {
    background-color: #d5f3f5;
}

header.header_area.scroll-on {
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* ==========================================================================
						Banner Section Css 
========================================================================== */

.banner_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-top: 180px;
    padding-bottom: 50px;
    outline: none;
    /* background-image: url(https://www.lendevity.com/wp-content/uploads/2024/02/banner-1.png) !important; */
    position: relative;
    /* padding: 235px 0px 200px; */
}

.banner_sec.banner_WhoWeAre {
    /* background-image: url(https://www.lendevity.com/wp-content/uploads/2024/02/banner-1.png) !important; */
    padding: 280px 0px 0px;
}

.banner_cn {
    text-align: left;
}

.banner_cn h1,
.banner_cn h1 p {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 50px;
    letter-spacing: 1px;
    color: #058e9b;
    font-weight: 500;
}

.banner_cn h1 p {
    margin: 0;
}

.banner_cn h1 span {
    position: relative;
	display: flex;
    justify-content: center;
}

.banner_cn h1 span:after {
    content: "";
    width: 348px;
    height: 13px;
    background: url("../images/line.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
}

.banner_cn ul li {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 36px;
    color: #00556f;
    font-weight: 400;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.banner_cn ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #ff8572;
    margin-right: 5px;
}

.btn_p {
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: inherit;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
    background-color: #ff8572;
    border-radius: 8px;
}

.n_steps_sec .btn_p {
    border: none;
    color: #fff !important;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
    background-color: #ff8572;
    max-width: 220px;
    width: 100%;
}

.btn_p:hover {
    background-color: #058e9b !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75) !important;
}

.btn_blue:hover {
    background-color: #ff8572 !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
}

.home_btn_bx:hover .home_btn_bx a img {
    padding: 15px;
}

.n_steps_sec .btn_blue {
    background-color: #058e9b;
    border: none;
    color: #fff !important;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: initial;
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75);
    max-width: 220px;
    width: 100%;
    border-radius: 8px;
}

.bsr_btn_bx a {
    margin-right: 10px;
}

.link {
    color: #2175ff;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}

.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.support_sec {
    background-image: linear-gradient(rgb(71, 68, 61, 0.8), rgb(71, 68, 61, 0.8)), url("../images/fdf.png");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.support_cn_bx h3 {
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
}

.support_cn_bx p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.support_cn_bx {
    text-align: center;
}

.head_sec h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #058e9b;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}

/* ==========================================================================
						Partner Section Css 
========================================================================== */

.partner_sec {
    padding-bottom: 50px;
}

.partner_logos button.slick-prev.slick-arrow:before {
    background: url(../images/left.png) no-repeat;
    background-position: 100%;
}

.partner_logos button.slick-next.slick-arrow:before {
    background: url(../images/right.png) no-repeat;
    background-position: 100%;
}

.partner_logos button.slick-prev.slick-arrow {
    left: -15px;
    z-index: 9;
}

.partner_logos button.slick-next.slick-arrow {
    right: -15px;
    z-index: 9;
}

.partner_logos .slick-slide {
    padding: 0;
}

.partner_logos button {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    margin: auto;
}

.partner_logos button:before {
    height: 25px;
    width: 14px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.partner_logos .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

.partner_logos .slick-track {
    display: flex;
    align-items: center;
}

.p_cn {
    margin-top: 50px !important;
    max-width: 550px;
    margin: 0 auto;
}

.p_cn p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    font-family: "Proxima Nova";
    text-align: center;
    font-weight: 400;
}

.p_cn {
    margin-top: 100px;
}

/* ==========================================================================
						we_make_it_sec Section Css 
========================================================================== */

.we_make_it_sec {
    /* background-image: url("https://www.lendevity.com/wp-content/uploads/2024/02/makesimple.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}

.video_sec {
    margin-top: -250px;
    padding-bottom: 100px;
}

.we_make_it_sec .head_sec p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    font-weight: 300;
}

section.we_make_it_sec .btn_p {
    max-width: 230px;
    height: 60px;
    filter: drop-shadow(0px 12px 21.5px rgba(255, 169, 156, 0.75));
    background-color: #ff8572;
    width: 100%;
    line-height: 40px;
}

.ic_bx {
    position: relative;
    padding: 15px 25px;
}

/* .ic_bx:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #f7eae8;
    height: 85%;
    position: absolute;
    left: 0;
}

.ic_bx:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 104px;
    margin: auto;
} */

.ic_bx h2 {
    margin: 10px 0;
}

.ic_bx img {
    margin-bottom: 20px;
}

.ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
}

.ic_sec {
    padding-top: 60px;
}

.purchase_dis,
.hide_p {
    display: none;
}

.you_home_sec {
    /* background-image: url("https://www.lendevity.com/wp-content/uploads/2024/02/Group-35153.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.you_home_sec:after {
    content: "";
    background: #e6f4f6;
    width: 100%;
    height: 30%;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
}

.you_home_sec:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.your_home_icon .ic_bx h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 10px 0;
}

.your_home_icon .ic_bx img {
    margin-bottom: 20px;
}

.your_home_icon .ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
}

/* .your_home_icon {
    padding: 50px 0;
} */

/* .your_home_icon .ic_bx:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #e8f5f7;
    height: 100%;
    position: absolute;
    left: 0;
} */

/* .your_home_icon .ic_bx:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 110px;
    margin: auto;
} */

.home_btn_bx.text-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
}

.you_home_sec .btn_p {
    width: 275px;
    background-color: #ff8572;
}

.home_btn_bx a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.what_our_sec .head_bx h2 {
    text-align: center;
    margin-bottom: 50px;
}

.cli_r_bx {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #fff;
    padding: 50px;
    height: 100%;
}

.cli_r_slider .slick-slide {
    height: auto;
}

.quotes_icon {
    position: relative;
    top: -75px;
}

.quotes_icon img {
    text-align: center;
    margin: 0 auto;
}

.how_cn_bx p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
}

.cli_r_slider .slick-slide {
    padding: 15px;
}

.cli_r_slider button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

/* .cli_r_slider button.slick-prev.slick-arrow {
    left: 20%;
    z-index: 9;
} */

/* .cli_r_slider button.slick-next.slick-arrow {
    right: 20%;
    z-index: 9;
}  */

.cli_r_slider button {
    position: absolute;
    font-size: 0;
    top: 50%;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    bottom: 0;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
    z-index: 9;
}

button.slick-next.slick-arrow {
    right: 0;
}

.cli_r_slider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
    border: 1px solid #ff8572;
    border-radius: 50%;
}

.what_our_sec.what_realtors .how_cn_bx p {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 18px;
    padding-right: 10px;
}

.what_our_sec.what_realtors .how_cn_bx p::-webkit-scrollbar-track,
.how_cn_bx2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.what_our_sec.what_realtors .how_cn_bx p::-webkit-scrollbar,
.how_cn_bx2::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.what_our_sec.what_realtors .how_cn_bx p::-webkit-scrollbar-thumb,
.how_cn_bx2::-webkit-scrollbar-thumb {
    background-color: #999999;

}


.checked {
    color: orange;
}

.how_cn_bx2 h6 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #058e9b;
}

.cli_r_slider2 {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #fff;
    padding: 5% 10%;
    /* height: 420px; */
    position: relative;
}

.cli_r_slider2::after {
    content: "";
    width: 55px;
    height: 53px;
    background: url("../images/98868.png") no-repeat;
    top: -20px;
    right: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    margin: auto;
}

.quotes_icon2 {
    position: relative;
    margin-top: -45px;
    margin-bottom: 15px;
}

.quotes_icon2 img {
    text-align: center;
    margin: 0 auto;
}

.how_cn_bx2 p {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #4f6064;
    margin-bottom: 15px;
}

.cli_r_slider2 .slick-slide {
    padding-top: 30px;
}

.cli_r_slider2 button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider2 button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider2 button.slick-prev.slick-arrow {
    left: 35%;
    z-index: 9;
}

.cli_r_slider2 button.slick-next.slick-arrow {
    right: 35%;
    z-index: 9;
}

.cli_r_slider2 button {
    position: absolute;
    font-size: 0;
    top: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: -8%;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.cli_r_slider2 button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.videos_slider {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #fff;
    border: 7px solid #ffffff;
    margin: 0;
}

.videos_slider .slick-slide {
    padding-top: 0;
}

.videos_slider button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.videos_slider button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.videos_slider button.slick-prev.slick-arrow {
    left: 35%;
    z-index: 9;
}

.videos_slider button.slick-next.slick-arrow {
    right: 35%;
    z-index: 9;
}

.videos_slider button {
    position: absolute;
    font-size: 0;
    top: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: -8%;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.videos_slider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.start_now {
    padding: 130px 0px;
    /* padding-top: 15%; */
    /* background-image: url("https://www.lendevity.com/wp-content/uploads/2024/02/Group-35153.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 15%; */
    position: relative;
    /* min-height: 800px; */
}

.start_now::before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.start_now::after {
    content: "";
    background: #e6f4f6;
    width: 100%;
    height: 30%;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
}

/* .our_ex_sec {
    padding-top: 50px;
} */

.our_ex_sec,
.partner_sec .head_bx h2 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

/* .our_ex_sec{
    padding: 130px 0px !important;
} */

section.partner_sec.bottom {
    padding: 50px 0;
}

.ex_in_bx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 15px 25px;
}

.txt-lft {
    align-items: flex-start !important;
}

/* .ex_in_bx::before {
    content: "";
    display: block;
    width: 2px;
    background-color: #e8f5f7;
    background-color: #4a9ba6;
    height: 100%;
    position: absolute;
    left: 0;
}

.ex_in_bx::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 100px;
    margin: auto;
} */

.ex_in_bx img {
    margin-bottom: 25px;
}

.relator_exp .ex_in_bx:after,
.relator_exp .ex_in_bx:before {
    display: none;
}

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

.relator_exp .ex_in_bx h3 {
    color: #058e9b;
}

.ex_in_bx h3 {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: left;
}

.dpo_cn {
    margin-top: 25px;
}

.banner_cn .help::after {
    content: "";
    width: 124px;
    height: 6px;
    background: url("../images/help.png") no-repeat;
    bottom: -5px;
    position: absolute;
    display: inline-block;
    left: 0;
}

.refinance_line .refinance::after {
    content: "";
    width: 157px;
    height: 6px;
    background: url("../images/Refinance.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
}

.our_client .our_c_line::after {
    content: "";
    width: 248px;
    height: 10px;
    background: url("../images/our_c_line.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
}

.ex_in_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #2b3639;
}

.exp_logos button.slick-prev.slick-arrow:before {
    background: url(../images/left.png) no-repeat;
    background-position: 100%;
}

.exp_logos button.slick-next.slick-arrow:before {
    background: url(../images/right.png) no-repeat;
    background-position: 100%;
}

.exp_logos button.slick-prev.slick-arrow {
    left: -2%;
    z-index: 9;
}

.exp_logos button.slick-next.slick-arrow {
    right: -2%;
    z-index: 9;
}

.exp_logos .slick-slide {
    padding: 0;
}

.exp_logos button {
    position: absolute;
    font-size: 0;
    top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    bottom: 0;
    margin: auto;
}

.exp_logos button:before {
    height: 25px;
    width: 14px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.exp_logos .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
}

.exp_logos {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.what_our_sec .bx-viewport {
    height: 100% !important;
}

.what_our_sec .bx-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 80px;
}

.exp_logos .slick-track {
    display: flex;
    align-items: center;
}

.iframe_bx iframe {
    height: 670px;
}

.n_steps_sec {
    /* padding: 130px 0; */
    /* background-color: #f1fafb; */
    margin-top: 90px;
}

.n_steps_sec .head_bx h2 {
    margin-bottom: 10px;
}

.n_steps_sec .head_bx p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.bsr_btn_bx {
    text-align: center;
}

.n_steps_sec .m-options .bsr_btn_bx {
    margin: 20px 0 50px 0;
}

/* 
.n_steps_sec .m-options .btn_blue {
    max-width: 280px;
} */


/* ==========================================================================
						How we work Section Css 
========================================================================== */

.how_we_work_sec,
.banner_sec.banner_relator {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    outline: none;
    /* height: 400px; */
    background-image: none !important;
    position: relative;
    padding: 280px 0px 0px;
}

.banner_in_cn h2 span {
    font-size: 55px;
    letter-spacing: 1px;
    color: #058e9b;
    font-weight: 500;
    text-align: center;
    position: relative;
}

/* .banner_in_cn {
    max-width: 570px;
    margin: 0 auto;
} */

.banner_in_cn h2 span::after {
    content: "";
    width: 194px;
    height: 7px;
    background: url("../images/line.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    margin: auto;
    right: 0;
}

/* ==========================================================================
							Our Progress Section Css 
========================================================================== */

.our_progress_sec {
    padding: 100px 0;
}

.our_progress_sec .ic_bx {
    height: 300px;
}

.our_progress_sec .our_progress_sec .head_sec h5 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

.badge_area {
    padding-bottom: 0;
}

.our_progress_sec h5 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

.our_progress_sec .head_sec p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
}

.our_progress_sec .ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    text-align: left;
}

/* ==========================================================================
							your money Section Css 
========================================================================== */

.different_sec .ex_in_bx {
    margin-bottom: 30px;
    /* height: 300px; */
    overflow: hidden;
}

.bubbles_sec {
    position: relative;
    background-color: #eff8fa;
    padding: 0;
}

/* KEYFRAMES */
/* @-webkit-keyframes animateBubble {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-left: 1000px;
    }
    100% {
        margin-left: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-right:0px;
    }
    100% { 
        margin-right:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-right:0px;
    }
    100% { 
        margin-right:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-right:0px;
    }
    100% { 
        margin-right:50px;
    }
} */

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* ANIMATIONS */

.x_size {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

.x1 {
    left: 5%;
    top: 0;
}

.x2 {
    left: 8%;
    top: 30%;
}

.x3 {
    left: 4%;
    top: 50%;
}

.x4 {
    left: 15%;
    top: 10%;
}

.x5 {
    left: 30%;
    top: 22%;
}

.x6 {
    left: 30%;
    top: 60%;
}

.x7 {
    left: 16%;
    top: 72%;
}

.x8 {
    left: 50%;
    top: 40%;
}

.x9 {
    left: 60%;
    top: 30%;
}

.x10 {
    left: 40%;
    top: 80%;
}

.x11 {
    left: 70%;
    top: 12%;
}

.x12 {
    left: 47%;
    top: 0;
}

.x13 {
    left: 100%;
    top: 30%;
}

.x14 {
    left: 80%;
    top: 40%;
}

.x15 {
    left: 65%;
    top: 63%;
}

.x16 {
    left: 40%;
    top: 50%;
}

.x17 {
    left: 60%;
    top: 70%;
}

.x18 {
    left: 20%;
    top: 40%;
}

.x19 {
    left: 63%;
    top: 60%;
}

.x20 {
    left: 43%;
    top: 80%;
}

#background-wrap {
    height: 450px;
    position: relative;
}

.bubble {
    height: auto;
    position: absolute;
    width: auto;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    padding: 2px 15px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: nowrap;
}

.bg_pink {
    background-color: #eee2fb;
    color: #582c8b;
}

.bg_blue {
    background-color: #cfebf6;
    color: #0c3258;
}

.bg_sky_blue {
    background-color: #dee8f8;
    color: #0c3258;
}

.bg_orange {
    background-color: #fae8ea;
    color: #cb2030;
}

.bg_l_blue {
    background-color: #dfe9f7;
    color: #365a8c;
}

.hurdles-mask {
    width: 50%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1;
    pointer-events: none;
}

.hurdles-mask::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 91%;
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDI1MCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIwJSIgeTE9IjUwJSIgeDI9Ijk3LjUyNiUiIHkyPSI1MCUiIGlkPSJsaW5lYXJHcmFkaWVudC0xIj48c3RvcCBzdG9wLWNvbG9yPSIjQzRGMEZGIiBzdG9wLW9wYWNpdHk9Ii41IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBpZD0iTWFzayIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjUwIDBDMTExLjkyOSAwIDEgMTExLjkyOSAxIDI1MHMxMTAuOTI5IDI1MCAyNDkgMjUwSDBWMGgyNTB6IiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMjUxIDUwMFYwQzExMi45MjkgMCAxIDExMS45MjkgMSAyNTBzMTExLjkyOSAyNTAgMjUwIDI1MHoiIGlkPSJPdmFsLTMtQ29weSIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 100%;
}

.hurdles_cn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    margin: auto;
}

.arrow {
    text-align: center;
}

.hur_img {
    flex: 0 0 40%;
}

.hur_img p {
    font-size: 20px;
    text-align: center;
}

/* .online_quote {
    width: 282px;
    background-color: #ff8572;
    box-shadow: none;
    margin-left: 20px;
    line-height: 40px;
} */

.hurdles-stakeholder-arrows {
    flex: 0 0 20%;
}

.our_progress_sec.backgrnd h2 {
    text-align: center;
}

.m-options {
    margin-bottom: 40px;
}

/* ==========================================================================
							your money Section Css 
========================================================================== */

.your_money_sec {
    background-image: url("../images/rerw.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.your_money_sec:after {
    content: "";
    width: 711px;
    height: 341px;
    background: url("../images/r1.png") no-repeat;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.your_money_sec:before {
    content: "";
    width: 710px;
    height: 341px;
    background: url("../images/r2.png") no-repeat;
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;

}

.ic_bx2 {
    padding: 15px 0px;
}

.ic_bx2 h2 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}

.ic_bx2 img {
    margin-bottom: 20px;
}

.ic_bx2 p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fff;
}

.bage_sec .text-center img {
    width: 100%;
}

/* ==========================================================================
realtors page start 
========================================================================== */

.pre_proces {
    padding-top: 100px;
}

.proces_img {
    margin-top: 20px;
}

/* .our-approach .ic_bx:after {
    content: "";
    display: block;
    width: 4px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
    bottom: auto;
} */

.our-approach .ic_bx {
    margin-bottom: 20px;
}

.our-approach .ic_bx {
    position: relative;
    padding-top: 0px;
}

.our-approach .ic_bx h2 {
    margin-top: 0;
}

.our-approach .ic_bx::before {
    max-height: 150px;
}

.our-approach .ic_bx:before {
    height: 160px;
}

.what_our_sec.what_realtors .how_cn_bx h6 {
    color: #058e9b;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
}

.what_our_sec.what_realtors .how_cn_bx p {
    margin-bottom: 15px;
}

.what_our_sec.what_realtors h6 {
    margin-top: 0;
    line-height: 1.5 !important;
}

.rates i {
    color: #efbc43;
    margin-top: 10px 0;
    font-size: 14px;
}

.how_cn_bx h6 {
    color: #058e9b;
}

.partner_bx {
    background-color: #fff;
    padding: 40px 24px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.partner_bx .img-patnr {
    top: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 60px;
    box-shadow: 0px 5px 17.5px rgba(201, 219, 225, 0.75);
    background-color: #ffffff;
}

.partner_bx p {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.partner_bx a {
    bottom: 0px;
    left: 15px;
    right: 15px;
    background: #effbfd;
    padding: 13px 0;
    font-size: 20px;
    color: #058e9b;
}

.partner_bx i {
    color: #ff8572;
    margin-left: 10px;
}

/* 
.partnership_explore {
    min-height: 740px !important;
} */

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

.st_imgs_bx {
    flex: 0 0 50%;
}

.st_imgs_bx img {
    border-radius: 10px;
    height: 350px;
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
}

.st_imgs_bx:first-child {
    padding-right: 15px;
}

.st_imgs_bx:last-child {
    width: 100%;
    flex: 0 0 100%;
}

.row.bage_sec {
    max-width: 900px;
    margin: 0 auto;
}

.partner_bx p {
    margin: 25px 0px;
}

.partner_bx a {
    width: 100%;
    margin-top: auto;
}

/* ==========================================================================
							who We Are page Start 
========================================================================== */

.our_story {
    padding: 90px 0px;
}

.our_story .bg-img {
    background-image: url(../images/Story.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.our_story p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.we_are_here {
    /* background-image: url(../images/fin.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.team-info {
    padding: 40px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px -4px 73px 3px rgb(212 208 208);
    -webkit-box-shadow: 0px -4px 50px 3px rgb(212 208 208);
    -moz-box-shadow: 0px -4px 73px 3px rgba(212, 208, 208, 1);
}

.our-team {
    padding: 90px 0px;
}

/* .bg-weare {
    margin-top: -162px;
} */

.we_are_here:after {
    content: "";
    background: #e6f4f6;
    width: 100%;
    height: 30%;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
}

.we_are_here:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.we_are_here_content {
    color: #fff;
    padding-left: 25px;
}

.we_are_here_content h2 {
    margin-bottom: 15px;
    text-align: center;
}

.we_are_here_content .ic_bx h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
}

.we_are_here_content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
}

/* .we_are_here_content .ic_bx h2,
.we_are_here_content .ic_bx p {
    color: #fff !important;
} */

.we_are_here_content .head_sec p {
    margin-bottom: 25px;
}

.we_are_here_content .ic_bx {
    position: relative;
    padding: 15px 25px;
    padding-top: 0;
}

/* .we_are_here_content .ic_bx::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0 !important;
    bottom: auto;
    margin: auto;
}

.we_are_here_content .ic_bx:before {
    background-color: #058e9b;
} */

.our-team h2 {
    margin-bottom: 50px;
    text-align: center;
}

.our-team h3 {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.team-info {
    position: relative;
    margin-bottom: 30px;
    transform-style: preserve-3d;
}

.team-info-overlay {
    background: #0095aa;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.main_team_info {
    perspective: 1000px;
}

.main_team_info .team-info:hover {
    transform: rotateY(-180deg);
}

/* .team-info:hover .team-info-overlay {
        opacity: 1;
    } */

.flip-card {
    perspective: 1000px;
    background: #fff;
    width: 100%;
    height: 325px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back p {
    color: #fff;
}

.flip-card-back a {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
}

.flip-card-front h3 {
    color: #2b3639;
    font-weight: 500;
    font-size: 24px;
}

.flip-card-front {
    background-color: #fff;
    box-shadow: 0px -4px 73px 3px rgb(212 208 208);
    -webkit-box-shadow: 0px -4px 50px 3px rgb(212 208 208);
    -moz-box-shadow: 0px -4px 73px 3px rgba(212, 208, 208, 1);
    color: black;
    padding: 40px 30px;
}

.flip-card-back {
    background-color: #058e9b;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.team-info-overlay-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 20%;
    left: 50%;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-info-overlay-details h3 {
    color: #fff;
}

.team-info:hover .team-info-overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.banner_WhoWeAre h1 span:first-child:after {
    width: 150px;
}

.banner_WhoWeAre h1 span:after {
    width: 265px;
}

.banner_sec.banner_relator h1 span:after {
    width: 140px;
}

.box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}

/* Set Cover aka Background-Image */

.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/

.bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

/* The Play-Button using CSS-Only */

.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    transition: all .3s ease-out;
}

/* The Play-Triangle */

.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */

.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* and iframe shows up */

.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    width: 100%;
}

.wrapper video[poster] {
    height: 100%;
    width: 100%;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
}

.playpause {
    background-image: url(../videos/play.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 89px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.t_video {
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video_wrapper {
    display: table;
    width: auto;
    position: relative;
    object-fit: cover;
    height: 450px;
    object-position: top;
}

.video_playpause {
    background-image: url(../videos/c_play.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.clients_name {
    position: absolute;
    bottom: 20px;
}

.clients_name h2 {
    background: #058e9b;
    color: #fff;
    font-size: 25px;
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.clients_name p {
    background: #ff8572;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    max-width: 170px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#background-wrap img {
    max-width: 100px;
}

/* ==========================================================================
							Footer Section Css 
========================================================================== */

.footer {
    background-color: #058e9b;
    padding-top: 80px;
    color: #636e74;
    font-weight: 400;
    font-size: 17px;
    /* padding-top: 15%; */
    padding-top: 130px;
    /* background-image: url("https://www.lendevity.com/wp-content/uploads/2024/02/footer.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 44px;
    color: #fff;
}

.footer-widget ul li a,.footer-widget ul li {
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #ffffff !important;
}

.footer-widget ul li {
    margin-bottom: 15px;
}

.footer-widget ul li span {
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.ft-logo {
    text-align: center;
    margin-bottom: 20px;
}

.list-unstyled.socail_icon {
    text-align: center;
}

.list-unstyled.socail_icon li {
    display: inline-block;
    margin-right: 15px;
    font-size: 23px;
    margin-bottom: 0;
}

.list-unstyled.socail_icon li a {
    text-transform: capitalize;
    display: block;
    font-size: 35px;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-widget_cn p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}

.tiny-footer {
    font-size: 14px;
    padding: 14px 0px;
    font-weight: 600;
    /* background-color: #0e737d; */
    background-color: #01484f;
    color: #888d90;
    line-height: 1;
}

.footer-widget.b_footer ul {
    text-align: center;
}

.footer-widget.b_footer ul li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
    position: relative;
}

.footer-widget.b_footer ul li:after {
    height: 2px;
    display: block;
    width: 8px;
    background: #fff;
    border-right: 1px white;
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-widget.b_footer ul li:last-child:after {
    display: none;
    padding-right: 0;
}

.footer-widget.b_footer ul li:first-child:after {
    padding-left: 0;
}

.footer-widget.b_footer ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-widget.b_footer {
    padding: 0 !important;
}

.more-testi a {
    margin-top: 80px;
    font-size: 18px;
    text-align: center;
    color: #058e9b;
    text-transform: uppercase;
    display: block;
}

.more-testi a img {
    margin-left: 10px;
}

/******************** 6/12/2021***********************/

.addres_map {
    margin-top: -5 0px;
    z-index: 1;
}

.contact_inner {
    filter: drop-shadow(0 0 65.5px rgba(205, 212, 214, 0.53));
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
}

.contact_inner form {
    margin-top: 30px;
}

.blog_sec .contact_inner .head_bx h2 {
    font-size: 24px !important;
}

.contact_inner form input {
    height: 50px;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 1px;
}

.contact_inner form button {
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75);
    background-color: #0095aa;
    color: #fff;
    padding: 16px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
}

.calci_btn .btn_blue {
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75);
    background-color: #0095aa;
    color: #fff;
    padding: 16px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
}

.calci_btn .btn_white {
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75);
    background-color: #fff;
    color: #fff;
    padding: 16px 25px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
    text-align: right;
}

.contct_us {
    margin: 100px 0;
}

.contact_inner .head_bx h2 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
}

.contact_inner form textarea {
    border: 1px solid #eeeeee;
    border-radius: 1px;
}

.banner_contactus .banner_cn h1 span::after {
    bottom: -10px;
    width: 257px;
}

.addres_map {
    z-index: -2;
    position: relative;
}

.contact_px p {
    color: #058e9b;
}

/* .start_now.partnership_explore {
    background-image: url("../images/contact_us.png");
    padding: 0 !important;
} */

.pb-0 {
    padding-bottom: 0 !important;
}

.you_home_sec .head_sec {
    margin-bottom: 50px;
}

/* .banner_testimpnial,
.common_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    outline: none;
    height: 400px;
    background-image: url(../images/inner_bnner.png);
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
} */

.testi_page {
    padding: 100px 0 0;
}

.addres_map {
    z-index: -2;
    position: relative;
}

.contact_px p {
    color: #058e9b;
}

.testi_bx {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #ffffff;
    padding: 40px 40px;
    font-size: 16px;
    position: relative;
    margin-top: 50px;
    color: #4f6064;
}

.testi_bx img {
    position: absolute;
    right: 80px;
    top: -20px;
}

.arch_cat.t_arch h3 {
    font-size: 24px;
    color: #2b3639;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.arch_cat.t_arch p {
    color: #4f6064;
    font-size: 16px;
    margin-bottom: 3px;
    padding-top: 15px;
}

.arch_cat.t_arch .arch {
    border-bottom: none;
    padding: 10px 0;
}

.testi_bx h5 {
    color: #3195a9;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.list-inline.rate_ing li i {
    font-size: 14px;
}

.sidebar .testi_form button {
    width: 150px;
}

.testi_form {
    text-align: left;
}

.testi_form form p {
    margin-bottom: 5px;
    color: #4f6064;
}

.rate_ing li {
    margin-right: 0 !important;
}

.arch {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.arch h3 {
    font-size: 24px;
    color: #2b3639;
    font-weight: 500;
}

.arch span {
    color: #4f6064;
    font-size: 14px;
    float: right;
}

.contact_inner .form-check-input {
    height: auto !important;
}

.contact_inner label {
    color: #4f6064;
}

.contact_inner .form-check-label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #4f6064;
}

.arch p {
    color: #4f6064;
    font-size: 16px;
    margin-bottom: 3px;
}

.arch_cat {
    padding: 10px;
    margin-bottom: 20px;
}

.arch_cat .arch:first-child {
    margin-top: 0px;
}

.arch p i {
    margin-right: 10px;
}

.contact_inner .head_bx h2 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
}

.wht_goals.text-center a {
    display: block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-transform: revert;
    max-width: 100%;
    height: 50px;
}

.wht_goals {
    box-shadow: 0px 0px 65.5px 0px rgba(205, 212, 214, 0.53);
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.wht_goals h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2b3639;
}

.calci {
    display: flex;
    justify-content: space-between;
}

.calci_btn {
    display: flex;
    justify-content: space-between;
}

.calci_btn {
    margin-top: 25px;
}

.calci_btn a:last-child {
    background-color: transparent;
    box-shadow: none;
    color: #0095aaed;
    text-decoration: underline;
    font-weight: 500;
}

.testimonial_title p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2b3639;
}

.testimonial_title {
    margin: 0 0 90px;
}

.progress {
    height: 5px;
}

.progress-bar {
    width: 15%;
    background-color: #3195ab;
}

/******************** 09/12/2021***********************/

.main_sec_width {
    width: 95%;
}

.main_sec_width h2 {
    font-size: 45px;
    color: #2b3639;
}

.main_sec_width h3 {
    font-size: 32px;
}

.about_sec p {
    font-size: 18px;
    margin-top: 20px;
}

.common_banner h1 span::after {
    width: 280px;
    bottom: -10px;
}

.common_sec {
    padding: 100px 0;
}

.about_banner h1 span::after {
    width: 280px;
    bottom: -10px;
}

.core_practices {
    padding: 170px 0 60px;
}

.approach_sec {
    margin-top: 0px;
    background-position: center;
}

.core_practices .we_are_here_content .ic_bx:before {
    background-color: #f7eae7;
}

.core_practices .we_are_here_content .ic_bx {
    min-height: 220px;
    height: 100%;
}

.core_practices h2 {
    color: #2b3639 !important;
}

.core_practices .we_are_here_content .ic_bx h2 {
    color: #2b3639 !important;
    font-size: 24px;
    font-weight: 500;
}

.core_practices .we_are_here_content .ic_bx p {
    color: #4f6064 !important;
}

.main_sec_width .card {
    width: 100% !important;
    background: #fff;
    border: none;
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    margin-bottom: 50px;
}

.team .main_sec_width .card {
    width: 100% !important;
    background: #fff;
    border: none;
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    padding: 20px;
}

.team .main_sec_width .card .card-title {
    margin: 0;
}

.testi_page.blog_sec.team .bio p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
}

.testi_page.blog_sec.team .card-img-top {
    max-width: 150px;
}

.p_info_img {
    text-align: center;
}

.p_info_content {
    text-align: center;
    padding-top: 10px;
}

.p_crd {
    padding: 15px;
    border: 1px solid #eee;
}

.p_info_content h5 {
    letter-spacing: 1px;
    color: #2b3639;
    font-size: 24px;
    font-weight: 500;
}

.des {
    color: #0095aa;
    font-size: 18px;
    font-weight: 500;
}

.direct {
    margin-top: 10px;
}

.p_info_content p a {
    color: #0095aa;

}

.p_info_content p {
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
}

.bio {
    margin-left: 15px;
}

.bio h2 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
}

.main_sec_width .card .card-text i,
.date_txt i {
    color: #ff8572;
    margin-right: 8px;
}

.date_txt {
    padding: 10px;
    background-color: #efefef;
    display: inline-block;
    width: 148px;
    font-size: 14px;
    margin-top: -20px;
    margin-left: 20px;
    text-align: center;
}

.main_sec_width .card .card-text {
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
}

.main_sec_width .card .card-title {
    font-size: 24px;
    color: #2b3639;
    font-weight: 500;
}

.main_sec_width .card .card-body a {
    font-size: 16px;
    text-decoration: underline;
    color: #2b3639;
    margin-bottom: 10px;
    display: block;
}

.main_sec_width .card .card-body span small {
    font-size: 16px;
}

.blog_sec .arch {
    border: none;
}

.blog_sec .arch p {
    margin-top: 15px;
}

.blog_sec .arch h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.Social_cn_share {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.Social_cn_share h3,
.related_post h3 {
    color: #2b3639;
    font-weight: 500;
    font-size: 24px;
}

.Social_cn_share li i {
    font-size: 18px;
    color: #c2c2c2;
}

.related_post {
    margin-top: 50px;
}

.related_post .card {
    box-shadow: none;
}

.related_post .card img {
    min-height: 235px;
    height: 100%;
}

.related_post .card-body {
    padding: 10px 0;
}

.list_working h3 {
    font-size: 32px;
    color: #2b3639;
    margin-bottom: 20px;
}

.list_working ul li {
    margin-top: 10px;
    font-size: 18px;
    color: #4f6064;
    position: relative;
    padding-left: 30px;
}

.list_working ul li:after {
    text-align: center;
    font-size: 10px;
    color: #fe8472;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    background: #fad6d1;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.blue_icon_list ul li:after {
    color: #0095aa;
    background: #d4f3f7;
}

.blue_icon_list {
    margin-bottom: 0;
}

.jumbo_loan .about_sec.main_sec_width {
    margin-bottom: 50px;
}

.fha_loan {
    width: 95%;
}

.home_loan h2 {
    margin-bottom: 20px;
}

.home_loan p {
    font-size: 18px;
}

.Refinancing_main {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 100px;
    height: 100%;
}

.Refinancing_main h3 {
    font-size: 32px;
    padding: 0px 0 0px 20px !important;
}

.refing_head {
    max-width: 220px;
    width: 100%;
    padding-left: 20px;
}

.refing_body p {
    margin-top: 0px;
}

.refine_sec h3 {
    padding: 0;
}

.refin_main_div .Refinancing_main:first-child {
    margin-top: 40px;
    padding-bottom: 15px;
    min-height: 0;
}

.refin_main_div .Refinancing_main:first-child:after {
    display: none;
}

.Refinancing_main:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #f7eae7;
    height: 100%;
    position: absolute;
    left: 0;
}

.list_working.blue_icon_list {
    margin-top: 50px;
}

.blue_line .Refinancing_main:before {
    background-color: #d4f3f7;
}

.blue_line .Refinancing_main:after {
    background-color: #0095aa;
}

.refin_main_div {
    margin-bottom: 30px;
}

.Refinancing_main:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
}

.refing_body {
    max-width: 750px;
    width: 100%;
}

.loan_banner h1 span::after {
    width: 270px;
    bottom: -10px;
}

.jumbo_loan .list_working {
    margin-top: 30px;
}

.home_loan {
    padding: 100px 0 0;
}

.low_down_banner h1 span:after {
    width: 250px;
}

.frst_div .list_working {
    margin: 15px 0;
}

.first_div .list-inline li {
    width: 48%;
}

.frst_div {
    margin-bottom: 40px;
}

.before_even h4 {
    font-size: 22px;
    color: #2b3639;
}

input#Years {
    margin-right: 10px;
}

input#Month {
    margin-left: 10px;
}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 1em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.custom_radio input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em #eee, inset 0 0 0 1em #fff;
}

.custom_radio input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4f6064;
}

.before_even {
    margin-bottom: 20px;
}

.refin_banner .banner_cn h1 span:first-child::after {
    width: 150px;
    left: 20%;
}

.refin_banner .banner_cn h1 span::after {
    left: 20%;
}

.lower_your_banner h1 span:first-child:after {
    width: 130px;
}

.lower_your_banner h1 span::after {
    width: 350px;
}

.pay_off_banner h1 span::after {
    width: 360px;
    bottom: -10px;
    left: 10%;
}

.testi_form .gravity-theme h2.gform_title {
    letter-spacing: 1px;
    color: #2b3639;
    font-size: 24px;
    font-family: "ParalucentW00";
    font-weight: 500;
}

.testi_form .gravity-theme p {
    color: #4f6064;
    font-size: 18px;
}

.testi_form .gravity-theme form input {
    height: 50px;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 1px;
}

.testi_form .gravity-theme form label {
    font-size: 18px;
    font-weight: 700;
}

.testi_form .gravity-theme form input#gform_submit_button_1 {
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
    background-color: #0095aa;
    color: #fff;
    padding: 16px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
    line-height: 20px;
}

.testi_form .gravity-theme .ginput_complex {
    flex-direction: column !important;
}

.testi_form .gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: top;
    height: 15px;
    margin-top: 4px;
}

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

.submit_form .gravity-theme input#gform_submit_button_1 {
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
    background-color: #0095aa;
    color: #fff;
    padding: 18px 22px 40px 22px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
}

.submit_form .gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: top;
    height: 15px;
    margin-top: 4px;
}

.submit_form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
}

.submit_form .gravity-theme h2.gform_title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
}



.submit_form div#gform_fields_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.submit_form div#field_1_2 {
    flex: 0 0 49%;
    max-width: 49%;
}

.submit_form div#field_1_3 {
    flex: 0 0 49%;
    max-width: 49%;
}

.submit_form fieldset#field_1_1,
div#field_1_4,
div#field_1_5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact_inner.contact-us {
    text-align: left;
}

.contact-us .gravity-theme input#gform_submit_button_2 {
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
    background-color: #0095aa;
    color: #fff;
    padding: 18px 22px 40px 22px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
}

.contact-us .gravity-theme input#gform_submit_button_4 {
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
    background-color: #0095aa;
    color: #fff;
    padding: 10px;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    max-width: 160px;
    height: auto;
}

.contact-us .ginput_container input.medium {
    width: 100% !important;
}

.contact-us .gform_title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

.contact-us p.gform_required_legend {
    display: none;
}

.describe label.gfield_label {
    font-weight: 400 !important;
}

.common_banner h1 span#vacation-homes::after {
    width: 180px;
}

.common_banner h1 span#first-time::after {
    width: 160px;
}

.common_banner h1 span#consolidate::after {
    width: 140px;
}

.banner_in_cn h2 span#loan-options::after {
    width: 195px;
    height: 15px;
    top: 65px;
}

.common_banner h1 span#blog::after {
    width: 145px;
    bottom: -4px;
}

.common_banner h1 span#team::after {
    width: 220px;
}

.common_banner h1 span#blog::after {
    width: 150px;
    bottom: -5px;
}

.your_money_sec:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.common_banner h1 span#single-news::after {
    width: 150px;
}

.testimonial-captcha {
    width: 100%;
}

.em-widget .em-cc--header {
    display: none !important;
}

.banner_cn h1 span#call::after {
    width: 110px;
}

.terms_sec ul,
.privacy_sec ul {
    margin: 20px 0 30px 40px;
}

.terms_sec li,
.privacy_sec li {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.terms_sec p,
.privacy_sec p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.terms_sec h2,
.privacy_sec h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    margin: 20px 0 0 0;
}

.terms_sec h3,
.privacy_sec h3 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    margin: 10px 0;
}

.terms_sec h4,
.privacy_sec h4 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    margin: 10px 0;
}

.terms_sec ul li,
.privacy_sec ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.terms_sec ul li:before,
.privacy_sec ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #195570;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
}


.testi_page.blog_sec .main_sec_width .inner_blog .card-text p {
    font-size: 18px;
    padding: 0;
    color: #4f6064;
    margin-top: 20px;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text ol {
    padding-left: 40px;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text ol li {
    font-size: 18px;
    margin-top: 10px;
    padding: 0;
    color: #4f6064;
    list-style: number !important;
    display: list-item;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text ul li {
    position: relative;
    padding-left: 40px !important;
    font-size: 18px;
    margin-top: 10px;
    padding: 0;
    color: #4f6064;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text ul li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #00556f;
    border-bottom: 6px solid transparent;
    left: 25px;
    top: 6px;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text h2 {
    font-size: 24px;
    color: #2b3639;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text strong,
.testi_page.blog_sec .main_sec_width .inner_blog .card-text b {
    margin: 20px 0;
    display: block;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text h6 {
    margin: 20px 0;
}

.testi_page.blog_sec .main_sec_width .inner_blog .card-text a {
    color: #00556f;
    text-decoration: underline;
}

.cli_r_slider button.slick-prev.slick-arrow:before {
    background-position: center;
}

.cli_r_slider button.slick-next.slick-arrow:before {
    background-position: center;
}

/* 9feb24 */
.how_cn_bx2 {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}

.banner_in_cn h2 {
    font-size: 60px;
    margin: 0 !important;
}

.m_img img {
    width: 100%;
}

.we_are_here_img img {
    width: 100%;
}

/* .we_are_here_content .ic_bx {
    padding: 0;
} */

.we_are_here_content .ic_bx h2 {
    text-align: left;
}

.flip-card-front img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.our-approach .ic_bx::after {
    top: 0;
}

.different_sec .ex_in_bx {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ic_bx2 p {
    text-align: left;
}

.ic_bx2 {
    padding: 15px 25px;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ic_bx2.ex_in_bx::after {
    top: 108px;
}

.our_ex_sec .lend-block .ex_in_bx::before,
.our_ex_sec .lend-block .ex_in_bx::after {
    display: none;
}

/* NT */
/* 28feb24 */

.calc-content {
    margin-top: 100px;
}

.calc-content .calc-box {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 30px 1px rgb(0 0 0 / 10%);
    max-width: 900px;
    margin: auto;
    padding: 50px;
}

.calc-content .calc-box h2 {
    text-align: center;
    margin-bottom: 40px;
}

.calc-box label {
    color: #2b3639;
    font-family: "ParalucentW00";
}

.calc-content .calc-box .input-group {
    margin-bottom: 20px;
}

.calc-content .calc-box .rs-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin: 6px 0;
    box-shadow: 0 10px 30px 1px rgb(0 0 0 / 10%);
    margin-top: 50px;
}

.calc-content .calc-box .flex_ele.option-elm {
    display: flex;
    width: 100%;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 38px;
    align-items: center;
}

.calc-content .calc-box .flex_ele.option-elm span {
    padding: 6px 10px;
    cursor: pointer;
    text-align: center;
    width: 35px;
}

.calc-box .flex_ele.option-elm span:first-child {
    border-right: 1px solid #D9D9D9;
}

.calc-content .calc-box .flex_ele.option-elm input {
    border-left: 1px solid #dddddd;
    border-right: 0;
    border-radius: 0rem .25rem .25rem 0rem;
}

.calc-content .calc-box .flex_ele.option-elm span:hover {
    background: #4a9ba6;
    color: #fff;
}

.calc-content .form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.calc-content .calc-box * {
    font-family: "ParalucentW00";
}

.calc-content .calc-box .rs-sec table td:first-child {
    color: #058e9b;
}

.calc-content .rs-sp-vl-sec h2 {
    margin: 15px 0px;
    font-size: 30px;
}

.calc-content .morgage-para {
    text-align: center;
    max-width: 500px;
    margin: 20px auto auto;
}

.calc-content .calc-bottom {
    margin: 60px auto auto;
    padding: 30px;
    background-color: #eff8fa;
    max-width: 1100px;
}

.calc-content .calc-bottom a {
    margin-top: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.calc-sec {
    padding-bottom: 0px !important;
}

/* 29feb 24 */
.common_banner h1 {
    max-width: fit-content;
}

.btn_blue:hover,
.btn_p:hover {
    transform: translate(0px, -8px);
}

.btn_blue,
.btn_p {
    transition: all .3s ease-in-out;
}

.banner_sec.banner_relator h1 {
    max-width: none;
}

.banner_sec {
    background: #fff;
}

/* AUTO TYPING */
.banner_cn h1 p {
    margin: 0 !important;
    text-align: center !important;
}

.wrap {
    position: relative;
}

.wrap::after {
    position: absolute;
    content: "|";
    font-size: 50px;
    font-weight: 400;
    color: #4a9ba6;
    transition: .05s;
    animation: blink 1.5s infinite;
}

.banner_cn h5 {
    text-align: center;
}

.full_width_sec .bottom-button a {
    white-space: break-spaces !important;
    cursor: pointer;
}

.bottom-button a {
    width: 100%;
}

@keyframes blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }
}

/* 4/3/24 */
.banner_sec .banner-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 30px;
}

.banner_sec .banner-img-box {
    height: 100%;
}

.banner_sec .banner-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* 6/3/24 */
.right-button ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.call-dot {
    width: 0.4em;
    height: 0.4em;
    background-color: #058e9b;
    border-radius: 2em;
    position: absolute;
    top: 0.15em;
    bottom: auto;
    left: auto;
    right: 0.15em;
}

.cn_num:hover {
    background-color: #0158ff1a;
    border-color: rgba(229, 230, 238, 0);
    transform: scale(1.03);
}

.our_ex_sec_content .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* 7/3/24 */
.login-link {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px;
    display: inline-block;
    letter-spacing: 0px;
    line-height: 35px;
    color: #058e9b;
    margin-right: 30px;
}

/* 8/3/24 */
.we_make_it_sec {
    margin-top: 80px;
}

.banner-img img {
    max-width: 650px;
}

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

/*========*/

section.growth_sec {
    padding-top: 180px;
}

.growth_sec-head h3 {
    color: #FF8572;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1.1px;
    text-align: center;
}

.growth_sec-head h1 {
    font-size: 90px;
    font-weight: 600;
    line-height: 108px;
    letter-spacing: 0em;
    text-align: center;
    color: #058E9B;
    padding-top: 20px;
}

.growth_sec-head {
    text-align: center;
    position: relative;
}

.growth_sec-head p {
    padding-top: 30px;
}

.growth_img img {
    text-align: center;
    width: 100%;
    position: relative;
}

.growth_txt {
    position: absolute;
    bottom: 180px;
    z-index: 9;
    text-align: center;
    max-width: 600px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}

section.growth_image {
    position: relative;
}

.growth_txt p {
    color: #fff;
    line-height: normal;
}

.growth_txt h4 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1.1px;
    text-align: center;
    color: #fff;
}

.approved-phon img {
    width: 100%;
}

.control-box {
    margin-bottom: 30px;
    background: #4F60640F;
    padding: 22px;
    border-radius: 20px;
}

.approved-txt h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #058E9B;
    margin: 15px 0;
}

.approved-txt ul {
    padding-left: 20px;
}

.approved-txt ul li {
    margin-bottom: 5px;
    position: relative;
}

.approved-txt ul li:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #4f6064;
    left: -16px;
    top: 10px;
    border-radius: 50%;
}

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

.approved-head h4 {
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 50px;
    color: #058E9B;
}

.box-module {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    padding: 0 10px;
}

.slick-list.draggable {
    overflow: visible;
    padding: 0 50px;
}

section.partners-slider-sec {
    overflow: hidden;
}

.partner-slider {
    background: #4F60640F;
    padding: 40px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}

.star i {
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    font-style: normal;
    color: #EFBC43;
}

.module-txt {
    padding-top: 15px;
}
section.partners-slider-sec .imgs-slider img {
    border-radius: 20px;
    max-height: 420px
}
.module-wrapp {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
}

.module-wrapp img {
    padding-right: 15px;
}
.second-slider .module-wrapp .txt h6 {
    padding-right: 15px;
}
.module-wrapp .txt h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #058E9B;
}

.second-slider {
    margin-top: 20px;
}

.custom-head h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    color: #058E9B;
    margin-bottom: 50px;
}

.logs-slider {
    overflow: hidden;
}

.logs-slider .bx-wrapper {
    margin: 0 !important;
}

section.tab-sec ul.nav.nav-pills {
    justify-content: center;
    box-shadow: 0px 7px 24px 0px #058E9B33;
    max-width: fit-content;
    margin: auto;
    border-radius: 150px;
}

section.tab-sec .nav-pills .nav-link.active {
    color: #fff;
    background: #058E9B;
    border-radius: 150px;
    padding: 20px 60px;
}

section.tab-sec .nav-pills .nav-link {
    padding: 20px 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #058E9B;
}


section.tab-sec .problem_head h3 {
    color: #058E9B;
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
}


section.tab-sec .problem_head h3 {
    margin: 30px 0;
}

.problem_box {
    background: #4F60640F;
    padding: 30px;
    border-radius: 25px;
    height: 100%;
    margin: 15px 0px;
    width: 100%;
}

.problem_txt h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #058E9B;
    margin: 12px 0;
}

section.tab-sec.py_130 .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.second-slider .module-wrapp {
    justify-content: left;
}

.we-get-box {
    max-width: 309px;
    margin-left: auto;
    padding-right: 50px;
}

.team-data {
    max-width: 490px;
    background: #4F60640F;
    padding: 18px 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    display: flex;
    gap: 25px;
}

.get-icon {
    max-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    background: #FF857214;
    border-radius: 20px;
}

section.your_back .row {
    align-items: center;
}

.pricing-txt h3 {
    font-size: 50px;
    /* font-weight: 600; */
    line-height: 60px;
    text-align: left;
    color: #058E9B;
    margin-top: 20px;
    letter-spacing: 1px;
}

.about-us-box {
    background: #4F60640F;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    max-width: 514px;
    margin-left: auto;
}

.about-us-head h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    line-height: 58.95px;
    color: #058E9B;
    margin-bottom: 50px;
}

.about-img img {
    width: 100%;
}

.about-content h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.3px;
    text-align: left;
    color: #058E9B;
    margin: 14px 0;
}

.about-content img {
    padding-right: 14px;
    min-width: 36px;
    object-fit: cover;
}

.about-content ul li {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #4F6064;
}

.inline-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-img {
    max-width: 514px;
}

.line-img img {
    width: 100%;
}

.line-img img {
    padding-top: 25px;
}

.about-us-box.reputation .line-img img {
    width: 100%;
    max-width: 80px;
}

section.about-us-sec.py_130 {
    padding-bottom: 0 !important;
}

section.covered_sec {
    background: #058E9B;
    border-radius: 80px;
}

.covered-head h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.covered-head span {
    color: #FF8572;
}

.covered_box {
    display: flex;
    align-items: center;
    max-width: 338px;
    margin-bottom: 50px;
}

section.covered_sec .row {
    justify-content: center;
}

.covered_-txt h4 {
    font-size: 54px;
    font-weight: 600;
    line-height: 64.75px;
    text-align: left;
    color: #fff;
}

.covered-head {
    padding-bottom: 80px;
}

.covered_-txt {
    padding-left: 20px;
}

.covered_-txt span {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #fff;
}

.covered_-txt p {
    color: #fff;
}

section.covered_sec .container {
    max-width: 1270px;
}

.Stream-head h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 58.95px;
    text-align: center;
    color: #058E9B;
}

.Stream-head {
    max-width: 640px;
    margin: auto;
    text-align: center;
}

.stream-box {
    background: #4F60640F;
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
}

.Stream-head {
    padding-bottom: 50px;
}
section.Stream_sec.py_130 {
    padding-top: 0!important;
}

.Stream-head h3 {
    margin-bottom: 10px;
}

.Stream-img {
    background: #FF857214;
    width: 63px;
    height: 35px;
    border-radius: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}

.Stream-txt h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.3px;
    text-align: left;
    margin-bottom: 10px;
    color: #058E9B;
}

.process_head h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 58.95px;
    text-align: center;
    color: #058E9B;
    margin-bottom: 40px;
}

.custom_grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
}

.process_img {
    text-align: center;
    background: #FF857214;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 30px;
}

.process_box {
    text-align: center;
}

.process_content h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: center;
    color: #058E9B;
    padding-top: 25px;
    min-height: 70px;
    margin-bottom: 8px;
}

/* section.process_sec.py_130, .partnership_sec {
    padding-top: 0px !important;
} */

.partnership_sec {
    padding-top: 0px !important;
}

section.partnership_sec .container {
    max-width: 750px;
    margin: auto;
}

.contact-data {
    display: flex;
    align-items: center;
    background: #4F60640F;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 20px;
}

.contact-img {
    background: #FF857214;
    height: 76px;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 20px;
}

.contact-num a {
    font-size: 20px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #4F6064;
}

section.partnership_sec .row {
    align-items: center;
}

.partnership-txt h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: #058E9B;
    letter-spacing: 1px;
}

.container.text-center {
    background: #4F60640F;
    max-width: 1060px;
    border-radius: 20px;
    padding: 30px;
}

.container.text-center h4 {
    color: #058E9B;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.3px;
    text-align: left;
    margin: 15px 0;
}

section.counter-up-sec h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #4F6064 !important;
    letter-spacing: 2px;
    margin: 0;
}

section.counter-up-sec p {
    text-align: left;
}

section.counter-up-sec.py_130 {
    padding-top: 0 !important;
}

section.counter-up-sec .text-center {
    margin-top: 20px;
}

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

.partnership_btn {
    margin-top: 10px;
}

a.call_btn {
    color: #4F6064;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

a.call_btn.part_btn {
    margin-left: 10px;
    color: #FF8572;
}

a.call_btn.part_btn i {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    padding-left: 6px;
}
.approved-img {
    position: absolute;
/*    bottom: 54px;*/
 top: 160px;
    left: 0;
    right: -220px;
}
.growth_sec-head h4:last-child {
    margin-top: 60px;
}



/*=========*/

/* 26/3/24 */
.we_are_here_img img {
    border-radius: 20px;
}

.footer-widget ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.covered_sec {
    background: #058E9B;
    border-radius: 80px;
    max-width: 100%;
    margin: auto 60px;
}

.counter-up-sec {
    margin: 0px 15px;
}

.control-box .col-img {
    display: none;
}

/*4/5/24*/
section.tab-sec .col-lg-6.col-md-6.col-sm-12 {
    margin-bottom: 30px;
}
section.tab-sec .tab-sec-head {
    margin-bottom: 30px;
}
section.tab-sec .tab-sec-head h3 {
    color: #058E9B;
    font-size: 50px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
}
.covered_sec .covered_box {
    height: 100%;
}

.partnership_sec .partnership_btn a {
    border: none;
    color: #fff !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: inherit;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
    background-color: #ff8572;
    border-radius: 8px;
}

.partnership_sec .partnership_btn {
    /* text-align: center; */
    margin-top: 20px;
}
.growth_sec-head h4:last-child {
/*    margin-top: 60px;*/
    color: #4f6064;
    font-family: "Proxima Nova Rg";
}
.box-module .partner-slider {
    height: auto;
}
section.about-us-sec .about-us-box .inline-logos {
    gap: 20px;
}
section.what_our_sec.logs-slider.partner-testimonials_section {
    margin: 30px 0px;
}

section.about-us-sec .about-us-box {
    height: 100%;
}
section.about-us-sec .about-img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section.about-us-sec img {
/*    height: 100%;*/
    object-fit: cover;
}
section.about-us-sec .call-btn {
    margin-top: 20px;
}
section.tab-sec.py_130 {
    padding-top: 0!important;
}
/*.growth_sec-head h1 img {
    padding-top: 20px;
}*/
.growth_sec-head h1 {
    padding-top: 0;
}
.growth_sec-head h3 {
    margin-bottom: 10px;
}
/*section.tab-sec ul.nav.nav-pills {
    flex-direction: column;
    box-shadow: none;
    gap: 10px;
}
section.tab-sec ul.nav.nav-pills li.nav-item a.nav-link {
    display: inline-block;
    background: #f9faff;
    border-radius: 30px;
    box-shadow: 0px 7px 24px 0px #058E9B33;
}
section.tab-sec ul.nav.nav-pills li.nav-item a.nav-link.active {
    background: #058E9B;
}
.tab-sec .row.tab-gap .row.gy-3 {
    row-gap: 30px;
}
*/
    section.tab-sec ul.nav.nav-pills li.nav-item a.nav-link {
    padding: 20px 30px;
}
section.tab-sec ul.nav.nav-pills {
    flex-wrap: nowrap;
}
.tab-sec .problem_head + .row {
    row-gap: 30px;
    }
    /*.tab-sec .container .row {
    align-items: center;
}*/



/* responsive */
@media only screen and (min-width:1435px) {

    .container {
        max-width: 1300px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width:1599px) {
    h2 {
        font-size: 40px;
    }

    .banner_in_cn h2 {
        font-size: 48px;
    }

    .container-fluid {
        padding: 0px 60px;
    }

    .footer {
        padding-top: 100px !important;
    }

    .slider-box .slide-arrow.next-arrow {
        right: -15px;
    }

    .slider-box .slide-arrow.prev-arrow {
        left: -15px;
    }

    .slider-box .slide-arrow {
        top: 40%;
    }

    /* 7feb24 */
    .header_area .navbar .nav .nav-item {
        margin-right: 50px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        font-size: 20px;
    }

    .header_area .navbar .logo_h img {
        min-width: 300px;
    }

    /* 7feb24 */

    /* .header_area .navbar .nav .nav-item .nav-link {
        font-size: 22px;
    } */

    .header_area .navbar .nav .nav-item .nav-link {
        font-size: 15px;
    }


    .header_area .navbar .logo_h img {
        min-width: 200px;
    }

    /* 8feb24 */
    .how_we_work_sec,
    .banner_sec.banner_WhoWeAre,
    .banner_sec.banner_relator {
        padding: 200px 0px 0px;
    }

    .cli_r_bx {
        padding: 30px;
    }

    .quotes_icon {
        top: -45px;
    }

    .cli_r_slider button:before {
        height: 55px;
        width: 55px;
    }

    .what_our_sec .slick-list.draggable {
        padding: 30px 0px;
    }

    .what_our_sec .bx-wrapper {
        margin-top: 40px;
    }

    .banner_cn h5 {
        font-size: 18px;
        line-height: normal;
        max-width: 550px;
    }

    .right-button .grt_stated {
        padding: 15px 32px;
    }

    .we_make_it_sec {
        margin-top: 50px;
    }

    .banner-img img {
        max-width: 400px;
    }

    /* .covered-head h3 {
        font-size: 70px;
        line-height: 70px;
    } */

    .covered_-txt h4 {
        font-size: 44px;
    }

    .Stream-head h3 {
        font-size: 45px;
        line-height: 50.95px;
    }

    .imgs-slider img {
        height: 100%;
        max-height: 420px;
        width: 500px;
        object-fit: cover;
        border-radius: 20px;
    }

    section.partners-slider-sec .slick-track {
        display: flex;
    }

    section.partners-slider-sec .slick-slide {
        height: auto;
    }

    section.partners-slider-sec .slick-slide&gt;div {
        height: 100%;
    }

    .box-module {
        height: 100%;
    }

}

@media screen and (max-width: 1399px) {

    .growth_sec-head h1 {
        font-size: 82px;
        line-height: 100px;
    }

    .growth_txt {
        bottom: 150px;
    }

    .control-box {
        margin-bottom: 20px;
        background: #4F60640F;
        padding: 18px;
        border-radius: 20px;
    }

    .imgs-slider img {
        height: 100%;
        max-height: 420px
        width: 550px;
    }

    section.tab-sec .problem_head h3 {
        margin: 24px 0;
        font-size: 46px;
    }

    .pricing-txt h3 {
        letter-spacing: 1px;
        font-size: 44px;
        line-height: normal;
    }

    section.counter-up-sec h2 {
        font-size: 36px;
        line-height: normal;
    }

    /* .covered-head h3 {
        font-size: 60px;
        line-height: 60px;
    } */

    .covered-head {
        padding-bottom: 50px;
    }

    .covered_-txt h4 {
        font-size: 40px;
        line-height: normal;
    }

    .growth_sec-head h1 {
        font-size: 82px;
        line-height: 100px;
    }

    .pricing-txt h3 {
        letter-spacing: 1px;
        font-size: 44px;
        line-height: normal;
    }

    section.counter-up-sec h2 {
        font-size: 36px;
        line-height: normal;
    }

    .process_head h3 {
        font-size: 44px;
        line-height: normal;
    }


    .about-us-head h3,.covered-head h3 {
        font-size: 45px;
        line-height: normal;
    }

    .custom-head h3 {
        font-size: 45px;
        line-height: normal;
    }

    .approved-head h4 {
        font-size: 45px;
        line-height: normal;
    }

    .growth_txt h4 {
        font-size: 45px;
        line-height: normal;
    }

}

@media screen and (max-width: 1199px) {
     .container-fluid {
        padding: 0px 30px;
    }

    .growth_sec-head h1 {
        font-size: 75px;
        line-height: 90px;
    }

    .growth_txt {
        bottom: 120px;
    }

    .imgs-slider img {
        height: 100%;
        max-height: 420px
        width: 400px;
    }

    .we-get-box {
        max-width: 346px;
        margin-left: auto;
        padding-right: 0;
    }

    .pricing-txt h3 {
        font-size: 40px;
        line-height: normal;
    }

    .about-content ul li {
        display: flex;
        align-items: center;
    }

    section.counter-up-sec h2 {
        font-size: 30px;
        line-height: normal;
    }

    .covered-head h3 {
        font-size: 45px;
        line-height: normal;
    }

    .covered_-txt h4 {
        font-size: 34px;
        line-height: normal;
    }

    .covered-img img {
        max-width: 50px;
    }

    .Stream-head h3 {
        font-size: 42px;
        line-height: normal;
    }

    .stream-box {
        padding: 25px;
    }

    .Stream-txt h5 {
        font-size: 22px;
    }

    .partnership-txt h3 {
        font-size: 40px;
        line-height: normal;
    }
    .Stream-head {
        max-width: 560px;
        margin: auto;
        text-align: center;
    }
    .Stream-head h3 {
        font-size: 35px;
        line-height: normal;
    }
    .custom_grid {
        grid-template-columns: auto auto auto auto;
    }

    section.covered_sec {
        margin: auto 30px;
    }


}

@media screen and (max-width: 1196px) {
    .contact_inner .head_bx h2 {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }

    .ex_in_bx p {
        font-size: 16px;
    }

    h2 {
        font-size: 36px
    }

    .banner_in_cn h2 {
        font-size: 38px;
    }

    .rl_bx2 {
        margin-top: -100px;
    }

    .rl_shp_bx1 p {
        font-size: 16px;
    }

    .footer {
        padding-top: 70px !important;
    }

    .what_our_sec .head_bx h2 {
        margin: 0;
    }

    .head_bx {
        margin-bottom: 20px;
    }

    .start_now h2 {
        margin: 0;
    }

    .what_our_sec .bx-wrapper {
        margin-top: 25px;
    }

    .terms_sec h2,
    .privacy_sec h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .terms_sec h3,
    .privacy_sec h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    .banner_sec .banner-img {
        gap: 15px;
    }

    .banner_sec.home_banner {
        padding-top: 130px;
    }

    .right-button ul {
        gap: 20px;
    }

}

@media screen and (max-width: 1024px) {
    .testi_form {
        margin-top: 45px;
    }

    .submit_testi {
        margin-top: 0px !important;
    }
}

@media (min-width: 992px) {
  
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }

    /* .home_banner .banner_cn {
        margin-top: -150px;
    } */
}
.pro-solu-cont .mobile-temp {
    display: none !important;
}
@media (max-width: 991px) {
    .pro-solu-cont .mobile-temp {
        display: block !important;
    }

    .pro-solu-cont .desktop-temp {
        display: none !important;
    }

    .header_area .navbar-collapse {
        padding: 15px 0px;
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }

    .header_area .navbar {
        background: #fff;
    }

    .header_area .navbar .logo_h {
        padding: 0;
    }

    .navbar_fixed.header_area .navbar {
        background: #fff;
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #058e9b;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

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

    .nav {
        padding-bottom: 0;
    }

    /* 
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 117px;
    } */

    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

    /* .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 78px;
    } */

    .team-info {
        margin-bottom: 20px;
    }

    .we_are_here:before {
        top: -75px;
    }

    .partner_bx p {
        font-size: 17px;
    }

    .online_quote {
        margin-bottom: 20px;
    }

    .how_we_work_sec,
    section.banner_sec.banner_WhoWeAre,
    .banner_sec {
        padding: 130px 0px 0px !important;
    }

    .banner_in_cn h2 {
        font-size: 35px;
    }

    .ex_in_bx h3 {
        font-size: 20px;
    }

    .rl_bx2 {
        margin-top: 0px;
    }

    .head_bx {
        margin-bottom: 25px;
    }

    .footer {
        padding-top: 50px !important;
    }

    .what_our_sec .bx-wrapper {
        margin-top: 25px;
    }

    .ic_bx2.ex_in_bx::after {
        top: 85px;
    }

    .calc-content {
        margin-top: 50px;
    }

    .calc-content .calc-box {
        padding: 30px;
    }

    .calc-content .calc-box h4 {
        font-size: 22px;
    }

    .calc-content .calc-box h2 {
        margin-bottom: 20px;
    }

    .calc-content .calc-bottom {
        margin: 40px auto auto;
    }

    .calc-content .calc-box .rs-sec {
        margin-top: 30px;
    }

    .terms_sec h2,
    .privacy_sec h2 {
        font-size: 28px;
    }

    .terms_sec h3,
    .privacy_sec h3 {
        font-size: 25px;
    }

    .banner_cn {
        text-align: center;
        max-width: 560px;
        margin: auto;
    }

    .banner_cn h5,
    .banner_cn h1 {
        max-width: 100%;
    }

    .banner_cn .vertically-btn {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
    }

    .wrap::after {
        font-size: 35px;
    }

    .banner_sec.home_banner {
        padding-top: 120px !important;
    }

    .header_area .navbar .logo_h {
        order: 1;
        margin: 0;
    }

    .navbar-toggler {
        order: 3;
    }

    .right-button {
        order: 2;
        margin: 0;
        text-align: center;
    }

    .header_area .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 1;
        background: #fff;
        padding: 0;
        left: 0;
        right: 0;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        padding: 0px 15px;
    }

    .login-link {
        padding-left: 15px;
        margin: 0;
    }

    section.growth_sec {
        padding-top: 150px;
    }

    .growth_sec-head h3 {
        font-size: 40px;
        list-style: none;
    }
    .growth_sec-head h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .growth_sec-head img {
        max-width: 160px;
    }
    .growth_txt {
        bottom: 80px;
    }
    .growth_txt h4 {
        font-size: 36px;
        line-height: normal;
    }
    .approved-head h4 {
        font-size: 40px;
        line-height: normal;
    }
    .approved-phon {
        margin-bottom: 20px;
    }
    
    .partner-slider {
        padding: 24px;
    }
    .partner-slider {
        padding: 25px;
    }
    
    .box-module {
        gap: 12px;
    }
    .imgs-slider img {
        height: 100%;
        max-height: 420px
        width: 290px;
    }
    section.counter-up-sec h2 {
        font-size: 26px;
        line-height: normal;
    }
    .custom_grid {
        grid-template-columns: auto auto auto;
    }
    .process_head h3 {
        font-size: 38px;
        line-height: normal;
    }
    .covered_-txt h4 {
        font-size: 30px;
        line-height: normal;
    }
    .about-us-head h3 {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 26px;
    }

    .covered-head h3{
        font-size: 38px;
    }

    .team-data {
        gap: 15px;
    }
    /*.tab-sec .container &gt; .row {
    flex-direction: column-reverse;
    }*/
    section.tab-sec ul.nav.nav-pills {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .partner_bx {
        margin-bottom: 20px;
    }

    .banner_cn h1,
    .banner_cn h1 p {
        line-height: 40px;
        font-size: 34px !important;
    }

    .banner_cn h1 span::after {
        width: 100%;
        bottom: -10px;
    }

    .banner_sec,
    .common_banner,
    .banner_testimpnial {
        padding-bottom: 0;
    }

    .partner_sec {
        padding: 25px 0 25px;
    }

    .we_make_it_sec {
        padding-bottom: 50px;
    }

    .video_sec {
        padding-bottom: 50px;
    }

    .you_home_sec::before {
        left: 0;
    }

    .ex_in_bx {
        height: auto;
        margin-bottom: 30px;
    }

    .bage_sec img {
        max-width: 250px;
    }

    .n_steps_sec {
        padding: 50px 0;
    }

    .pre_proces,
    .our_story,
    .our-team,
    .our_progress_sec {
        padding: 50px 0;
    }

    h2 {
        font-size: 35px;
    }

    .how_cn_bx p,
    .what_our_sec.what_realtors .how_cn_bx h6 {
        font-size: 18px;
    }

    .we_make_it_sec .head_sec p,
    .p_cn p {
        font-size: 18px;
    }

    .cli_r_bx {
        padding: 30px;
    }

    .btn_bx.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .iframe_bx iframe {
        height: 350px;
    }

    .start_now {
        padding-top: 25%;
        padding-bottom: 25%;
    }

    .start_now {
        min-height: auto;
    }

    .home_btn_bx a {
        display: block;
        width: 100%;
        flex: 0 0 90%;
    }

    .home_btn_bx.text-center {
        flex-direction: column;
    }

    .bsr_btn_bx a {
        display: block;
        margin-bottom: 15px;
    }

    .footer-widget_cn {
        padding-bottom: 50px;
    }

    .footer {
        background-image: none;
    }

    .footer-widget.b_footer ul li::after {
        display: none;
    }

    .your_home_icon .ic_bx::before {
        height: 100%;
    }

    .our_ex_sec,
    .what_our_sec,
    .n_steps_sec {
        padding: 25px 0;
    }

    .cli_r_slider2 {
        margin-bottom: 30px;
    }

    .partner_bx {
        padding: 20px;
    }

    .partner_bx h3 {
        font-size: 25px;
    }

    .partner_bx p {
        font-size: 18px;
    }

    .partner_bx img {
        width: 30px;
    }

    .st_img {
        margin-top: 15px;
    }

    .we_are_here::before,
    .we_are_here::after {
        display: none;
    }

    .we_are_here_content {
        color: #fff;
        padding-left: 0;
        padding-top: 0px;
    }

    h2 {
        font-size: 30px;
    }

    .our-team h2 {
        margin-bottom: 25px;
    }

    .testi_form {
        margin-top: 20px;
    }

    .testi_page {
        padding: 60px 0;
    }

    .contct_us {
        margin: 60px 0;
    }

    .testimonial_title {
        margin: 0 0 60px;
    }

    .testimonial_title p,
    .list_working ul li,
    .home_loan p {
        font-size: 15px;
    }

    .common_sec .progress {
        margin-top: 30px;
    }

    .main_sec_width {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    .main_sec_width h3,
    .list_working h3 {
        font-size: 25px;
    }

    .home_loan,
    .common_sec {
        padding: 60px 0 0;
    }

    .common_banner h1 span::after {
        display: none;
    }

    .first_div .list-inline li {
        width: 100%;
    }

    .about_sec p {
        font-size: 15px;
    }

    .main_sec_width .card .card-title {
        font-size: 20px;
    }

    .Refinancing_main h3 {
        padding: 0px !important;
    }

    .banner_cn h1 span::after {
        display: none;
    }

}

@media (max-width: 767px) {

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 30px;
    }

    .bg-weare {
        margin-top: 0px !important;
    }

    .ex_in_bx h3 {
        font-size: 18px;
    }

    .partner_bx {
        padding: 20px 20px;
    }

    .cli_r_bx {
        padding: 20px;
    }

    .what_our_sec.what_realtors .how_cn_bx p {
        font-size: 16px;
    }

    .how_we_work_sec,
    section.banner_sec.banner_WhoWeAre,
    .banner_sec.banner_relator {
        padding: 100px 0px 0px !important;
    }

    .n_steps_sec .m-options .bsr_btn_bx {
        margin: 20px 0 0px 0;
    }

    .icon_florght {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }

    .lidy-hrdle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .float-icons {
        flex-direction: column;

    }

    .icon_florght .hurdles_cn {
        margin: 0;
    }

    .footer-widget {
        padding-bottom: 30px;
    }

    .you_home_sec .head_sec {
        margin-bottom: 30px;
    }

    .different_sec .ex_in_bx::after {
        top: 100px;
    }

    .calc-content {
        margin-top: 0px;
    }

    footer .footer-widget_cn p {
        text-align: center;
    }

    .terms_sec h2,
    .privacy_sec h2 {
        font-size: 25px;
    }

    .terms_sec h3,
    .privacy_sec h3 {
        font-size: 22px;
    }

    .bottom-button {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .full_width_sec .bottom-button a {
        white-space: nowrap;
        padding: 12px 10px !important;
        font-size: 14px !important;
        margin: 0;
    }

    .banner-img img {
        max-width: 100%;
    }
    section.growth_sec {
        padding-top: 70px;
    }
    .growth_sec-head h3 {
        font-size: 34px;
        list-style: none;
    }

    .growth_sec-head h1 {
        font-size: 50px;
        line-height: 70px;
        padding-top: 6px;
    }
    .growth_txt {
        bottom: 65px;
        max-width: 460px;
    }
    .growth_txt h4 {
        font-size: 32px;
        line-height: normal;
    }
    .approved-head h4 {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .we-get-box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .about-us-box {
        width: 100%;
        max-width: 100%;
    }
    .custom_grid {
        grid-template-columns: auto auto;
    }
    .partnership-txt h3 {
        font-size: 34px;
        line-height: normal;
    }
    .partnership-txt {
        margin-bottom: 20px;
    }
    .slick-list.draggable {
        overflow: visible;
        padding: 0;
    }
    .box-module {
        flex-direction: column;
        justify-content: space-between;
    }
    
    .imgs-slider img {
        width: 100%;
        max-height: 420px
    }
    section.tab-sec .problem_head h3 {
        margin: 14px 0;
        font-size: 36px;
    }
    .container.text-center  .col-md-3.col-sm-6.col-12 {
        margin-bottom: 30px;
    }
    .Stream-head h3 {
        font-size: 30px;
        line-height: normal;
    }
    .process_head h3 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }

    section.covered_sec {
        margin: auto 15px;
    }

    .Stream_sec .row {
        gap: 20px;
    }
    .box-module .partner-slider {
    height: 100%;
}
section.about-us-sec .about-us-box {
    height: auto;
}
section.about-us-sec .about-img {
    margin-bottom: 20px;
    height: auto;
}

}

@media screen and (max-width: 680px) {
    .core_practices {
        padding: 60px 0 0;
    }

    .contact_inner,
    .wht_goals {
        padding: 20px;
    }
}

@media only screen and (max-width: 641px) {
    .submit_form div#field_1_2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .submit_form div#field_1_3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .hurdles_cn {
        left: 0;
    }
}

@media (max-width: 575px) {
    .top_menu {
        display: none;
    }

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 30px;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .banner_in_cn h2 {
        font-size: 28px;
    }

    .ex_bx .row&gt;div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-widget {
        padding-bottom: 15px;
    }

    .footer {
        padding-top: 50px !important;
    }

    .partner_bx p {
        margin: 10px 0px;
    }

    .you_home_sec .head_sec h2 {
        margin: 0;
    }

    .you_home_sec .head_sec {
        margin-bottom: 10px;
    }

    .calc-content .calc-bottom {
        padding: 15px;
    }

    .calc-content .calc-box .input-group {
        margin-bottom: 10px;
    }

    .calc-content .calc-box .rs-sec {
        margin-top: 30px;
    }

    .calc-content .calc-box .rs-sec {
        padding: 1rem 0.2rem;
    }

    .calc-content .calc-box h4 {
        font-size: 18px;
    }

    .calc-content .calc-box {
        padding: 20px;
    }

    .pl-5,
    .px-5 {
        padding-left: 1rem !important;
    }

    .terms_sec ul,
    .privacy_sec ul {
        margin: 20px 0 16px 0px;
    }

    .header_area .navbar .logo_h {
        max-width: 150px;
    }

    .right-button ul {
        gap: 10px;
    }

    .right-button .grt_stated {
        padding: 12px;
        font-size: 14px;
    }

    .cn_num {
        height: 35px;
        width: 35px;
    }

    .navbar-toggler span {
        width: 23px;
    }
    .custom_grid {
        grid-template-columns: auto;
    }
    .growth_sec-head h3 {
        font-size: 30px;
        line-height: 1;
        list-style: none;
    }
    .growth_sec-head img {
        max-width: 80px;
    }
    .growth_sec-head h1 {
        font-size: 32px;
        line-height: 70px;
        padding-top: 0;
    }
    .custom-head h3 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .partnership-txt h3 {
        font-size: 30px;
        line-height: normal;
    }
    .covered-head h3 {
        font-size: 32px;
        line-height: normal;
    }
    .covered-head {
        padding-bottom: 30px;
    }
    .pricing-txt h3 {
        font-size: 30px;
        line-height: normal;
    }
    .get-img img {
        width: 100%;
    }
    .growth_txt h4 {
        font-size: 20px;
        line-height: normal;
    }
    .growth_txt p {
        line-height: normal !important;
        font-size: 14px !important;
    }
    .growth_txt h4 {
        font-size: 18px;
        line-height: normal;
    }
    .growth_txt {
        bottom: 55px;
        max-width: 300px;
    }
    .approved-img {
        position: absolute;
        bottom: 64px;
        left: 0;
        right: -130px;

    }
    .approved-img {
    top: 90px;
}
.your_back .pricing-txt h3 br {
    display: none;
}
/*section.about-us-sec .about-us-box .inline-logos {
    gap: 10px;
}*/

section.about-us-sec .about-img {
    height: auto;
    margin-bottom: 20px;
}
section.about-us-sec .call-btn a.btn_p {
    margin-top: 20px!important;
}

section.tab-sec ul.nav.nav-pills {
    flex-wrap: nowrap;
}

section.tab-sec ul.nav.nav-pills a.nav-link {
    padding: 15px 30px;
}
.partnership_sec .partnership_btn {
    text-align: center;
}
.your_back .we-get-box {
    text-align: center;
}

.your_back .we-get-box h3 {
    text-align: center;
}
.approved-txt h5 {
    font-size: 22px;
}
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 280px;
    }
}


.logo-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
section.tab-sec .col-lg-4.col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#flamingo .col-lg-6.col-md-6 {
    margin-bottom: 30px;
}

div#cuckoo .col-lg-6.col-md-6 {
    margin-bottom: 30px;
}
.logo-pro h4 {
    color: #058E9B;
    font-size: 22px;
}

.problem_txt p {
    font-size: 15px;
}

/*.desktop-temp {
  display: none !important;
}

.mobile-temp {
  display: flex !important;
}*/

</pre></body></html>