/*@import url('{{ asset('public/assets/frontend/fonts/futura/futura medium bt.ttf') }}');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/*@font-face {
    font-family: 'Futura';
  src: url('public/assets/frontend/fonts/futura/futuramediumbt.woff');
} */


/*@font-face {
    font-family: 'futuraheavy';
    src: url('../fonts/futura/futura_heavy_font.woff2') format('woff2'),
         url('../fonts/futura/futura_heavy_font.woff') format('woff');
    font-weight: 900 ;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura/futura_medium_bt.woff2') format('woff2'),
         url('../fonts/futura/futura_medium_bt.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
*/


@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futura/futubd.woff2') format('woff2'),
    url('../fonts/futura/futubd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_md_btmedium2';
    src: url('../fonts/futura/futumd.woff2') format('woff2'),
    url('../fonts/futura/futumd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futura/futuraboldbt.woff2') format('woff2'),
    url('../fonts/futura/futuraboldbt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futura/futuramediumbt.woff2') format('woff2'),
    url('../fonts/futura/futuramediumbt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body, html {
    /*font-family: 'Futura' !important;*/
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;

}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Futura' !important;*/
    font-family: 'futura_md_btbold' !important;
    font-weight: 700 !important;

}

p, a, button, span, label, li {
    /*font-family: 'Futura' !important;*/
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}


.comingsoon_banner {
    background: url(../images/comingsoonbanner.svg);
    background-size: cover !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom right !important;
    position: relative;
}

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

.comingsoonLogo {
    margin-top: 25px;
    width: 500px;
}


.weare_heading {
    font-family: 'Futura';
    color: #0A3361;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -5px;
    position: absolute;
    top: 38%;
    left: 38px;
}


.comngsoon_heading {
    font-family: 'Futura', sans-serif;
    color: #0A3361;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -5px;
    position: absolute;
    top: 50%;
    left: 40px;
}


@media (max-width: 1366px) {
    .comngsoon_heading {
        font-size: 80px;
        line-height: 80px;
    }

    .comingsoon_banner {
        background-size: cover !important;
        background-position: bottom;
    }

    .weare_heading {
        font-size: 80px;
        line-height: 80px;
        top: 38%;
    }
}


@media (max-width: 1280px) {
    .comngsoon_heading {
        font-size: 80px;
        line-height: 80px;
    }

    .comingsoon_banner {
        background-size: cover !important;
        background-position: bottom;
    }

    .weare_heading {
        font-size: 80px;
        line-height: 80px;
        top: 34%;
    }
}

@media (max-width: 768px) {
    .comngsoon_heading {
        font-size: 65px !important;
        line-height: 65px;
        letter-spacing: -4px;
    }

    .comingsoon_banner {
        background-size: contain;
        background-position: bottom right;
    }

    .weare_heading {
        top: 40%;
        font-size: 65px !important;
        line-height: 65px;
        letter-spacing: -4px;
    }
}

@media (max-width: 575px) {
    .comngsoon_heading {
        font-size: 49px !important;
        line-height: 50px;
        left: 5px;
        top: 48%;
        letter-spacing: -3px;
    }

    .comingsoon_banner {
        background-size: contain;
        background-position: bottom;
    }

    .weare_heading {
        top: 40%;
        font-size: 49px !important;
        line-height: 50px;
        left: 5px;
        letter-spacing: -3px;
    }

}


/*COMING SOON PAGE CSS ENDS*/
/*COMING SOON PAGE CSS ENDS*/
/*COMING SOON PAGE CSS ENDS*/


.main_header {
    background: #F1F1F1;
    padding: 10px 0;
}

.header_menu li {
    width: 124px;
    font-size: 15px;
    font-weight: 500 !important;
}

.hero_bg {
    background: url(../images/hero_bg.png);
    background-size: cover;
    padding: 200px 0 250px;
}


.header_menu li a {
    position: relative;
    color: #0A3361 !important;
    text-align: center;
    letter-spacing: -1.5px;
}

.header_menu li a sup {
    position: absolute;
    top: 32px;
    right: 6px;
    font-size: 9px;
}

.partner_btn {
    background: #0E9CDA;
    border: 1px solid #0E9CDA;
    color: white !important;
    font-weight: 600 !important;
    width: 100%;
    padding: 12px 5px;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: none;
    text-align: center;
}

.partner_btn:hover {
    color: white;
    text-decoration: none;
}

.header_menu li a::after {
    content: "";
    padding: 2px !important;
    border-right: 3px solid #0e9cda;
    position: absolute;
    height: 30px;
    right: 0;
    top: 10px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.header_menu li:nth-child {
    display: none;
}

.financial_direction_div h1 {
    color: white;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
}

.financial_direction_div h1 sup {
    font-size: 21px;
    top: -42px;
}

.hero_bg p {
    max-width: 750px;
}

.mflogo {
    width: 300px !important;
}

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

.financial_direction_div p {
    font-size: 20px;
    color: white !important;
    font-weight: 600 !important;
    line-height: 35px;
    margin: 20px 0;
}

.financial_direction_div button {
    background: #0A3361;
    border: 2px solid #0A3361;
    color: white;
    font-weight: 400 !important;
    padding: 10px 45px;
}


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

.aboutcontent_div h1 {
    color: #0A3361;
    font-size: 55px;
    letter-spacing: -4px;
}

.aboutcontent_div p {
    font-size: 20px;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 35px;
}

.aboutcontent_div p span sup {
    font-size: 10px;
    top: -10px;
}

.aboutcontent_div p:nth-child(2) {
    color: #6B6B6B;
    font-weight: 400 !important;
}

.aboutcontent_div p:nth-child(3) {
    color: #0a3361;
    font-weight: bold !IMPORTANT;
}

.marketfinancial_boxes {
    box-shadow: -1px 1px 12px gainsboro;
    min-height: 550px;
    padding: 50px 20px;
    text-align: center;
    transition: 0.3s ease-in all;
}

.marketfinancial_boxes:hover {
    background: #0a3361;
    transition: 0.3s ease-in all;
}

.marketfinancial_boxes:hover h3 {
    color: #fff;
}

.marketfinancial_boxes h3 {
    color: #0A3361;
    font-size: 30px;
    margin-top: 120px;
    font-family: 'futura_md_btmedium' !important;
}

.about_sec {
    padding: 150px 0;
}

.cta_sec {
    background: url(../images/cta-banner.png);
    background-size: cover;
    padding: 200px 0;
}

.cta_sec h1 {
    text-align: center;
    color: white;
    font-size: 66px;
    letter-spacing: -4px;

}

.cta_sec h1 {
    text-align: center;
    color: white;
    font-size: 60px;
    letter-spacing: -3px;
}

.smarterway_sec {
    padding: 150px 0 150px;
    background: #fff;
}

section.desposit_sec h3 {
    color: #0a3361;
    font-size: 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}


section.desposit_sec h3 img {
    width: 60px;
    height: 45px;
    margin-right: 20px;
}


section.desposit_sec p {
    color: #6B6B6B;
    font-weight: 600 !important;
    line-height: 28px;
    font-size: 18px;
}

.smarterway_sec h1 {
    color: #0A3361;
    font-size: 50px;
    letter-spacing: -3px;
    padding-left: 10px;
    line-height: 60px;
    margin-bottom: 15px;
}

.smarterway_sec p {
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 35px;
    padding-left: 10px;
}


.video_sec {
    /*background: url(../images/videobg.png);*/
    /*background-size: 100% 100%;*/
    /*padding: 200px 0;*/
    /*position: relative;*/
}

.pridediv p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 35px;
    color: #0a3361;

}

section.video_sec .opacity {
    /*position: absolute;*/
    /*background: #00000080;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*z-index: 2;*/
}

.video_sec svg {
    width: 150px;
}

.video_sec svg path {
    fill: red;
}

/*.video_sec .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
}*/

.testimonial_sec h2 {
    color: #0A3361;
    text-align: center;
    font-size: 55px;
    letter-spacing: -3px;
    margin-bottom: 65px;
}

.testimonial_sec {
    padding: 150px 0;
    background: #efefef;
}

.map_sec h1 {
    color: #0A3361;

    font-size: 70px;
    line-height: 70px;

}


.map_sec {
    padding: 150px 0;
}

footer {
    background: #0A3361;
    color: white;
}

.footer_widget ul li a {
    color: white !important;
    text-decoration: none;
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    line-height: 35px;
    font-size: 15px;
}

.footer_widget li {
    color: white;
    text-decoration: none;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 20px;
    font-size: 15px;
}

.footer_widget ul li a:hover {
    color: #0e9cda;
}

.footer_widget p {
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.footer_widget p span {
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important
}

.sub_footer ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.sub_footer ul li {
    margin: 0 20px;
}

.sub_footer img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 100px;
}

.sub_footer {
    position: relative;
    padding-bottom: 20px;
}

.main_footer {
    padding: 70px 0 50px;
}

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


.footer_widget h3 {
    margin-bottom: 25px;
    position: relative;
    font-family: 'Roboto' !important;
}

.footer_widget h3:before {
    content: "";
    width: 40px;
    color: white;
    background: white;
    height: 2px;
    position: absolute;
    bottom: -2px;
}

.sub_footer ul li a {
    color: white;
    font-size: 35px;
}

.sub_footer ul li a:hover {
    color: #0e9cda;
}

.testimonial_box {
    padding: 30px;
    text-align: center;
    min-height: 300px !important;
    position: relative;

}

.testimonial_box p {
    font-weight: 400 !important;
    color: #0a3361;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif !important;
}

.testimonial_box h5 {
    position: absolute;
    bottom: 0;
    color: #0a3361;
    font-size: 26px;
    letter-spacing: -2px;
    width: 82%;
}

/*PLAN TODAY PAGE*/
/*PLAN TODAY PAGE*/
/*PLAN TODAY PAGE*/


.thinking_about h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -3px;
    padding-left: 0;
}

.thinking_about ul li {
    color: #6B6B6B;
    font-weight: 400 !important;
    line-height: 35px;
    font-size: 20px;
}

.thinking_about ul {
    padding-left: 15px;
}

.thinking_about p {
    padding-left: 0;
}


.smarterway_sec_innerpage {
    padding: 250px 0 150px;
    margin-top: -300px;
    margin-bottom: -200px;
}

.smarterway_sec_innerpage h1 {
    color: #0A3361;
    font-size: 50px;
    letter-spacing: -4px;
    padding-left: 10px;
    line-height: 60px;
    margin-bottom: 15px;
}

.smarterway_sec_innerpage p {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 22px;
    padding-left: 10px;
}

.plantoday_banner {
    background: url(../images/plantoday_banner.png);
    background-size: cover;
    padding: 250px 0;
}

.apply-mortgage {
    background: #0A3361;
    border: 2px solid #0A3361;
    color: white;
    font-weight: 400 !important;
    padding: 10px 45px;
}


.afford-sec {
    background: #efefef;
    padding: 0;
}

.afford-sec h1 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 0;
}

.afford-sec ul li {
    color: #6B6B6B;
    font-weight: 400 !important;
    line-height: 32px;
}

.afford-sec ul {
    padding-left: 15px;
}

.mortgageaccelerator_banner {
    background: url(../images/mortgage-acc-banner.png);
    background-size: cover;
    padding: 250px 0;
}

/*MORTGAGE ACCELEROTOR*/
/*MORTGAGE ACCELEROTOR*/
/*MORTGAGE ACCELEROTOR*/


.mortgageproscons_sec {
    padding: 150px 0 150px;
}

section.desposit_sec {
    padding: 150px 0 150px 0;
}


.mortgageproscons_sec h1 {
    color: #0A3361;
    font-size: 50px;
    letter-spacing: -4px;
}

.mortgageproscons_sec p {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 20px;
    margin: 20px 0 55px;
}

.mortgageproscons_sec h2 {
    color: #0a3361;
    margin-bottom: 20px;
    font-size: 30px;
}

.mortgageproscons_sec ul li {
    color: #6B6B6B;
    font-weight: 400 !important;
    line-height: 35px;
    font-size: 20px;
}

.mortgageproscons_sec ul {
    padding-left: 15px;
}

.mortgageequity_sec {
    padding: 100px 0;
}

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

section.asterik_sec {
    text-align: center;
    padding-bottom: 100px;
    color: #0a3361;
    font-size: 26px;
    font-weight: lighter !important;
    letter-spacing: -2px;
}

.inurance_cta_banner p {
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 35px;
    max-width: 700px;
}

/*INVSTMENT REAL ESTATE
INVSTMENT REAL ESTATE
INVSTMENT REAL ESTATE
*/


.callus_txt {
    font-weight: 600 !important;
}

.mortgageequity_sec h1 {
    color: #0A3361;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -3px;
    text-align: center;
}

.mortgageequity_sec p {
    color: #6B6B6B;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: left;
    margin: 0;
}

.mortgageaccelerator_banner {
    background-image: linear-gradient(#0000006b, #0000006b) , url(../images/mg-bg2.jpg);
    background-size: cover;
    padding: 200px 0 200px;
}

.apply-mortgage {
    background: #0A3361;
    border: 2px solid #0A3361;
    color: white;
    font-weight: 600 !important;
    padding: 10px 45px;
    text-decoration: none;
    display: inline-block;
}

.apply-mortgage:hover {
    color: white;
}


.investmentrealstate_banner {
    background-image: linear-gradient(#000000bd, #0000006b), url(../images/in-bg.jpg);
    background-size: cover;
    padding: 200px 0 200px;
    background-position: bottom left;
}

.mortgageequity_sec h2 {
    margin: 0 0 40px 0;
    color: #0A3361;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -4px;
}

.advantage_boxes h2 {
    font-size: 50px;
    letter-spacing: -4px;
    margin-top: 0;

    margin-bottom: 5px;
}

.advantage_boxes h3 {
    color: #0a3361;
    text-align: center;
    font-weight: 900 !important;
    font-size: 18px;
    letter-spacing: -1px;
}

.advantage_boxes {
    padding: 0 40px;
}

.advantage_boxes.box3 {
    max-width: 600px;
    margin: 0 auto;
}

.equityline_sec {
    background: url(../images/cta-banner.png);
    background-size: cover;
    padding: 70px 0 0;
    margin-bottom: -40px;
}

.equityline_sec h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: -4px;
}

.equityline_boxesdiv {
    display: flex;
}

.equityline_sec h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: -4px;

}


.equityline_boxesdiv {
    display: flex;
    justify-content: space-evenly;
}

.equityline_sec h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    letter-spacing: -4px;
}

.equityline_box {
    background: white;
    margin: 10px;
    padding: 25px 70px 25px 90px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 20% 50%, 0% 0%);
    box-shadow: 3px 7px 18px black;
    position: relative;
}

.equityline_box p {
    font-weight: 400 !important;
    color: gray;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    max-width: 200px;
}

.equityline_box h5 {
    color: #0A3361;
    font-size: 18px;
    margin-bottom: 25px;
}

/*REVERSE MORTGAGE*/
/*REVERSE MORTGAGE*/
/*REVERSE MORTGAGE*/

.cashflow_boxes {
    text-align: center;
    background: #0a3361;
    color: white;
    padding: 40px 30px;
    border-radius: 25px;
    margin: 100px 0;
    min-height: 550px;
}

.cashflow_boxes h3 {
    font-size: 24px;
    line-height: 35px;
}

.cashflow_boxes img {
    /*  width: 100px;*/
    margin-bottom: 30px;
}

.cashflow_boxes p {
    color: white;
    text-align: center;
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 30px;
}

.cashflow_boxes button {
    color: white;
    border: 1px solid #0e9cda;
    background: #0e9cda;
    padding: 8px 30px;
}


.reversemortgage_banner {
    background: url(../images/reverse-mortgage-bg.png);
    background-size: cover;
    padding: 200px 0 200px;
}

.equityline_sec {
    background: url(../images/cta-banner.png);
    background-size: cover;
    padding: 150px 0 100px;
    margin: 0;
}

.equityline_sec h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -1px;
}

.loanorganator_btn {
    background: #0E9CDA;
    border: 2px solid #0E9CDA;
    color: white;
    font-weight: 400 !important;
    padding: 15px 45px;
    float: right;
}

.mortgageequity_sec ul li {
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 40px;
    text-align: left;
}

.mortgageequity_sec ul {
    /* max-width: 700px;
     margin: 0 auto;*/
}

/*SBA*/
/*SBA*/
/*SBA*/

.sba_banner {
    background: url(../images/sba-bg2.jpg) ;
    background-size: cover;
    padding: 200px 0 250px;
}


.guaranteed_sec {
    background: url(../images/sbaloan-bg.png);
    background-size: 100% 100%;
    padding: 150px 0 100px;
    margin: 0;
}

.guaranteed_sec h1 {
    text-align: left;
    color: white;
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 70px;
}


/*INSURANCE
INSURANCE
INSURANCE
*/

.inurance_cta_banner {
    background: url(../images/insurance-cta.png);
    background-size: 100% 100%;
    padding: 150px 0;
    background-repeat: no-repeat;
}

.inusurance_banner {
    background-image: linear-gradient(#0000008c, #0000008c), url(../images/inurancehero_bg.png);
    background-size: cover;
    padding: 200px 0 200px;
}

.inurance_cta_banner h1 {
    color: #0a3361;
    text-align: left;
    font-size: 50px;
}

.inuranceIndividual_sec p {
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 35px;
    margin: 15px 0 40px;
}

.inuranceIndividual_sec h2 {
    color: #0a3361;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -2px;
}

/*MARKET FINANCIAL
MARKET FINANCIAL
MARKET FINANCIAL*/


.plantoday_banner {
    background: url(../images/plantoday_banner.png);
    background-size: cover;
    padding: 200px 0 200px;
}

.marketfinancial_banner {
    background-image: linear-gradient(#0000008c,#0000008c),url(../images/marketfinance-banner.png);
    background-size: cover;
    padding: 200px 0 200px;
}

.planning_sec {
    background: #0a3361;
    color: white;
    padding: 70px 0;
}

.planning_sec h1 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -3px;
}


.tab-cont {
    float: left;
    width: 30%;
    background-color: #0a3361;
    height: 100%;
    border-right: none;
    padding: 65px 0;
}

.tab-cont button {
    width: 100%;
    background-color: inherit;
    padding: 18px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: white;
    text-align: left;
    padding: 15px 35px;
}

.tab-cont button:hover {
    background-color: #0a3361;
    color: #249bd3;
}

.tab-content {

    height: 100%;
    float: left;
    padding: 20px;
    width: 70%;
    animation: anime 1s;
    background: #ACACAC;
    padding: 40px 40px;
}

.tab-content h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 50px 0;
    color: white;

}

.tab-content p {

    margin-top: 20px;
    color: white;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 16px;
}

.tab-cont .but.active {
    background-color: #0a3361;
    color: #249bd3;
}

@keyframes anime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tabs_div {
    height: 100%;
}


.marketfinance_boxes {
    background: #0A3361;
    color: white;
    padding: 30px 25px;
    text-align: center;
    min-height: 550px;
    position: relative;
    border-radius: 31px;
}

.marketfinance_boxes .findmore_btn {
    background: #0e9cda;
    border: 2px solid #0e9cda;
    color: #fff;
    font-weight: 400!important;
    font-size: 14px;
    padding: 7px 25px;
    text-decoration: none;
}

.marketfinance_boxes h3 {
    font-size: 24px;
    line-height: 42px;
}

.marketfinance_boxes p {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 31px 0;
    color: #ffffffcc;
}

.marketfinance_boxes button {
    background: #0e9cda;
    border: 2px solid #0e9cda;
    color: white;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 7px 25px;
}

.marketfinance_div {
    padding: 0 0 100px;
}

#INVESTMENTBANKING, #SALESTRADING, #RESEARCH, #INVESTMENTMANAGEMENT, #MORGANSTANLEY, #SUSTAINABLEINVESTING, #INCLUSIVEINNOVATION {
    display: none;
}

.marketfinance_tabs {
    padding: 100px 0 0;
}

/*CONTACT PAGE*/

/*CONTACT PAGE*/

/*CONTACT PAGE*/


.contact_banner {
    background: url(../images/contact-bg.png);
    background-size: cover;
    padding: 250px 0;
}

.address_sec {
    background: #0e9cda;
    color: white;
    padding: 50px 0;
}

.address_sec h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-weight: lighter !important;
    font-style: italic;
    font-size: 26px;
}

.contactinfo_sec {
    background: #0a3361;
    text-align: center;
    color: white;
    padding: 50px 0;
}

.contactinfo_sec h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;

}

.contactinfo_sec p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.contactform_sec form {
    max-width: 500px;
    margin: 0 auto;
}

.contactform_sec {
    background: #0e9cda;
    padding: 50px 0;
    color: white;
    text-align: center;
}

.contactform_sec form .form-group input {
    height: 50px;
    border-radius: 0;
    margin-bottom: 15px;
}

.contactform_sec form .form-group textarea {
    border-radius: 0;
    margin-bottom: 15px;
}

.contactform_sec form h2, p {
    border-radius: 0;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.contactinfo_div p a:hover {
    color: #0e9cda;
}

.contactinfo_div p a {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.contactinfo_div {
    max-width: 500px;
    margin: 0 auto;
}

/*
PARTNER WITH US
PARTNER WITH US
PARTNER WITH US*/

.partner_banner {
    background-image: linear-gradient(#0000008c, #0000008c), url(../images/partnerbg2.jpg);
    background-size: cover;
    padding: 250px 0;
}

.growbusiness_sec {
    background: #0e9cda;
    color: white;
}

.growbusiness_sec h1 {
    font-size: 60px;
    letter-spacing: -3px;
}

section.growbusiness_sec ul li {
    font-weight: lighter !important;
    line-height: 45px;
    color: #ffffffe3;
}

.growbusiness_sec p {
    font-weight: 400 !important;
}

.growbusiness_form {
    background: white;
    color: black;
    padding: 70px;
    border-radius: 36px;
    margin-top: -35px;
    margin-bottom: -35px;
    z-index: 99999 !important;
    position: relative;
}

.growbusiness_form h3 {
    font-family: 'Poppins' !important;
    color: #0a3361;
    text-align: center;
    font-weight: 600 !important;
}


.growbusiness_form .row .form-group .form-control {
    border-radius: 0 !important;
    height: 45px !important;
    margin-bottom: 20px;
}

.growbusiness_form .row .form-group .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #95aaaa;
    outline: 0;
    box-shadow: none !important;
}


.growbusiness_form label {
    color: black;
    font-family: 'Poppins' !IMPORTANT;
    border: 1px solid gainsboro;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-weight: 600 !important;
}


/*WHY CHOOSE
WHY CHOOSE
WHY CHOOSE
*/

.whychoose_sec {
    background: #0e9cda;
    padding: 100px 0;
    color: white;
}

.wc_boxes {
    background: white;
    color: #0a3361;
    padding: 15px;
    border-radius: 35px;
}

.wc_boxes p {
    color: #6B6B6B;
    font-weight: 400 !important;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.whychoose_sec p {
    font-weight: 300 !important;
    line-height: 22px;
}

.wc_boxes h4 {
    font-size: 26px;
    letter-spacing: -1px;
    font-family: 'Poppins' !important;
}

.whychoose_sec h1 {
    font-size: 50px;
    letter-spacing: -3px;
    font-family: poppins !important;
    font-weight: 500 !important;
}

.weqoute_para {
    font-family: 'Poppins' !IMPORTANT;
    font-weight: 600 !important;
    font-size: 22px;
}

.weqoute_para::after {
    content: "";
    width: 80px;
    height: 5px;
    background: white;
    color: white;
    position: absolute;
    right: 610px;
    bottom: -35px;
    text-align: center;
}

.weqoute_para {
    position: relative;
    margin-bottom: 100px !important;
}

/*
INSURANCE SERVICES
INSURANCE SERVICES
INSURANCE SERVICES*/

.homeinsurance_sec h1 {
    font-size: 50px;
    letter-spacing: -3px;
}

.insurance_boxes {
    min-height: 660px;
    position: relative;
}

.insurance_boxes button {
    background: #0A3361;
    border: 2px solid #0A3361;
    color: white;
    font-weight: 400 !important;
    padding: 10px 45px;
    margin: 0 auto;
    display: block;
}

.insurance_boxes p {
    min-height: 250px;
}

.homeinsurance_sec {
    background: url(../images/homeinsurance_bg.png);
    background-size: cover;
    padding: 70px 0;
    color: white;
    text-align: center;
}

section.homeinsurance_sec p {
    font-weight: 300 !important;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
}

section.homeinsurance_sec button {
    background: #0A3361;
    border: 2px solid #0A3361;
    color: white;
    font-weight: 400 !important;
    padding: 10px 45px;
    margin: 0 auto;
    display: block;
}

.col-paddingleft {
    padding-left: 0;
}

.col-paddingright {
    padding-right: 0;
}

.footer_widget img {
    width: 230px;
}

.logo_header img {
    width: 550px;
}

.video_sec img {
    width: 200px;
    position: relative;
    z-index: 9 !important;
}


section.privacy_policy_sec {
    padding: 100px 0;
}


.aboutcontent_div span {
    color: #0a3361;
}

.smarterwayimg {
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.ourbrands_heading {
    margin: 0;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 20px;
    color: #0e9cda;
    letter-spacing: 1.5px;
}

.logo_header img {
    width: 250px;
    margin: 0 auto;
}

.financial_direction_div p strong {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
}

.testimonial_para {
    color: #6B6B6B !important;
}

.footer_widget ul li a sup {
    font-size: 8px;
    top: -10px;
}



/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/





@media (max-width: 1399px) {
    .header_menu li {
        width: 106px;
        font-size: 13px;
        font-weight: 500 !important;
    }

    .partner_btn {
        padding: 10px 5px;
        margin-left: 5px;
        font-size: 12px;
    }

    .cashflow_boxes {
        text-align: center;
        background: #0a3361;
        color: white;
        padding: 40px 20px;
        border-radius: 25px;
        margin: 100px 0;
        min-height: 630px;
    }

}

@media (max-width: 1199px) {
    .header_menu li a sup {
        position: absolute;
        top: 28px;
        right: 6px;
        font-size: 8px;
    }

    .smarterwayimg {
        height: 400px !important;
        width: 100%;
        object-fit: cover;
    }

    .header_menu li {
        width: 89px;
        font-size: 11px;
        font-weight: 500 !important;
    }

    .partner_btn {
        padding: 10px 5px;
        margin-left: 0;
        font-size: 9px;
    }

    .financial_direction_div h1 {
        font-size: 45px;
    }

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

    .aboutcontent_div h1 {
        font-size: 45px;
    }

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

    .marketfinancial_boxes h3 {
        font-size: 24px;
    }

    .cta_sec h1 {
        font-size: 45px;
    }

    .smarterway_sec h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .smarterway_sec p {
        font-size: 16px;
        line-height: 28px;
    }

    .testimonial_box {
        padding: 30px 15px;
        min-height: 350px !important;

    }

    .map_sec h1 {
        color: #0A3361;
        font-size: 60px;
        line-height: 75px;
    }

    .footer_widget h3 {
        font-size: 20px;
    }

    .footer_widget ul li a {
        line-height: 33px;
        font-size: 14px;
    }

    .financial_direction_div h1 {
        font-size: 45px;
        line-height: 50px
    }

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

    .thinking_about h1 {
        font-size: 36px;
        line-height: 45px;
        padding-left: 0;
    }

    .afford-sec h1 {
        font-size: 36px;
        line-height: 45px;
        padding-left: 0;
    }

    .smarterway_sec_innerpage h1 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -3px;
    }

    .testimonial_sec h2 {
        color: #0A3361;
        text-align: center;
        font-size: 36px;
        letter-spacing: -3px;
        margin-bottom: 60px;
    }

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

    .mortgageequity_sec h1 {
        font-size: 45px;
    }

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

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

    .equityline_sec h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .cashflow_boxes h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .cashflow_boxes {
        text-align: center;
        background: #0a3361;
        color: white;
        padding: 30px 20px;
        border-radius: 25px;
        margin: 80px 0;
        min-height: 550px;
    }

    .equityline_box p {
        font-size: 12px;
        line-height: 14px;
        max-width: 250px;
    }

    .equityline_box {
        margin: 0;
        padding: 20px 63px 20px 63px;
    }

    .equityline_box h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .guaranteed_sec h1 {

        font-size: 34px;
    }

    .mortgageproscons_sec h1 {
        font-size: 45px;
    }


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

    .tab-cont button {
        padding: 15px;
    }

    .marketfinance_boxes {
        padding: 20px 15px;
        min-height: 550px;
    }

    .marketfinance_boxes h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .marketfinance_boxes p {
        font-size: 13px;
        margin: 24px 0;
    }

    .video_sec {
        padding: 150px 0;
        position: relative;
    }

    .growbusiness_sec h1 {
        font-size: 34px;
    }

    .growbusiness_sec p {
        font-weight: 400 !important;
        font-size: 16px;
    }

    .whychoose_sec h1 {
        font-size: 34px;
        letter-spacing: -2px;
    }

    .wc_boxes h4 {
        font-size: 20px;
    }

    .insurance_boxes p {
        min-height: 320px;
    }

    .whychoose_sec {
        background: #0e9cda;
        padding: 100px 0 30px;
        color: white;
    }

    .mortgageequity_sec h2 {
        margin: 0 0 40px 0;
        color: #0A3361;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -4px;
    }

    .thinking_about ul li {
        color: #6B6B6B;
        font-weight: 400 !important;
        line-height: 30px;
        font-size: 14px;
    }

    section.desposit_sec p {
        color: gray;
        color: #6B6B6B;
        font-weight: 500 !important;
        line-height: 29px;
        font-size: 16px;
    }

    section.desposit_sec h3 {
        color: #0a3361;
        font-size: 24px;
        margin-bottom: 25px;
    }

}

/*MEDIA QUERY 1024
MEDIA QUERY 1024
MEDIA QUERY 1024
MEDIA QUERY 1024
*/
/*MEDIA QUERY 1024
MEDIA QUERY 1024
MEDIA QUERY 1024
MEDIA QUERY 1024
*/

@media (max-width: 1024px) {

    /*    section.main_header .container {
        max-width: 100%;
        width: 100%;
    }

    section.main_header .container-fluid {
        padding: 0;
    }*/
    section.desposit_sec h3 {
        color: #0a3361;
        font-size: 18px;
        margin-bottom: 18px;
    }

    section.desposit_sec h3 img {
        width: 50px;
        height: 40px;
        margin-right: 5px;
    }

    section.desposit_sec p {
        color: gray;
        color: #6B6B6B;
        font-weight: 500 !important;
        line-height: 25px;
        font-size: 14px;
    }

    .financial_direction_div h1 sup {
        font-size: 18px;
        top: -30px;
    }

}


/*MEDIA QUERY 991
MEDIA QUERY 991
MEDIA QUERY 991
MEDIA QUERY 991
*/
/*MEDIA QUERY 991
MEDIA QUERY 991
MEDIA QUERY 991
MEDIA QUERY 991
*/


@media (max-width: 991px) {

    .header_menu li a sup {
        position: relative;
        top: -0.5em;
        right: inherit;
        font-size: 0.75em;
    }

    .smarterwayimg {
        height: 350px !important;
        width: 100%;
        object-fit: cover;
    }

    .footer_widget ul li a {
        line-height: 28px;
        font-size: 12px;
    }

    .footer_widget li {
        font-size: 12px;
    }

    .footer_widget p {
        font-weight: 400 !important;
        font-family: 'Montserrat', sans-serif !important;
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        color: white !important;
    }

    .smarterway_sec_innerpage h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -3px;
    }

    .cashflow_boxes {
        text-align: center;
        background: #0a3361;
        color: white;
        padding: 30px 10px;
        border-radius: 25px;
        margin: 60px 0;
        min-height: 475px;
    }

    .cashflow_boxes h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .mortgageequity_sec p {
        font-size: 14px;
    }

    .mortgageequity_sec h2 {
        margin: 0 0 20px 0;
        color: #0A3361;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -4px;
    }

    .whychoose_sec h1 {
        font-size: 30px;
        letter-spacing: -1px;
        margin-bottom: 10px !important;
    }

    .testimonial_sec {
        padding: 70px 0;
    }

    .map_sec {
        padding: 70px 0;
    }

    .afford-sec {
        background: #efefef;
        padding: 70px 0 70px;
    }

    .afford-sec h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -3px;
        padding-left: 0;
    }

    .thinking_about h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -3px;
        padding-left: 0;
    }

    .smarterway_sec_innerpage {
        padding: 70px 0 70px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .testimonial_sec h2 {
        color: #0A3361;
        text-align: center;
        font-size: 40px;
        letter-spacing: -3px;
        margin-bottom: 25px;
    }

    .smarterway_sec {
        padding: 70px 0;
    }

    .mortgageproscons_sec h1 {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .mortgageequity_sec h1 {
        font-size: 40px;
        letter-spacing: -3px;
        line-height: 50px;
    }

    .advantage_boxes h2 {
        font-size: 32px;
        letter-spacing: -3px;
    }

    .advantage_boxes h3 {

        font-size: 16px;
        letter-spacing: -1px;
    }

    .mortgageequity_sec p {
        font-size: 14px;
        line-height: 22px;
    }

    .equityline_sec {
        padding: 70px 0 70px;
        margin: 0;
    }

    .equityline_sec h1 {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .equityline_box {
        margin: 0;
        padding: 10px 53px 10px 53px;
    }

    .mortgageequity_sec ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .cta_sec {
        padding: 100px 0;
    }

    .cta_sec h1 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .guaranteed_sec h1 {
        font-size: 29px;
        letter-spacing: -2px;
        padding: 0 !important;
    }

    .guaranteed_sec {

        padding: 70px 0 70px;
        margin: 0;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .header_menu li {
        width: 100%;
        font-size: 14px;
        font-weight: 500 !important;
    }

    .header_menu li a::after {
        display: none
    }

    .partner_btn {

        font-size: 14px;
    }

    .hero_bg {
        padding: 150px 0 !important;
    }

    section.logo_header img {
        /*   width: 150px;*/
    }

    .growbusiness_form {
        background: white;
        color: black;
        padding: 20px 10px;
        margin-top: -35px;
        margin-bottom: 0;
        z-index: 9999;
    }


    .map_sec h1 {
        color: #0A3361;
        font-size: 45px;
        line-height: 55px;
    }

    .marketfinancial_boxes h3 {
        font-size: 18px;
        letter-spacing: -1px;
        margin-top: 35px;
    }

    .smarterway_sec h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -2px;
        padding: 0;
    }

    .video_sec img {
        width: 120px;
        position: relative;
        z-index: 9 !important;
    }


    .smarterway_sec p {
        font-size: 16px;
        padding: 0;
        line-height: 22px;
    }

    .video_sec {
        padding: 100px 0;
        position: relative;
    }

    .sub_footer img {
        width: 100px;
    }

    .marketfinancial_boxes {
        box-shadow: -1px 1px 12px gainsboro;
        min-height: 320px;
        padding: 35px 15px;
        text-align: center;
        transition: 0.3s ease-in all;
    }

    .marketfinancial_boxes img {
        width: 140px !important;
    }

    .mortgageequity_sec ul {
        max-width: 600px;
        margin: 0 auto;
    }

    section.planning_sec button {
        font-size: 14px;
    }

    .tab-cont button {
        padding: 13px 15px;
        font-size: 14px;
    }

    .tab-cont {
        padding: 35px 0;
    }


    .tab-content {
        padding: 25px 25px;
    }


    .marketfinance_boxes p {
        font-size: 12px;
        margin: 20px 0;
    }

    .marketfinance_boxes {
        padding: 20px 10px;
        min-height: 550px;
    }

    .marketfinance_boxes h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .whychoose_sec p {
        font-weight: 300 !important;
        line-height: 16px;
        font-size: 14px;
    }

    .insurance_boxes {
        min-height: 560px;
        margin-top: 20px;
    }

    .whychoose_sec h1 {
        font-size: 34px;
        letter-spacing: -2px;
        margin-bottom: 20px !important
    }

    .insurance_boxes p {
        min-height: 300px;
    }

    .insurance_boxes button {
        padding: 6px 35px;
    }


    .whychoose_sec {
        padding: 70px 0;

    }

    .growbusiness_form .row .form-group .form-control {
        border-radius: 0 !important;
        height: 40px !important;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .growbusiness_sec h1 {
        font-size: 28px;
        letter-spacing: -2px;
    }

    .growbusiness_sec p {
        font-weight: 400 !important;
        font-size: 14px;
    }

    .growbusiness_form label {

        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-weight: 600 !important;
        font-size: 12px;
    }

    .about_sec {
        padding: 70px 0;
    }

    .plan_execute {
        font-size: 38px;
    }

    section.desposit_sec h3 {
        color: #0a3361;
        font-size: 18px;
        margin-bottom: 15px;
    }

    section.desposit_sec h3 img {
        width: 50px;
        height: 40px;
        margin-right: 0;
    }

    section.desposit_sec p {
        color: gray;
        color: #6B6B6B;
        font-weight: 500 !important;
        line-height: 24px;
        font-size: 14px;
    }
}


/*MEDIA QUERY 767
MEDIA QUERY 767
MEDIA QUERY 767
MEDIA QUERY 767
*/
/*MEDIA QUERY 767
MEDIA QUERY 767
MEDIA QUERY 767
MEDIA QUERY 767
*/
@media (max-width: 767px) {
    .financial_direction_div h1 sup,
    .financial_direction_div h1 span {
        font-size: 14px;
        top: -25px;
    }

    .cashflow_boxes {
        text-align: center;
        background: #0a3361;
        color: white;
        padding: 30px 30px;
        border-radius: 25px;
        margin: 20px 0;
        min-height: 399px;
    }

    section.logo_header img {
        width: 180px;
        margin: 10px;
    }

    .main_header {
        background: #F1F1F1;
        padding: 5px;
    }

    .hero_bg {
        padding: 70px 0 !important;
    }

    .financial_direction_div button {

        font-size: 14px;
    }

    .ourbrands_heading {
        margin: 0;
        text-align: center;
        padding: 10px 0 0 0;
        font-size: 17px;
        color: #0e9cda;
        letter-spacing: 1px;
    }

    .smarterwayimg {
        height: auto !important;
        width: 100%;
        object-fit: cover;
    }


    section.address_sec h2 {
        font-size: 22px;
    }


    .plan_execute {
        font-size: 35px !important;
    }

    .wc_boxes {

        margin-bottom: 20px;
    }

    .col-paddingleft {
        padding-left: 15px;
    }

    .col-paddingright {
        padding-right: 15px;
    }

    .growbusiness_form {

        margin-top: 0;
    }

    .growbusiness_sec {
        background: #0e9cda;
        color: white;
        padding: 70px 0;
    }

    .whychoose_sec h1 {
        font-size: 30px;
        letter-spacing: -2px;
        margin-bottom: 20px !important;
        margin-top: 20px;
    }

    section.whychoose_sec .row {
        padding: 0 !IMPORTANT;
    }


    .insurance_boxes {
        min-height: 510px !important;
        position: relative;
        margin-bottom: 25px;
    }

    .insurance_boxes p {
        min-height: 150px;
    }

    .planning_sec h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 35px;
    }

    .tab-cont {
        float: none;
        width: 100%;
        background-color: #0a3361;
        height: auto;
        border-right: none;
        padding: 65px 0;
    }

    .tab-content {
        height: auto;
        float: none;
        /*padding: 20px;*/
        width: 100%;
        padding: 40px 40px;
    }

    section.smarterway_sec.thinking_about img {
        margin-top: 25px;
    }

    .loanorganator_btn {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .mortgageequity_sec ul li {
        font-size: 14px;
        line-height: 30px
    }

    .guaranteed_sec {
        background: url(../images/sbaloan-bg.png);
        background-size: cover;
        padding: 70px 0 70px;
        margin: 0;
        background-position: right;
        background: #0a3361;
    }

    .testimonial_box p {
        font-size: 12px;
    }

    .testimonial_sec {
        padding: 70px 0;
        background: #efefef;
    }

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

    .map_sec {
        padding: 70px 0;
    }

    .testimonial_box h5 {
        position: inherit;
        bottom: 0;
        font-size: 16px;
        letter-spacing: -1px;
        width: 100%;
        text-align: center;
    }


    .guaranteed_sec h1 {
        font-size: 30px;
        padding: 0 !important;
        margin-left: -90px;
    }

    .financial_direction_div h1 {
        font-size: 36px;
    }

    .financial_direction_div p {
        font-size: 12px;
    }

    .aboutcontent_div h1 {
        font-size: 36px;
    }

    .aboutcontent_div p {
        font-size: 14px;
    }

    .marketfinancial_boxes h3 {
        font-size: 22px;
    }

    .cta_sec h1 {
        font-size: 36px;
    }

    .smarterway_sec h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 20px;
    }

    .smarterway_sec p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .testimonial_box {
        padding: 25px 10px;
        min-height: 350px !important;

    }

    .map_sec h1 {
        color: #0A3361;
        font-size: 40px;
        line-height: 65px;
        text-align: center;
        margin-bottom: 45px;

    }

    .footer_widget h3 {
        font-size: 18px;
        margin-top: 18px
    }

    .footer_widget ul li a {
        line-height: 22px;
        font-size: 14px;
    }

    .financial_direction_div h1 {
        font-size: 36px;
        line-height: 45px;
    }

    .financial_direction_div p {
        font-size: 14px;

        line-height: 24px;

    }

    .thinking_about h1 {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0;
    }

    .afford-sec h1 {
        font-size: 30px;
        line-height: 42px;
        padding-left: 0;
    }

    .smarterway_sec_innerpage h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .smarterway_sec_innerpage p {
        font-size: 14px;
    }

    .mortgageequity_sec h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .mortgageequity_sec p {
        font-size: 14px;
    }


    .equityline_sec h1 {
        font-size: 36px;
    }

    .equityline_box p {
        font-size: 12px;
        line-height: 14px;
        max-width: 250px;
    }

    .equityline_box {
        margin: 0;
        padding: 20px 63px 20px 63px;
    }

    .equityline_box h5 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .guaranteed_sec h1 {
        margin-left: 0;
        font-size: 30px;
        text-align: center;
        letter-spacing: -1px;
    }

    .mortgageproscons_sec h1 {
        font-size: 30px;
    }

    .inuranceIndividual_sec p {
        font-size: 12px;
    }

    .loanorganator_btn {
        float: none;
        margin: inherit;
    }

    .tab-cont button {
        padding: 12px;
    }

    .marketfinance_div {
        padding: 0 0 70px;
    }

    .testimonial_sec {
        padding: 70px 0 0;
        background: #efefef;
    }

    .marketfinance_boxes {
        padding: 33px 15px;
        min-height: 310px;
        margin-bottom: 20px;
    }

    .marketfinance_boxes h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .marketfinance_boxes p {
        font-size: 12px;
        margin: 22px 0;
    }

    .marketfinancial_boxes {
        margin-bottom: 30px;
    }

    .cta_sec {
        padding: 100px 0;
    }

    .video_sec {
        padding: 100px 0;
    }

    .video_sec svg {
        width: 100px;
    }

    .testimonial_sec h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .row.main_footer img {
        width: 250px;
        margin-bottom: 20px;

    }

    .sub_footer ul {
        justify-content: flex-start;
        padding: 0;
    }

    .sub_footer img {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 70px;
    }

    .equityline_sec h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .mortgageequity_sec {
        padding: 70px 0;
    }

    .insurance_boxes {
        min-height: 660px;
        position: relative;
        margin-bottom: 25px;
    }

    .homeinsurance_sec h1 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .inurance_cta_banner p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600 !important;
        line-height: 24px;
        max-width: 700px;
    }


}

/*MEDIA QUERY 575
MEDIA QUERY 575
MEDIA QUERY 575
MEDIA QUERY 575
*/
/*MEDIA QUERY 575
MEDIA QUERY 575
MEDIA QUERY 575
MEDIA QUERY 575
*/


@media (max-width: 575px) {

    section.address_sec h2 {
        font-size: 18px;
    }


    .plan_execute {

        font-size: 18px !important;
        line-height: 30px !important;
        letter-spacing: -2px !IMPORTANT;
        margin: 0 !IMPORTANT;

    }

    .video_sec {
        padding: 70px 0;
    }

    .sub_footer img {
        position: absolute;
        right: 15px;
        bottom: 95px;
        width: 50px;
    }

    .sub_footer ul {
        justify-content: center;
        padding: 0;
    }

    .sub_footer ul li {
        margin: 0 10px;
    }

    .sub_footer ul li a {
        color: white;
        font-size: 30px;
    }

    .smarterway_sec_innerpage h1 {
        font-size: 30px;
        line-height: 42px;
        padding: 0;
    }

    .smarterway_sec_innerpage p {
        font-size: 14px;
        padding: 0;
    }

    .smarterway_sec_innerpage h1 {
        font-size: 30px;
        line-height: 36px;
        padding: 0;
        margin-top: 20px;
    }

    .smarterway_sec h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1.5px;
    }

    .cta_sec h1 {
        font-size: 30px;
        letter-spacing: -3px;
    }

    .marketfinancial_boxes h3 {
        font-size: 22px;
        letter-spacing: -2px;
    }

    .aboutcontent_div h1 {
        font-size: 36px;
        letter-spacing: -3px;
    }

    .about_sec {
        padding: 70px 0;
    }

    .smarterway_sec {
        padding: 70px 0 70px;
    }

    .testimonial_sec {
        padding: 70px 0 0;
        background: #efefef;
    }

    .map_sec {
        padding: 70px 0;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .testimonial_box h5 {
        position: inherit;
        font-size: 26px;
        width: 100%;
    }

    .smarterway_sec_innerpage {
        padding: 70px 0 70px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .map_sec h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .mortgageproscons_sec p {
        font-size: 14px;
        line-height: 24px;
    }

    .smarterway_sec img {
        margin-top: 20px;
    }

    .mortgageproscons_sec ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .inurance_cta_banner p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600 !important;
        line-height: 24px;
        max-width: 700px;
    }

    .mortgageproscons_sec {
        padding: 70px 0;
    }

    .mortgageproscons_sec img {
        margin-top: 20px;
    }

    .advantage_boxes h2 {
        font-size: 36px;
    }

    .equityline_sec {
        padding: 70px 0 70px;
    }

    .equityline_boxesdiv {
        display: block;
        justify-content: space-evenly;
    }

    .equityline_box {
        padding: 20px 70px 20px 92px;
        margin: 0 0 15px;
    }

    .mortgageequity_sec ul li {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .mortgageequity_sec p {
        font-size: 14px;
    }

    .equityline_sec h1 {
        font-size: 30px;
        letter-spacing: -2px;
        line-height: 40px;
    }

    .loanorganator_btn {
        float: none;
    }

    .cashflow_boxes h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .cashflow_boxes {
        text-align: center;
        background: #0a3361;
        color: white;
        padding: 40px 30px;
        border-radius: 25px;
        margin: 20px 0;
        min-height: 474px;
    }

    .mortgageequity_sec h2 {
        margin: 0 0 20px 0;
        color: #0A3361;
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -2px;
    }

    .guaranteed_sec {
        padding: 70px 0 70px;
        margin: 0;
        background-size: cover;
        background-position: right;
    }

    .guaranteed_sec h1 {
        font-size: 26px;
        padding: 0 !important;
        letter-spacing: -2px;
        line-height: 40px;
        text-align: left;
    }

    .cta_sec {
        padding: 70px 0;
        background-position: right;
        background-size: cover;
        color: white !important;
    }

    .planning_sec h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .tab-cont {
        float: none;
        width: 100%;
        background-color: #0a3361;
        height: auto;
        border-right: none;
        padding: 35px 0;
    }

    .tab-content {
        height: auto;
        float: left;
        padding: 20px;
        width: 100%;
        animation: anime 1s;
        background: #ACACAC;
    }

    .marketfinance_boxes {
        padding: 20px 15px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .contact_banner {
        padding: 150px 0 !important;
        background-position: bottom;
    }
}

@media (max-width: 420px) {
}

p.letsconnect_para {
    color: #014474 !IMPORTANT;
    font-size: 51.5px;
    letter-spacing: -2px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold !IMPORTANT;
    font-family: 'futura_md_btbold' !important;
}


section.hero_bg.contact_banner h1 {
    color: #014474 !important;
}


section.estate_market_sec ul li {
    color: gray;
    font-weight: 500 !important;
    line-height: 40px;
    font-size: 18px;
}
