* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
body h1, h2 {
    font-family: "Source Serif 4", serif;
}
body {
    font-family: "Poppins", serif;
}
/* header-section */

.navbar {
    background-color: #000B58;
    z-index: 99;
}
.nav-img {
    width: 160px;
}
.nav-img img {
    width: 100%;
}
.nav-link {
    color: #fff;
}
.nav-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.nav-btn-1 {
    border-radius: 8px;
    padding: 12px 30px !important;
    font-weight: 600;
    color: #fff;
    background-color: #000B58;
    border: 1px solid #fff;
}
.nav-btn-1:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.nav-btn-2 {
    border-radius: 8px;
    padding: 12px 30px !important;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
}
.nav-btn-2:hover {
    color: #fff;
    background-color: #000B58;
    border: 1px solid #fff;
    transition: .5s;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .nav-btn-box {
        align-items: start;
        flex-direction: column;
        padding-left: 0;
        margin-top: 20px;
        gap: 20px;
    }
}

/* home-section */

.home-section {
      height: 450px;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    background-position: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 50px 0;

}
.home-left-box {
    padding: 0;
    position: relative;
    height: 700px;
}
.banner-shape-1 {
    position: absolute;
    top: 42%;
    left: 5%;
}
.banner-shape-2 {
    position: absolute;
    bottom: 10px;
    left: 0;
}
.home-right-box {
    padding: 100px 0;
    position: relative;
}
.banner-shape-3 {
    position: absolute;
    top: 43%;
    left: 36px;
}
.banner-img {
    height: 700px;
    width: 100%;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-inner-img {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}
.banner-text {
    position: absolute;
    top: 38%;
    left: 24%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.home-section h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}
.home-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
.home-section p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    width: 70%;
    text-align: center;
	margin-bottom: 0;
}
.home-btn {
    margin-bottom: 30px;
	margin-top: 20px;
    text-align: center;
}
.home-btn a {
    border-radius: 8px;
    padding: 12px 30px;
    margin-right: 10px;
}
.home-btn .purchase{
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
}
.home-btn .purchase:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.home-btn .refinance {
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
}
.home-btn .refinance:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .5s;
}
.feature-banner-text {
    background-color: #000B58;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
}
.feature-banner-text .home-btn {
    margin: 20px 0;
}
.feature-banner-text .purchase{
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
}
.feature-banner-text .purchase:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.feature-banner-text .refinance {
    color: #000;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
}
.feature-banner-text .refinance:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: .5s;
}
.feature-banner-text h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}
.feature-banner-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
.feature-banner-text p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    width: 70%;
    text-align: center;
}
.feature-banner-text {
    display: none;
}
@media (max-width: 1400px) {
    .home-section {
        padding: 350px 0;
    }
    .banner-text {
        position: absolute;
        top: 32%;
        left: 24%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .banner-shape-3 {
        position: absolute;
        top: 36%;
        left: 36px;
    }
}
@media (max-width: 1024px) {
    .home-section {
        height: 550px;
        padding: 0;
    }
    .banner-img {
        height: 650px;
    }
    .banner-inner-img {
        height: 650px;
    }
    .banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .feature-banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .feature-banner-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .feature-banner-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .feature-banner-text .home-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-text {
        position: absolute;
        top: 30%;
        left: 24%;
    }
    .banner-shape-1 {
        position: absolute;
        top: 30%;
        left: 10%;
    }
    .banner-shape-2 {
        position: absolute;
        bottom: 80px;
        left: 0;
    }
    .banner-shape-3 {
        position: absolute;
        top: 40%;
        left: 36px;
    }
}
@media (max-width: 991px) {
    .banner-shape-2 {
        bottom: 100px;
    }
    .banner-shape-3 {
        left: 20px;
    }
    .home-section {
        height: 400px;
        padding: 0;
    }
    .banner-shape-1 {
        top: 40%;
        left: 70%;
    }
    .banner-img {
        display: none;
    }
    .feature-banner-text {
        display: block;
    }
    .feature-banner-text p {
        width: 100%;
    }
}
@media (max-width: 820px) {
    .home-section {
        height: 400px;
        padding: 0;
    }
    .banner-shape-1 {
        position: absolute;
        top: 40%;
        left: 70%;
    }
}
@media (max-width: 458px) {
    .home-section {
        height: 200px;
        padding: 0;
    }
    .banner-shape-1 {
        position: absolute;
        top: 50%;
        left: 70%;
    }
    .banner-shape-2 {
        bottom: 150px;
    }
}

/* feature-section */

.feature-section {
    color: #fff;
    background-color: #000B58;
    height: 20px;
}
.feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000B58;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #fff;
    z-index: 99;
    flex-wrap: wrap;
}
.feature-box {
    border-right: 1px solid #fff;
    width: 33%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.feature-box-3 {
    border-right: none;
}
.feature-box  a {
    color: #fff;
}
.feature-box  h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}
.feature-box .blank-div {
    background-color: #fff;
    width: 190px;
    height: 20px;
}
.feature-search {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.feature-search input {
    width: 80%;
    padding: 16px 40px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
}
.feature-search i {
    position: absolute;
    color: #000;
    font-size: 18px;
}
.feature-search .fa-bars {
    left: 12%;
}
.feature-search .fa-search {
    right: 15%;
    top: 40%;
}
@media (max-width: 1024px) {
    .feature-box  h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .feature-box .blank-div {
        width: 150px;
        height: 18px;
    }
}
@media (max-width: 991px) {
    .feature-box  h5 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }
    .feature-box .blank-div {
        width: 120px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .feature-box .blank-div {
        width: 100px;
        height: 15px;
    }
}
@media (max-width: 458px) {
    .feature-box {
        width: 100%;
    }
    .feature-box {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .feature-box  h5 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
    }
}


/* callNow-section */

.callNow-section {
    position: relative;
    background-image: url('image/call-bg-img.png');
    background-size: cover;
    background-position: center;
}
.join-Our-Team-section {
    padding-top: 40px;
}
.callNow-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(248 243 243 / 95%);
    z-index: 1;
}
.callNow-section .container {
    position: relative;
    z-index: 2; 
}
.callNow-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
}
.blank-box {
    background-color: #000;
    width: 150px;
    height: 1px;
}
.btn-box {
    margin-top: 40px;
}
.btn-box a {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 8px;
    text-transform: uppercase;
}
.btn-box a:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
.callNow-img-box {
    width: 500px;
}
.callNow-img-box img {
    width: 100%;
}
@media (max-width: 991px) {
    .callNow-img-box {
        width: 400px;
    }
}
@media (max-width: 768px) {
    .callNow-img-box {
        width: 350px;
    }
}
@media (max-width: 458px) {
    .callNow-section {
        padding-top: 40px;
    }
    .callNow-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .callNow-content h2 {
        text-align: center;
    }
}


/* products-section */

.products-section {
    padding: 50px 0 30px;
    position: relative;
    background-image: url('image/services-bg\ 1.png');
    background-size: cover;
    background-position: center;
}
.products-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(248 243 243 / 95%);
    z-index: 1;
}
.products-section .container {
    position: relative;
    z-index: 2; 
}
.product-top h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;
}
.product-top h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
}
.service-row {
    margin-top: 40px;
}
.service-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    height: 360px;
    margin-bottom: 28px;
}
.service-box h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000B58;
    margin-top: 20px;
}
.service-box p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 20px;
}
.arrow-box {
    text-align: end;
}

/* awards-section */

.awards-section {
    padding: 50px 0 80px;
}
.awards-container {
    padding: 0;
}
.awards-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.awards-section-top h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;
}
.awards-section-top h6 {
    font-size: 18px;
    line-height: 24px;
    color: #6f6f6f;
}
.awards-section-bottom {
    margin-top: 40px;
    background-color: #767BA4;
    border: 1px solid #000B58;
    box-shadow: #000B58 0px 10px 10px 0px;
    padding: 20px;
}
.awards-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.awards-img-box img {
    width: 160px;
}
@media (max-width: 1024px) {
    .awards-img-box img {
        width: 120px;
    }
}
@media (max-width: 991px) {
    .awards-section {
        padding: 50px 0 40px;
    }
}

/* footer-section */

.map {
    position: relative;
    background-color: #fff;
    height: 300px;
    margin-top: 20px;
}

/* map-section */

.map-section {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.map-section .container {
    padding: 20px;
    background-color: #000B58;
    width: 70%;
    border-radius: 5px;
    box-shadow: #000 0px 30px 10px 0px;
}
.map-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.map-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -5px;
}
.map-section .blank-box {
    background-color: #fff;
}
.map-section-bottom {
    margin-top: 40px;
}
.map-section-bottom iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

.footer-section {
    position: relative;
    background-image: url('image/footer-bg-img.png');
    background-size: cover;
    background-position: center;
    padding: 50px 0 30px;
    /* padding-top: 300px; */
}

.footer-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 11 88 / 95%);
    z-index: -1;
}
.footer-section .container {
    position: relative;
    z-index: 2; 
}
.footer-logo {
    width: 200px;
}
.footer-logo img {
    width: 100%;
}
.footer-contact-box {
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.footer-section .blank-box {
    background-color: #fff;
    width: 260px;
    margin-top: 25px;
}
.footer-section h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
}
.footer-section p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}
.footer-section ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.footer-section ul li {
    display: flex;
    gap: 10px;
}
.footer-section ul li i {
    margin-top: 4px;
}
.footer-section .footer-link {
    gap: 20px;
}
.footer-section ul a, span, i {
    color: #fff;
}
.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.social-link i {
    font-size: 22px;
}
.footer-section-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 3%;
}
.footer-section-bottom {
    margin-top: 30px;
}
.footer-section-bottom p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.footer-quick-link {
    padding-left: 80px;
}

@media (max-width: 991px) {
    .social-link {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .map-section .container {
        width: 90%;
    }
   
}
@media (max-width: 458px) {
    /* .footer-section {
        padding-top: 350px;
    } */
    .footer-quick-link {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .footer-contact-box {
        border-left: none;
        padding-left: 0;
    }
    .footer-quick-link {
        padding-left: 12px;
    }
}

/* inner-banner-section */

.inner-hero-banner {
    min-height: 18.75rem;
    background: #121213;
    position: relative;
    padding: 2.5rem 0;
}   
.inner-hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/inner-hero-pattern.svg) no-repeat center center / cover;
    pointer-events: none;
}
.banner-content h2 {
    font-size: 48px;
    color: #fff;
}
.inner-hero-banner .banner-content .breadcum span {
    font-size: 1rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.inner-hero-banner .banner-content .breadcum a {
    font-size: 1rem;
    color: #fff;
}
@media (max-width: 991px) {
    .inner-hero-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* about-section */

.about-section {
    padding: 80px 0 50px;
}
.about-content  h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;
}
.about-content  p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 20px;
}
.about-img-box {
    width: 100%;
    margin-left: 50px;
}
.about-img-box img {
    width: 100%;
    border-radius: 5px;
}
.our-values-section {
    background-color: #fafbfa;
    padding: 50px 0;
}
.our-values-top h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;  
}
.our-values-bottom {
    margin-top: 40px;
}
.our-values-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000B58; 
    display: flex;
    gap: 5px; 
}
.our-values-content span {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000B58;  
}
.our-values-content p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 10px;
}
.our-values-section .our-values-imgBox {
    padding-left: 20px;
}
.our-values-section .our-values-imgBox .tabbing {
    width: 35.625rem;
    height: 34.3125rem;
    padding: 1.625rem;
    position: relative;
}
.our-values-section .our-values-imgBox .tabbing .tab-item {
    width: 282px;
    height: 282px;
    border-radius: 50%;
    background: #E3E9EC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.our-values-section .our-values-imgBox .tabbing .tab-item:nth-child(2) {
    bottom: 1.125rem;
    left: 1rem;
    background: #C7D4DA;
    z-index: 3;
    top: inherit;
    right: inherit;
}
.our-values-section .our-values-imgBox .tabbing .tab-item:nth-child(3) {
    bottom: 1.125rem;
    left: inherit;
    background: #ABBEC8;
    top: inherit;
    right: 1.0625rem;
    z-index: 0;
}
.our-values-section .our-values-imgBox .tabbing .tab-item:before {
    content: "";
    position: absolute;
    left: -1.625rem;
    top: -1.625rem;
    bottom: 0;
    right: -1.625rem;
    background: url(../image/border1.svg) no-repeat top left;
    z-index: -1;
}
.our-values-section .our-values-imgBox .tabbing .tab-item h5 {
    max-width: 7.9375rem;
    text-transform: unset;
    line-height: 30px;
    margin: 0;
    color: #000000;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .our-values-bottom {
        flex-direction: column;
    }
    .our-values-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .about-img-box {
        margin-left: 0;
        margin-top: 40px;
    }
    .our-values-top h2 {
        text-align: left;
    }
}
@media (max-width: 458px) {
    .about-section {
        padding: 40px 0 30px;
    }
    .about-img-box {
        margin-top: 20px;
    }
    .our-values-bottom {
        margin-top: 20px;
    }
    .our-values-section .our-values-imgBox .tabbing {
        width: 100%;
        height: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .our-values-section .our-values-imgBox .tabbing .tab-item {
        width: 100%;
        height: 150px;
        border-radius: 10px;
        position: static;
    }
    .our-values-section .our-values-imgBox .tabbing .tab-item:before {
        display: none;
    }
    .our-values-section .our-values-imgBox .tabbing .tab-item h5 {
        max-width: 100%;
    }
}

/* loan-programs-section */

.loan-section {
    padding: 80px 0 50px;
}
.loan-section .loan-imgBox {
    width: 100%;
}
.loan-section .loan-imgBox  img {
    width: 100%;
	border-radius: 5px;
}
/* .loan-section .loan-content {
    margin-top: 20px;
} */
.loan-section .loan-content  h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;
}
.loan-section .loan-content p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 20px;
}
.loan-section .tabbing ul {
    justify-content: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
}
.loan-section  .tabbing li {
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}
section.loan-section .tabbing-wrap .tabbing
{
	margin-bottom: 3.125rem;
}
.loan-section  .tabbing li.is-active .tab-item-wrap {
/*     background-color: #F5FCFF; */
    border-color: #053E5A;
	
}
.loan-section  .tabbing li .tab-item-wrap {
    height: 100%;
    padding: 1.25rem 0.625rem;
    text-align: center;
/*     border-bottom: 1px solid rgba(112, 112, 112, 0.3); */
    transition: 0.5s;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.loan-section  .tabbing li:hover{
   background-color: #eaf6ff;
	border: 1px solid rgba(112, 112, 112, 0.3);
	 transition: 0.5s;
	border-color: #053E5A;
}
.loan-section .tabbing li.is-active .tab-item-wrap img {
    filter: grayscale(0);
    opacity: 1;
}
.loan-section .tabbing li .tab-item-wrap img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.5s;
    max-height: 50px;
    transition: 0.5s;
}
.loan-section .tabbing li .tab-item-wrap h5, .service-tab-section .tabbing li .tab-item-wrap .h5 {
    font-size: 18px;
    color: #6A6A6C;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: 0.5s;
}
.loan-section .tabbing li.is-active .tab-item-wrap h5, .service-tab-section .tabbing li.is-active .tab-item-wrap .h5 {
    color: #053E5A;
}

.loan-programs-section {
    padding: 0px 0 50px;
}
.purchase-section {
    padding: 50px 0 50px;
}
.loan-programs-section .loan-programs-content {
    margin-left: 20px;
}
.loan-programs-section .loan-programs-content  h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -5px;
}
.loan-programs-section .loan-programs-content p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 20px;
}
.loan-programs-section .loan-programs-img-box {
    width: 100%;
}
.loan-programs-section .loan-programs-img-box img {
    width: 100%;
    border-radius: 5px;
}
.loan-programs-section .loan-programs-btn {
    margin-top: 40px;
}
.loan-programs-section .loan-programs-btn a {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    text-transform: uppercase;
}
.loan-programs-section .loan-programs-btn a:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
.loan-programs-section .loen-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}
.loan-programs-section .loen-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.purchase-section .loen-list li {
    display: flex;
    align-items: start;
    gap: 10px;
}
.loan-programs-section .loen-list li i {
    color: #000B58;
    font-size: 20px;
}
.loan-programs-section .loen-list li p {
    font-size: 17px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 20px;
    margin: 0;
}
@media (max-width: 991px) {
    .loan-programs-section .loan-programs-content {
        margin-left: 0;
        margin-top: 40px;
    }
    .loan-section .loan-imgBox {
        margin-top: 40px;
    }
}
@media (max-width: 458px) {
    .loan-section {
        padding: 50px 0 0;
    }
    .loan-programs-section {
        padding: 0px 0 20px;
    }
    .loan-section select {
        margin-bottom: 20px;
    }
    .loan-section  .tabbing ul [class*="cell-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

/* contact-section */

.contact-section {
    padding: 50px 0;
    background-color: #fafbfa;
}
.purchase-contact-section {
    padding: 10px 0 50px;
}
.contact-section .contact-section-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-section .contact-box {
    width: 350px;
    height: 150px;
    border: 1px solid #aaa;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: .99;
    border-radius: 5px;
}
.contact-section .contact-box i {
    font-size: 38px;
    color: #000B58;
}
.contact-section .contact-box h4 {
    font-size: 22px;
    color: #000B58;
}
.contact-section .contact-box a {
    font-size: 16px;
    color: #6f6f6f;
}
.contact-section .contact-box span {
    font-size: 16px;
    color: #6f6f6f;
}
.contact-section .contact-section-bottom {
    margin-top: 50px;
}
.contact-section .contact-map {
    width: 100%;
}
.contact-section .contact-map iframe {
    width: 100%;
}
.contact-section .contact-form {
    margin-left: 30px;
}
.contact-section .contact-form h4 {
    font-size: 18px;
    line-height: 30px;
}
.contact-section .contact-form h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
    margin-top: -8px;
}
.contact-section form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
/*     gap: 20px; */
}
.contact-section form .input-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.contact-section form .input-box p {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.contact-section form .input-box span {
    width: 100%;
}
.contact-section form .input-box input[type="submit"]  {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #fff;
	width: 40%;
}
.contact-section form .input-box input[type="submit"]:hover  {
	color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
.contact-section form .input-box input,textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #aaa;
}
.contact-section form .input-box textarea {
    rows
}
.contact-section form .input-box button {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #fff;
}
.contact-section form .input-box button:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}
.wpcf7-spinner {
	display: none !important;
}
@media (max-width: 991px) {
    .contact-section .contact-box {
        width: 300px;
    }
    .contact-section-bottom {
        flex-direction: column-reverse;
    }
    .contact-map {
        margin-top: 40px;
    }
    .contact-section .contact-form {
        margin-left: 0;
    }
}
@media (max-width: 458px) {
    .contact-section .contact-box {
        width: 100%;
    }
    .contact-section form .input-box {
        flex-direction: column;
        align-items: start;
    }
}

/* apply-now-section */

.apply-now-section .apply-now-container {
    padding: 0;
}
.apply-now-section .apply-now-left {
    background-color: #7d7c7c;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.apply-now-section .apply-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.apply-now-section .apply-header-logo {
    width: 140px;
}
.apply-now-section .apply-header-logo img {
    width: 100%;
}
.apply-now-section .apply-header a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.apply-now-section .apply-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}
.apply-now-section .apply-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}
.apply-now-section .apply-content p {
    font-size: 16px;
    line-height: 22px;
    color: #fff
}
.apply-now-section .apply-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
}
.apply-now-section .apply-footer a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}
.apply-now-section .apply-footer-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff;
}
.apply-now-section .apply-footer-box p {
    font-size: 16px;
    line-height: 22px;
    color: #fff
}
.apply-now-section .apply-now-right-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.apply-now-section .apply-now-right {
    margin-left: 50px;
    width: 70%;
}
.apply-now-section .apply-now-right form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.apply-now-section .apply-now-right form input {
    padding: 10px;
    width: 100%;
    border: 1px solid #aaa;
}
.apply-now-section .apply-now-right form a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}
.apply-now-section .apply-now-btn button {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #fff;
}
.apply-now-section .apply-now-btn button:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .apply-now-section .apply-now-right {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 458px) {
    .apply-now-section .apply-now-right {
        margin: 50px 20px;
        width: 100%;
    }
}

.expert-partners {
    background-color: #000B58;
    padding: 50px 0;
}
.expert-partners-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    gap: 10px;
}
.expert-partners .expert-partners-box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.expert-partners .expert-partners-box p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff
}
.expert-partners .expert-partners-box h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}
.expert-partners .expert-blank-box {
    background-color: #fff;
    margin-bottom: 20px;
}
/* faq-section */

.faq-section {
    padding: 10px 0;
}
.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
/*     line-height: 50px; */
    text-transform: uppercase;
    color: #000B58;
}
.faq-section p {
    font-size: 16px;
    line-height: 22px;
    color: #6f6f6f;
    margin-top: 20px;
}
.accordion {
    margin-top: 50px;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #aaa;
}
.accordion-item h2 button {
    color: #000B58;
    font-size: 20px;
    font-weight: 600;
}
.accordion-header {
/* 	height: 80px; */
}
section.faq-section .accordion-item h2.accordion-header br {
    display: none;
}
.single-contact-section {
	padding-bottom: 0;
}
/* meet-our-team-section */

.meet-our-team-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
}
.meet-our-team-section p {
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    margin-top: 20px;
}
.our-team-blankdiv {
    display: flex;
    justify-content: center;
}
/* privacy-policy-section */

.privacy-policy-section {
    padding: 50px 0;
}
.privacy-policy-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58;
}
.privacy-policy-section ul {
    list-style: disc;
    padding-left: 18px;
}
.privacy-policy-section ul li {
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    margin-top: 20px;
}
.privacy-policy-section h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 20px;
    color: #000B58;
}
.error-404 {
	margin-bottom: 50px;
}
.error-404 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #000B58 !important;
}
.error-404 a {
    color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    background-color: #fff;
	margin-top: 20px;
}
.error-404 a:hover {
    color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
.our-team .about-img-box {
	width: 70%;
}
.our-team .about-content h4 {
	font-size: 24px;
    line-height: 34px;
	margin-top: 10px;
}
/* new css */
.loan-section .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
   gap: 50px;
    padding: 0;
    list-style: none;
}

.loan-section .tab-item {
 width: 12.5%;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3sease-in-out;
    background: #f9f9f9;
	height: 160px;
}
/* .loan-section .tabbing li:hover .tab-item-wrap
{
	background: #eaf6ff;
} */
section.loan-section ul.row.tab-list {
    flex-direction: row;
	position: relative;
}
.loan-section .tab-item.is-active {
    background: #f0faff;
    border-color: #004085;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.loan-section .tab-item-wrap img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.loan-section .tab-item h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.loan-section .tab-item.is-active h5 {
    color: #004085;
}
.loan-section .tabbing::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
   background: rgba(112, 112, 112, 0.3);
    z-index: -1;
}
.loan-section .tabbing
{
	position:relative;
}
@media(max-width:1200px)
{
	.loan-section .tabbing ul
	{
		gap:20px;
	}
	section.loan-section .tabbing-wrap .tabbing li h5 {
    font-size: 14px;
}
	section.loan-section .tabbing-wrap .tabbing li
	{
		width:15%;
	}
}
/* Default: Show Tabs, Hide Select */
.tabbing-m {
    display: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Hide tabs & show select dropdown on mobile */
@media (max-width: 992px) {
    .tab-list {
        display: none !important;
    }

    .tabbing-m {
        display: block;
    }
}
section.loan-section .loan-content a.read-more-btn
{
	color: #000B58;
    border: 1px solid #000B58;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 8px;
    text-transform: uppercase;
	background:transparent;
	margin-top:20px;
}
section.loan-section .loan-content p {
    margin-bottom: 30px;
}
section.loan-section .loan-content a.read-more-btn:hover
{
	color: #fff;
    border: 1px solid #000B58;
    background-color: #000B58;
    transition: 0.5s;
}
section.loan-section .tabbing-wrap .tabbing ul.row.tab-list .tab-item-wrap h5 {
    font-size: 22px;
    line-height: 28px;
    color: #000B58;
    margin-top: 20px;
    font-family: "Source Serif 4", serif;
	font-weight: 500;
}
section.contact-section.purchase-contact-section.single-contact-section
{
	padding-bottom:50px;
}
@media(max-width:991px) {
	.service-box {
		height: 350px !important;
	}
	.slide {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	blockquote {
		width: 80%;
	}
}
@media(max-width:768px) {
	section.callNow-section .btn-box a {
		display: block;
		margin-bottom:20px;
	}
	.home-right-box {
		z-index: -999;
	}
	
}
@media(max-width:458px) {
	.service-box {
		height: auto !important;
	}
}

body.loan-program-template-default.single, html {
  overflow-x: hidden;
}