.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #1a548b;
    border: 1px solid #1a548b;
    border-radius: .25rem;
}

.fa-bars {
    color: #fff;
    padding-top: 5px;
    font-size: 20px;
}

@media (max-width: 544px) {
    .nav-container {
        display: grid;
    }
}


@media only screen and (max-width: 576px) {
   .service-sec h2 {
    font-size: 27px;
    }
    
    section.aboutus {
    padding-top: 30px;
    }
section.aboutus a.btn.btn-default {
    margin-bottom: 20px;
}
  }
  
  
@media (max-width: 768px) {
    .home-about {
        padding-top: 40px!important;
    }
}

/*blog page page css*/
    .aem-GridColumn {
        box-sizing: border-box;
        clear: both;
    }
    
    .tabsiconcarousel {
        background: linear-gradient(175deg, #fcfcfc 0, rgba(249, 240, 227, 0) 84.33%);
    }
    
    .calculators-section {
        overflow: hidden;
    }
    
    .section {
        position: relative;
        max-width: 100%;
    }
    
    .cmp-tabs__tablist {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        list-style: none;
        justify-content: center;
    }
    
    .clearfix:before,
    .clearfix:after,
    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }
    
    .nav>li {
        position: relative;
        display: block;
    }
    
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
    }
    
    .nav-tabs li {
        padding-right: 0;
        padding-left: 0;
        margin-right: -4px;
        margin-bottom: 0;
    }
    
    .nav-tabs li {
        white-space: initial;
    }
    
    .cmp-tabs__tab {
        box-sizing: border-box;
        padding: 0;
        border: 0;
    }
    
    .nav-tabs li.active::before {
        left: -22px;
        background: url(../img/left-shape.png?id=2) no-repeat;
        z-index: 2;
    }
    
    .nav-tabs li.active::before {
        left: -22px;
        background: url(../img/left-shape.png?id=1) no-repeat;
        z-index: 2;
    }
    
    .nav-tabs li:first-child::before {
        left: -22px;
        background: url(../img/normal-left.png) no-repeat;
    }
    
    .nav-tabs li::before,
    .nav-tabs li::after {
        content: "";
        position: absolute;
        top: 0;
        height: 40px;
        width: 24px;
    }
    
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    
    .nav-tabs li.active a {
        background-color: #01558e !important;
        border: none !important;
        color: #fff !important;
        font-weight: 600;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        vertical-align: middle;
        z-index: 1;
    }
    
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }
    
    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 2px 2px 0 0;
    }
    
    .nav-tabs li a {
        color: #3d3d3d;
        white-space: nowrap;
        font-size: 13px;
        background: #ebe7e7;
        border: 0;
        text-transform: capitalize;
        padding: 11px 25px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        vertical-align: middle;
        border: none !important;
    }
    
    .nav-tabs li.active::after {
        width: 25px;
        right: -20px;
        background: url(../img/right-shape.png?id=2) no-repeat;
        z-index: 2;
    }
    
    .nav-tabs li::after {
        width: 40px;
        right: -15px;
        background: url(../img/normal-right.png) no-repeat;
        z-index: 1;
    }
    
    .nav-tabs li::before,
    .nav-tabs li::after {
        content: "";
        position: absolute;
        top: 0;
        height: 40px;
        width: 24px;
    }
    
    .nav-tabs li::before,
    .nav-tabs li::after {
        content: "";
        position: absolute;
        top: 0;
        height: 40px;
        width: 24px;
    }
    
    .nav-tabs li.active::before {
        left: -22px;
        background: url(../img/left-shape.png?id=2) no-repeat;
        z-index: 2;
    }
    
    .services-block-loan .inner-loan {
        position: relative;
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }
    
    .services-item {
        box-shadow: 0 4px 70.12px -4.12px rgb(196 196 196 / 42%);
    }
    
    .services-item {
        background: #ffffff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin-bottom: 30px;
    }
    
    .services-thumb {
        -webkit-border-radius: 10px 10px 0 100px;
        border-radius: 10px 10px 0 100px;
        overflow: hidden;
        position: relative;
    }
    
    .tp-blog-item-thumb::before {
        position: absolute;
        content: "";
        top: 0;
        left: -64%;
        z-index: 2;
        display: block;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg);
    }
    
    .shine-animate {
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    
    .shine-animate::before {
        position: absolute;
        top: 0;
        left: -100%;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    
    .services-thumb img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
    
    .services-content {
        padding: 30px 30px 30px;
        position: relative;
    }
    
    .services-content .loan-icon {
        background: #fdfdfd !important;
        border: 2px solid #01558e !important;
    }
    
    .services-content .loan-icon {
        width: 70px;
        height: 70px;
        background: #ecf6fa;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        line-height: 0;
        color: #191d88;
        border: 3px solid #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        top: -55px;
        z-index: 1;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    
    .loan-icon img {
        width: 38px;
    }
    
    .services-content .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .loan-title {
        text-decoration: none;
        color: #2b2b72;
    }
    
    .services-content p {
        margin-bottom: 22px;
    }
    
    .txt-of-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #525b5b;
    }
    
    .c-button {
        background: linear-gradient(140deg, rgb(109 181 229) 0%, rgb(7 90 147) 100%);
        border-radius: 45px;
        font-size: 17px;
        text-align: left;
        padding: 11px 0px 11px 0px;
        border: 4px solid rgb(255 255 255 / 72%) !important;
        border-style: outset;
        box-shadow: -6px -5px 18px rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }
    
    .c-button .c-main {
        border-radius: 45px;
        color: rgba(255, 255, 255, 1);
        padding: 11px 25px 11px 2px;
        box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0);
        transition: all 0.5s ease-in-out;
        border: 1px solid transparent;
    }
    
    .c-ico {
        position: relative;
        margin-right: 20px;
    }
    
    .c-ico .c-blur {
        background: linear-gradient(318deg, rgb(109 181 229) 0%, rgb(6 89 146) 100%);
        border-radius: 100%;
        margin-left: 0;
        padding: 8px 23px;
        filter: blur(1px);
        text-align: center;
    }
    
    .c-ico .ico-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
/*blog page page css*/


/*blog page slider css*/
    .home-section-3 {
        padding: 50px 0px;
    }
    
    .home-section-3 .heading2 {
        color: rgb(162, 10, 58);
    }
    
    @media (min-width: 992px) {
        .heading2 {
            font-size: 50px;
        }
    }
    
    .heading2 {
        font-size: 30px;
        color: rgb(162, 10, 58);
    }
    
    .heading2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .carusel-fullbox {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
        display: inline-block;
        width: calc(100% - 30px);
        margin: 15px;
        background: #fff;
        border-radius: 0 0 30px 30px;
        overflow: hidden;
        transition: all 0.5s ease;
        cursor: pointer;
        height: 350px;
    }
    
    .home-section-3 .blog-img {
        margin-bottom: 25px;
    }
    
    .blog-img {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    
    .home-section-3 .blog-date {
        font-size: 16px;
    }
    
    .blog-date {
        position: absolute;
        bottom: -10px;
        background: #4886bd;
        left: 25px;
        padding: 5px 20px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }
    
    .carusel-fullbox .exploremore img {
        width: auto;
        display: inline-block;
        transition: all 0.5s ease;
    }
    
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    
    .exploremore img {
        left: 10px;
        position: relative;
        transition: all 0.2s ease;
    }
    
    .home-section-3 .carusel-fullbox p {
        height: 65px;
    }
    
    .carusel-fullbox p {
        font-size: 15px;
        padding: 0 30px;
    }
    
    .carusel-fullbox .exploremore {
        color: #4886bd;
        margin: 0 15px 26px 30px;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        display: flex;
    }
    
    .carusel-fullbox .exploremore img {
        width: auto;
        display: inline-block;
        transition: all 0.5s ease;
        width: 19px!important;
        height: 10px!important;
    }
    
    .home-section-3 .carusel4bx-btn,
    .commonCaruselbtn {
        text-align: center;
    }
    
    .home-section-3 .carusel4bx-btn a,
    .commonCaruselbtn a {
       color: #4886bd;
        font-size: 20px;
        margin: 0 3px;
    }
    
    .home-section-3 .carusel-fullbox p {
        height: 65px;
    }
    
    .carusel-fullbox p {
        font-size: 15px;
        padding: 0px 30px;
        line-height: 1.5!important;
    }
    
    .exploremore {
        display: flex;
        align-items: center;
    }
    
    @media (max-width: 576px) {
        .home-section-3 {
            padding: 40px 0px!important;
        }
        .heading2 {
            font-size: 25px!important;
            margin-bottom: 5px!important;
        }
    }
    
    @media (max-width: 768px) {
        .carusel-fullbox {
            width: calc(100% - 40px)!important;
            margin: 15px 20px!important;
        }
        .home-section-3 .carusel-fullbox p {
            height: auto!important;
        }
    }
    
    @media (max-width: 1350px) {
        .home-section-3 .carusel-fullbox p {
            line-height: 19px!important;
            font-size: 14px!important;
        }
        .carusel-fullbox .exploremore {
            margin: 0px 15px 26px!important;
        }
        .carusel-fullbox .exploremore {
            margin: 0 15px 26px 30px!important;
        }
    }
    
    @media (max-width: 1350px) {
        .home-section-3 .carusel-fullbox p {
            line-height: 19px!important;
            font-size: 14px!important;
        }
    }
    
    @media (max-width: 768px) {
        .carusel-fullbox {
            width: calc(100% - 40px)!important;
            margin: 15px 20px!important;
        }
        .home-section-3 .blog-date {
            font-size: 16px!important;
        }
        .home-section-3 .carusel-fullbox p {
            height: auto!important;
        }
    }
    
    @media (max-width: 768px) {
        .carusel-fullbox {
            width: calc(100% - 40px)!important;
            margin: 15px 20px!important;
        }
    }
    
    .txt-of-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .home-section-3 .carusel-fullbox:hover {
        transform: scale(1.03);
        /*background: rgb(253, 189, 48);*/
    }
    
    @media (max-width: 768px) {
        .carusel-fullbox {
            width: calc(100% - 40px);
            margin: 15px 20px;
        }
        .carusel-fullbox {
            height: 370px;
        }
    }
    
    .products-item .item {
        height: 394px;
    }
/*blog page slider css*/

/*Who we help section css start*/
    .facts-area {
    position: relative;
    display: block;
    padding: 30px 0 10px;
    z-index: 10;
}
.facts-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #1a1c23;
    background-blend-mode: luminosity;
    z-index: -1;
}
.facts-area-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1a1c23;
    opacity: 0.75;
}
.facts-area-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(26, 28, 35);
    background: linear-gradient(0deg, rgba(26, 28, 35, 1) 0%, rgba(26, 28, 35, 1) 0%, rgba(26, 28, 35, 0.700717787114846) 40%, rgba(26, 28, 35, 0.4962359943977591) 60%, rgba(26, 28, 35, 0) 100%);
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 20px;
}
.facts-area .sec-title h2 {
    color: #ffffff;
}
.sec-title h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: capitalize;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    padding-top: 13px;
}
.facts-area .sec-title .sub-title p {
    color: #a5a6aa;
}
.sec-title .sub-title p {
    font-size: 18px;
    line-height: 24px;
}
.single-fact-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 43px;
}
.single-fact-box .icon {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 50%;
    font-size: 60px;
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.single-fact-box .icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: #ffffff;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}
.single-fact-box .text {
    position: relative;
    display: block;
    padding-top: 31px;
}
.single-fact-box .text h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 8px;
}
.single-fact-box .text p {
    color: #a5a6aa;
}
.single-fact-box:hover .icon {
    border: 1px solid rgba(255, 255, 255, 1.0);
}
.single-fact-box:hover .icon:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

 .facts-area .orange-gradient {
    color: #fff;
}
.facts-area .blue-gradient {
    background: linear-gradient(90deg, #21232a 0%, #1e2027 100%) !important;
    border: 1px solid;
}
.facts-area .btn-with-image {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.facts-area .btn1 {
    padding: 5px 25px;
    border-radius: 5px;
    background: #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 142px;
}
.facts-area .btn-with-image i {
    flex: 0 0 21px;
    -ms-flex: 0 1 auto;
    max-width: 21px;
    width: 21px;
    margin-right: 10px;
    margin-left: 0;
    transition: all .3s ease-in-out;
    font-size: 21px;
}
.btn-with-image i:nth-child(2) {
    transform: translate(25px, 25px);
    position: absolute;
    opacity: 0;
    right: 48px;
}
.btn-with-image i {
    flex: 0 0 21px;
    -ms-flex: 0 1 auto;
    max-width: 21px;
    width: 21px;
    margin-right: 10px;
    margin-left: 0;
    transition: all .3s ease-in-out;
    font-size: 21px;
    
}
.btn-with-image:hover i:nth-child(1) {
    transform: translateY(-25px);
    opacity: 0;
}
.btn-with-image i:before {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
}
.btn-with-image:hover i:nth-child(2) {
    transform: translate(25px, 0);
    opacity: 1;
}
.single-fact-box:hover .icon img {
    filter: brightness(0) saturate(100%);
}
.single-fact-box .icon img {
    transition: filter 0.3s ease;
}
/*Who we help css end*/

/*home page form css start*/
        .hm-contact {
    position: relative;
    display: block;
    clear: both;
    padding-top: 50px;
    padding-bottom: 70px;
    background: #fff;
}
.hm-contact .title-inner .title {
    padding: 0px 230px 0px 0px;
    margin-bottom: 20px;
}
.title-inner .title {
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    padding: 19px 0px 0px 28px;
    display: inline-block;
    position: relative;
    line-height: 60px;
    font-size: 50px;
    color: #00204a;
}
.hm-contact .description {
    padding: 0px 100px 0px 0px;
}
.hm-contact .description p {
    margin-bottom: 30px;
}
.hm-contact-box .address-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
}
.hm-contact-box .address-item .address-icon {
    background-color: #1A73E9;
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    height: 70.1px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    line-height: 38px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.hm-contact-box .address-item .address-icon .fa {
    color: #fff;
    font-size: 27px;
    line-height: 67px;
}
.hm-contact-box .address-text .text {
    display: block;
}
.hm-contact-box .address-item .address-text span.label {
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    margin: 0px 0px 0px 30px;
    display: block;
}
.hm-contact-box .address-item .address-text .des, .hm-contact-box .address-item .address-text a {
    color: #282525 !important;
    margin: 0px 0px 0px 30px;
    display: block;
}
.contact-enquery-box {
    background: #126EE8;
    padding: 45px 40px 60px 40px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.contact-enquery-box h3 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
}
.hm-contact input[type=text], .hm-contact input[type=number], .hm-contact input[type=password], .hm-contact textarea, .hm-contact input[type=email] {
    background-color: #F7F7F7E6;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 0px 10px 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border: 1px solid #f1f1f1;
    outline: none;
}

@media only screen and (max-width: 576px) {
     .hm-contact .title-inner .title {
        padding: 0px 0px 0px 0px!important;
    }
    
    .title-inner .title {
        line-height: 43px!important;
        font-size: 35px!important;
    }
    
    .hm-contact .description {
        padding: 0px 0px 0px 0px;
    }
    .contact-enquery-box h3 {
        font-size: 32px;
    }
    .contact-enquery-box {
        padding: 20px 40px 60px 40px;
    }
  }
/*home page form css end*/