body {
    margin: 0;
    padding: 0;
    color: #313140;
    font-size: 16px;
    font-family: "Lato", sans-serif;
}
html {
    scroll-behavior: smooth
}

body::-webkit-scrollbar {
    width: 15px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #183D76;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1290px;
    width: calc(100% - 40px);
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-primery {
    padding: 10px 20px;
    color: #183D76;
    text-transform: uppercase;
    background: #FFC426;
    font-weight: 600;
    font-size: 26px;
    max-width: max-content;
    margin-top: 30px;
}

.btn-primery svg {
    fill: #183D76;
}

.btn-primery:hover {
    background: #2B5CAE;
    color: #FFC426;
}

.btn-primery:hover svg {
    fill: #FFC426;
}


.entry-content .btn-primery svg {
    fill: #183D76;
}

.entry-content .btn-primery:hover svg {
    fill: #FFC426;
}

.loans-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

.loans-list a {
    display: flex;
    flex-direction: column;
    max-width: 185px;
    min-width: 185px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.loans-list a span {
    background: #ECECFB;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
}

.loans-list a:hover span {
    background: #FFC426;
}

.loans-list a:hover .img {
    background: #2B5CAE;
}

.loans-list a .img {
    min-height: 87px;
    background: #1D3F76;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

/* Header */

header a {
    font-size: 30px;
}

.topnav {
    background-color: #183D76;
    position: relative;
    margin-bottom: 4px;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav .icon {
 padding: 14px 16px;
}

.topnav a.icon {
    background: #183D76;
    display: block;
}

.topnav a:hover {
    background-color: #183D76;
    color: #fff;
}

.my-links {
    display: none;
    position: absolute;
    background-color: #183D76;
    top: 60px;
    width: 100%;
    z-index: 1111;
}

.active {
    background-color: #04AA6D;
    color: black;
}

/* Sub-dropdown styles */
.sub-dropdown {
    display: none;
    background-color: #183D76;
    padding-left: 20px;
}

.topnav a.sub-link {
    padding-left: 30px;
}


.topbar {
    padding: 30px 0;
    background-image: url(../images/clouds.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.topbar-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}


.number-block div.number {
    font-size: 14px;
    color: #16325a;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

header nav {
    background-color: #183D76;
    position: relative;
}

nav::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #fff;
    content: '';
}

nav ul {
    display: flex;
    position: relative;
    z-index: 111;
}

nav ul li.active a {
    background: #2B5CAE;
}

nav ul li.active a:hover {
    background: #2B5CAE;
}

nav ul li.active a:hover svg path {
    fill: #FFC426 !important;
}

nav li:hover>ul.sub-menu {
    display: block;
}

nav li:hover>ul.sub-menu a {
    border-bottom: none;
}

nav li:hover>ul.sub-menu a:hover {
    border-bottom: none;
    background: #5279BD;
    color: #ffffff;
}

nav ul .sub-menu {
    position: absolute;
    margin-top: 0px;
    display: none;
    margin-left: 0px;
}

nav ul li a {
    padding: 13px 17px 13px 17px;
    display: flex;
    border-bottom: 3px solid #ffff;
}

nav ul .sub-menu li a {
    display: block;
    background: #2B5CAE;
    color: #ffffff;
    border-bottom: none;
    text-transform: capitalize;
}

nav ul li:hover>a {
    color: #1D3F76;
    background: #ECECFB;
    border-bottom: 4px solid #FFC426;
}

header nav a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

/* Hero Section */


.hero-section {
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-top: 4px solid #2B5BAD;
}

.header-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero-section .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 300px;
}

.home-info {
    display: flex;
    flex-direction: column;
}

.home-info h2,
.home-info h3,
.home-info p {
    text-shadow: 0px 0px 40px rgba(22, 50, 90, 1), 0px 0px 40px rgba(22, 50, 90, 1), 0px 0px 40px rgba(22, 50, 90, 1), 0px 0px 40px rgba(22, 50, 90, 1);
    color: #ffffff;
    font-style: italic;
}

.home-info h3,
.home-info h2 {
    font-size: 50px;
    line-height: 40px;
}

.home-info h3 {
    font-weight: 900;
    margin-left: 170px;
}

.home-info h2 {
    margin-bottom: 10px;
}

.home-info h2 span {
    font-weight: 900;
}

.home-info p {
    font-size: 38px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.home-info .btn {
    padding: 10px 20px;
    color: #183D76;
    text-transform: uppercase;
    background: #FFC426;
    font-weight: 600;
    font-size: 26px;
    max-width: max-content;
    margin-top: 30px;
    display: flex;
}

.home-info .btn:hover {
    background: #183D76;
    color: #FFC426;
}

.home-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}


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

/* main code */

.colud-bg {
    background-image: url(../images/clouds.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.footer-bg {
    position: relative;
}

.footer-bg::after {
    content: '';
    background-image: url(../images/fence.webp);
    background-position: bottom;
    background-size: auto;
    position: absolute;
    bottom: 0;
    min-height: 220px;
    width: 100%;
}


.main-content {
    padding: 55px 0 105px;
}

.breadcrumb {
    margin: 5px 0;
}

.inner-breadcrumb {
    background: #2B5BAD;
    margin: auto;
    padding: 0px 10px;
    text-align: left;
    margin-bottom: 5px;
}

.inner-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.inner-breadcrumb ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

.inner-breadcrumb ul li a:hover {
    background: #183D76;
    color: #FFC426;
}

/* content section */

.content-section .content-info {
    background: #ffffff;
    border-left: 1px solid #DBDBEA;
    border-right: 1px solid #DBDBEA;
    border-top: 4px solid #2B5CAE;
    border-bottom: 4px solid #2B5CAE;
    position: relative;
    z-index: 11;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
}

.content-inner-section {
    padding-bottom: 40px;
}

.entry-content {
    padding: 0 30px;
}

.entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-content p {
    font-size: 16px;
    line-height: 23px;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.entry-content a {
    display: block;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.insidebox {
    width: calc(100% - 80px);
    background: #ECECFB;
    padding: 40px;
}

.insidebox h3 {
    margin: 0px;
    color: #1D3F76;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 20px;
}

.insidebox p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.insidebox a {
    display: block;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.inside-img {
    margin: 20px 0;
}

.left-content {
    width: 100%;
}

.left-content-inner {
    max-width: 788px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
}

.right-content {
    max-width: 360px;
}

.right-content .phone {
    position: relative;
    width: calc(100% - 60px);
    background: #183D76;
    padding: 20px 30px 10px 30px;
}

.right-content .phone a {
    color: #FFC426;
    font-size: 45px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 800;
}

.contact-form h2 {
    background: #D4D4E3;
    font-size: 22px;
    color: #183D76;
    text-align: center;
    padding: 10px 0 5px;
}

.contact-form h3 {
    background: #D4D4E3;
    font-size: 22px;
    color: #183D76;
    text-align: center;
    padding: 5px 0 15px;
}

.form-row {
    display: flex;
    flex-direction: column;
}

input {
    background: #dddddd;
    border: 0px;
    color: #183D76;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}

input:focus {
    outline: none;
}

.contact-form form {
    background: #183D76;
    padding: 20px;
}

.form-row label {
    color: #FFC426;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

.form-row {
    margin-bottom: 12px;
}


.calculator {
    background: #D4D4E3;
    padding: 20px 20px 40px;
}

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

.calculator .form-row {
    margin-bottom: 15px;
}

.calculator .form-row label {
    font-size: 18px;
    color: #1D3F76;
    font-weight: 500;
    margin-bottom: 5px;
}

.calculator .form-row input {
    background-color: #fff;
    display: block;
    margin: 0px;
    padding: 8px 10px;
    font-size: 18px;
    color: #1D3F76;
    font-weight: 200;
    border-width: 1px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.calculator .form-row input[type="submit"] {
       cursor: pointer;
    font-size: 18px;
    font-weight: 200;
    border: none;
    background-color: #f2f2f2;
}

.calculator .form-row input[type="submit"]:hover {
    background: #1D3F76;
    color: #fff;
}

.contact-link {
    padding: 20px;
}

.contact-link a {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: auto;
    background: #1D3F76;
    margin-bottom: 20px;
    border: 1px solid black;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding-bottom: 5px;
}

.contact-link a:first-child .bottom .first {
    font-size: 15px;
}

.contact-link a .bottom .first {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}

.contact-link a:hover {
    background: #FFC426;
    color: #183D76;
}

/* Footer */
footer {
    border-top: 4px solid #2B5CAE;
}

.top-footer {
    background: #1D3F76;
    padding: 30px 0;
}

.bottom-footer {
    background: #2B5CAE;
    padding: 30px;
    color: #fff;
}

.footer-link {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 20px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
}

.footer-row,
.footer-col-left,
.footer-col-right,
.footer-contactinfo,
.footer-trust {
    display: flex;
}

.footer-row {
    justify-content: space-between;
    gap: 30px;
}

.footer-contactinfo .icon {
    min-width: 40px;
}

.footer-col-left {
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-contactinfo {
    margin-bottom: 20px;
    column-gap: 15px;
}

.footer-contactinfo:last-child {
    margin-bottom: 0;
    align-items: center;
}

.footer-address h2 {
    margin: 0 0 20px 0;
    color: #FFC426;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-address {
    color: #C3E2F8;
    font-size: 16px;
    font-weight: 300;
}

.footer-address a {
    color: #C3E2F8;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.footer-col-right {
    text-align: center;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.footer-trust {
    gap: 20px;
    justify-content: center;
}

.contactinfo,
.contactaddress {
    margin-bottom: 20px;
}

.footer-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}


/* inner-page-hero-section */


.inner-page-hero-section {
    border-top: 4px solid #2B5BAD;
    border-bottom: 4px solid #2B5BAD;
    height: 192px;
    background-position: center center;
    background-size: cover;
}

header .phoneNumber {
    font-size: 18px;
    color: #2B5BAD;
     text-align: center;
}

header .phoneNumber .num {
    font-size: 42px;
    font-weight: 800;
    display: block;
    line-height: 40px;
    color: #183D76;
    text-decoration: none;
}

.inner-page-header nav .container {
    display: flex;
    justify-content: space-between;
}

.prequalbutton a {
    display: flex;
    background: #FFC426;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 360px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #183D76;
    text-transform: uppercase;
    font-size: 20px;
    height: 100%;
}

.prequalbutton a:hover {
    background: #2B5BAD;
    color: #FFC426;
}

.inner-page-header .number {
    text-align: center;
    justify-content: center;
}

.about-page h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about-page p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.inner-page-header .topbar-inner {
    align-items: center;
}

.blog-list h1 a {
    font-size: 24px;
    font-weight: 600;
    color: #1D3F76;
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-list .blog p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

article.blog {
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

article.blog a {
    color: #2B59AC;
}

.blog-list #pagination {
    clear: both;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.blog-list div.prev a,
.blog-list div.next a {
    background: #2b5bad;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    display: flex;
    max-width: max-content;
}

/* loan Officers */

.loan-officer {
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
}

.loan-Officers h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.loan-officer-img {
    display: flex;
    flex-direction: column;
    max-width: 125px;
    width: 125px;
    min-width: 125px;
}

.loan-officer-img img.officers {
    margin-bottom: 10px;
    border-bottom: 4px solid #2B5BAD;
}

.loan-officer-img a {
    display: flex;
    flex-direction: column;
    color: #2B59AC;
    font-size: 13px;
    text-align: center;
    gap: 10px;
}

.loan-officer-content {
    width: -webkit-fill-available;
}

.loan-officer-content .bio {
    background: #E9E9FF;
    border-top: 4px solid #2B5BAD;
    margin-top: 20px;
    padding: 10px 25px;
}

.loan-officer-content .bio p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

.officer-designation h2 {
    margin-bottom: 3px;
    color: #1D3F76;
    font-size: 22px;
}

.officer-designation {
    margin-left: 20px;
    font-size: 16px;
    color: #2B5BAD;
}

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

.manager-contact {
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.manager-contact a {
    color: #2b5bad;
    text-decoration: underline;
}

address {
    font-style: normal;
    font-size: 16px;
}

.map {
    margin: 20px 0;
}

.faqs .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 10px;
}

.faqs h2 {
    margin: 0px;
    color: #1D3F76;
    font-size: 22px;
    text-decoration: none;
}

.faqs p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

/* contact-us-page */

.contact-us-page h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-us-page p {
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 20px 0px;
}

.contact-us-page .form-row {
    display: flex;
    flex-direction: column;
}

.form-filed {
    display: flex;
    flex-direction: column;
}

.contact-us-page .form-col {
    width: 50%;
}

.contact-us-page .form-row {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 15px;
}

.form-filed {
    width: 100%;
}

.form-filed label {
    color: #183D76;
    margin-bottom: 4px;
}

.form-filed input {
    background: #fff;
    border: solid 1px #1e1d1d;
    color: #183D76;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.form-filed textarea {
    background: #fff;
    border: solid 1px #1e1d1d;
    color: #183D76;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}

.form-filed textarea:focus {
    border: solid 1px #1e1d1d;
}


.form-btn button {
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-color: #183D76;
    color: #FFC426;
    margin-top: 0;
    padding: 12px 20px;
    display: flex;
    line-height: 20px;
}

.form-btn button:hover {
    background-color: #FFC426;
    color: #183D76;
}

.pt-50 {
    padding-top: 50px;
}

.loan-programs h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.loan-programs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loan-programs-list a {
    display: inline-block;
    width: 35%;
    text-align: center;
    margin: 6px;
    background: #D4D4E3;
    padding: 30px 10px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #2B59AC;
    border: 2px solid #C5C5DA;
}

.loan-programs-list a:hover {
    background: #2B5BAD;
    color: #FFC426;
    border: 2px solid #183D76;
}

.loan-programs .contact-us-page {
    margin-top: 30px;
}

.form-row .form-filed select {
    padding: 8px 0 8px 3px !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome select {
    padding: 8px 0 8px 3px;
}


.loan-programs-content h1.entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.loan-programs-content p {
    margin: 15px 0;
}

.loan-programs-content p a {
    color: #2b5bad;
    text-decoration: underline;
}

.loan-programs-content img {
    margin-bottom: 15px;
}

.loan-programs-content h2 {
    margin: 0px;
    color: #1D3F76;
    font-size: 22px;
    text-decoration: none;
}

.loan-programs-content h3 {

    color: #1D3F76;
    font-size: 18px;
    margin-top: 20px;
}

.loan-programs-content ul {
    margin: 15px 0;
}


.loan-programs-content ul li {
    list-style: disc;
    padding-left: 0;
    margin-left: 40px;
}

.checkmarkboxes {
    margin-bottom: 10px;
}


.list-number li {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    background: url(../images/checkmark.png) no-repeat left center;
    background-position-x: 0px;
    padding-left: 30px !important;
    margin-left: 0 !important;
}


.usad-loan h2 {
    margin: 0px;
    color: #1D3F76;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 15px;
}

.usad-loan h3 {
    margin-bottom: 15px;
}

.usad-loan p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}

.usd-loan-programs {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.usd-loan-programs .loan-programs-img {
 min-width: 300px ;
}

.blog-content {
    padding-bottom: 80px;
}


.blog-content h1{
    font-size: 24px;
    font-weight: 600;
    color: #1D4076;
    margin-top: 0px;
    margin-bottom: 0px;
}

.blog-content h2 {
        margin: 0px;
    color: #1D3F76;
    font-size: 22px;
    text-decoration: none;
}

.blog-content p{
        font-size: 16px;
    line-height: 23px;
    display: block;
    position: relative;
    margin: 10px 0px 10px 0px;
}

/*  Responisve */
@media only screen and (max-width: 1220px) and (min-width: 1024px) {
    .footer-map {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1025px) {
    .mobile-hidden {
        display: block;
    }

    .desktop-hidden {
        display: none;
    }

    .home-img img {
        max-width: 600px;
    }

}



@media only screen and (min-width: 1220px) {
    .home-img img {
        max-width: 720px;
    }
}

@media only screen and (max-width: 1219px) {
    .home-img img {
        max-width: 530px;
    }
}

@media only screen and (max-width: 860px) {
    .content-section .content-info {
        flex-direction: column;
    }

    .right-content {
        max-width: 100%;
    }

    .main-content {
        padding: 40px 0;
    }

    .entry-content {
        padding: 0 0;
    }

    .entry-content a {
        font-size: 16px;
        padding: 10px 10px;
    }

}


@media only screen and (max-width: 1024px) {
    .loan-programs {
        flex-direction: column;
    }
    .loan-officer {
        flex-direction: column;
    }

    .contact-us-page {
        margin-bottom: 20px;
    }

    .contact-us-page .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contact-us-page .form-col {
        width: 100%;
    }

    .form-filed {
        margin-bottom: 20px;
    }

    .home-img {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        justify-content: center;
    }

    .home-img img {
        max-width: 500px;
    }

    .home-info .btn {
        display: flex;
        margin: 30px auto 0;
    }

    .home-info {
        position: relative;
        z-index: 111;
        width: 100%;
        text-align: center;
    }

    .topbar-inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

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

    .prequalbutton a {
        width: max-content;
    }

    .footer-row {
        flex-direction: column-reverse;
        column-gap: 40px;
    }

    .footer-map iframe {
        width: 100%;
        max-width: 100%;
    }

    .footer-col-left {
        justify-content: center;
    }

    .footer-contactinfo .icon {
        min-width: 30px;
    }

    .footer-contactinfo:nth-child(2) .icon img {
        width: 20px;
    }

    .footer-contactinfo:nth-child(3) .icon img {
        width: 25px;
    }

    .footer-contactinfo:nth-child(4) .icon img {
        width: 20px;
    }

    .footer-address a {
        font-size: 14px;
    }

    .footer-link {
        gap: 5px;
    }

    .footer-link a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 767px) {
    .info-d {
        display: block;
    }

    .info-m {
        display: none;

    }



}

@media only screen and (max-width: 667px) {
    .prequalbutton {
        display: none;
    }

    .officer-designation {
        margin-left: 0;
    }

    .officer-contact {
        flex-direction: column;
        margin-top: 20px;
    }

    .manager-contact {
        margin-top: 20px;
    }
}

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

    .loan-programs-list {
        flex-direction: column;
    }

    .loan-programs-list a {
        width: calc(100% - 40px);
    }

    .info-d {
        display: none;
    }

    .hero-section .container {
        min-height: auto;
    }

    .hero-section {
        min-height: auto;
    }

    .home-img {
        text-align: center;
        position: relative;
        display: flex;
    }

    .home-img img {
        max-width: 500px;
        width: 100%;
    }

    .info-m {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-info h3,
    .home-info h2 {
        font-size: 30px;
        line-height: 30px;
        text-shadow: none
    }

    .home-info .btn {
        font-size: 16px;
        display: flex;
    }

    .home-info h3 {
        font-weight: 900;
        margin-left: 30px;
    }

    .home-info p {
        font-size: 20px;
    }

    .home-info-mo {
        background-color: #2B5BAD;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-section .container {
        flex-direction: column-reverse;
    }

    .loan-officer-img {
        flex-direction: row;
        width: 100%;
        column-gap: 20px;
        max-width: 100%;
    }

    .manager-contact {
        text-align: left;
    }

    .loan-officer-img img.officers {
        max-width: 50%;
        width: 100%;
    }
}

 .blog-section-content ul {
    line-height: 25px;
    list-style-type: disc !important;
     margin-left: 30px;
}
.blog-section-content li {
    line-height: 25px;
    list-style-type: disc !important;
    margin-left: 30px;
}

.blog-section-content a {
    cursor: pointer;
    text-decoration: underline;
    color: #2B59AC;
}

#prequalbutton {
    display: block;
    background: #FFC426;
    color: #183D76;
    text-transform: uppercase;
    font-size: 20px;
    width: 360px;
    text-align: center;
    height: 32px;
    padding-top: 12px;
    text-decoration: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
}
#prequalbutton:hover {
    background: #2B5BAD;
    color: #FFFFFF;
}

.top-menu-ul{
    width: 70%;
}


.content-info ul{
    list-style: disc !important;
    padding-left: 30px !important;
    margin-bottom: 20px;
    line-height: 23px;
}
.content-info ul li{
    list-style: disc !important;
}