.switch-box {
    display: none;
}


/*news section*/
 .whats-new {
        background-color: #efefef;
        width: 100%;
        height: 60px;
    }
    
    .headline-title {
        font-size: 20px;
        background-color: #e11c30;
        color: #fff;
        height: 100%;
        min-width: 207px;
        position: relative;
        margin-right: 40px;
        font-weight: 500;
    }
    
    .headline-title::after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #e11c30;
        position: absolute;
        right: -8px;
    }
    
    .headline-text,
    .headline-text span {
        font-family: calibri, sans-serif;
    }
    
    .headline-text {
        font-size: 16px;
        color: #787878;
        display: flex;
        font-weight: normal;
        padding-right: 70px;
        width: 100%;
    }
    
    table {
        border-collapse: collapse;
    }
    
    .link-green {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    
    @media only screen and (max-width: 991px) {
        .whats-new {
            height: 50px!important;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .headline-title {
            font-size: 16px!important;
            min-width: 129px!important;
            margin-right: 7px!important;
        }
        .section-title h2 {
            font-size: 26px!important;
        }
        .bank-services-section {
            padding: 21px 0!important;
        }
        .financial-strength h3 {
            font-size: 26px !important;
        }
        .about-second {
            font-size: 26px !important;
            text-align: left!important;
        }
        .about-second-section {
            text-align: left!important;
            margin-bottom: 8px!important;
        }
        .reach-heading-top {
            text-align: center!important;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .headline-text {
            font-size: 14px!important;
        }
        .headline-text {
            padding-right: 9px!important;
        }
        .call-to-action {
            padding: 30px 0!important;
        }
        .contant-section {
            padding-top: 1rem !important;
        }
        .services-block-contact .inner-contact {
            text-align: justify!important;
        }
    }
    
    .link-green:hover {
        color: #000;
    }
/*news section*/

/*Loan's  section*/
 .service-box-img {
        height: 90px;
        width: 90px;
        text-align: center;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        padding: 13px;
    }
    
    .service-box3 {
        transition: background-color 0.3s ease;
        cursor: pointer;
        height: 305px;
    }
    
    .service-box3.active {
        background-color: #f0f0f0;
        /* Active color */
    }
    
    .space,
    .space-bottom {
        padding-bottom: 50px;
    }
    
    .space,
    .space-top {
        padding-top: 50px;
    }
    
    .title-area {
        margin-bottom: calc(60px - 10px);
        position: relative;
        z-index: 2;
    }
    
    .sub-title.sub-title4 {
        position: relative;
        display: inline-block;
        padding: 0 20px;
    }
    
    .sub-title {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #003465;
        margin-bottom: 30px;
        text-transform: uppercase;
        line-height: 24px;
        margin-top: -0.34em;
    }
    
    .sub-title.sub-title4:before,
    .sub-title.sub-title4:after {
        position: absolute;
        content: url(data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1.14673' width='9' height='9' rx='0.5' fill='white' stroke='%233E66F3'/%3E%3Crect x='3' y='3.64673' width='4' height='4' rx='2' fill='%233E66F3'/%3E%3C/svg%3E%0A);
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    .sub-title.sub-title4:after {
        left: unset;
        right: 0px;
    }
    
    .title-area .sec-title {
        margin-bottom: 15px;
        color: #e21d32;
        font-weight: 800;
    }
    
    .sec-title {
        margin-bottom: calc(var(--section-title-space) - 10px);
        margin-top: -0.32em;
        text-transform: capitalize;
    }
    
    .text-theme {
        color: #003465 !important;
    }
    
    .service-box3 {
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    
    .service-box3 {
        position: relative;
        background-color: #eff1f9;
        border-radius: 30px;
        padding: 30px;
        text-align: center;
    }
    
    .service-box-img {
        height: 90px;
        width: 90px;
        text-align: center;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        padding: 13px;
    }
    
    .service-box3_icon img {
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    
    img:not([draggable]),
    embed,
    object,
    video {
        max-width: 100%;
        height: auto;
    }
    
    .service-box3 .box-title {
        font-weight: 600;
    }
    
    .box-title {
        font-size: 25px;
        line-height: 1.417;
        font-weight: 700;
        margin-top: -0.32em;
    }
    
    .service-box3_text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    
    .service-box3_img img {
        width: 100%;
        /*border-radius: 30px;*/
    }
     .service-box3 {
        transition: background-color 0.3s ease;
        cursor: pointer;
    }
    
    .service-box3.active {
        background-color: #f0f0f0;
    }
    
    .service-box3_img .service-shape {
        position: absolute;
        bottom: -91px;
        left: -71px;
        z-index: -1;
        width: 131px;
        height: 134px;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: auto;
        mask-size: auto;
        background-color: #eff1f9;
    }
    
    .service-box3_img {
        position: relative;
        max-width: 678px;
    }
    
    .service-box3_img .service-shape2 {
        position: absolute;
        bottom: -75px;
        right: -74px;
        z-index: -1;
        width: 131px;
        height: 124px;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: auto;
        mask-size: auto;
        background-color: #eff1f9;
    }
    
    .service-box3 {
        transition: all 0.5s ease;
    }
    
    .service-box3:hover {
        transform: scale(1.03);
    }
    
    .service-box3:hover .service-box3_icon img {
        -webkit-transform: scale(-1) rotate(180deg);
        -ms-transform: scale(-1) rotate(180deg);
        transform: scale(-1) rotate(180deg);
    }
    
    .service-box3_icon img {
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: 60px;
    }
    
    @media only screen and (max-width: 576px) {
        .loan-service-image {
            height: auto!important;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .loan-service-image {
            height: 152px!important;
        }
    }
    
    .service-box3_text {
        margin: 0 0 6px 0;
    }
    
    .service-box3 a {
        color: #0a3278;
    }
    
    .loan-slider .carousel-control-next,
    .carousel-control-prev {
        background: #000000b0!important;
    }
/*Loan's  section*/

/*About  section*/
.about-img-wrap {
        position: relative;
        z-index: 1;
        padding-bottom: 30px;
    }
    
    .about-img-wrap .mask-img-wrap {
        -webkit-mask-image: url(https://lalaurbanbank.in/resources/assets/img/mask_img.png);
        mask-image: url(https://lalaurbanbank.in/resources/assets/img/mask_img.png);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        height: 472px;
        width: 417px;
        margin: 0 auto;
    }
    
    .about-img-wrap .mask-img-wrap img {
        max-width: unset;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .about-img-wrap .shape img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    
    .experience-year {
        position: relative;
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e0162b;
        border: 4px solid #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
    }
    
    .experience-year .icon {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f5fb;
        color: #ffffff;
        line-height: 0;
        font-size: 36px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }
    /* ider-mobile-img {
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
} */
    
    .experience-year .content .circle {
        position: absolute;
        margin-bottom: 0;
        font-size: 15px;
        text-transform: uppercase;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
    }
    
    .rotateme {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    
    .sub-title {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        /*color: var(--theme-color);*/
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 24px;
        margin-top: -0.34em;
    }
    
    .rotateme {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    
    @keyframes rotateme {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes rotateme {
        from {
            -webkit-transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
        }
    }
    
    .experience-year .content .circle {
        position: absolute;
        margin-bottom: 0;
        font-size: 15px;
        text-transform: uppercase;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
    }
    
    .experience-year .content .circle span {
        position: absolute;
        top: -64px;
        display: inline-block;
        transform-origin: 0 64px;
        color: #fff;
    }
    
    @media (max-width: 991.98px) {
        .about-img-wrap {
            margin-bottom: 50px;
        }
    }
    
    @media (max-width: 767.98px) {
        .about-img-wrap .mask-img-wrap {
            height: 370px;
            width: 320px;
        }
    }
    
    @media (max-width: 767.98px) {
        .about-img-wrap .shape img {
            display: none;
        }
    }
    
    .about-area-padding {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    
    .about-content-p {
        font-size: 17px;
        text-align: justify;
    }
    
    .read-more-btn a {
        color: #fff;
    }
/*About  section*/

/*slider and news  section*/
    .home-section-2 {
        padding: 60px 0;
        background: #f5f5f5;
    }
    
    .whatsnew {
        background: #e3e3e3;
        padding: 35px;
        display: inline-block;
        width: 100%;
        border-radius: 20px;
        height: 100%;
    }
    
    .whatsnew .heading2 {
        color: #e1192e;
        font-size: 25px;
    }
    
    .aply-online .heading2,
    .whatsnew .heading2 {
        margin-bottom: 15px;
    }
    
    .whatsnew marquee {
        height: 166px;
    }
    
    .whatsnew ul {
        padding: 0;
        margin: 0;
    }
    
    .whatsnew ul li {
        color: #fff;
        list-style: none;
        margin-bottom: 25px;
        font-size: 16px;
    }
    
    .whatsnew ul li strong span {
        background: #e0162b;
        padding: 1px 10px;
        font-size: 11px;
        color: #fff;
        border-radius: 21px;
        text-transform: uppercase;
        margin-left: 8px;
    }
    
    .whatsnew ul li p {
        margin: 10px 0 0 0;
    }
    
    .whatsnew ul li p a {
        font-size: 14px;
        color: #000;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }
/*slider and news  section*/

/*Products section*/
    .home-section-3 {
        padding: 50px 0px;
    }
    
    .home-section-3 .heading2 {
        color: #0b2154;
    }
    
    @media (min-width: 992px) {
        .heading2 {
            font-size: 50px;
        }
    }
    
    .heading2 {
        font-size: 30px;
        color: #0b2154;
    }
    
    .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: #e1192e;
        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 15px;
    }
    
    .carusel-fullbox .exploremore {
        color: #e1192e;
        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: #d3005a;
        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);
    }
    
    @media (max-width: 768px) {
        .carusel-fullbox {
            width: calc(100% - 40px);
            margin: 15px 20px;
        }
        .carusel-fullbox {
            height: 395px;
        }
    }
    
    .products-item .item {
        height: 394px;
    }
    
    .of-txt-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    
    .heading-second {
        color: #e21d32;
    }
    
    .home-section-3 .carusel-fullbox:hover {
        background: #f05a6a24;
        transform: scale(1.03);
    }
/*Products section*/

/*counter section*/
    .counter-item {
        position: relative;
        text-align: center;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .counter-item:hover {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(-10px);
    }
    
    .metric-number {
        display: inline-block;
        font-weight: 600;
        line-height: 1;
        font-size: 36px;
    }
/*counter section*/