html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #565656;
    font-family: "Titillium Web", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%;
    min-height: 85rem;
    padding-top: 98px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #000000;
}

b,
strong {
    font-weight: 700;
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
    color: #636363;
    font-family: "Titillium Web", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: none !important;!i;!;
}

p a {
    color: #000;
    text-decoration-line: underline;
    display: inline-block;
}

p a:hover {
    color: #043f71;
    text-decoration-line: underline;
}

input:focus,
textarea:focus,
button:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    color: #043f71;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
}

h4 {
    margin: 0;
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    /* 123.529% */
}

h5 {
    color: #000;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
}

h6 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.9px;
}

.container {
    max-width: 1320px;
    width: 98%;
}

.row {
    margin: 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #9ccb5a;
}

::-webkit-scrollbar-thumb {
    background: #7dd3db;
}

::-webkit-scrollbar-thumb:hover {
    background: #7dd3db;
}

.special-offer-popup .col-md-12.submit-input span.wpcf7-spinner {
	display: none;
}

/* --- Button Code --- */
.custom-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 2px;
    background: #7dd3db;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #7dd3db;
    margin: 0;
}

.custom-btn:hover {
    text-decoration: none;
    background-color: #9ccb5a;
    border: 1px solid #9ccb5a;
    color: #fff;
}

header {
    transition: all 0.3s ease-in-out;
}

.fixed-top {
    background: #fff;
    padding: 5px 0px;
}

header.fixed-header {
    animation: smoothScroll 1s forwards;
}
a.navbar-brand.logo-div {
    max-width: 330px;
}
header.fixed-header a.navbar-brand.logo-div {
    max-width: 280px;
}

a.navbar-brand.logo-div {
    margin: 0px;
    transition: all 0.3s ease-in-out;
}

div#navbarCollapse {
    justify-content: flex-end;
	display: flex;
	flex-basis: auto;
}

.menu-main-menu-container {
    padding-right: 15px;
}

.menu-main-menu-container li {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-main-menu-container li a {
    color: #000;
    position: relative;
    padding-bottom: 40px;
}

.menu-main-menu-container li {
    padding: 0px 28px;
}

li.current_page_item a,
li a:hover {
    color: #043F71 !important;
}

button.custom-btn {
    border-radius: 2px;
    background: #7dd3db;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

button.custom-btn img {
    margin-right: 5px;
}

.banner_container {
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 10% 0% 3%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    left: 0;
}

.home-banner-section {
    position: relative;
    background: #043f71;
    border-bottom: 5px solid #043f71;
}
.home-banner-section:after{
    content:'';
    position: absolute;
    left:0;
    top:0px;
    bottom:0px;
    right:0px;
    margin:auto;
    background-color: hsl(0deg 0% 0% / 5%);
    height: 100%;
    width:100%;
}
.banner_container .container {
    height: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
}

.banner_container .row {
    height: 100%;
    max-width: 50%;
}

.banner_container h1 {
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 71px;
    font-style: normal;
    font-weight: 700;
    line-height: 95px;
    margin: 0;
}

.banner_container h1 span {
    display: block;
}

.banner_container h6 {
    color: #ffe400;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.banner_container .banner_btn {
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.banner_btn a {
    padding: 12px 14px;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #7dd3db;
    border: 2px solid #7dd3db;
    border-radius: 0px;
}



.banner_btn a:hover,
.banner_container .banner_btn a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.banner_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner_logo img {
    margin: 0px 10px;
}

nav.navbar.bg-dark {
    background: #000 !important;
}

.footer_wrapper {
    background: #333;
    padding: 80px 0px;
    position: relative;
}

footer .col h5 {
    font-family: "Titillium Web";
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.9px;
    margin-bottom: 28px;
    color: #fff;
    text-transform: capitalize;
}

footer .col p {
    color: #e5e4e4;
    margin: 0;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.col p a {
    color: #e5e4e4;
    font-weight: 700;
}

.col li {
    color: #e5e4e4;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 8px;
}

.col li a {
    color: #e5e4e4;
}

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

.insta_image {
    margin-bottom: 15px;
}

p.copyright {
    padding: 15px 0px 30px;
}

.col li:last-child {
    margin-bottom: 0px;
}

p.copyright a {
    display: inline-block;
    margin-left: 6px;
}

.col ul.social-media li {
    list-style: none;
    margin: 0 10px 0 0;
}

.col ul.social-media li a {
    list-style: none;
    border-radius: 22.75px;
    background: #5c5c5c;
    border: 2px solid #5c5c5c;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col ul.social-media li a:hover {
    border: 2px solid #7dd3db;
    background: #ddfcb2;
    color: #5c5c5c !important;
}

.explore_btn a {
    border: 2px solid #fff;
    background: #fff;
    padding: 14px 28px;
    color: #054476;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.explore_btn {
    padding-top: 10px;
}

.explore_btn a:hover {
    border: 2px solid #7dd3db;
    background: #ddfcb2;
    color: #054476;
}

.container-fluid.bottom_footer_wrapper {
    padding: 10px 0px;
}

.container-fluid.bottom_footer_wrapper .row {
    align-items: center;
}

.container-fluid.bottom_footer_wrapper li {
    color: #043f71;
    text-align: right;
    font-family: "Titillium Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    width: auto;
    padding: 0px 15px;
}

.container-fluid.bottom_footer_wrapper li:last-child {
    padding-right: 0px;
}

.container-fluid.bottom_footer_wrapper li a {
    color: #043f71;
}

.container-fluid.bottom_footer_wrapper ul {
    display: flex;
    justify-content: flex-end;
}

h2.lets_connect {
    color: #fba311;
    font-family: "Mona Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    text-align: right;
}

.copyright p {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin: 0;
}

.copyright {
    padding-top: 3%;
    display: flex;
}

div#btn-back-to-top i {
    color: #ddfcb2;
}

div#btn-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 0px 3px 0px rgba(163, 163, 163, 0.45);
    cursor: pointer;
    transition:.4s;
    opacity: 0;
}
#btn-back-to-top.active {
    opacity: 1;
    visibility: visible;
}
div#btn-back-to-top:hover{
    background: #ddfcb2;
}
.social_links {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.social_links a {
    color: #fba311;
    display: inline-block;
    margin-left: 10px;
}

.social_links a:hover {
    color: #fff;
}

.hsc-image {
    position: relative;
}

img.video_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
}

img.video_icon:hover {
    background: #9ccb5a;
    border-radius: 100%;
}

section.mortgage_and_investment {
    border: 11px solid #7dd3db;
    background: #7dd3db;
    padding: 0px;
}

.container-mi .col-xl-6 {
    padding: 85px;
}

.container-mi .col-xl-6:last-child {
    background: #dcf0f2;
}

.mortgage_and_investment1 {
    display: flex;
    justify-content: flex-end;
}

.inn_mortgage_investment p {
    color: #043f71;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
    padding: 20px 0px 40px;
}

.mortgage_and_investment_box {
    max-width: 610px;
    width: 100%;
}

.mortgage_and_investment_box .banner_btn {
    justify-content: flex-start;
    padding: 0;
}

.mortgage_and_investment_box .banner_btn a {
    background: #043f71;
    border: 2px solid #043f71;
    padding: 14px 30px;
    color: #fbfff5;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    display: inline-flex;
}

.mortgage_and_investment_box .banner_btn a:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

section.why-choose-us-section {
    padding: 60px 0px;
}

section.why-choose-us-section p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin: 0;
    padding-top: 10px;
}

section.our-purpose-section {
    padding: 0px;
}

section.our-purpose-section .col-xl-6 {
    padding: 0px;
}

.purpose-content-wrp {
    display: flex;
    justify-content: end;
    align-items: center;
}

.purpose-content-box {
    max-width: 675px;
    width: 100%;
    padding-right: 90px;
}

.purpose-image {
    position: relative;
}

.purpose-image:after {
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 86%;
    background: #043f71;
    margin: auto 0px;
}

.purpose-content-box p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.purpose-content-box h3 {
    margin-bottom: 25px;
}

.purpose-content-box h5 {
    line-height: normal;
    text-transform: capitalize;
}

section.mortgage_and_investment h1 {
    font-size: 28px;
	color: #043f71;
}

section.why-choose-us-section h3,
section.why-choose-us-section h4 {
    text-align: center;
}

.container.our_prupose_full_with_content {
    padding: 50px 0px;
    text-align: center;
}

.container.our_prupose_full_with_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    padding-bottom: 18px;
}

.container-purpose .row {
    align-items: center;
}

section.our_value_content_wrp {
    padding-top: 70px;
}

.row.stats-row {
    margin-bottom: 50px;
    justify-content: space-between;
}

.stats-box h3 {
    color: #9ccb5a;
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}

.stats-box p strong {
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.4px;
    display: block;
    padding: 6px 0px;
}

.stats-box p {
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.4px;
    margin: 0;
}

.stats-box-items {
    width: auto;
    padding: 0;
}

.row.our-value-row {
    background: #dcf0f2;
    align-items: center;
    z-index: 9;
    position: relative;
}

.row.our-value-row .col-xl-7 {
    padding: 0;
}

.our-value-content-box {
    padding: 30px;
}

.col-xl-7.our-value-8 {
    width: 64%;
}

.col-xl-5.our-value-4 {
    width: 36%;
}

.our-value-content-box p {
    color: #636363;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    margin: 0;
    padding: 10px 0px 20px;
}

.our-value-content-box h5 {
    line-height: normal;
}

section.probability_of_success {
    padding: 340px 0px 80px;
    margin-top: -250px;
    background: #fff;
}

.probability_of_success_repeater_box {
    height: 100%;
}

.inn_probability_of_success {
    border: 1px solid #7dd3db;
    background: #f6feff;
    box-shadow: 4px 4px 15.6px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: center;
    padding: 30px;
}

.probability-icon {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.inn_probability_of_success p {
    margin: 0;
    padding: 6px 0px 20px;
    min-height: 110px;
}

section.investment_success_repeater {
    background: #dcf0f2;
    padding: 70px 0px;
}

.investment_repeater_box {
    border-radius: 10px;
    border: 1px solid #7dd3db;
    background: #fff;
    height: 100%;
    padding: 30px 15px;
}

.container-inves h3 {
    text-transform: none;
    margin-bottom: 35px;
    text-align: center;
}

.container-inves {
    padding: 0px 8%;
}

.investment-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 2px solid #7dd3db;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
}

.inn_investment_of_success h5 {
    color: #043f71;
    text-align: center;
    font-family: Raleway;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.9px;
    text-transform: uppercase;
}

.inn_investment_of_success p {
    color: #636363;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    margin: 0;
    padding: 10px 0px 18px;
}

.inn_investment_of_success {
    text-align: center;
}

.banner_btn a {
    padding: 20px 28px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Raleway';
}

.container-inves .col {
    padding: 0px 10px;
}

section.testimonail-content-wrapper {
    padding: 70px 0px;
}

.heading-testimonial {
    margin-bottom: 25px;
}

.testimonail-content-wrapper .ti-widget.ti-goog .ti-review-item>.ti-inner,
.our_success_stories_wrapper .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 10px !important;
    background: #043f71 !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name,
.ti-widget.ti-goog .ti-widget-container .ti-date,
.ti-widget.ti-goog .ti-review-content,
.ti-widget.ti-goog .ti-read-more,
.ti-widget.ti-goog .ti-read-more span {
    color: #fff !important;
}

.ti-widget.ti-goog .ti-read-more span:hover {
    color: #7dd3db !important;
}

.testimonail-content-wrapper .ti-widget.ti-goog .ti-controls .ti-prev,
.our_success_stories_wrapper .ti-widget.ti-goog .ti-controls .ti-prev {
    left: -20px !important;
    color: #7dd3db !important;
}

.testimonail-content-wrapper .ti-widget.ti-goog .ti-controls .ti-next,
.our_success_stories_wrapper .ti-widget.ti-goog .ti-controls .ti-next {
    right: -20px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
    background: #7dd3db !important;
}

section.highest_standards_content {
    background: #043f71;
    padding: 0px;
}

.hsc-image-items {
    padding: 0px;
    width: 44%;
}

.hsc-image-items img.img-fluid {
    width: 100%;
}

.hsc-content-items {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #043f71;
}

.hsc-content-box h3 {
    color: #fff;
}

.hsc-content-box p {
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    padding: 20px 15%;
}

.hsc-content-box {
    text-align: center;
}

section.team_of_financial_experts {
    background-size: cover;
    padding: 80px 0px;
}

.container-tfe {
    padding: 0px 10%;
}

.team_items {
    padding: 0px 20px;
	margin: 20px 0;
}

.team_box {
    border-radius: 10px;
    background: #dcf0f2;
    height: 100%;
    overflow: hidden;
}

.team_photo {
	background-color: #fff;
}

.team_photo img {
    height: 304px;
    width: 100%;
    object-fit: contain;
}
.team_content h6 {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.designation {
    border-radius: 2px;
    background: #e4f9fb;
    color: #383434;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.9px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 16px 0px;
}

.team_content {
    text-align: center;
    padding: 20px 15px 15px;
}
.home .team_content p {
    margin: 0;
    padding: 12px 0px 8px;
}
.team_content p {
    margin: 0;
    padding: 0px 0px 8px;
}

.experts_content_wrp {
    text-align: center;
    margin-bottom: 40px;
}

.experts_content_wrp p {
    padding: 12px 0px;
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.row.our-team-row {
    padding: 80px 0px 50px;
    align-items: center;
}

.our-team-row .col-xl-6 {
    padding: 0px;
}

.our-team-image {
    position: relative;
}

.our-team-image:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 86%;
    background: #043f71;
    margin: auto 0px;
}

.our-team-image img {
    width: 100%;
}

.our-team-content-box {
    padding: 50px 25% 50px 16%;
}

.our-team-content-box .banner_btn {
    display: flex;
}

.our-team-content-box .banner_btn a {
    padding: 12px 14px;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #7dd3db;
    border: 2px solid #7dd3db;
    border-radius: 0px;
}

.our-team-content-box .banner_btn a:last-child {
    background: transparent;
    color: #043f71;
}

.banner_btn a:hover,
.our-team-content-box .banner_btn a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.our-team-content-box p {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    padding: 15px 0px;
}

.dsv_inner_box {
    text-align: center;
}

.dsv_content h5 {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.5px;
    text-transform: none;
    padding: 20px 0px 15px;
    margin: 0;
}

.dsv_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0px 20px;
}

section.calculators_content_wrp {
    background: #043f71;
    padding: 110px 0px 0px;
}

.calculators_content_box h3,
.calculators_content_box p {
    color: #fff;
}

.calculators_content_box p {
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin: 0;
    padding: 15px 0px;
}

.calculators_content_box {
    text-align: center;
    padding-bottom: 50px;
}

.calculators_content_box img {
    margin-bottom: 70px;
}

.calculators_box {
    height: 100%;
    background: #fff;
    padding: 36px 36px;
}

.calculators_box .banner_btn a {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.5px;
    letter-spacing: 1.5px;
    padding: 5px 10px 5px 40px;
    text-transform: none;
    background-image: url("../images/calsi-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.calculators_box .banner_btn a:hover {
    background: #000;
    color: #fff;
}

.calculators_content h5 {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.5px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.calculators_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.calculators_inner_box {
    text-align: center;
}

.calculators_items {
    padding: 0px 15px;
}

.row.calculators_repeater {
    justify-content: center;
    margin-bottom: 40px;
}

.experts_content_wrp.calculators_full_width_content p {
    padding: 15px 10% 20px;
}

.home section.our-partners-section {
    padding-top: 475px;
    padding-bottom: 50px;
    margin-top: -470px;
    background-image: url("../images/advice_bg.png");
}

.our_partners_content h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our_partners_content h5 {
    color: #043F71;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
}
.our_partners_content p {
    font-weight: 300;
}

.inn_partners_items {
    width: 300px;
    height: 195px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-box-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 415px;
    overflow-y: scroll;
}

.partners_items {
    margin-bottom: 24px;
}

.our_partners_content {
    padding: 40px 0px;
}

section.lets_talk_content {
    padding: 80px 0px;
}

.inn_talk_content h5 {
    line-height: normal;
}

.inn_talk_content {
    text-align: center;
    margin-bottom: 45px;
}

.inn_talk_details {
    border: 1px solid #7dd3db;
    background: #7dd3db;
    height: 100%;
    text-align: center;
    padding: 36px 35px;
}

.talk_details:nth-child(2) .inn_talk_details {
    border: 1px solid #7dd3db;
    background: #dcf0f2;
}

.inn_talk_details h5 {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.5px;
    padding: 20px 0px;
    text-transform: capitalize;
}

.inn_talk_details p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.inn_talk_details p a{
    color: #043f71;
    text-decoration:none;
}
.inn_talk_details:hover p a{
    color: #fff;
    text-decoration:none;
}
.icon_box {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.talk_details:nth-child(2) .inn_talk_details p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
}

.talk_details:nth-child(2) .inn_talk_details p strong {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
}

.talk_details:nth-child(2) .inn_talk_details p a {
    color: #043f71;
    text-decoration: none;
}

.talk_details:nth-child(2) .inn_talk_details p a:hover {
    color: #000;
    text-decoration: underline;
}

.inn_talk_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 8px 0px;
}

.inner-banner-section {
    padding: 75px 0px;
    height: 400px;
    position: relative;
}

.inner-banner-section:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/inner_shadow.png");
    margin: auto 0px;
    opacity: .6;
}

.inner-banner-section .container {
    position: relative;
    z-index: 9;
}

.inner_banner_heading {
    padding-top: 85px;
}

nav.entry-breadcrumbs {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

span.breadcrumb {
    margin: 0;
}

span.sep {
    padding: 0 5px;
}

nav.entry-breadcrumbs a {
    color: #fff;
}

.inner_banner_heading h1 {
    color: #fff;
    font-family: "Titillium Web";
    font-size: 71px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
    margin: 0;
}

.container-fluid.abt_content_wrapper {
    padding: 80px 0px;
}

.row.about_content2_wrp {
    align-items: center;
}

.abt_img img {
    margin: 0px 12px;
    border-radius: 10px;
    z-index: 9;
}

.abt_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.abt_img img.a_img2 {
    margin-top: 45px;
}

.ccs img {
    position: absolute;
}

.about_image2 {
    position: relative;
}

img.L1_icon {
    top: 60px;
    z-index: 99;
}

img.L2_icon {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 99;
}

img.L3_icon {
    bottom: -10px;
    left: 0;
    z-index: 1;
    position: absolute;
}

.banner_logo {
    padding: 30px 0px;
}
.banner_logo img {
    width: 92px;
}
.abt_about_content2 h3 {
    padding: 14px 0px 18px;
}

.abt_about_content2 p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.abt_about_content2 {
    padding-right: 40px;
}

.abt_about_content2 h5 {
    margin-bottom: 12px;
}

.abt_about_content2 p {
    margin-bottom: 15px;
}

.call_us_text a {
    display: block;
}

.call_us_text {
    display: flex;
    align-items: flex-start;
    margin-left: 50px;
}

.call_us_text span {
    color: #043f71;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.call_us_text span a {
    color: #043f71;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.call_us_text span a:hover{
    color: #000;
}
.call_us_text img {
    margin-right: 10px;
}

.about_btn {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.about_btn .banner_btn {
    height: 50px;
}

.about_btn .banner_btn a {
    background: #043f71;
    border: 2px solid #043f71;
    padding: 15px 22px;
    text-transform: capitalize;
    color: #fff;
}

.about_btn .banner_btn a:hover {
    background: #000;
}

.row.about_content3_wrp {
    padding: 70px 0px;
}

.abt_about_content3 {
    padding-left: 12%;
}

.abt_about_content3 p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.abt_about_content3 li {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.abt_about_content3 li:before {
    content:'';
    position: absolute;
    left:0px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #043f71;
}
.abt_about_content3 ul {
    padding-left: 5px;
}

.abt_about_content3 li strong {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.abt_about_content3 h3 {
    margin-bottom: 16px;
}

.our_impact_content p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.our_impact_content h3 {
    margin-bottom: 20px;
}

.page-id-12 section.team_of_financial_experts {
    margin-top: 0;
    padding: 0px 0px 100px;
    background-position: center bottom;
}

.page-id-12 .container-fluid.abt_content_wrapper {
    padding-bottom: 0px;
}
.our_impact_content {
    padding-bottom: 60px;
}

.team_financial_experts_content .team_box {
    background: #dcf0f2;
}

.team_financial_experts_content .designation {
    border-radius: 2px;
    background: #e4f9fb;
    color: #383434;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.9px;
    text-transform: uppercase;
    display: block;
    padding: 4px 10px 2px;
    margin: 10px 0px;
}

.team_financial_experts_content h6 {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.9px;
    text-transform: uppercase;
}

.team_financial_experts_content h6 a {
    color: #043f71;
}

.team_social {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.team_social a {
    color: #043f71;
}

.team_social span a {
    display: inline-block;
    padding: 0px 5px;
}

.team_financial_experts_content .row {
    justify-content: center;
}

.team_financial_experts_content .team_items {
    padding: 0px 10px;
    margin: 15px 0px;
}

.container.our_success_stories_wrapper {
    padding: 60px 0px;
}

.success_stories_content {
    text-align: center;
    padding: 0px 3% 30px;
}

.success_stories_content h3 {
    margin-bottom: 10px;
}

.success_stories_content p {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
}

.our_success_stories_wrapper .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 0px !important;
}

.our_services_content {
    text-align: center;
    margin-bottom: 55px;
}

.our_services_content h5 {
    line-height: normal;
    color: #043f71;
}

.services_box {
    border-radius: 10px;
    background: #e4f9fb;
    overflow: hidden;
}

.services_content h6 {
    color: #252634;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-bottom: 12px;
}

.services_content {
    padding: 25px;
}

.services_content li {
    color: #505563;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 20px;
    position: relative;
    list-style: none;
    margin-bottom:14px
}
.services_content li:last-child{
    margin-bottom:10px;
}
.services_content li:before {
    content:'';
    position: absolute;
    left:0px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #043f71;
}
.services_content ul {
    padding: 0px 2px 20px;
}

.services_items:nth-child(2) .services_box {
    padding-bottom: 40px;
}

.learn_more a {
    padding: 17px 123.6px;
    display: block;
    background: #043f71;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.learn_more a:hover {
    background: #000;
    color: #fff;
}

.page-id-12 .hsc-content-box p {
    color: #fff;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding: 16px 0 18px;
    margin: 0;
}

.page-id-12 .hsc-content-box h5 {
    color: #fff;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 27px;
    text-transform: none;
}

.page-id-12 .hsc-content-box h6 {
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
}

.page-id-12 .hsc-content-box {
    text-align: left;
    padding: 0px 14% 0px 16%;
}

.page-id-12 .our-partners-section {
    padding-bottom: 20px;
}

.mortgage_accordion_repeater {
    padding: 0px 90px;
}

.accordion.width {
    border: none;
    display: flex;
    flex-direction: row;
}

.accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
    border-radius: 0;
    align-items: flex-end;
    margin: 0px 10px;
    border: none;
}

.accordion.width .card .card-header {
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    padding: 30px 30px 130px 120px;
}

.accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none;
}

.collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

.collapsing.height {
    transition: height 0.35s ease;
    width: auto;
    height: 0;
}

.collapse.show {
    display: block;
}

.card-body {
    background: rgba(4, 63, 113, 0.9);
    padding: 40px;
}

.card-header h3 {
    background: #7dd3db;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    padding: 30px 10px;
    color: #fff;
}

.card {
    background-size: cover;
    background-position: 30% center;
}

.card-body h4 {
    color: #fff;
    font-family: "Titillium Web";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 12px;
}

.card-body p {
    color: #fff;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.card.active {
    padding: 30px;
}

.inn_mortgage_content2 h5 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: none;
}

.inn_mortgage_content2 a.custom-btn {
    border-radius: 5px;
    background: #7dd3db;
    border: 2px solid #7dd3db;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    padding: 10px 20px;
    text-transform: none;
    height: 70px;
}

.inn_mortgage_content2 a.custom-btn:hover {
    background: #000;
    border: 2px solid #000;
}

.inn_mortgage_content2 h4 {
    margin-bottom: 20px;
}

.mortgage_img {
    position: relative;
}

.mortgage_image2 {
    position: relative;
}

.mortgage_image2 img.L1_icon {
    left: -30px;
}

img.img-fluid.small_image {
    width: 390px;
    height: 260px;
    object-fit: cover;
    position: absolute;
    right: 18px;
    bottom: -74px;
    box-shadow: -28px -28px 0px #fff;
}

img.dots {
    position: absolute;
    right: 205px;
    top: 0px;
    bottom: 228px;
    margin: auto 0px;
}

.inn_mortgage_content2 {
    padding-left: 30px;
}

.inn_mortgage_content2 p {
    color: #043f71;
    line-height: 26px;
}

.container-fluid.mortgage_content_wrapper {
    padding: 90px 0px 30px;
    background-size: cover;
    background-position: center center;
}

.mortgage_top_heading {
    text-align: center;
    margin-bottom: 65px;
}

.mortgage_top_heading h2 {
    text-transform: none;
    margin-bottom: 12px;
}

.row.mortgage_content2_wrp {
    padding-bottom: 150px;
}

.card.active .card-header {
    display: none;
}

.mortgage_services_wrapper {
    padding: 80px 0px;
}

.mortgage_services_items {
    padding: 15px;
}

.mortgage_services_box {
    background: #7dd3db;
    height: 100%;
    padding: 30px;
}

.mortgage_services_items:nth-child(2) .mortgage_services_box,
.mortgage_services_items:nth-child(3) .mortgage_services_box {
    background: #dcf0f2;
}

.mortgage_services_icon {
    display: flex;
    justify-content: flex-end;
}

.mortgage_content_box h5 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: none;
}

.mortgage_content_box p {
    color: #000;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    margin: 0;
    padding: 20px 0px;
}

.mortgage_services_content {
    margin-bottom: 60px;
    text-align: center;
}

.mortgage_services_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin: 0;
    padding: 12px 0px 0px;
}

.mortgage_content_box .learn_more a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    padding: 8px 26px 12px;
    display: inline-block;
    line-height: normal;
}

.mortgage_options_content {
    text-align: center;
    padding: 70px 14%;
}
.row.mo_wrp {
    padding: 0px 2%;
}
.mortgage_options_content h5{
    text-transform:none;
}
.mo_img img {
    border-radius: 12px;
    width: 100%;
}

.inn_mo_content2 p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
}

.inn_mo_content2 h4 {
    margin-bottom: 14px;
}

.mo_btn a {
    font-size: 22px;
    text-transform: none;
    font-weight: 600;
    padding: 18px 22px;
}

.mo_content2 {
    display: flex;
    align-items: center;
}

.inn_mo_content2 {
    padding-right: 25px;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0px 10px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 30px;
    background: #7dd3db;
    border: 2px solid #7dd3db;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 30px;
}

.slick-dots li.slick-active button {
    background: #043f71;
    border: 2px solid #7dd3db;
    width: 30px;
    height: 30px;
}

.slick-dots {
    bottom: -70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    color: #fff;
    height: 49px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 18px;
}

button.slick-next.slick-arrow {
    background-image: url("../images/s-next.png");
    right: -60px;
}

button.slick-prev.slick-arrow {
    background-image: url("../images/s-prev.png");
    left: -60px;
}

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

.container-fluid.default_page h2 {
    text-transform: none;
}

section.default_lets_talk_content {
    padding-bottom: 80px;
}

.row.guide_content2_wrp {
    padding-bottom: 60px;
}

.guides_content h2 {
    margin-bottom: 30px;
    text-transform: none;
    color: #043f71;
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 700;
}

.guides_content p {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 20px;
}

.guides_content {
    padding-right: 28px;
}

.container-fluid.guides_repeater_wrapper {
    background: #043f71;
    padding: 80px 0px;
    margin-bottom: 70px;
}
.guides_repeater_wrapper .container{
    max-width:100%;
    padding: 0px 2% 0px 10%;
}
.inn_guide_items h3 {
    color: #fff;
}

.pdf_content h6 a {
    color: #fff;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
}

.pdf_content h6 a:hover {
    color: #000;
}

.inn_guide_items a.custom-btn {
    background: #e4f9fb;
    border: 2px solid #e4f9fb;
    font-size: 15px;
}

.inn_guide_items a.custom-btn:hover {
    background: #000;
    border: 2px solid #000;
}

.pdf_content h6 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.pdf_content a:hover h6 {
    color: #000;
}

.pdf_content {
    padding: 15px 0px 25px;
}

.pdf_content h6 img {
    padding-right: 15px;
}

.container-fluid.contact_details_wrapper {
    padding: 80px 0px;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

.contact_content_wrp h2 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    text-transform: none;
}

.contact_form_wrp {
    margin-bottom: 80px;
    background: #fff;
    padding: 40px;
}

.input input,
.input select {
    padding: 10px 10px 32px 10px;
    border: none;
    border-bottom: 1px solid #cacaca;
    color: #000;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    outline: none;
}

.textarea-1 textarea {
    height: 146px;
    padding: 10px 10px 100px 10px;
    resize: none;
    border: none;
    border-bottom: 1px solid #cacaca;
    color: #000;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}

.textarea-1 {
    padding-top: 30px;
    padding-bottom: 15px;
}

input:focus,
textarea:focus {
    border-bottom: 1px solid #7dd3db;
}

.submitinput input {
    display: flex;
    width: 358px;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 37px;
    background: #043f71;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
    border: none;
}

.submitinput input:hover {
    background: #7dd3db;
}

span.wpcf7-spinner {
    position: absolute;
}

.contact_content_wrp {
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_content_wrp h6 {
    margin-bottom: 30px;
    font-weight: 400;
}

span.contact-sm-link a {
    width: 49.988px;
    height: 49.701px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
    font-size: 18px;
}

span.contact-sm-link a:nth-child(2) {
    margin: 15px 0px;
}

span.contact-sm-link a:hover {
    background: #7dd3db;
    border: 1px solid #7dd3db;
}

.about_btn.mo a {
    border-radius: 5px;
    background: #043f71;
    border: 2px solid #043f71;
}

.about_btn.mo a:hover {
    background: #000;
}

.inn_mortgage_content2 h3 {
    margin-bottom: 15px;
}

.about_btn.mo {
    padding-top: 28px;
    padding-bottom: 24px;
}

.text_line {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.text_line img {
    padding-right: 10px;
}

.about_btn.mo .banner_btn {
    height: auto;
}

.inn_mortgage_content2.mo {
    padding-left: 0px;
}
.inn_mortgage_content2.mo ul {
    padding-left: 20px;
    padding-bottom: 15px;
}
.mortgage_why_us_content {
    padding: 40px 0px;
}

.mortgage_why_us_content h3 {
    margin-bottom: 20px;
    padding: 0px 20%;
    text-align: center;
}

.mortgage_why_us_content p {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    padding: 0px 8%;
}

.mortgage_why_us_content ul {
    padding: 30px 5px 0px;
}

.mortgage_why_us_content li {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    padding: 0px 20px;
    position: relative;
    list-style:none;
    margin-bottom:10px
}

.mortgage_why_us_content li:before {
    content:'';
    position: absolute;
    left:0px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #043f71;
}

.mortgage_our_partner {
    padding: 40px 0px;
}

.mortgage_our_partner h4,
.mortgage_our_advise h4 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-align: center;
    margin-bottom: 40px;
}

.mortgage_our_advise {
    padding: 40px 0px 60px;
}

.advise_icon {
    height: 90px;
    text-align: center;
    margin-bottom: 20px;
}

.inn_our_advise_items h6 {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    min-height: 63px;
}

.inn_our_advise_items p {
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: #043f71;
}

.row.our_advise_repeater {
    padding: 20px 0px;
    justify-content: center;
}

.our_advise_image {
    width: 45%;
}

.our_advise_content {
    width: 55%;
    padding-left: 40px;
}

.inn_our_advise_content h4 {
    font-size: 38px;
    margin-bottom: 15px;
}

.inn_our_advise_content li {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #7dd3db;
    list-style: none;
    margin: 10px 0px;
    padding: 10px 40px;
    background-image: url("../images/hand_icon.png");
    background-repeat: no-repeat;
    background-position: 14px 16px;
}
.inn_our_advise_content li strong {
    color: #043f71;
}
.inn_our_advise_content p {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.inn_our_advise_content ul {
    padding: 4px 0px 12px;
}

.our_advise_btn {
    padding-top: 15px;
}

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

.inn_download_content {
    padding-right: 20px;
}

.inn_download_content p {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin: 0;
    padding: 10px 0px;
}

.inn_download_content h3 {
    padding-bottom: 12px;
}

.download_btn {
    padding-top: 20px;
}

.download_btn a {
    background: #587dbd;
    border: 2px solid #587dbd;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
}

.row.download_content_wrp {
    align-items: center;
}

.mortgage.lets_talk_content {
    padding: 80px 0px;
}

.default_page {
    padding: 70px 0px;
    margin-bottom: 60px;
    text-align: center;
}

.default_page h3,
.default_page h4,
.default_page h5,
.default_page h6 {
    margin-bottom: 20px;
}

.careers-form-section .custom-col-cc .right-col .current-openings-cc .current-opening-single:not(:last-of-type) {
    margin-bottom: 30px;
}

.careers-form-section .custom-col-cc .right-col .current-openings-cc .current-opening-single {
    background-color: #f6f6f6;
    padding: 15px 20px;
}

section.careers-form-section.section-spacer {
    padding: 70px 0px;
}

h4.title.mb-0 {
    font-size: 24px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    width: 165px !important;
    background: #043f71 !important;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web"  !important;
    font-size: 22px  !important;
    font-style: normal;
    font-weight: 600  !important;
    line-height: normal  !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 37px  !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
    background: #7dd3db !important;
}

.forminator-ui.forminator-custom-form[data-design="default"].draft-enabled .forminator-save-draft-link {
    color: #7dd3db !important;
}

.forminator-ui.forminator-custom-form[data-design="default"].draft-enabled .forminator-save-draft-link:hover {
    color: #043f71 !important;
}

.row.custom-col-cc {
    justify-content: space-between;
}

.custom-col-cc .left-col {
    width: 70%;
    margin: auto;
}

.expert-btn {
    padding: 20px 0px;
}

.expert-btn a {
    background: #043f71;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
    border-radius: 37px;
    text-decoration: none !important;
}

.expert-btn a:hover {
    background: #7dd3db;
    color: #fff;
}

.input label {
    display: block;
    color: #000;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

span.wpcf7-list-item label {
    display: flex;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

span.wpcf7-list-item-label {
    padding-left: 8px;
    margin: 0;
    font-size: 19px;
}

span.wpcf7-list-item {
    margin: 0 40px 0 0;
}

span.wpcf7-list-item.last {
    margin: 0;
}

.sevices_qus .row {
    margin: 0px -10px;
}

.sevices_qus h6 {
    font-size: 28px;
    text-transform: uppercase;
    padding: 20px 0px;
}

.contact_form_wrp h5 {
    font-size: 40px;
    padding-bottom: 30px;
}

.action-button {
    background: #587dbd;
    border: 2px solid #587dbd;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button, form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    padding: 4px 28px !important;
    border-radius: 30px;
    width: auto;
    height: 54px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 37px;
    background: #043f71;
    color: #fff;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
    border: none;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

.container-fluid.team_details_wrapper {
    background: #f2f4f8;
    padding: 170px 0px 60px;
    position: relative;
}

img.member_award_image {
    position: absolute;
    bottom: -80px;
    right: 0px;
}

.inn_mortgage_content2.team h2 {
    margin-bottom: 18px;
}

.inn_mortgage_content2.team h5 {
    padding: 15px 0px 10px;
}

.awards_text h6 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 20px;
}

.team .about_btn.mo {
    padding-bottom: 70px;
}

.m_ul {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.m_content h6 {
    color: #043f71;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.m_content p {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.m_content {
    padding-left: 25px;
}

.m_content p a {
    color: #043f71;
    text-decoration: none;
}
.m_content p a:hover {
    color: #9ccb5a;
}
.team_details_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: #fff;
}

.team_details_wrapper .container {
    position: relative;
    z-index: 9;
}

.member_details {
    padding: 75px 0px 0px;
    position: relative;
}

.team_details_wrapper .mortgage_content2_wrp {
    padding: 0;
}

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

.awards_repeater img {
    padding: 10px;
}

.our_purpose_img {
    margin-top: -80px;
    position: relative;
}

.inn_our_purpose_content h6 {
    color: #000;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}

.inn_our_purpose_content p {
    color: #043f71;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    display: inline;
}

.our_purpose_image {
    width: 47%;
}

.our_purpose_content {
    width: 53%;
    position: relative;
    display: flex;
    align-items: center;
}

img.fa_quote-left {
    position: absolute;
    left: -112px;
}

img.fa_quote-right {
    position: absolute;
    right: 30px;
}

.milestones_row_wrp {
    width: 1067px;
    position: relative;
    height: 668px;
    display: flex;
    align-items: center;
    margin: auto;
}

.mile_ul {
    width: 100%;
    height: 2px;
    background: #587dbd;
}

.mile_ul_list {
    height: 100%;
    display: flex;
    align-items: center;
}

.milestones_li {
    position: absolute;
}

.year {
    color: #000;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    width: 168px;
    left: 0;
    right: 0px;
    margin: auto;
}

.milestones_content p {
    color: #000;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.milestones_content span {
    border-radius: 8px;
    background: #e4f9fb;
    display: inline-block;
    padding: 10px;
}

.lines {
    width: 1px;
    border: 1px dashed #377ef9;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.milestones_li:nth-child(1) {
    left: -10px;
    height: 158px;
    width: 265px;
    text-align: center;
}

.milestones_li:nth-child(1) .lines {
    height: 108.46px;
    top: -47px;
}

.milestones_li:nth-child(1) .milestones_content {
    width: 100%;
    top: -99px;
}

.milestones_li:nth-child(2) {
    left: 160px;
    height: 158px;
    width: 262px;
    text-align: center;
}

.milestones_li:nth-child(2) .lines {
    height: 144px;
    bottom: -77px;
}

.milestones_li:nth-child(2) .year {
    height: 144px;
}

.milestones_li:nth-child(2) .milestones_content {
    width: 100%;
    bottom: -159px;
}

.milestones_li:nth-child(3) {
    left: 350px;
    height: 158px;
    width: 265px;
    text-align: center;
}

.milestones_li:nth-child(3) .lines {
    height: 62px;
    top: 6px;
}

.milestones_li:nth-child(3) .milestones_content {
    width: 100%;
    top: -77px;
}

.milestones_li:nth-child(4) {
    left: 600px;
    height: 158px;
    width: 157px;
    text-align: center;
}

.milestones_li:nth-child(4) .lines {
    height: 85px;
    bottom: -17px;
}

.milestones_li:nth-child(4) .year {
    height: 144px;
}

.milestones_li:nth-child(4) .milestones_content {
    width: 100%;
    bottom: -100px;
}

.milestones_li:nth-child(5) {
    right: 32px;
    height: 158px;
    width: 395px;
    text-align: center;
}

.milestones_li:nth-child(5) .lines {
    height: 114px;
    top: -46px;
}

.milestones_li:nth-child(5) .milestones_content {
    width: 100%;
    top: -253px;
    text-align: left;
    left: 92px;
}

.milestones_content {
    position: absolute;
}

img.circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.milestones_section h3 {
    display: inline;
    border-bottom: 3px solid #043f71;
}

.milestones_li:nth-child(5) .milestones_content p {
    margin-bottom: 14px;
}

.milestones_li:nth-child(5) .milestones_content p:last-child {
    margin-bottom: 0px;
}

.container-fluid.milestones_section {
    padding: 140px 0px 80px;
}

.container-fluid.professional_team_section {
    padding: 0px 90px 40px;
}

.professional_team_section .team_photo {
    height: 500px;
    position: relative;
}

.professional_team_section .team_photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team_details {
    border: 1px solid #d7ceb4bd;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.desig {
    color: #043f71;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 305.556% */
    text-transform: capitalize;
}

section.team-why-choose-us-section {
    padding: 80px 0px;
}

.why-image img {
    border-radius: 10px;
}

.why-choose-uscontent-wrp {
    display: flex;
    align-items: center;
}

.why-choose-content-box li {
    color: #043f71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 183.333% */
    margin-bottom: 10px;
}

.why-choose-content-box li::marker {
    font-size: 14px;
}

.why-choose-content-box ul {
    padding: 20px 0px 0px;
    padding-left: 24px;
}

.why-choose-content-box {
    padding-left: 15px;
}

.why-choose-content-box li:last-child {
    margin-bottom: 0;
}

.container-fluid.team_cta_content_section {
    background-color: #1b2e59;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 85px 0px;
    text-align: center;
}

.team_cta_content_section h6{
    color: #FFF;
text-align: center;
font-family: "Titillium Web";
font-size: 27px;
font-style: normal;
font-weight: 300;
line-height: 39px;
}
.team_cta_content_section h3 {
    color: #FFF;
text-align: center;
font-family: "Titillium Web";
font-style: normal;
font-weight: 600;
line-height: 55px; 
}

.team_cta_content_section .banner_btn {
    padding-top: 70px;
}

.team_cta_content_section .banner_btn a {
    padding: 10px 70px;
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    border-radius: 5px;
}

.team_cta_content_section .banner_btn a:hover {
    color: #fff;
}

.container-inves .row {
    margin: 0px -10px;
}

.container-fluid.single_default_page {
    padding-top: 70px;
}

.single-mortgage img.img-fluid.small_image {
    right: 20px;
    bottom: -74px;
}

section.single_mortgage_sec .mortgage_rate_container img {
    width: 100%;
}

section.single_mortgage_sec {
    padding: 80px 0;
}

.mortgage_calculator_sec {
    background-size: cover;
}
.mortgage_rate_container h2 {
    text-transform: none;
    margin-bottom: 20px;
}

.mortgage_rate_container p {
    color: #043F71;
}
.contact_form_wrp .wpcf7-form {
    overflow: visible;
}

.contact_form_wrp .wpcf7-form .fieldset-cf7mls-wrapper {
    overflow: visible;
}

/* Popup  */

div#popup_cta {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9;
    top: 0px;
}

.popup_inner {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    background: #7DD3DB;
    z-index: 99;
    padding: 26px;
    max-width: 521px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.popup_inner.show {
    opacity: 1;
}

.popup_inner .close {
    position: absolute;
    right: -10%;
    top: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.popup_inner .close:hover {
    opacity: 1;
}

.popup_inner .close:before,
.close:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 9px;
}

.popup_inner .close:before {
    transform: rotate(45deg);
}

.popup_inner .close:after {
    transform: rotate(-45deg);
}

.popup_inner button[type='submit'] {
    background: #043F71;
    border: none;
    padding: 12px 45px;
    border-radius: 5px;
    margin-top: 23px;
    transition: all 0.3s ease-in-out;
}

.popup_inner button[type='submit'] span {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}


.popup_inner button[type='submit']:hover {
    box-shadow: 0 0 4px 2px #000;
}


.popup_inner button[type='submit']:hover span {
    transform: translateX(10px);
}

.popup_inner p {
    color: #043F71;
}

.popup_inner form label {
    color: #043f71;
    font-weight: 600;
}

.popup_inner form input,
.popup_inner form select {
    background: #D9D9D9;
    color: #043f71;
}

.popup_inner h3 {
    font-weight: 700;
}

#popup_cta .nice-select {
    width: 100%;
    background: #D9D9D9;
    color: #043f71;
}

#popup_cta .nice-select.open .list {
    width: 100%;
}
.inn_probability_of_success h5 {
    color: #043F71;
}
.inn_investment_of_success .banner_btn a {
    border-radius: 4px;
    background: #7DD3DB;
    font-size: 14px;
    font-weight: 500;
    color: #383434;
}
.additional_links {
    padding-left: 35px;
}
.team_li {
    transition: .4s;
    overflow: hidden;
}

.team_li:hover .team_photo img {
    transform: scale(1.05);
}

.team_li img {
    transition: 0.4s;
}
.page-id-305 img.dots, .single-mortgage img.dots {
    position: absolute;
    right: 40px;
    top: 0px;
    bottom: 102px;
    margin: auto 0px;
}
.other_cal_loop a {
    border-radius: 8px;
    background: #043F71;
    border: 1px solid #043F71 !important;
    color: #FFF;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}

.other_cal_loop {
    display: flex;
    justify-content: center;
    width: auto;
    padding-top: 40px;
}
.other_cal_loop .banner_btn {
    padding: 0 10px;
}
div#ui-datepicker-div {
    background: #fff !important;
}
.ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr td a, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr td a:visited, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr th a, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar tbody tr th a:visited, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar thead tr td a, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar thead tr td a:visited, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar thead tr th a, .ui-datepicker.forminator-calendar--default .ui-datepicker-calendar thead tr th a:visited {
    display: flex !important;
    justify-content: center !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
    border-width: 1px;
    background: #fff;
}
.forminator-iti-input .iti__search-input {
    padding: 0 10px !important;
}
section.single_mortgage_sec h2 {
    margin-bottom: 20px;
	text-transform: capitalize;
}

section.single_mortgage_sec ul {
    padding: 10px 0px 20px;
    padding-left: 20px;
}

section.single_mortgage_sec li {
    margin: 10px 0px;
}


button.sub-menu-toggle {
    display: none;
}
.menu-main-menu-container button.sub-menu-toggle, span.arrow {
    display: none;
}

.menu-main-menu-container ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 18;
    top: 99px;
    padding: 0px !important;
    width: 260px;
    max-width: 300px;
    height: auto;
    border-radius: 0px;
    transition: .3s all linear;
}

.menu-main-menu-container ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
li#menu-item-745 {
    position: relative;
}

.menu-main-menu-container ul.sub-menu ul.sub-menu {
    display: none !important;
}
.menu-main-menu-container ul.sub-menu ul.sub-menu {
    left: 180px;
    top: 0;
    z-index: 99;
    width: 222px;
}
.menu-main-menu-container ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
    display: block !important;
}
.menu-main-menu-container ul.sub-menu li {
    list-style: none;
    padding: 0;
}

.menu-main-menu-container ul.sub-menu li a {
    color: #000;
    display: block;
    padding: 12px;
}

.menu-main-menu-container ul.sub-menu li:hover {
    background-color: #7dd3db;
}

.menu-main-menu-container ul.sub-menu li:hover a, .menu-main-menu-container ul.sub-menu li.current_page_item a {
    color: #043F71 !important;
    /* background:#000 !important; */
}

.menu-main-menu-container ul li.menu-item-has-children a:after {
    content: "\f107";
    color: #000;
    position: absolute;
    right: -18px;
    top: 4px;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
.menu-main-menu-container ul li.menu-item-has-children li a:after{
    display: none;
}
header.fixed-header .menu-main-menu-container ul.sub-menu {
    top: 75px;
}
header.fixed-header .menu-main-menu-container ul.sub-menu ul.sub-menu{
    top:0;
}
.menu-main-menu-container ul.sub-menu ul.sub-menu li a:hover{
    background:#7dd3db !important;
}
.page.page-id-705 .mortgage_services_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.container-fluid.mortgage_content_wrapper.insurance_wrp {
    padding-bottom: 80px;
}
.row.mortgage_content2_wrp.service_inn_wrp {
    padding-bottom: 0;
}
.single-services .container-fluid.mortgage_content_wrapper {
    padding-bottom: 65px;
}
.container-tfe .row {
    justify-content: center;
    display: flex;
}
.mortgage_services_icon img {
    width: 120px;
}
.page-id-1067 .banner_btn a {
    text-transform: none;
}
.row.mortgage_services_repeater {
    justify-content: center;
}
.main_partners_content_wrp {
    width: 80%;
    text-align: center;
    margin: auto;
}
.about_excerpt_content {
    height: 210px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
}
.team_box, .team_financial_experts_content .team_box {
    background: #043f71;
}

.team_box h6,.team_box p {
    color: #fff;
}
.special-offer-popup .close-modal {
    position: absolute;
    right: -46px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 100%;
    border: none;
    font-size: 20px;
    padding: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.special-offer-popup .close-modal:hover{
    background-color: #043f71;
    border: 1px solid #043f71 !important;
}
.special-offer-popup .modal-body {
    background: #7DD3DB;
    border: 1px solid #7DD3DB;
    border-radius: 0px;
    padding: 30px;
}

.special-offer-popup .modal-content {
    border: 1px solid #7DD3DB;
    border-radius: 0px;
    width: 100%;
    max-width: 785px;
}

.special-offer-popup .modal-body p {
    color: #043F71;
    text-align: justify;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}

.special-offer-popup .modal-body h2 {
    color: #043F71;
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    text-transform: none;
    margin-bottom: 22px;
}
.special-offer-popup .col-md-12 {
    padding: 0;
}

.special-offer-popup .col-md-12.input label {
    color: #043F71;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 4px;
}


#specialOfferModal textarea#your-message {
    border-radius: 5px;
    background-color: #D9D9D9;
    color: #043F71;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    border: none;
}
.form-textarea span, .form-textarea textarea
{
    width: 100%;
    display: inline-block;
}

.special-offer-popup .col-md-12.input input, .col-md-12.input select {
    border-radius: 5px;
    background-color: #D9D9D9;
    height: 44px;
    color: #043F71;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
}
.special-offer-popup .col-md-12.input select {
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.special-offer-popup .col-md-12.submit-input{
    padding-top: 10px;
}
.special-offer-popup .col-md-12.submit-input input {
    display: flex;
    width: 245px;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 5px;
    background: #043F71;
    border:1px solid #043F71;
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition:.4s;
}
.special-offer-popup .col-md-12.submit-input input:hover {
    background: #000;
    border:1px solid #000;
}
.banner_container p {
    color: #fff;
    font-size: 24px;
    text-align: right;
    line-height: 32px;
    font-weight: 600;
}
.banner_image{
	display: none;
}
.banner_image_repeater img {
/*     max-height: 765px;
    min-height: 765px; */
    object-fit: cover;
    object-position: left;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-repeater-field {
    padding: 20px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-repeater-field textarea,
.forminator-ui.forminator-custom-form[data-design=default] select,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-input input,
.forminator-ui#forminator-module-1211.forminator-design--default .forminator-is_hover .forminator-input,
.forminator-ui#forminator-module-1211.forminator-design--default .forminator-input, .forminator-ui#forminator-module-1211.forminator-design--default .forminator-input:hover, .forminator-ui#forminator-module-1211.forminator-design--default .forminator-input:focus, .forminator-ui#forminator-module-1211.forminator-design--default .forminator-input:active{
    background: transparent !important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-progress .forminator-progress-bar {
    background: #000 !important;
}
.forminator-ui .forminator-pagination-progress .forminator-progress-bar span {
    background-color: #7dd3db !important;
}
.forminator-ui#forminator-module-1211.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: #777771;
    background-color: transparent !important;
}
button.forminator-button.forminator-button-next, button.forminator-button.forminator-button-back {
    padding: 4px 28px !important;
    width: auto!important;
    height: 50px !important;
    align-items: center;
    gap: 5px;
    border-radius: 37px!important;
    background: #043f71!important;
    color: #fff!important;
    text-align: center!important;
    font-family: "Titillium Web"!important;
    font-size: 22px!important;
    font-style: normal !important;
    font-weight: 600!important;
    line-height: normal !important;
    transition: 0.4s!important;
    border: none!important;
    box-shadow: none !important;
}
button.forminator-button.forminator-button-next:hover, button.forminator-button.forminator-button-back:hover{
	background-color: #7dd3db !important;
}

label.forminator-label.forminator-repeater-label {
    text-transform: uppercase!important;
    padding: 20px 0px!important;
    color: #043f71!important;
    font-family: "Titillium Web"!important;
    font-size: 24px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 29.9px!important;
}

.abt_content_wrapper h2, .experts_content_wrp h2, .inn_mortgage_content2 h2, .mortgage_why_us_content h2, .inn_our_advise_content h2, .inn_download_content h2, .our_partners_content h2 {
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
    text-transform: capitalize;
    padding: 14px 0px 18px;
    margin:0;
}

.experts_content_wrp h2, .inn_our_advise_content h2, .inn_download_content h2 {
    padding:0 !Important;
}

.team_box h2{
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.9px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}

.inn_mortgage_content2 h2{
    margin-bottom: 15px !important;
     padding:0 !important;
}

.mortgage_why_us_content h2{
    margin-bottom: 20px !important;
    padding: 0px 20% !important;
    text-align: center !important;
}
.inn_download_content h2 {
    padding-bottom: 12px !important;
}

.our_partners_content h2{
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

.common_content h2{
    color: #043f71;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.9px;
    margin:0 0 .5rem 0 !important;
    
}
