*{
    margin: 0;
    padding: 0;
    font-family: 'Satoshi'!important;
}

/*--------background and text colors------------- */
.prav-bg-lyt{
    background-color: #f8f8f8;
}
.prav-bg-blu{
    background-color: #f1f9f8;
}
.prav-bg-drk{
    background-color: #12aa9b;
}
.clr1{
    color: #12aa9b;
}
/*---------user:defined-styles-------------------- */
.mr-0{
    margin-right: 0px!important;
}
.ml-auto{
    margin-left: auto !important;
}
.mt-40{
    margin-top: 40px;
}
.mb-24{
    margin-bottom: 24px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-40{
    margin-bottom: 40px;
}
.py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.row-gap-20{
    row-gap: 20px;
}
.row-gap-40{
    row-gap: 15px;
}
.brdr-top-gray{
    border-top: 1px solid #f8f8f8;
}
.txt-cntr{
    text-align: center;
}

/*------------------- text-styles----------------- */
h1{
    width: 100%;
    display: block;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.58px;
    color: #5b6261;
    margin-bottom: 24px;
    text-transform: none;
}
.heading-highlight{
    color: #12aa9b;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
h2{
    width: 100%;
    display: block;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.36px;
    
    color: #5b6261;
    margin-bottom: 20px;
}
h4{
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.24px;
    color: #fff;
    margin-bottom: 20px;
}
h6{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.18px;
    color: #12aa9b;
    margin-bottom: 10px;
}
p{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    color: #5b6261;
    margin-bottom: 20px;
}
a{
    /*width: 100%;*/
    display: inline-block;
    margin: 0;
}
.para-styl1{
    width: 100%;
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    
    color: #12aa9b;
    text-align: center;
    margin-bottom: 5px;
}
.para-styl2{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.18px;
    text-align: center;
    color: #5b6261;
    margin: 0;
}
.ftr-mnu h4{
    font-size: 20px !important;
}
.lnk-styl{
    width: 100%;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
}
.title{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #5b6261;
    margin-bottom: 10px;
}
.para-styl3{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #5b6261;
    margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------------------------------------- */
.btn-priva{
    width: auto;
    display: block;
    padding: 15px 50px;
    border-radius: 7px;
    border: 1px solid #12aa9b;
    background-color: #12aa9b;
    color: #FFFFFF;
    font-weight: bold;
}
.btn-priva:hover{
    background-color: #FFFFFF;
    border: 1px solid #12aa9b;
    color: #12aa9b;
}
.btn-cntc{
    width: auto;
    display: block;
    padding: 15px 50px;
    border-radius: 10px;
    border: 1px solid #12aa9b;
    color: #12aa9b;
    background-color: #FFFFFF;
    font-weight: bold;
}
.btn-cntc:hover{
    color: #FFFFFF;
    border: 1px solid #12aa9b;
    background-color: #12aa9b;
}
.btn-vw{
    display: block;
    padding: 7px 20px;
    border-radius: 4px;
    border: 1px solid #12aa9b;
    background-color: #12aa9b;
    color: #FFFFFF;
    font-weight: bold;
}
.btn-vw:hover{
    background-color: #FFFFFF;
    border: 1px solid #12aa9b;
    color: #12aa9b;
}
.from-button{
    padding: 7px 15px;
}
/*-----------------------------------------------------------------------------------------------------------------------*/
#navbarSupportedContent ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #5b6261;
    
}
#navbarSupportedContent ul li a.active{
    color: #12aa9b;
}
.btn-wdth{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.vw-wdth{
    width: 100%;
    display: block;
}
.navbar-brand{
    width: auto;
}
.navbar-brand img{
    width: 110px;
}
/*-----------------------------------------------------------------------------------------------------------------*/
.content-block{
    width: 100%;
    display: block;
    padding: 15px 0;
}
.mn-bdy{
    width: 100%;
    display: block;
}
.bdy-dv{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.bdy-dv-inr{
    width: 100%;
    display: block;
}
.bdy-dv2-inr{
    width: 50%;
    display: block;
}
.bdy-dv img{
    width: 100%;
    height: 100%;
}
.bdy-para{
    display: flex;
    justify-content: center;
}
.bdy-para p{
    width: 50%;
    display: block;
    text-align: center;
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
.loan-pgrms{
    width: 50%;
    display: block;
}
.loan-pgrms ul{
    padding-left: 0px;
}
.loan-pgrms ul li{
    list-style: none;
}
.loan-pgrms ul li a{
    text-decoration: none;
    width: auto;
    display: block;
    color: #12aa9b;
    background-color: #f1f9f8;
    font-weight: bold;

    padding: 8px 24px;
    border-radius: 10px;
    border: 2px solid #12aa9b;
}
.loan-pgrms ul li a:hover{
    background-color: #12aa9b;
    color: #fff !important;
}
.loan-pgrms ul li:not(:last-child){
    margin-bottom: 12px;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
.loan-prdts{
    width: 100%;
    display: flex;
    justify-content: center;
}
.loan-prdts ul{
    width: auto;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}
.loan-prdts ul li:not(:last-child){
    margin-right: 12px;
}
.loan-prdts ul li{
    width: 100%;
    height: 200px;
    max-height: 100%;
    display: block;
    list-style: none;
    padding: 15px 20px;
    border-radius: 21px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 0 rgba(236, 236, 236, 0.75);
    background-color: #fefefe;
    text-align: center;
}
.loan-prdts ul li img{
    margin-bottom: 30px;
}

.loan-prdts ul li p{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #12aa9b;
    margin: 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
.cnt-dtls{
    width: 100%;
    display: flex;
    justify-content: center;
}
.cnt-dtls ul{
    width: 80%;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cnt-dtls ul li:not(:last-child){
    margin-right: 30px;
}
.cnt-dtls ul li{
    width: 100%;
    display: block;
    list-style: none;
    padding: 15px 40px;
    border-radius: 21px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 0 rgba(236, 236, 236, 0.75);
    background-color: #fefefe;
}
/* --------------------------------------------------------------------------------------------------------------------- */
.ftr-mnu{
    width: 100%;
    display: block;
}
.ftr-mnu p{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.ftr-mnu .bdy-dv-inr{
    margin-bottom: 20px;
}
.ftr-mnu ul{
    padding-left: 0px;
}
.ftr-mnu ul li{
    list-style: none;
}
.ftr-mnu ul li a{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
.cpy-rgt{
    width: 100%;
    display: block;
}
.cpy-rgt p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}
.cpy-rgt ul{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    padding-left: 0;
    margin: 0;
}
.cpy-rgt ul li{
    
    list-style: none;
}
.cpy-rgt ul li:not(:last-child){
    margin-right: 20px;
}
.cpy-rgt ul li a{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
.cpy-rgt ul li a:hover{
   color: #12aa9b;
}
.cpy-rgt ul li a img{
        width: 20px;
        height: 20px;
}
.mortgage-bg-img{
    width: 100%;
    height: 400px;
}
.bdy-box{
    width: 100%;
    display: block;
    padding: 20px;
    border-radius: 10px;
    border: solid 2px #12aa9b;
    background-color: #FFFFFF;
}
.bdy-box ul{margin-bottom: 0;display: inline-flex;padding: 0;}
.bdy-box ul li{list-style: none;}
.bdy-box ul li a{text-decoration: none;}
.bdy-box img{
    width: 80px;
    height: 80px;
}
.dsclmr-bdy{
    width: 100%;
    display: flex;
    justify-content: center;
}
.dsclmr-bdy p{
    width: 80%;
    display: block;
}

.box-styl2{
    width: 100%;
    padding: 40px;
    border: none;
    box-shadow: 0 0 80px 0 rgba(224, 224, 224, 0.5);
}
.bdy-dv .fha-img{
    width: 100%;
    /*height: 300px;*/
}
/* .bdy-box:hover{
	box-shadow: 0 0 80px 0 rgba(224, 224, 224, 0.5);
	border: 2px solid #12aa9b;
    background-color: #12aa9b;
}
.bdy-box:hover .title, .bdy-box:hover .para-styl3{
	color: #ffffff;
}
.bdy-box:hover .btn-vw{
	border: 1px solid #ffffff;
    color: #12aa9b;
    background: #FFFFFF;
	transition: 0.1s ease-in-out;
}
.bdy-box:hover  svg.svg-img circle{
    fill: #FFFFFF;
} */
svg.media-icn{
    fill: #fff;
	width: 20px;
    height: 20px;
}
svg.media-icn:hover {
    stroke: #12aa9b;
    fill: #12aa9b;
}
.page-links ul li a:hover{
    color: #000;
}
/* ------------------------------------------------------------------------------------------------------------ */

@media (min-width:320px) and (max-width: 425.9px){
    .content-block{
        padding: 30px 0;
    }
    .column-rev{
        flex-direction: column-reverse;
    }
    .bdy-dv img{
        width: 300px;
        height: auto;
    }
    .bdy-dv{
        justify-content: center;
    }
    .loan-prdts ul, .cnt-dtls ul{
        display: block;
    }
    .mt-40{
        margin-top: 0px;
    }
    .loan-prdts ul li:not(:last-child), .cnt-dtls ul li:not(:last-child){
        margin-bottom: 20px;
    }
}

@media (min-width:320px) and (max-width: 768px){
    .bdy-dv{
        justify-content: center;
    }
    .column-rev{
        flex-direction: column-reverse;
    }
    .cnt-dv h2, .cnt-dv h6, .cnt-dv p{
        text-align: center;
    }
    .cnt-dv .btn-wdth{
        display: flex;
        justify-content: center;
    }
    .loan-pgrms{
        width: 100%;
    }
    .cpy-rgt p {
        font-size: 12px;
    }
    .bdy-para p{
        width: 100%;
    }
}
@media (min-width:320px) and (max-width: 425.9px){
    .cpy-rgt p {
        text-align: center;
    }
    .cpy-rgt ul{
        margin-top: 20px;
        justify-content: center;
    }
}
@media (min-width:768px) and (max-width: 1024px){
    .bdy-dv img{
        width: 480px;
    }
    #navbarSupportedContent ul li{
        margin-right: 0px;
    }
    .loan-pgrms {
        width: 50%;
    }
    #navbarSupportedContent ul li a{
        font-size: 16px;
    }
} 
@media (min-width: 1024px) and (max-width: 1440px){
    .loan-pgrms {
        width: 70%;
    }
}

@media (min-width: 320px) and (max-width: 425.9px){
    h1{font-size: 38px;}
    .heading-highlight{font-size: 38px;}
    h2{font-size: 26px;}
    h4{font-size: 24px}
    h6{font-size: 18px}
    P{font-size: 16px}
}

@media (min-width:320px) and (max-width: 768px){
    .bdy-dv2-inr{
        width: 100%;
    }
    .mortgage-bg-img{
        height: auto;
    }
    .dsclmr-bdy p{
        width: 100%;
    }
    .bdy-dv .fha-img {
        width: 100%;
        height: auto;
    }
}

.drpdwn-mrg-nglct li:not(:last-child){
    margin-right: 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #12aa9b;
    color: #fff!important;
}


@media (min-width: 320px) and (max-width: 768px){
/* text-styles */
    h1{
        font-size: 25px;
    }
    .heading-highlight{
        font-size: 20px;
    }
    h2{
        font-size: 20px;
    }
    h4{
        font-size: 24px;
    }
    h6{
        font-size: 18px;
    }
    p{
        font-size: 16px;
    }
   li{
        font-size: 16px !important;
    }
    .para-styl1{
        font-size: 36px;
    }
    .para-styl2{
        font-size: 16px;
    }
    .lnk-styl{
        font-size: 18px;
    }
    .title{
        font-size: 18px;
    }
    .para-styl3{
        font-size: 14px;
    }
    .bdy-box ul{
        display: flex;
        flex-direction: column-reverse;
    }
    .box-styl2{
        width:100%;
    }
    #navbarSupportedContent ul li a{
        font-size: 16px;
    }	
}
li{
font-size: 18px;
color: #5b6261;
font-weight: 500;
}
@media(min-width: 992px)and (max-width:1024px){
		
}
@media (min-width:1440px){
    .navbar>.container-fluid{
        display: flex!important;
    }
	.navbar-expand-xl .navbar-nav{
		width: auto;
	}
    .btn-pst{
        position: unset;
    }
}
.fixed_top {
    float: left;
    width: 100%;
    position: fixed;
    background-color: #f8f8f8;
    opacity: 10 !important;
    z-index: 9999;
}

@media (min-width: 1200px){
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}
}
/*---- calculator----*/
#calculator {
    min-width: 100%;
}
#calculator iframe {
    min-height: 1500px;
}

@media (min-width: 992px) {
    #calculator iframe {
        min-height: 830px;
    }
}
.content-block {
float: left;
}

.loader {
overflow: hidden;
font-size: 10px;
margin: 50px auto;
text-indent: -9999em;
width: 11em;
height: 11em;
border-radius: 50%;
background: #12aa9b;
background: linear-gradient(to right, #12aa9b 10%, rgba(255, 255, 255, 0) 42%);
animation: load3 1.4s infinite linear;
transform: translateZ(0);
text-align: center;
position:absolute;
top:50%;
left: 47%;
transform: translate(-50%, -50%);
}

@-webkit-keyframes load3 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

@keyframes load3 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*---- end-calculator----*/
/*---- apply-now----*/
.app {
border-radius: 7px;
border: 1px solid #12aa9b;
background-color: #12aa9b;
font-weight: bold;
}
.app a {
color:#fff !important;
}
@media (max-width:600px) {
.headline {
font-size: 20px !important;
}
}
.btn-primary {
    background-color: #12aa9b !important;
    border-color: #12aa9b !important;
}
.btn-wdth a{
        
        text-decoration: none !important;
    
}