body {
    font-family: Lato, sans-serif;
    color: #525252;
    font-size: 16px
}

a:hover {
    text-decoration: none;
    color: intial
}

.navbar-default {
    padding: 15px 0;
}

.navbar-default ul.navbar-nav li a {
    color: #252525;
    font-size: 18px;
    line-height: normal;
    padding: 0 18px !important
}

.navbar-default ul.navbar-nav li:last-child a {
    padding-right: 0 !important
}

.navbar-brand img {
    width: 100%;
    max-width: 330px
}

.nav-link:hover {
    cursor: pointer;
}
.nav-link .fas {
    color: #2d3691;
}

.navbar-nav {
    align-items: center;
}

.jumbotron {
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    border-radius: 0;
    color: #fff;
    margin: auto;
    text-align: center
}

.inner-jumbotron {
    min-height: 650px;
    background-color: rgba(0, 0, 0, .5);
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 0
}

.inner-jumbotron .clrd-btn {
    display: inline-block;
    margin: 5px;
    padding: 8px
}

.jmboftr {
    font-size: 20px;
    width: 100%;
    max-width: 690px;
    margin: auto;
    text-align: center
}

.dvdr {
    width: 100%;
    height: 2px;
    background-color: #fff;
    max-width: 500px;
    margin: 15px auto
}

.authr-descrip {
    margin-bottom: 20px
}

.inner-jumbotron h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .75);
    margin: auto auto 5px
}

.inner-jumbotron h3 {
    font-size: 34px;
    margin: auto
}

.authrimg img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 20px auto
}

.authrttle {
    font-size: 20px;
    font-weight: 600;
    line-height: normal
}

.loan-srvce,
.section-1 {
    padding: 80px 0
}

.ttle {
    color: #2d3691;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    text-align: center
}

.ttle:after {
    content: '';
    position: absolute;
    background-color: #083e89;
    height: 2px;
    width: 100%;
    max-width: 190px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.loan-srvce .ttle {
    margin-bottom: 40px
}

.section-2 {
    background-color: #f5f5f5;
    padding: 80px 0
}

.icn-bx img {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: scale-down
}

.icn-bx h3 {
    color: #2d3691;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto
}

.aplybtn {
    display: block;
    width: 100%;
    max-width: 210px;
    text-align: center;
    margin: 30px auto auto;
    background-color: #094591;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 5px;
    border-radius: 5px
}

.aplybtn:hover {
    color: #fff;
    background-color: #1756a5
}

.srvces {
    filter: grayscale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.loan-srvce .row .col-lg-3:nth-child(1) .srvces {
    background-image: url(../images/Conventional-Loan-Page-Image.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(2) .srvces {
    background-image: url(../images/FHA-Loan-Page-Image.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(3) .srvces {
    background-image: url(../images/Investment-Properties-Page-Image-bl.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(4) .srvces {
    background-image: url(../images/Jumbo-Loan-Page-Image.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(5) .srvces {
    background-image: url(../images/renovation-and-construction-page-image.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(6) .srvces {
    background-image: url(../images/Refinancing-Loan-Image.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(7) .srvces {
    background-image: url(../images/Reverse-Mortgage-Page-Image-1.jpg)
}

.loan-srvce .row .col-lg-3:nth-child(8) .srvces {
    background-image: url(../images/VA-Loan-Page-image.jpg)
}

.srvces-innr {
    min-height: 260px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 1px 1px 8px rgba(128, 128, 128, .43);
}

.srvces-innr h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase
}

.main-footer {
    background-color: #f5f5f5;
    color: #000;
/*    padding: 60px 0*/
}

.loan-srvce > .row > div {
    margin-bottom: 30px
}

.clrd-btn,
.sbmt-btn {
    background-color: #1fade4;
    color: #fff;
    display: block;
    font-size: 20px;
    width: 100%;
    border: 0;
    max-width: 200px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    border-radius: 5px
}

.clrd-btn:hover,
.sbmt-btn:hover {
    background-color: #158ab7;
    color: #fff
}

.bg-light-blue {
    background-color: #0672ba;
}

.foot-right h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3691;
    margin-bottom: 30px
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.share-btns-list {
    list-style: none;
    display: inline-block;
    
}

.share-btns-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.resp-sharing-button__link {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  height: 28px;
}

.resp-sharing-button {
  border-radius: 4px;
  transition: 25ms ease-out;
  padding: 4.3px 10px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}


.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
    color: #fff!important;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
    color: #fff!important;
}

.resp-sharing-button--download {
  background-color: #de0e2e;
  border-color: #de0e2e;
    color: #fff;
}

.resp-sharing-button--download:hover,
.resp-sharing-button--download:active {
  background-color: #d10a29;
  border-color: #d10a29;
    color: #fff;
}

#iframeContact {
    border-radius: 0 0 .5rem .5rem;
    box-shadow: rgb(0 0 0 / 5%) 0px 0.5rem 1rem;
}

.sub-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
    background-color: rgb(43, 168, 224);
    box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem;
    border-right: 1px solid rgb(43, 168, 224);
    border-left: 1px solid rgb(43, 168, 224);
    border-image: initial;
    border-top: none;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sub-footer {
    background-color: #0672ba; 
    color: #fff;
    padding: 30px 0;
    font-size: 14px
}

.sub-footer a {
    color: #fff
}

.sub-footer ul {
    padding: 0;
    text-align: right
}

.sub-footer ul li {
    display: inline-block;
    margin: 0 5px
}

.sub-footer ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.sub-footer ul li a:hover {
    border-bottom: 0
}

.srvces:hover {
    filter: none;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.srvces-innr:hover {
    background-color: rgba(31, 173, 228, .5)
}
#collapseHome {
    color: #007bff;
    cursor: pointer;
}
#collapseHome:hover {
    color: #0056b3;
}

.navbar-toggler {
    padding: 0;
    border: 0
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler .icnbr {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    border-radius: 10px
}

.navbar-toggler-icon {
    width: auto;
    height: auto
}

.clrd-btn i {
    margin-right: 10px
}

.clrd-btn .fa-phone {
    transform: rotate(90deg)
}

.foot-right .form-group {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start
}

.foot-right .form-group input {
    width: 85%;
    line-height: normal;
    height: auto;
    padding: 10.5px 15px;
    border: 0
}

.fixed-top {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff
}
#mloContent, #flyerFrameDiv {
    margin-top: 120px;
}
.btnBack {
    width: 100px
}

img {
    max-width: 100%;
    vertical-align: bottom
}

.card {
    border-radius: 6px;
    overflow: hidden;
    border: none
}

.card img {
    box-shadow: 1px 1px 8px rgba(128, 128, 128, .43);
    border-radius: 6px;
    -webkit-transition: .9s ease;
    transition: .4s ease
}

.card img:hover {
    overflow: hidden;
    transform: scale(1.08)
}

.lo-details {
    height: 200px;
    background-color: #fff;
    box-shadow: 0 3px 5px #888
}

.lo-details .louser1 img {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin: 0 20px 0 0;
    background-color: #f5f5f5;
} 

.lo-details h2,
.lo-details h3 {
    font-size: 20px;
    font-weight: 400;
    color: #2d3691;
    font-style: normal;
    padding-top: 15px;
    line-height: 110%;
    margin: 0 0 2px 0
}

.lo-details h3 {
    font-size: 16px;
    padding: 0;
    line-height: 105%
}

.lo-details h2 {
    font-size: 20px;
    font-weight: 400;
    color: #2d3691;
    font-style: normal;
    padding-top: 15px;
    line-height: 110%;
    margin: 0 0 5px 0
}

.lo-details table {
    margin-top: 5px
}

.lo-details td {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-style: normal
}

.lo-details td a {
    color: #1fade4;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#reviewsSection {
    position: relative;
    background: linear-gradient(rgb(0 15 34 / 51%), rgb(0 28 61 / 70%)), url(../images/testimonialsBG.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding: 20px 20px 0px 20px;
}

.customerFirstName {
    color: white;
    font-size: 24px; 
    font-weight: bold; 
    text-align: center; 
    width: 100%;"
}

.user-review {
    color: #fff;
    text-align: center;
}

.back-top {
    color: #fff;
    right: 20px;
    font-size: 22px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 40px;
    height: 40px;
    width: 40px;
    background: #00b6f2;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.back-top-visible {
    opacity: .55;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.back-top:focus,
.back-top:hover {
    opacity: 1;
    color: #fff;
    background: #103082
}

.modal-header {
    background-color: #103082
}

.tcpa p {
    font-size: 10px;
    line-height: 1.5 !important;
    text-align: justify !important
}

#contract_number,
#loan_number, #frmcontract_number,
#frmloan_number {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%
}

.btnVideo {
    position: absolute;
    width: 90%;
    height: 100%;
    z-index: 25;
    top: 0;
    opacity: 0
}

h4.card-title {
    color: #2d3691
}


.miniFrm {
    padding: 1.25rem;
    background-color:#f5f5f5; 
    box-shadow: 1px 1px 8px rgba(128, 128, 128, .43);
    border-radius: 10px;
    -webkit-transition: .9s ease;
}

.miniFrm h3 {
   color: rgb(9, 53, 84); 
}

 .carousel-item .quote {
    background-image: url("../images/review-box3.png")!important; 
    background-size: 100% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

#contactModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
    background-color: rgb(43, 168, 224);
    box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem;
    border-right: 1px solid rgb(43, 168, 224);
    border-left: 1px solid rgb(43, 168, 224);
    border-image: initial;
    border-top: none;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
}

#contactModal .modal-header .close {
    position: absolute;
    right: 15px;
}

@media screen and (max-width:992px) {
    .navbar-collapse {
        padding: 20px 0 0
    }

    .navbar-default ul.navbar-nav li a {
        padding: 8px !important;
        display: inline-block
    }
}

@media screen and (max-width:767.98px) {
    .navbar-brand img {
        max-width: 200px
    }
    .btnServices {
        position: relative;
    }
    #mloContent, #flyerFrameDiv {
    margin-top: 80px;
    }
    
    .lo-details {
        height: auto;
    }
    
    
    .lo-details .louser1 img {
        width: 100%;
        max-width: 150px;
        height: 150px;
        border-radius: 50%!important;
        border: 2px solid #1fade4;
        margin: 20px auto;
    }
    
     .contactCard {
        text-align: center;
    }

    .lo-details p {
        text-align: center
    }
    
    #presidentsClub-section {
        justify-content: center;
    }
}


@media only screen and (max-width:700px) {
    .lo-details h2 {
        padding-top: 6px
    }
}

@media screen and (max-width:576px) {
    .navbar-default {
        padding: 10px 15px
    }
}

@media only screen and (max-width:550px) {
    .reviews-title {
        font-size: 1.25rem
    }
    
    .customerFirstName {
        font-size: 18px; 
    }
    
    .user-review {
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
}

@media only screen and (max-width:400px) {
    .lo-details {
        margin: 20px 0
    }
}


.fixed-top {
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    background-color: #fff
}

.btnBack {
    width: 100px
}

.back-top {
    color: #fff;
    right: 20px;
    font-size: 22px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 40px;
    height: 40px;
    width: 40px;
    background: #00b6f2;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.back-top-visible {
    opacity: .55;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.back-top:focus,
.back-top:hover {
    opacity: 1;
    color: #fff;
    background: #103082
}
