@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Light.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Regular.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../front-assets/fonts/Lato/Lato-Bold.woff2") format("woff2"),
        url("../../front-assets/fonts/Lato/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

* a:hover {
    text-decoration: none !important;
}

.container {
    width: 100% !important;
    max-width: 1170px !important;
}

.main-header-web {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    height: 78px;
}

/* ********************HEADER*********************** */
.menu-main {
    display: flex;
    justify-content: end;
    padding-right: 28px;
    margin-bottom: 0px;
    height: 45px;
    align-items: center;
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 32px;
    margin-right: 28px;
}

.header .menu > ul > li > a {
    font-size: 17px;
    font-weight: 400;
    color: #4d4d4d;
    font-family: "Lato";
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    box-shadow: -2px 2px 20px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}

.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu.mega-menu {
    left: 56%;
    transform: translateX(-56%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 70%;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    background-color: #fff !important;
    box-shadow: 0px 0px 6px #d9d9d9;
    border-radius: 10px;
}
.product_main_menu {
    top: 46px !important;
}
/* .menu_bg_color{
    background-color: ;
} */

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #ea652b;
}

/* banner section */
.banner-section {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/* ********************HEADER END*********************** */

.inner-header {
    background-image: url(../images/header-background-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 82%;
    height: 78px;
    background-size: contain;
    float: right;
}

.logo-div {
    position: absolute;
    top: 13px;
    left: 60px;
}

.logo-ugro {
    width: 200px;
    height: auto;
}

ul li {
    list-style: none;
}

.top-menu ul {
    display: flex;
    align-items: center;
    height: 34px;
    margin-bottom: 0px;
}

.top-menu ul li a {
    margin-right: 28px;
    text-decoration: none;
    color: #fff;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
}

.top-menu {
    display: flex;
    justify-content: end;
    padding-right: 28px;
    margin-top: -1px;
}

.bottom-menu {
    display: flex;
    justify-content: end;
    padding-right: 28px;
    position: relative;
}

.bottom-menu ul li {
    margin-right: 28px;
    color: #4d4d4d;
}

.bottom-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.bottom-menu ul li a {
    color: #4d4d4d;
    text-decoration: none;
    position: relative;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.bottom-menu ul li a:hover {
    color: #ea652b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_apply_btn {
    border: none;
    padding: 8px 26px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff !important;
    font-family: "Lato";
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
}

.underline {
    &::after {
        content: "";
        border-bottom: solid 2px #ea652b;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 90%;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s;
        border-radius: 10px;
    }

    &:hover {
        &::after {
            transform-origin: left;
            transform: scaleX(1);
        }
    }

    @keyframes underline {
        from {
            transform: scaleX(0);
        }

        to {
            transform: scaleX(1);
        }
    }
}

.product-itum {
    position: relative;
    cursor: pointer;
    z-index: 999;

    &::after {
        content: "";
        border-bottom: solid 2px #ea652b;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 50px;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.25s;
        border-radius: 10px;
    }

    &:hover {
        &::after {
            transform-origin: left;
            transform: scaleX(1);
        }
    }

    @keyframes product-itum {
        from {
            transform: scaleX(0);
        }

        to {
            transform: scaleX(1);
        }
    }
}

.product-itum {
    border: none;
    color: #4d4d4d;
}

.product-itum:hover {
    color: #ea652b;
    outline-offset: 0px !important;
}

.select-css {
    border: none;
    color: #4d4d4d;
}

.main-banner {
    background-repeat: no-repeat;
    height: auto;
    object-fit: cover;
    width: 100% !important;
}

.first-carosel {
    position: relative !important;
}

.right-icons {
    width: 40px;
    height: 159px;
    position: fixed;
    background: linear-gradient(180deg, #ea652b 0%, #da352c 100%);
    z-index: 9999999;
    top: 40%;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 0px;
}

.right-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.right-image img {
    height: 20px;
    width: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: #fff;
    text-decoration: none;
}

.first-carosel button.owl-prev {
    position: absolute;
    top: 50%;
    left: 3%;
}

.first-carosel button.owl-next {
    position: absolute;
    top: 50%;
    right: 3%;
}

.section-1 {
    padding-top: 78px;
}

.section-2 {
    width: 100%;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    margin-bottom: 10px;
}

.products-box {
    background-color: #fff;
    width: 1270px;
    margin: auto;
    padding: 30px 0px 30px 0px;
}

.pro-head {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-family: "Lato";
}

.about-head {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.pro-para {
    font-size: 18px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 28px;
    font-family: "Lato";
    font-weight: 400;
    margin-top: 15px;
    text-align: justify;
}

.loan-process-head {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.loan-process-head::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 134px;
}

.conatiner-css {
    width: 1270px !important;
    max-width: 1270px !important;
}

.about-head::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 120px;
}

.pro-head::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 98px;
}

.second-carousel {
    position: relative;
}

.second-carousel button.owl-prev {
    position: absolute;
    top: 30%;
    left: -54px;
}

.second-carousel button.owl-next {
    position: absolute;
    top: 30%;
    right: -54px;
}

.pro-itum {
    width: 100%;
    padding: 16px 10px;
    border-radius: 5px;
    background: #f2f2f2;
}

.loan-img {
    width: 20px !important;
    height: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

.loan-img-hover {
    width: 20px !important;
    height: 20px;
    margin-right: 5px;
}

.loan-heading {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
    height: 35px;
}

.business-laon {
    display: flex;
    margin-bottom: 10px;
}

.loan-para {
    font-size: 12px;
    font-family: "Lato";
    font-weight: 400;
    height: 34px;
}

.read-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply-btn {
    padding: 5px 15px;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
    font-family: "Lato";
    font-weight: 600;
}

.pro-itum {
    color: rgba(0, 0, 0, 0.8);
}

.pro-itum:hover {
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
}

.pro-itum:hover .read-more {
    color: #fff;
    text-decoration: none;
}

.pro-itum:hover .apply-btn {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    color: #da352c;
}

.read-more {
    font-size: 14px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}

.pro-itum:hover .loan-img {
    display: none !important;
}

.pro-itum:hover .loan-img-hover {
    display: block !important;
}

.loan-img-hover {
    display: none !important;
}

.product_main {
    padding: 30px 0px;
}

.section-3 {
    margin-top: 40px;
    margin-bottom: 100px;
}

.ugro-update-box {
    padding: 10px 0px;
    width: 100%;
}

.ugro-about-content {
    border: 1px dashed #c8c8c8;
    border-radius: 5px;
    display: flex;
    padding: 10px 0px;
}
/* .ugro-about-content .about-itum:nth-child(5) {
    border-right: none;
} */

.about-itum {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-right: 1px dashed #c8c8c8;
}

.about-itum-last {
    position: relative;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.abt-content-head {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Lato";
    font-weight: 600;
    margin-right: 5px;
}

.abt-content-para {
    margin-bottom: 5px;
    font-size: 10px;
    color: #000;
    font-family: "Lato";
    font-weight: 600;
    text-align: center;
}

.money-icon {
    padding: 5px;
    width: 40px;
}

.right-image-box {
    width: 100%;
}

.right-image-box img {
    /* height: 376px; */
    position: relative;
    width: 100%;
}

.about-btn {
    margin-top: 15px;
    border: none;
    padding: 13px 26px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
    font-family: "Lato";
    font-weight: 600;
    font-size: 18px;
}
.about-btn:hover {
    color: #fff;
    text-decoration: none;
}
.Address_btn {
    margin-top: 30px;
}
.getdirection {
    margin-top: 20px;
}
.getdirection:hover {
    color: #fff;
    text-decoration: none;
}

.about-right-img-overlay {
    position: absolute;
    background: rgba(218, 53, 44, 0.68);
    width: 100%;
    height: 100%;
    top: 0;
}

.about-right-img {
    width: 100%;
    position: relative;
}

.desin-img {
    position: absolute;
    right: -0px;
    bottom: -60px;
}

.section-4 {
    background-image: url(../../newImages/section-4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 0px 70px 0px;
}

.num-text {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.numering {
    margin-bottom: 0px;
    min-width: 38px;
    height: 38px;
    background-color: #f4f4f4;
    color: #b6b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    font-size: 22px;
}

.numering::after {
    position: absolute;
    content: "";
    width: 1px;
    border: 1px dashed #858585;
    height: 85px;
    top: 38px;
    left: 18px;
}

.numering-grey {
    margin-bottom: 0px;
    min-width: 38px;
    height: 38px;
    background-color: #eae7e7;
    color: #8b8b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    font-size: 22px;
}

.numering-grey::after {
    position: absolute;
    content: "";
    width: 1px;
    border: 1px dashed #858585;
    height: 80px;
    top: 38px;
    left: 18px;
}

.loan-text-right:hover {
    color: #ea652b;
}

.loan-text-right-grey {
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 20px;
}

.laon-pro-heading {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Lato";
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.laon-pro-para {
    font-size: 15px;
    line-height: 18px;
    font-family: "Lato";
    font-weight: 400;
    word-break: break-word;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.laon-process .pro-para {
    margin-bottom: 15px;
}

.last-css {
    margin-bottom: 30px !important;
}

.right-mob-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-5 {
    padding: 100px 0px 0px 0px;
}

.back-ground-bannr {
    width: 100%;
    height: 680px;
    background-image: url("/public/frontend/assets/images/gro-score.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}



.gro-score-head {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.gro-score-head::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 100px;
}

.section-5-heading {
    margin-bottom: 40px;
    width: 100%;
}

.credit-content {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.credit-left-box {
    padding-top: 90px;
}

.credit-box {
    width: 100%;
    display: flex;
}

.credit-box-1 {
    width: 35%;
    padding-right: 30px;
}

.credit-box-2 {
    width: 30%;
}

.credit-box-3 {
    width: 35%;
    padding-left: 30px;
}

.section-6 {
    background-image: url(../../newImages/back-section-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 194px;
    padding: 26px 70px;
}

.cal-box {
    display: flex;
}

.emi-heading {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 400;
}

.emi-heading::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 12px;
    left: 124px;
}

.calculator img {
    margin-right: 15px;
}

.laon-calculater {
    margin-top: 15px;
    border: none;
    padding: 13px 26px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
    margin-left: 120px;
    font-family: "Lato";
    font-size: 18px;
}

.section-6-heading {
    width: 760px;
}

.banks-heading {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.banks-heading::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 124px;
}

.section-7-heading {
    margin-top: 54px;
}

.bank-img-box {
    padding: 18px 24px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 24px 50px 0px rgba(156, 156, 156, 0.09);
    display: flex;
    justify-content: center;
}

.bank-img-box img {
    height: 88px;
    max-width: 160px;
    object-fit: contain;
}

.third-carousel button.owl-dot.active {
    background-color: #ea652b !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.third-carousel button.owl-dot {
    background-color: #f7cabe !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.third-carousel .owl-dots {
    text-align: center !important;
    margin-top: 20px;
}

.third-carousel {
    margin-top: 34px;
}

.bank-cerousel {
    margin-bottom: 35px;
}

.section-8 {
    width: 100%;
    background: #1c1e3b;
}

.blog-heading {
    font-size: 18px;
    color: #fff;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.blog-heading::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 124px;
}

.pro-para-white {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: "Lato";
    font-weight: 400;
    margin-top: 0px;
    text-align: justify;
}

.blog-box {
    padding: 72px 0px;
}

.section-8-heading {
    width: 90%;
}

.blog-img-box img {
    height: 216px;
    object-fit: cover;
}

.fourth-carousel {
    position: relative;
}

.fourth-carousel button.owl-prev {
    position: absolute;
    top: 40%;
    left: -52px;
}

.fourth-carousel button.owl-next {
    position: absolute;
    top: 40%;
    right: -52px;
}

.fourth-carousel img.nav-btn.prev-slide {
    width: 35px;
    height: 35px;
}

.fourth-carousel img.nav-btn.next-slide {
    width: 35px;
    height: 35px;
}

a.read-more-white {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 0px;
    font-family: "Lato";
    font-weight: 700;
}

a.read-more-white:hover {
    color: #fff;
    text-decoration: none;
}

.blog-img-box {
    margin-bottom: 10px;
}

.testimonials-heading {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.text-white {
    color: #fff !important;
    font-size: 20px !important;
}

.border-white {
    background-color: #fff !important;
}

.testimonials-heading::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 132px;
}

.testimonials {
    background-color: #f9f9f9;
    padding: 40px 0px 5px 0px;
}

.fifth-carousel button.owl-dot.active {
    background-color: #9d9a99 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.eight-carousel button.owl-dot.active {
    background-color: #9d9a99 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.eight-carousel button.owl-dot {
    background-color: #9d9a99 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.fifth-carousel button.owl-dot {
    background-color: #d9d9d9 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.fifth-carousel .owl-dots {
    text-align: center !important;
    margin-top: 25px;
}

.eight-carousel .owl-dots {
    text-align: center !important;
    margin-top: 20px;
}

.fifth-carousel {
    margin-top: 34px;
}

.bank-cerousel {
    margin-bottom: 35px;
}

.testimonials-box {
    border: 1px solid #d9d9d9;
    padding: 17px 20px 25px 17px;
}

.user-icons {
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
    background-color: #e7e4e4;
    border-radius: 50%;
}

.testi-content {
    display: flex;
}

.emp-corner {
    background-color: #fff;
    padding: 70px 0px 50px 0px;
}

.emp-heading {
    font-size: 18px;
    color: #ea652b;
    position: relative;
    font-family: "Lato";
    font-weight: 500;
}

.emp-heading::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #ea652b;
    position: absolute;
    top: 10px;
    left: 170px;
}

.emp-back {
    background-color: #f0eee2;
    width: 223px;
    padding: 22px 30px;
    height: 360px;
    margin-top: 16px;
}

.quote-icons {
    height: 33px;
    width: 33px !important;
    position: relative;
}

.emp-content {
    position: absolute;
    padding: 24px;
    background-color: #fff;
    left: 65px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emp-content p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.emp-img-text {
    display: flex;
    align-items: center;
}

.emp-img-text p {
    font-family: "Lato";
    font-weight: 600;
}

.sixth-carousel {
    position: relative;
}

.sixth-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    left: -52px;
}

.sixth-carousel button.owl-next {
    position: absolute;
    top: 50%;
    right: -52px;
}

.location-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.branch-head {
    font-size: 22px;
    display: flex;
    align-items: center;
    font-family: "Lato";
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #2c3b52;
}

.footer-box {
    background-color: #e3e3e3;
    padding: 125px 0px 55px 0px;
}

.location-box {
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px #b9b7b6;
    border-radius: 10px;
    margin-bottom: -75px;
    position: relative;
    z-index: 9;
    width: 100%;
}

.footer-content {
    background-color: #f9f9f9;
    padding: 25px;
}

.footer-address {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "Lato";
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    word-wrap: break-word;
}

.footer-logo {
    margin-bottom: 25px;
}

.address {
    margin-bottom: 24px;
}

.social-media-icons {
    display: flex;
    align-items: center;
}

.social-media-icons img {
    height: 25px;
    margin-right: 10px;
}

.font-span {
    font-size: 15px;
    margin-top: 2px;
}

.heading-li {
    color: #ea652b !important;
    position: relative;
    font-family: "Lato";
    font-weight: 700 !important;
    font-size: 18px !important;
}

.heading-li::after {
        position: absolute;
    content: "";
    width: 45px;
    background-color: #ea652b;
    left: 95px;
    height: 1px;
    top: 15px;
}

.heading-li-2 {
   color: #ea652b !important;
    position: relative;
    font-family: "Lato";
    font-weight: 700 !important;
    font-size: 18px !important;
}

.heading-li-2::after {
    position: absolute;
      position: absolute;
    content: "";
    width: 45px;
    background-color: #ea652b;
    left: 48px;
    height: 1px;
    top: 15px;
}

.heading-li-3 {
    color: #ea652b !important;
    position: relative;
    font-family: "Lato";
    font-weight: 500 !important;
}

.heading-li-3::after {
    position: absolute;
    content: "";
    width: 45px;
    background-color: #ea652b;
    left: 70px;
    height: 1px;
    top: 11px;
}

.quick-links li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-family: "Lato";
    font-weight: 400;
    margin-bottom: 3px;
}

.quick-links li:hover {
    transition: 0.5 ease;
    color: #ea652b;
}

.border-css {
    border-right: 1px solid #d5d5d5;
}

.black {
    color: #000 !important;
}

.testimonials-text p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.name-blod {
    color: rgba(0, 0, 0, 0.6) !important;
    text-align: justify !important;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 21px;
}

.image-position {
    position: absolute;
    right: -38px;
}

.seven-carousel {
    position: absolute !important;
    top: 0;
    overflow: hidden;
    width: 242px !important;
}

.under-img {
    height: 450px;
    width: 252px !important;
}

.mobile-border {
    position: relative;
    z-index: 99;
    height: 450px;
}

.center-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-header {
    display: none !important;
}

img.menu-bar-icon {
    width: 45px;
    height: 45px;
    padding: 0px 8px;
    margin-top: -2px;
    cursor: pointer;
}

.border-css-footer {
    border-right: 1px solid #918f8f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-links li a:hover {
    text-decoration: none !important;
}

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

.location-box .border-css-footer:last-child {
    border: none !important;
}

.tooltip-inner {
    max-width: 340px;
    padding: 0.25rem 0.5rem;
    color: #7b7b7b !important;
    text-align: center;
    background-color: #fff !important;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 7px 0px #00000021 !important;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.2px;
}

.tooltip {
    left: -90px !important;
    top: 6px !important;
    z-index: 99999999999999 !important;
}

@media only screen and (min-width: 300px) and (max-width: 998px) {
    .siderbar-nav .dropdown-menu {
        position: static !important;
        margin: 0px !important;
        padding: 0px !important;
        transform: none !important;
        border: none !important;
    }
}

.graph-close {
    border: 0px;
    width: 30px;
    right: 15px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    height: 30px;
    background-color: #de422b;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9997;
}

#graphModal {
    z-index: 9996 !important;
}

.trasnlate-icon {
    height: 20px;
    margin-right: 4px;
    margin-bottom: 5px;
}

.translate-dropdown {
    border: none !important;
    color: #4d4d4d;
    font-family: "Lato" !important;
    font-size: 14px !important;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.translate-dropdown:hover {
    color: #ea652b;
}

.back-ground-color {
    background-color: #ffede7;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px !important;
    margin-bottom: 5px;
}

.second-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.second-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}

.first-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.first-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}

.sixth-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.sixth-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}

.financials-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.financials-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}

.disclosures-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.disclosures-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}

i.fa.fa-angle-down {
    margin-left: 5px !important;
}

.login-icon {
    margin-right: 8px;
}

.product_benefit_mob_img {
    display: none;
}

.carousel-wrap {
    display: block;
}

.credit_score {
    height: 16px;
}

.login-gif {
    width: 35px;
    height: 35px;
}

.footer_animation_icon {
    width: 80px;
}

.footer_animation_icon_2 {
    width: 90px;
}

.footer_animation_icon_3 {
    width: 65px;
}

.text_cr_box {
    justify-content: center;
    display: flex;
    align-items: baseline;
}

.about-images {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 40%;
    height: auto;
}

img.credit-icon {
    height: 40px;
    width: 40px;
}

.credit-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed #ea652b;
    min-width: 80px;
    height: 80px;
}

.footer_li {
    display: flex;
}

.footer_width {
    width: 380px;
}

.footer-css {
    width: 100% !important;
    max-width: 1220px !important;
}

.mega_menu_left {
    border-radius: 10px;
    background-color: #f5f5f5 !important;
    padding: 20px 16px 5px 16px;
}

.mega_menu_left .mega-a {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: "Lato";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-button-navs {
    background-color: #f5f5f5 !important;
    border-radius: 10px !important;
}

.left-button-navs .mega-a {
    position: relative;
}

.left-button-navs ul li {
    width: 170px;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.left-button-navs .mega-a:last-child {
    margin-bottom: 0px;
}

.left-button-navs .mega-a:hover::after {
    content: "";
    width: 40px;
    background-color: #ea652b;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: ease-in 0.3s;
}

.text_arrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.color-css {
    color: #ea652b !important;
}

.hover-icons {
    position: absolute;
    top: 3px;
    right: -52px;
    color: #7a7a7a;
    font-size: 14px !important;
}

.left-button-navs ul li:hover a {
    color: #ea652b !important;
}

.left-button-navs ul li:hover i {
    color: #ea652b !important;
}

.mega-menu-right {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
    padding: 20px 28px;
}

#businessLoan,
#retailerFinance,
#greenFinancing,
#pragati,
#specificProducts,
#machine_financing,
#machine_financing {
    display: none;
}

#businessLoansLi:hover #businessLoan {
    display: block;
}

/* .mobile-img-carousel {
    display: flex;
    justify-content: center;
} */
.loan-process-text {
    padding: 0px 20px;
}

.num-text:hover .numering {
    background-color: #ea652b;
    color: #fff;
}

.num-text:hover .loan-process-text {
    color: #ea652b !important;
}

.num-text:hover .loan-process-text .laon-pro-heading {
    color: #ea652b !important;
}

.num-text:hover .loan-process-text .laon-pro-para {
    color: #ea652b;
}

.num-text:hover .loan-process-text .laon-pro-para {
    color: #ea652b;
}

.our_products {
    width: 100%;
    max-width: 1220px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.second-carousel.owl-carousel.owl-loaded.owl-drag {
    margin-top: 18px;
}

.lastborder::after {
    border: none !important;
}

.contact-footer {
    display: flex;
}

.rate-text {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.reference-rate {
    padding: 50px 0px;
}

h3.rate-haeding {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.modal-rate {
    padding-bottom: 50px;
}

.button-box {
    padding-bottom: 70px;
}

.ckyc-popup-image img {
    width: 100%;
    object-fit: contain;
}

.pop-up-heading {
    background-color: #ea652b !important;
    color: #fff;
    display: flex;
    align-items: center !important;
    padding: 10px 15px !important;
    font-size: 18px !important;
    font-family: "Lato";
}

.ckyc-body {
    margin-top: 30px;
}

.cross-popup {
    color: #fff !important;
}

.close {
    opacity: 100% !important;
}

.privacy-list li {
    list-style: initial;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 17px;
}

.preload {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    position: relative;
    position: fixed;
    display: none;
}

.loader_img img {
    width: 80px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.invester-css {
    color: #fff !important;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translate(-50%, -50%);
}

.Subscribe_box_footer {
    background-color: #c7511f;
    padding: 0px 25px;
    padding: 25px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.footer_input_box {
    position: relative;
}
.arrow-down {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #00000099;
    font-size: 14px;
}

.footer_input_box input {
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    font-family: "Lato" !important;
    font-size: 13px !important;
    font-weight: 400;
    color: #00000099;
    width: 100%;
    line-height: 15px;
    border: none;
    /* -webkit-appearance: none; */
}

.footer_input_box .footer_select_box {
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    font-family: "Lato" !important;
    font-size: 13px !important;
    font-weight: 400;
    color: #00000099;
    width: 100%;
    line-height: 15px;
    border: none;
}

.footer_btn {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #ea652b;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    height: 40px;
}

.Subscribe_Newsletter {
    display: flex;
    align-items: center;
}
.header_translate {
    display: flex !important;
    align-items: center;
}

.vedio-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.vedio-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}
.vedio-carousel button.owl-prev {
    position: absolute;
    top: 28%;
    left: -52px;
}
.vedio-carousel button.owl-next {
    position: absolute;
    top: 28%;
    right: -52px;
}
.press-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.press-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}
.press-carousel button.owl-prev {
    position: absolute;
    top: 28%;
    left: -52px;
}
.press-carousel button.owl-next {
    position: absolute;
    top: 28%;
    right: -52px;
}
.research-carousel img.nav-btn.prev-slide {
    height: 35px;
    width: 35px;
}

.research-carousel img.nav-btn.next-slide {
    height: 35px;
    width: 35px;
}
.research-carousel button.owl-prev {
    position: absolute;
    top: 28%;
    left: -52px;
}
.research-carousel button.owl-next {
    position: absolute;
    top: 28%;
    right: -52px;
}
.tramslater {
    display: flex !important;
    align-items: center;
    line-height: 10px;
    height: 20px;
}
.active-first .numering {
    background-color: #ea652b;
    color: #fff;
}
.active-first .laon-pro-heading {
    color: #ea652bff;
}
.active-first .laon-pro-para {
    color: #ea652bff;
}
.call-number {
    color: #fff;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
    text-decoration: underline;
}
.call-number:hover {
    color: #bdbaba;
}
.value-heading {
    font-size: 22px !important;
    font-weight: 600 !important;
}
.value-text {
    font-size: 16px !important;
    font-weight: 400;
}
.career_text {
    margin-bottom: 0px;
}
.career-text {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
}
.download-ugro-impact {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.download-ugro-impact p {
    font-size: 20px;
    line-height: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.download-ugro-impact a {
    font-size: 18px;
    line-height: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.logo-ug-imp img {
    height: 150px;
}
.main-impact {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.logo-ug-imp {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
}
.font-16 {
    font-size: 18px !important;
    margin-left: 20px !important;
    line-height: 24px !important;
}
.ugro_impact_box {
    margin-top: 50px;
}
#INVESTOR_INFORMATION {
    background-image: none;
}
.error {
    color: red !important;
    font-size: 12px !important;
    font-family: "Lato" !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    margin-top: 0px !important;
}
.think-about-us button.owl-prev {
    position: absolute;
    top: 50%;
    left: 3%;
}

.think-about-us button.owl-next {
    position: absolute;
    top: 50%;
    right: 3%;
}
.think-about-us img.sector_caro_icons {
    height: 35px;
}
.secured_left_box {
    padding-right: 30px;
}
.documents h3 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 23px;
    margin-right: 5px;
}
.width-css-new {
    width: 100% !important;
}
.eclgs-box {
    width: 100%;
    background-color: #ea652b;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.product-segments {
    margin-top: 20px;
}
.product-segments-box {
    background-color: #fff !important;
}
.secured-font {
    font-size: 22px !important;
}
.over-ley-text {
    position: absolute;
}
.circlu-class-css {
    font-size: 8px !important;
    margin-right: 10px;
}
.documents-width {
    width: 60% !important;
}
.anchor-led-box {
    padding-bottom: 50px;
}
.text-bold {
    font-size: 18px;
}
.rooftop-image {
    object-position: left !important;
}
a#downloaddd {
    color: #c7511f;
    font-family: "Lato";
    background-color: #fff !important;
}
a#downloaddd:hover {
    background-color: #fff !important;
}
a.eclgs-button {
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
}
a.eclgs-button:hover {
    color: #fff;
}
.eclgs-box:hover {
    background-color: #e35802;
}
.buttons-left-img {
    height: 80px;
}
.button-boxs {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #00d9da;
    border-radius: 80px;
    padding: 4px 4px;
}
.update-buttons {
    min-width: 120px;
    height: 120px;
    background-color: #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.important-sub-heading {
    font-size: 20px;
    font-family: "Lato";
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
}
p.important-update-text {
    font-family: "Lato";
    color: #fff;
    margin-bottom: 0px;
    line-height: 22px;
}
.buttons-right-box {
    padding: 0px 15px;
}
.button-boxs:hover {
    background-color: #04bdbd;
    transition: ease-out 0.3s;
}
.bg-2 {
    background-color: #29aae1 !important;
}
.bg-2:hover {
    background-color: #1d82ad !important;
}
.bg-3 {
    background-color: #0577be !important ;
}
.bg-3:hover {
    background-color: #045181 !important ;
}
.banner-top-img {
    display: flex;
    justify-content: center;
}
.financial-frauds-box {
    background-color: #bbbcbb;
}
.financial-frauds-heading {
    text-align: center;
}
.financial-frauds-heading-text {
    font-size: 28px;
    color: #120b36;
    font-weight: 900;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Lato";
}
.cards-view {
    background-color: #120b36;
    padding: 20px 30px 20px 30px;
}
.cards-view-box {
    display: flex;
    flex-wrap: wrap;
}
.theer-card {
    width: 33.33%;
}
.theer-card-content {
    text-align: left;
    background-color: #ef9734;
    margin: 20px 10px;
    display: block;
    padding: 10px 30px;
    border-radius: 12px;
}
.theer-card-content h2 {
    font-size: 18px;
    color: #120b36;
    font-weight: 900;
    font-family: "Lato";
    margin: 0px;
}
.scams-text {
    margin: 0px;
    margin-top: 10px;
    font-family: "Lato";
    font-size: 15px;
}
.scams-text li {
    list-style: inherit;
    font-family: "Lato";
    margin-bottom: 10px;
}
.protect-text {
    background-color: #e56827;
    padding: 20px 20px 20px 20px;
}
.protect-heading {
    background-color: #120b36;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    margin-bottom: 30px;
    margin-right: 0px;
}
.protect-heading-text {
    font-size: 22px;
    color: #e56827;
    font-weight: 900;
    font-family: "Lato";
    margin: 0px;
    padding: 12px 20px;
}
.awaerness-box h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Lato";
    margin: 0px;
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.banner-imgs {
    width: 25px;
    margin-right: 10px;
}
.awaerness-box-text {
    margin: 0px;
    margin-left: 35px;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.awaerness-box-text li {
    font-family: "Lato";
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}
.awaerness-box {
    margin-bottom: 15px;
}
.awarness-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.suspect-heading {
    background-color: #120b36;
}
.suspect-heading h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Lato";
    margin: 0px;
    padding: 12px 20px;
    text-align: center;
}
.link-box {
    background-color: #edce35;
    padding: 20px 20px 20px 20px;
}
.links-text {
    text-align: center;
    border-bottom: 2px dashed #e56827;
    padding-bottom: 12px;
    word-break: break-all;
    margin-bottom: 15px;
}
.links-text h3 {
    color: #120b36;
    font-size: 15px;
    font-family: "Lato";
    font-weight: 500;
    margin: 0px;
    margin-bottom: 7px;
}
.links-css {
    color: #9b2f00;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 500;
    margin: 0px;
    margin-top: 15px;
    text-decoration: none;
}
.links-css:hover {
    color: #9b2f00;
}
.priority-text {
    background-color: #120b36;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.priority-heading {
    font-size: 24px;
    color: #e0c70b;
    font-weight: 900;
    font-family: "Lato";
    margin: 0px;
}
.priority-txt {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Lato";
    margin: 0px;
}
.important-update-view {
    color: #da352c;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
}
.important-update-view:hover {
    color: #da352c;
}
.benefits-headings {
    color: #fff !important;
    font-family: "Lato";
    font-weight: 800 !important;
}
.benefits_mobile {
    width: 100%;
}
.close-background {
    background-color: #ea652b !important;
}
.close-background {
    background-color: #8d8d8d !important;
    color: #fff !important;
    font-size: 26px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 5px;
}
.benefits_of_updatin_header {
    background-color: #ea652b !important;
}
.important-table-head th {
    font-size: 18px;
    font-family: "Lato";
    color: #000;
}
.important-table-text th {
    color: rgba(0, 0, 0, 0.7) !important;
    font-family: "Lato";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.important-table-text td {
    color: rgba(0, 0, 0, 0.7) !important;
    font-family: "Lato";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.table-bodys {
    padding: 50px 50px !important;
}
.eyes-icons {
    margin-right: 5px;
}
.our_secured_loans {
    padding: 50px 0px 50px 1px;
}
.explore_web_view {
    margin-top: 20px;
}
.product_image-box {
    min-width: 72px;
    height: 72px;
    background-color: #ffffff;
    border: 1px solid #ea4636;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-top: 10px solid #ea4636;
    border-left: 3px solid #ea4636;
    border-right: 3px solid #ea4636;
    border-radius: 50%;
}
.product_segments_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-left: 2px solid #ea4636;
    padding-right: 18px;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 7px;
}
/* .product_image-box:hover {
    background-color: #ea4636;
} */
.product_segments_box h6 {
    font-family: "Lato";
    font-weight: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 22px;
    font-weight: 600;
}
.product_segments {
    margin-top: 30px;
}
.Portfolio_Yield_img_light {
    height: 35px;
    display: none;
}

img.Portfolio_Yield_img.dark {
    display: block;
}

img.Portfolio_Yield_img.light {
    display: none;
}

.product_segments_box:hover img.Portfolio_Yield_img.light {
    display: block;
}

.product_segments_box:hover img.Portfolio_Yield_img.dark {
    display: none;
}

.product_segments_box:hover .product_image-box {
    background-color: #ea4636;
    border: 1px solid #ea4636;
}
.top-color {
    background-color: #fff !important;
}
.top-color-grey {
    background-color: #f9f9f9 !important;
}
.heading-border {
    display: flex;
    align-items: center;
}
.date-content {
    justify-content: space-between !important;
}
.white-background {
    padding: 60px 0px;
}
.fiar-practice-code-box {
    padding: 60px 0px;
}
.corporate_inners {
    background-color: #fff;
    padding: 25px 30px;
}
.pdf_files {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px 10px 0px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #f3eaea;
}
.numering-width::after {
    height: 112px !important;
}
.border-border {
    border: 1px solid #e5e5e5 !important;
}
.ind_stable {
    padding-top: 0px;
}
.top-padding {
    padding-top: 10px !important;
}

.Customer_testi {
    align-items: flex-start !important;
}

.Customer_testi span.content-color-text {
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
    margin-bottom: 12px;
    line-height: 20px;
}
.white-background {
    background-color: #fff !important;
}

@media (max-width: 1150px) {
    .header_apply_btn {
        padding: 8px 20px;
        font-family: "Lato";
        font-weight: 500 !important;
        font-size: 16px;
        text-decoration: none;
        margin-left: 10px;
    }
}

@media (max-width: 600px) {
    .header_apply_btn {
        padding: 7px 15px;
        font-family: "Lato";
        font-weight: 500 !important;
        font-size: 15px;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 13px;
    }
}
.image-caption {
    text-align: center;
}
.image-caption h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato";
}

.search_bar {
    position: relative;
    margin-right: 20px;
}
.search_bar input {
    width: 250px;
    border: none;
    border-radius: 6px;
    padding: 1px 30px 1px 10px;
    height: 30px;
    margin-top: 3px;
    font-family: "Lato";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.search_bar .search_icon {
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 19px;
    color: #ea652b;
    cursor: pointer;
}

#results {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    margin-top: 4px;
    height: auto;
    display: none;
    width: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 7px 0px #00000052;
    padding: 10px 0px;
    border-radius: 10px;
    max-height: 270px;
}
#results p a {
    color: #4d4d4d;
    word-break: break-all;
}

#results::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#results::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
#results::-webkit-scrollbar-thumb {
    background: #ea642b;
}

/* Handle on hover */
#results::-webkit-scrollbar-thumb:hover {
    background: #ea642b;
}
.publication-name {
    font-size: 14px !important;
    margin-top: 4px;
}
.Read-file {
    display: flex;
    justify-content: end;
    width: 15%;
}
.modal-heading {
    font-size: 18px;
    font-family: "Lato";
    color: #4d4d4d;
}
.pop-btn {
    width: 100%;
    display: flex;
    justify-content: end;
}
.cross-btns {
    background-color: #de402c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
input#search-bar-city {
    margin-top: 15px;
}

#locationResult p {
    margin-bottom: 5px;
}
#locationResult {
    position: absolute;
    z-index: 99;
    background-color: #f8f8f8ff;
    padding: 10px 0px 10px 10px;
    border-radius: 3px;
    margin-top: 4px;
    height: 185px;
    overflow: auto;
    width: 88%;
    display: none;
}
.modal-box {
    padding: 0 !important;
}
.modal-map {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    height: 420px;
    overflow: auto;
    cursor: pointer;
    position: relative;
}
.close-modal-map {
    background-color: #e66a38;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 12px;
    position: absolute;
    border-radius: 15px;
}
.modal-boxs {
    width: 70%;
    padding: 50px 15px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #90774f;
    border-radius: 20px;
    z-index: 99;
    top: 42%;
    right: 5%;
}
.email-ids {
    width: 50%;
}
.val-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.verfy-otp-box {
    display: flex;
    flex-direction: column;
}
.sent-otps {
    font-size: 14px;
    padding: 8px 16px;
    border: none;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    color: #fff;
    font-family: "Lato";
    font-weight: 600;
}
.sent-otps:hover {
    color: #fff;
}
h2#swal2-title {
    font-size: 18px;
    font-family: "Lato";
}
.success {
    color: green;
    font-size: 12px;
    margin-top: 2px;
    font-family: "Lato";
}
.error-box {
    margin-top: 10px !important;
}
a.dwn-btn {
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    font-size: 20px;
}
a.dwn-btn:hover {
    color: #fff;
}

#overview,
#mission,
#we-continue-to-build-as-per-plan,
#gro_score,
#sector-focused,
#our-team,
#our-values,
#ugro-impact,
#corporate-presentation,
#culture,
#product-specifications,
#product-benefit,
#secured-business-loan,
#explore-more-related-loan,
#popular-FAQS,
#EMI-calculator,
#secured-business-loan-process,
#product-segments,
#INVESTORS_CONTACT,
#CORPORATE_GOVERNANCE,
#INVESTORS_GRIEVANCE_REDRESSAL,
#CORPORATE_ANNOUNCEMENTS,
#INVESTOR_INFORMATION,
#ANNUAL_REPORTS,
#DISCLOSURES,
#FINANCIALS,
#digital-Lending-apps,
#non-digital-lending-apps,
#co-lending-partnerships,
#press-release,
#videos,
#company-specific,
#capital-media-kit,
#media-contact,
#INVESTOR_DOWNLOADS,
#careers-ugro,
#ugroThinkBox,
#awards-all,
#interested-to-become-a-Partner {
    scroll-margin-top: 80px;
}
#FY-highlights {
    scroll-margin-top: 120px;
}
#investor-relations {
    scroll-margin-top: 100px;
}
.invester_contact {
    scroll-margin-top: 100px;
}
#INVESTOR_RELATIONS_CONTACT {
    scroll-margin-top: 100px;
}
div#culture {
    padding-top: 10px;
}
p.downlaod-text {
    margin-bottom: 0px;
    margin-right: 15px;
}
.about-itum.border-rights {
    border-right: none;
}
.margin-bottom-class {
    margin-bottom: 40px !important;
}
.faq-li {
    color: #00000099;
    font-family: "Lato";
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
}
#emi-table {
    overflow: auto;
}
#results .tablinks {
    border: none;
    padding: 5px 10px !important;
}
#results .tablinks {
    border: none;
    padding: 5px 10px !important;
    font-size: 14px;
    margin: 0px 0px;
    background-color: #fff;
    width: 100%;
    text-align: left;
}
#results .tablinks:hover:before {
    content: initial;
}
#results .tablinks:hover {
    font-weight: normal;
    color: #000;
    background-color: #f6f6f6;
}

.pdf-data-box {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 60px 0px;
    height: 70vh;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 95%;
    border: none;
    margin-top: 10px;
}
.back-home {
    font-weight: 500;
    font-family: "Lato";
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}
.back-home:hover {
    font-weight: 500;
    font-family: "Lato";
    color: #000000;
    font-size: 18px;
}
.quick-links ul li a {
    color: rgba(0, 0, 0, 0.6);
}
.disclamer-head {
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
}

.disclaimer-crros-btn {
    color: #fff !important;
}

.disclaimer-body p {
    font-weight: 500;
    font-family: "Lato";
}
.disclaimer-body ul li {
    font-family: "Lato";
}
.play-store-btn {
    width: 112px;
    height: auto;
    object-fit: cover;
    margin-right: 20px;
}
.bharosa-btns {
    background-color: #ffc809;
    padding: 10px 20px;
    color: #000000;
    font-size: 18px;
    position: absolute;
    left: 66px;
    bottom: 40px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 2px 1px 0px 1px #fbfbfb;
}
.bharosa-btns:hover {
    background-color: #e4b304;
    color: #1c1e3b;
}
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
button.nav-btn.next-slide {
    border: none;
    background-color: initial;
    padding: 0px;
}
button.nav-btn.prev-slide {
    border: none;
    background-color: initial;
    padding: 0px;
}
.secured_business_banner img {
    width: 100%;
    height: 120px;
} 
.secured_business_banner  {
    position: relative;
} 
.breadcrum {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
}

/*custom css */
div#swiper-wrapper-0344e8612d3a4aa5 {
    height: auto !important;
}
