/* GUCBank - Goa Urban  Bank Custom Stylesheet */

/* Color Variables */

:root {
    --primary-color: #3498db;
    /* --secondary-color: #2ecc71; */
    --accent-color: #e74c3c;
    --background-color: #ecf0f1;
    --text-color: #2c3e50;
}

/* Typography Variables */

:root {
    --font-family: "Arial, sans-serif";
    --font-size-base: 16px;
    --font-size-large: 24px;
    --font-size-small: 12px;
}

/* Spacing Variables */

:root {
    --spacing-small: 8px;
    --spacing-medium: 16px;
    --spacing-large: 24px;
}

/* Border Radius Variables */

:root {
    --border-radius-small: 4px;
    --border-radius-medium: 8px;
    --border-radius-large: 12px;
}

/* Example Usage */

body {
    /* font-family: var(--font-family); */
    font-size: var(--font-size-base);
    color: var(--text-color);
    background-color: var(--background-color);
}

h1 {
    font-size: var(--font-size-large);
    color: var(--primary-color);
}

button {
    background-color: var(--secondary-color);
    color: #fff;
    padding: var(--spacing-small) var(--spacing-medium);
    border: none;
    border-radius: var(--border-radius-small);
    cursor: pointer;
}

button:hover {
    /* background-color: var(--accent-color); */
}

/* Responsive Styles */

/* Small Mobile Devices */

@media (max-width: 320px) {
    body {
        font-size: calc(var(--font-size-base) - 2px);
    }
    h1 {
        font-size: calc(var(--font-size-large) - 4px);
    }
    p {
        font-size: calc(var(--font-size-base) - 2px);
    }
    button {
        padding: calc(var(--spacing-small) - 2px) calc(var(--spacing-medium) - 4px);
    }
}

/* Mobile Devices */

@media (max-width: 480px) {
    body {
        font-size: calc(var(--font-size-base) - 1px);
    }
    h1 {
        font-size: calc(var(--font-size-large) - 2px);
    }
    h6 {
        text-align: center;
        font-weight: 600;
    }
    button {
        padding: calc(var(--spacing-small) - 1px) calc(var(--spacing-medium) - 2px);
    }
    .custom-logo-box-01 {
        display: block !important;
        /* width: 100px; */
        height: auto;
    }
    .main-header .outer-box .logo-box {
        background-color: #ffffff00 !important;
        padding: 7px !important;
        width: 63vw;
    }
    .custom-logo-box-01 img {
        width: 74vw !important;
        height: auto;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
        background-image: linear-gradient( 315deg, #ffffff 0%, #5899e2 74%) !important;
        padding-bottom: 9px;
    }
    .header-style-two .custom-header-top {
        display: none;
    }
    .custom-banner12 {
        margin-top: 61px !important;
    }
    .header-style-two.main-header .outer-box .logo-box .logo {
        margin: 0px;
        max-width: 216px;
    }
    .main-header .custom-outer-box {
        display: flex;
        justify-content: space-between !important;
    }
    .custom-logo-box img {
        max-width: 100%;
        height: auto;
    }
    .small-mobile-custom {
        height: 27px;
        width: 55vw;
    }
    .custom-logo-box-01 img {
        width: 50vw;
        height: auto;
    }
    .header-top .custom-info-list {
        display: none;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        padding-top: 12px;
        padding-right: 15px;
    }
    #index-popup .inner {
        margin-top: -50px;
        width: 322px !important;
        height: auto !important;
    }
    .carousel-inner>.carousel-item>a img {
        height: 32vh !important;
    }
    .carousel-item .carousel-caption-custom {
        display: block !important;
    }
    .carousel-item .carousel-caption-custom {
        top: 27px;
    }
    .carousel-item .carousel-caption-custom h5 {
        font-size: 21px !important;
        font-weight: 700;
        color: #000000;
    }
    .carousel-item .carousel-caption-custom p {
        font-size: 15px !important;
        font-weight: 500;
        margin-bottom: 0px;
        padding-top: 0px !important;
    }
    .theme-btn.btn-one {
        background-color: #393185 !important;
        padding: 6px;
        font-size: 12px;
        /* padding-top: 0px; */
    }
    .news-style-two {
        padding: 0px 0px 0px 0px;
    }
    .content_block_four .content-box h2 {
        display: block;
        font-size: 26px;
        line-height: 37px;
        font-weight: 800;
        margin-bottom: 14px;
        text-align: center;
    }
    .content_block_four .content-box p {
        font-size: 15px;
    }
    .custom-Blog-bank {
        padding-top: 10px !important;
    }
    .custom-list-style-one {
        padding-left: 0px;
    }
    .funfact-block-one .inner-box .custom-icon-box {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    .funfact-block-one .inner-box .custom-count-box {
        font-size: 28px;
    }
    .funfact-block-one .inner-box p {
        font-size: 19px;
        line-height: 0px;
        margin-bottom: 0px;
    }
    marquee {
        height: 236px !important;
    }
}

/* Tablet Devices */

@media (max-width: 768px) {
    body {
        font-size: var(--font-size-base);
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 14px;
    }
    button {
        padding: var(--spacing-small) var(--spacing-medium);
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 12px;
        padding-right: 15px;
    }
    .sec-title h2 {
        font-size: 22px;
        line-height: 35px;
        text-align: center;
    }
    #index-popup .inner {
        margin-top: -50px;
        width: 322px !important;
        height: 50vh !important;
    }
    .custom-Our-Services .tab-btns li span {
        position: relative;
        display: block;
        padding: 0px 7px;
    }
    .custom-Our-Services .tab-btns {
        display: flex;
        text-align: center;
    }
    .custom-Our-Services .tab-btns li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 19px;
    }
    .custom-loan-services ul {
        padding-left: 0px;
    }
    .custom-our-services {
        margin-bottom: 0px;
    }
    .custom-list-item {
        padding-left: 0px;
        margin-bottom: 5px;
    }
    .custom-our-services-title {
        margin-bottom: 20px;
    }
    .custom-logo-box-01 {
        display: block !important;
        /* width: 100px; */
        height: auto;
    }
    .main-header .outer-box .logo-box {
        background-color: #ffffff00 !important;
        padding: 7px !important;
        width: 63vw;
    }
    .custom-logo-box-01 img {
        width: 74vw !important;
        height: auto;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
        background-image: linear-gradient( 315deg, #ffffff 0%, #5899e2 74%) !important;
        padding-bottom: 9px;
    }
    .header-style-two .custom-header-top {
        display: none;
    }
    .custom-banner12 {
        margin-top: 61px !important;
    }
    .header-style-two.main-header .outer-box .logo-box .logo {
        margin: 0px;
        max-width: 216px;
    }
    .main-header .custom-outer-box {
        display: flex;
        justify-content: space-between !important;
    }
    .custom-logo-box img {
        max-width: 100%;
        height: auto;
    }
    .small-mobile-custom {
        height: 27px;
        width: 55vw;
    }
    .custom-logo-box-01 img {
        width: 50vw;
        height: auto;
    }
    .header-top .custom-info-list {
        display: none;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        padding-top: 12px;
        padding-right: 15px;
    }
    #index-popup .inner {
        margin-top: -50px;
        width: 322px !important;
        height: auto !important;
    }
    .carousel-inner>.carousel-item>a img {
        height: 32vh !important;
    }
    .carousel-item .carousel-caption-custom {
        display: block !important;
    }
    .carousel-item .carousel-caption-custom {
        top: 27px;
    }
    .carousel-item .carousel-caption-custom h5 {
        font-size: 21px !important;
        font-weight: 700;
        color: #000000;
    }
    .carousel-item .carousel-caption-custom p {
        font-size: 15px !important;
        font-weight: 500;
        margin-bottom: 0px;
        padding-top: 0px !important;
    }
    .theme-btn.btn-one {
        background-color: #393185 !important;
        padding: 6px;
        font-size: 12px;
        /* padding-top: 0px; */
    }
    .news-style-two {
        padding: 0px 0px 0px 0px;
    }
    .content_block_four .content-box h2 {
        display: block;
        font-size: 26px;
        line-height: 37px;
        font-weight: 800;
        margin-bottom: 14px;
        text-align: center;
    }
    .content_block_four .content-box p {
        font-size: 15px;
    }
    .custom-Blog-bank {
        padding-top: 10px !important;
    }
    .custom-list-style-one {
        padding-left: 0px;
    }
    .funfact-block-one .custom-inner-box-number1 {
        padding: 54px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Desktop Devices */

@media (max-width: 992px) {
    body {
        font-size: var(--font-size-base);
    }
    h1 {
        font-size: var(--font-size-large);
    }
    p {
        /* font-size: var(--font-size-base); */
    }
    button {
        padding: var(--spacing-small) var(--spacing-medium);
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 12px;
        padding-right: 15px;
    }
    .custom-history {
        text-align: center;
    }
    .custom-history-image img {
        width: 100%;
        height: auto;
    }
    .history-section {
        padding-top: 0px;
    }
    .custom-logo-box-01 {
        display: block !important;
        /* width: 100px; */
        height: auto;
    }
    .main-header .outer-box .logo-box {
        background-color: #ffffff00 !important;
        padding: 7px !important;
        width: 63vw;
    }
    .custom-logo-box-01 img {
        width: 74vw !important;
        height: auto;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
        background-image: linear-gradient( 315deg, #ffffff 0%, #5899e2 74%) !important;
        padding-bottom: 9px;
    }
    .header-style-two .custom-header-top {
        display: none;
    }
    .custom-banner12 {
        margin-top: 61px !important;
    }
    .header-style-two.main-header .outer-box .logo-box .logo {
        margin: 0px;
        max-width: 216px;
    }
    .main-header .custom-outer-box {
        display: flex;
        justify-content: space-between !important;
    }
    .custom-logo-box img {
        max-width: 100%;
        height: auto;
    }
    .small-mobile-custom {
        height: 27px;
        width: 55vw;
    }
    .custom-logo-box-01 img {
        width: 50vw;
        height: auto;
    }
    .header-top .custom-info-list {
        display: none;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        padding-top: 12px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .owl-carousel .owl-item img {
        /* height: 0px; */
    }
    .custom-logo-box-01 {
        display: block !important;
        /* width: 100px; */
        height: auto;
    }
    .main-header .outer-box .logo-box {
        background-color: #ffffff00 !important;
        padding: 0px !important;
        width: 70vw;
    }
    .custom-logo-box-01 img {
        width: 74vw !important;
        height: auto;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
        background-image: linear-gradient( 315deg, #ffffff 0%, #5899e2 74%) !important;
        padding-bottom: 9px;
    }
    .header-style-two .custom-header-top {
        display: none;
    }
    .header-style-two.main-header .outer-box .logo-box .logo {
        margin: 0px;
        max-width: 411px;
    }
    .main-header .custom-outer-box {
        display: flex;
        justify-content: space-between !important;
    }
    .custom-logo-box img {
        max-width: 100%;
        height: auto;
    }
    .small-mobile-custom {
        height: 27px;
        width: 55vw;
    }
    .custom-logo-box-01 img {
        width: 50vw;
        height: auto;
    }
    .header-top .custom-info-list {
        display: none;
    }
    .header-style-two .custom-header-lower {
        background: #ffffff00;
        padding-right: 0px;
    }
    .main-header .custom-outer-box12 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        padding-top: 12px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .sticky-header .custom-outer-box .custom-menu-area .main-menu-custom-sticky .navigation>li>ul,
    .main-menu-custom-sticky .navigation>li>.megamenu {
        position: absolute;
        left: -49% !important;
        top: 100%;
        width: 98.99vw;
        display: none;
        background: #393185;
        padding: 25px 0px 45px 0px;
    }
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>.megamenu {
        position: absolute;
        left: -76px !important;
        top: 100%;
        width: 98.99vw;
        display: none;
        background: #393185;
        padding: 25px 0px 45px 0px;
    }
}

/* header-mega-menu start  */

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: -160px;
    top: 100%;
    width: 98.99vw;
    display: none;
    background: #393185;
    padding: 25px 0px 45px 0px;
}

.main-nav-dropdown-custom .nav-dropdown-custom li a {
    color: #fff;
    font-size: 30px;
}

.main-nav-dropdown-custom .nav-dropdown-custom {
    /* padding: 43px; */
}

.main-menu .custom-navigation .nav-width a {
    font-size: 16px;
    font-weight: 800;
}

.main-nav-dropdown-custom {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* header-mega-menu  end */

/* new css start here  */

/* .main-menu .navigation > li > ul{
display: flex !important;
}
.main-menu .navigation > li > ul > li.nav-width > a{
    flex-basis: 33%;
} */

.custom-main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 600;
    font-family: var(--title-font);
    opacity: 1;
    color: #141417;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom-main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 13px;
    right: 0px;
    font-weight: 500;
    transition: all 500ms ease;
}

.custom-header-top {
    position: relative;
    width: 100%;
    background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%);
    padding: 0px 0px;
}

.custom-header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 15px;
    padding-top: 12px;
}

.custom-header-top .info-list li a {
    position: relative;
    display: inline-block;
    color: #201d1d;
}

.custom-header-top .info-list li {
    position: relative;
    margin-right: 40px;
    padding-left: 0px;
    color: #fff;
}

.custom-main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 29px;
}

.header-style-two .custom-header-top {
    padding-right: 25px;
}

.custom-nav-bar-scroll {
    width: 25vw;
}

.main-header .outer-box .custom-logo-box {
    position: relative;
    padding: 61px 90px 61px 0px;
    margin-top: -60px;
    background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%) !important;
    z-index: 1;
}

.theme-btn.btn-one {
    background-color: #393185 !important;
}

.main-header .custom-outer-box {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-menu .custom-navigation li a {
    font-size: 16px;
}

.sec-title h6 {
    display: block;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #393185 !important;
}

.banner-carousel .content-box h2 span {
    color: #393185 !important;
}

.custom-Our-Services {
    padding-top: 80px;
}

.card-block-one .inner-box .custom-lower-content {
    position: relative;
    display: block;
    /* padding-top: 113px; */
}

marquee {
    color: #393185;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    /* background: #f5f5f5; */
    border-radius: 10px;
    margin-top: 20px;
    height: 353px;
}

.card-block-one .custom-inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    width: 100%;
    height: calc(100% - 2px);
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 15px;
}

.custom-Blog-bank {
    padding-top: 100px;
}

.custom-inner-box-img img {
    height: 32vh !important;
}

.custom-buttom-services a {
    color: white;
}

.custom-buttom-services {
    background-color: #5899e2;
}

.theme-btn.custom-btn-two {
    background-color: #393185;
}

.theme-btn.custom-btn-two a:hover {
    background-color: #b3ade9;
}

#index-popup .outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 9999999991;
    padding: 50% 0 0;
    background: rgb(0, 0, 0, 0.5);
}

#index-popup .inner {
    margin-top: -50px;
    width: 500px;
    height: 80vh;
    /* margin-left: -489px; */
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: 0 0;
    z-index: 9999999992;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 1px #333333;
    box-shadow: 0 0 12px 1px #333333;
    /*margin-top: -50px;width:600px;margin-left:-489px;position:absolute;top:100px;left:60%;background:0 0;
  z-index:9999999992;background:#fff;-webkit-box-shadow: 0 0 12px 1px #333333;box-shadow: 0 0 12px 1px #333333;*/
}

#index-popup .inner p {
    font: 400 22px/28px "Open Sans", sans-serif;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    padding: 30px;
    margin: 0px 0px 0px 0px;
    color: #000;
    text-align: center;
}

#index-popup a {
    text-decoration: none;
    color: #5e960e;
}

#index-popup .video-close {
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #7b7b7b;
    padding: 10px 10px 7px 0;
}

#index-popup .video-close a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#index-popup .video-close a span {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    color: #000;
}

#index-popup .outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 9999999991;
    padding: 50% 0 0;
    background: rgb(0, 0, 0, 0.5);
}

.owl-carousel-custom .owl-stage-outer {
    width: 100%;
}

.owl-carousel-custom .owl-nav button.owl-prev {
    position: absolute;
    outline: none;
    left: 0;
    width: 35px !important;
    height: 35px !important;
    font-size: 36px !important;
    text-align: center !important;
    background: rgb(255, 255, 255) !important;
}

.owl-carousel-custom .owl-nav button.owl-next {
    position: absolute;
    outline: none;
    right: 0;
    width: 35px !important;
    height: 35px !important;
    font-size: 36px !important;
    text-align: center !important;
    background: rgb(255, 255, 255) !important;
}

.main-slider {
    margin: 30px 0 0 0px;
}

.main-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-slider .owl-nav .owl-prev span,
.main-slider .owl-nav .owl-next span {
    position: relative;
    top: -20px;
    font: initial;
    font-size: 38px;
    color: black;
    left: -5px;
}

.custom-banner12 {
    margin-top: 120px;
}

.carousel-inner>.carousel-item>a img {
    height: 80vh;
    width: 100%;
}

.carousel-item .carousel-caption-custom {
    position: absolute;
    right: 45%;
    bottom: 12.25rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

.carousel-item .carousel-caption-custom h5 {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
}

.carousel-item .carousel-caption-custom p {
    font-size: 33px;
    font-weight: 500;
}

.carousel-indicators [data-mdb-target] {
    display: none;
}

.sticky-header .main-menu-custom-sticky .navigation>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sticky-header .main-menu-custom-sticky .navigation>li.dropdown>a {
    padding-right: 13px;
}

.sticky-header .main-menu-custom-sticky .navigation>li.dropdown>a:before {
    top: 23px;
}

.sticky-header .main-menu-custom-sticky .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 22px;
    right: -8px;
    font-weight: 500;
    transition: all 500ms ease;
}

.main-menu-custom-sticky ul {
    padding-left: 0px;
}

.main-menu-custom-sticky .navigation>li>ul>li>a,
.main-menu-custom-sticky .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 9px 11px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.custom-logo-box-01 {
    display: none;
}

.image_block_two .image-box .image {
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    /* height: 60v; */
}

.custom-menu-area .main-menu-custom-sticky .clearfix ul li ul {
    position: absolute;
    left: -577px;
    top: 100%;
    width: 98.99vw;
    display: none;
    background: #393185;
}

.custom-main-footer .widget-title h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    padding-left: 33px;
}

.custom-menu-area-mobile .mobile-nav-toggler {
    padding: 8px !important;
}

.custom-header-top .custom-links-list {
    position: relative;
    display: flex;
    align-items: center;
    left: 15px;
}

.custom-list-style-one {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.header-top .links-list li a:hover,
.header-top .info-list li i,
.header-top .info-list li a:hover,
.banner-carousel .content-box h2 span,
.sec-title h6,
.content_block_one .content-box .inner-box .single-item .icon-box,
.service-block-one .inner-box .icon-box,
.content_block_two .content-box .form-group input[type="button"],
.funfact-block-one:first-child .inner-box .icon-box,
.theme-btn.btn-three,
.news-block-one .inner-box .post-date i,
.news-block-one .inner-box h3 a:hover,
.news-block-one .inner-box .post-info li i,
.news-block-one .inner-box .post-info li a:hover,
.scroll-to-top .scroll-bar-text,
.main-footer a:hover,
.footer-bottom p a,
.sec-title h2 span,
.feature-block-two .inner-box .icon-box,
.feature-block-two .inner-box h3 a:hover,
.content_block_four .content-box .list-item li:before,
.card-block-one .inner-box .lower-content h3 a:hover,
.processing-block-one:hover .inner-box .count-text,
.news-block-two .inner-box .lower-content h3 a:hover,
.news-block-two .inner-box .lower-content .post-info li i,
.news-block-two .inner-box .lower-content .post-info li a:hover,
.page-title .bread-crumb li a:hover,
.team-block-one .inner-box .lower-content h3 a:hover,
.team-block-one .inner-box:hover .lower-content .designation,
.team-details .content-box .designation,
.team-details .content-box .info-list li a:hover,
.career-block-one .inner-box .info-box li i,
.career-block-one .inner-box .btn-box a,
.career-details-content .content-one span,
.career-sidebar .info-list li i,
.news-block-three .inner-box .lower-content .post-info li i,
.news-block-three .inner-box .lower-content .post-info li a:hover,
.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content .btn-box a,
.blog-sidebar .search-widget .search-inner .form-group input:focus+button,
.blog-sidebar .search-widget .search-inner .form-group button:hover,
.blog-sidebar .category-widget .category-list li a:before,
.blog-sidebar .category-widget .category-list li a:hover,
.blog-sidebar .post-widget .post h5 a:hover,
.blog-sidebar .post-widget .post .post-date i,
.info-block-one .inner-box p a:hover {
    color: #5899e2 !important;
}

.switcher .switch_btn button,
button.rtl,
button.ltr,
.main-header .outer-box .logo-box:before,
.theme-btn.btn-one,
.theme-btn.btn-two:before,
.theme-btn.btn-two:after,
.main-header .outer-box .logo-box .shape,
.main-header .outer-box .logo-box:after,
.banner-section .owl-nav button:hover,
.feature-block-one .inner-box .icon-box,
.feature-block-one .inner-box:before,
.image_block_one .image-box .experience-box,
.content_block_one .content-box .inner-box .single-item .icon-box:before,
.service-block-one .inner-box:before,
.content_block_two .content-box .form-group input[type="button"]:hover,
.video-section .inner-box .video-btn a,
.funfact-block-one:last-child .inner-box,
.apps-section .content-box .btn-box a:hover,
.subscribe-section,
.main-footer .social-links li a:hover,
.main-footer .links-widget .links-list li a:hover:before,
.nav-style-one .owl-nav button:hover,
.service-style-two .tab-btns li:before,
.service-style-two .tab-btns li:after,
.processing-block-one .inner-box .count-text,
.processing-block-one:before,
.exchange-section .tab-btns li:before,
.exchange-section .tab-btns li:after,
.apps-section.alternat-2,
.service-block-one .inner-box .shape:before,
.requirements-block-one .inner-box h4:before,
.team-block-one .inner-box .image-box .social-links li a:hover,
.team-details .content-box .social-links li a:hover,
.career-block-one .inner-box .btn-box a:hover,
.news-block-one .inner-box .theme-btn:before,
.news-block-one .inner-box .theme-btn:after,
.career-sidebar h4,
.news-block-three .inner-box .lower-content .post-date,
.news-block-three .inner-box .lower-content .btn-box a:hover,
.blog-sidebar .tags-widget .tags-list li a:hover,
.blog-details-content .list-item li:before,
.blog-details-content .post-tag-option .tags-list li a:hover,
.accordion .acc-btn .icon-box:before,
.info-block-one .inner-box .icon-box {
    background: #393185 !important;
}

.custom-funfact-block-one:last-child .inner-box {
    background: rgba(0, 0, 0, 0) !important;
}

.theme-btn:before,
.theme-btn:after {
    background-color: #5899e2;
}

.custom-Blog-bank .news-block-two .inner-box .lower-content {
    padding-top: 20px;
}

.main-header .outer-box .custom-logo-box {
    background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%) !important;
}

.custom-loan-services ul {
    padding-left: 0px;
}

.custom-list-item {
    padding-left: 0px;
}

.custom-list-style-one li:before {
    color: #5899e2;
}

.custom-Our-Services .content_block_four .content-box .list-item li:before {
    border-color: #393185 !important;
}

.custom-card-block-one img {
    height: 33vh;
}

/* footer  */

.custom-footer-QR-img img {
    width: 200px;
}

.custom-funfact-style-two {
    position: relative;
    background: #393185;
    padding: 35px 0px;
}

.custom-funfact-style-two .funfact-block-one .inner-box .icon-box {
    background: rgb(247 247 247) !important;
}

/* -----history section css start here  ---- */

.custom-banner-history {
    padding-top: 129px;
}

.history-banner {
    background-image: url("https://images.unsplash.com/photo-1501167786227-4cba60f6d58f?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8YmFua3xlbnwwfHwwfHx8MA%3D%3D");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50vh;
}

.child-history-banner {
    background-color: #0000005e;
    height: 100%;
}

.custom-content-box {
    height: 100%;
}

.custom-sec-title-history {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 800;
    height: 100%;
}

.custom-sec-title-history p {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}

.sticky-header .custom-outer-box .main-menu-custom-sticky .navigation>li {
    margin: 0px 16px;
}

.custom-title {
    font-size: 17px;
    font-weight: 700;
    color: #5899e5;
}

.custom-info-list .custom-header-click:hover {
    color: #393185;
}

.custom-height-pop img {
    height: 82vh;
}

.custom-history-image img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.history-section-main {
    padding-top: 180px;
}

.history-title-GUCb h1 {
    font-weight: 800;
    color: #393185;
    font-size: 66px;
    line-height: 62px;
}

.history-title-GUCb {
    padding-top: 50px;
}

.news-block-two .custom-inner-box-img:before {
    border-radius: 0px 0px 20px 20px;
}

.custom-loan-image img {
    border-radius: 10px;
}

.news-block-two .custom-services-inner-box:before {
    border-radius: 0px 0px 20px 20px;
}

/* CSS Added By Rutvik */

/* .hero-section {
  position: relative;
  height: 60vh; 
  background: url("../images/top-saving-banner.jpg") center center/cover
    no-repeat;
} */

/* Black overlay */

/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); 
} */

/* Centered content */

/* .hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-content h1 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
} */

.hero-section {
    position: relative;
    height: 80vh !important;
    background: url("../images/save-banner.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

/* cuurent account */

.curtAccImg {
    background: url("../images/currant-acc.jpg") center center/cover no-repeat !important;
    height: 80vh !important;
}

/* current account ends hear */

.hero-section::before {
    content: none;
}

.hero-content {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.hero-content h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.app-btn:hover {
    background-color: rgb(20, 44, 164) !important;
    color: white !important;
}

/* top banner ends hear */

/* === Hero Image Styling === */

.saving-accounts-intro {
    padding-left: -20px !important;
}

.saving-asset-hero-content {
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
}

/* === Text Styling === */

.saving-content-top>p {
    text-align: justify;
    margin-bottom: 1rem;
}

.saving-content-top>h3 {
    color: #393185;
    margin-bottom: 1rem;
}

/* Table content start */

/* navbar section start tabbing */

.tab-buttons-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #f8f9fa;
    padding: 12px 60px;
}

.tabs-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
}

.tabs-scroll::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem !important;
    cursor: pointer;
    background-color: white;
    color: #67a1e4;
    font-size: 1rem;
}

.tab-btn.active {
    background-color: #67a1e4;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tab-btn:hover {
    background-color: #67a1e4;
    color: white;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scroll-left {
    left: 15px;
}

.scroll-right {
    right: 15px;
}

.tab-content-box {
    margin-top: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.tab-pane-custom {
    display: none;
}

.tab-pane-custom.active {
    display: block;
}

/* ends hear */

/* Hide scroll buttons on larger screens */

@media (min-width: 992px) {
    .scroll-btn {
        display: none !important;
    }
}

.nav-tabs .nav-link {
    color: #67a1e4;
    font-weight: 600;
    border: none;
}

@media (max-width: 768px) {
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
    /* footer section */
    .custom-main-footer .widget-section {
        padding: 45px 0px 10px 0px !important;
    }
}

.history-banner {
    flex-direction: column;
}

/* scroll related */

.scroll-snap-x {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.scroll-snap-x::-webkit-scrollbar {
    display: none;
}

.scroll-snap-x .card {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 300px;
}

.scroll-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.scroll-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.scroll-dots span.active {
    background-color: #0d6efd;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: none;
    font-size: 20px;
    padding: 6px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 6px;
}

.scroll-btn.left {
    left: -15px;
}

.scroll-btn.right {
    right: -15px;
}

@media (min-width: 992px) {
    .scroll-btn {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.2rem;
        text-align: center;
    }
    .apply-btn {
        padding-bottom: 15px !important;
        padding-top: 10px !important;
    }
}

@media (max-width: 480px) {
    .apply-btn {
        margin: auto auto !important;
    }
    .hero-content h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .nav-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        /* Firefox */
    }
    .nav-tabs::-webkit-scrollbar {
        display: none !important;
        /* Chrome, Safari, Opera */
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto !important;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 50vh !important;
    }
    .saving-asset-hero-content {
        height: auto;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .saving-content-top {
        padding: 0 10px;
    }
    .saving-content-top>p,
    .saving-content-top>h3 {
        text-align: center;
    }
    .nav-tabs {
        /* flex-direction: column; */
    }
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
}

/* Small devices (phones and tablets 576px - 767.98px) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section {
        height: 80vh !important;
    }
    .saving-asset-hero-content {
        padding: 10px;
        margin: 0 auto;
    }
    .saving-content-top>p,
    .saving-content-top>h3 {
        text-align: center;
    }
    .hero-section {
        height: 30vh;
    }
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
}

/* Medium devices (tablets 768px - 991.98px) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        height: 80vh !important;
    }
    .saving-asset-hero-content {
        max-width: 100%;
        margin: 0 auto;
    }
    .saving-content-top {
        padding: 0 15px;
    }
    .saving-content-top>h3,
    .saving-content-top>p {
        text-align: justify;
    }
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }
    .nav-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
    .arrow {
        position: absolute !important;
        top: -80px !important;
    }
}

/* Large devices (desktops ≥992px) — optional if needed */

@media (min-width: 992px) {
    .hero-section {
        height: 60vh !important;
    }
    .saving-content-top {
        padding: 0 30px;
    }
}

/* CSS Added By Rutvik */

/* current account section add by rutvik */

/* .hero-section-current {
  position: relative;
  height: 80vh !important;
  background: url("./current-banner-top.jpg") center center/cover no-repeat !important;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

.hero-section-current::before {
  content: none;
} */

/* ends hear */

/* TD - Interest CSS */

/* hero banner */

.TD-intrest {
    position: relative;
    height: 80vh !important;
    background: url("../images/Td-intrest.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.TD-intrest::before {
    content: none;
}

/* ends hear */

/* intrest table  */

.table thead th {
    background-color: #fff7dd;
    text-align: left;
    font-weight: 600;
}

.table tbody td {
    text-align: left;
    vertical-align: middle;
}

.highlight {
    background-color: #e9f9ff;
}

.rate-badge {
    background-color: #67a1e4;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 500;
}

.senior-rate-badge {
    /* background-color: #d6f3ff; */
}

.table-container {
    border-radius: 15px;
    overflow: hidden;
}

.table-header {
    /* background: linear-gradient(to right, #00b4ff, #00aaff); */
    background-color: #67a1e4;
    color: white;
    font-size: 24px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

/* intrest table ends hear */

@media (max-width: 768px) {
    .TD-intrest {
        height: 60vh !important;
    }
    .table-head {
        text-align: center;
    }
    .table tbody td {
        font-size: 15px !important;
        line-height: 25px !important;
        white-space: nowrap;
    }
    .rate-badge {
        font-size: 15px !important;
        line-height: 25px !important;
        white-space: nowrap;
    }
    .table thead th {
        white-space: nowrap;
    }
}

/* TD - Intrest CSS END */

/* Fixed Deposit CSS */

.fdBanner {
    position: relative;
    height: 80vh !important;
    background: url("../images/FD.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.fdBanner::before {
    content: none;
}

/* Fixed Deposit END */

/* Anywhere Banking CSS */

.anywhere-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/anywhere-banking-banner-new.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.anywhere-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .anywhere-banner {
        height: 60vh !important;
    }
}

/* Anywhere Banking CSS ENDS */

/* DEAF Inoperative CSS */

.deaf-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/deaf.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.deaf-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .deaf-banner {
        height: 60vh !important;
    }
}

/* DEAF Inoperative CSS END */

/* SND Scheme CSS */

.snd-scheme-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/snd-scheme.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.snd-scheme-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .snd-scheme-banner {
        height: 60vh !important;
    }
}

/* SND Scheme CSS END */

/* Consumer Education CSS */

.consumer-edu-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/consumer-edu-lit.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.consumer-edu-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .consumer-edu-banner {
        height: 60vh !important;
    }
}

/* Consumer Education CSS END */

/* ======================== About Us Section ============================== */

/* BOD CSS */

.bod-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/BOD.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.bod-banner::before {
    content: none;
}

/* bod cards css */

.member-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    cursor: pointer;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(103, 161, 228, 0.7);
    border-color: #67a1e4;
}

.member-card i {
    font-size: 60px;
    color: #555;
    margin-bottom: 15px;
    transition: 0.3s;
}

.member-card:hover i {
    color: #67a1e4;
    transform: scale(1.2);
}

.designation-badge {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    background: #67a1e4;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
}

/* bod ends hear */

@media (max-width: 768px) {
    .bod-banner {
        height: 60vh !important;
    }
}

/* BOD CSS ENDS */

/* Management Team CSS */

.management-team-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/managementTeam.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.management-team-banner::before {
    content: none;
}

/* section heading */

.section-heading {
    text-align: center;
    color: #67a1e4;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 2rem;
}

/* ends section */

/* email add  */

.email-text {
    font-size: 0.85rem;
    margin-top: 8px;
    color: #555;
    word-break: break-word;
}

/* ends hear email */

@media (max-width: 768px) {
    .management-team-banner {
        height: 60vh !important;
    }
}

/* Management Team CSS END */

/* Principal Nodal Officers CSS */

.nodal-officer-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/nodal.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.nodal-officer-banner::before {
    content: none;
}

/* 
.contact-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.contact-content {
  padding: 40px;
  flex: 1 1 50%;
}

.contact-photo {
  flex: 1 1 50%;
  align-content: center;
  overflow: hidden;
}

.contact-photo img {
  width: 50%;
  height: 80%;
  object-fit: cover;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.contact-photo img:hover {
  transform: scale(1.05);
}

.contact-header {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-info p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
} */

.contact-container {
    max-width: 1000px;
    margin: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.contact-left {
    flex: 1 1 40%;
    /* background: #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.contact-left img {
    width: 100%;
    max-width: 280px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.contact-right {
    flex: 1 1 60%;
    padding: 40px;
    color: #333;
}

.contact-right h2 {
    font-size: 1.8rem;
    color: #393185;
    margin-bottom: 10px;
}

.contact-right h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.contact-right p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.contact-right a {
    color: #393185;
    text-decoration: none;
}

.contact-right a:hover {
    text-decoration: underline;
}

/* Responsive */

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-left,
    .contact-right {
        flex: 1 1 100%;
        padding: 20px;
        text-align: center;
    }
    .contact-right {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .contact-content,
    .contact-photo {
        flex: 1 1 100%;
        min-height: 250px;
    }
    .contact-content {
        padding: 30px 20px;
    }
}

/* Principal Nodal Officers CSS END */

/* =======================About Us Section Ends ============================ */

/* =====================Loans Section ======================= */

/* Car Loan CSS Start */

.car-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/car-loan-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.car-loan-banner::before {
    content: none;
}

/* education loan card */

.apply-step {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    background-color: #fff;
}

.apply-step:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #e6f7ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle i {
    font-size: 24px;
    color: #67a1e4;
}

.apply-step h5 {
    font-weight: 600;
}

.apply-step p {
    color: #6c757d;
}

/* card end */

@media (max-width: 768px) {
    .car-loan-banner {
        height: 60vh !important;
    }
}

/* Car Loan CSS END */

/* Consumer Loan CSS */

.consumer-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/consumer-loan-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.consumer-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .consumer-loan-banner {
        height: 60vh !important;
    }
}

/* Consumer Loan CSS END */

/* Gold Loan CSS */

.gold-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/gold-loan.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.gold-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .gold-loan-banner {
        height: 60vh !important;
    }
}

/* Gold Loan CSS END */

/* Housing Loan CSS */

.home-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/home-loan.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.home-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .home-loan-banner {
        height: 60vh !important;
    }
}

/* Housing Loan CSS END */

/* self emp CSS */

.self-emp-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/professiona&self-emp-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.self-emp-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .self-emp-banner {
        height: 60vh !important;
    }
}

/* Self EMP CSS END */

/* Commercial Vehicle Loan CSS */

.commercial-vehicle-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/commercial-vehicle-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.commercial-vehicle-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .commercial-vehicle-banner {
        height: 60vh !important;
    }
}

/* Commercial Vehicle Loan CSS END */

/* LIC Policy CSS */

.lic-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/lic-policy-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.lic-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .lic-banner {
        height: 60vh !important;
    }
}

/* LIC Policy CSS END */

/* Eucation Loan CSS */

.education-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/education-loan-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.education-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .education-loan-banner {
        height: 60vh !important;
    }
}

/* Education Loan CSS END */

/* Business Loan CSS */

.business-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/business-loan.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.business-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .business-loan-banner {
        height: 60vh !important;
    }
}

/* Business Loan CSS END */

/* OTS For Mining Affected Borroower CSS */

.ots-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/Ots-mining-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.ots-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .ots-banner {
        height: 60vh !important;
    }
}

/* OTS For Mining Affected Borrower CSS END */

/* Covid 19 CSS */

.covid-19-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/covid-19-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.covid-19-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .covid-19-banner {
        height: 60vh !important;
    }
}

/* Covid 19 CSS END */

/* Restructuring Policy MSME CSS */

.restructuring-policy-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/restructuring-policy-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.restructuring-policy-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .restructuring-policy-banner {
        height: 60vh !important;
    }
}

/* Restructuring Policy MSME END */

/* Restructuring Policy Individual CSS */

.restructuring-policy-indi-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/individual-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.restructuring-policy-indi-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .restructuring-policy-indi-banner {
        height: 60vh !important;
    }
}

/* Restructuring Policy Individual CSS END */

/* Personal Loan CSS */

.personal-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/personal-loan.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.personal-loan-banner::before {
    content: none;
}

/* Personal Loan Table */

.loan-header {
    background-color: #67a1e4;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

th {
    background-color: #fff7dd !important;
    text-align: start !important;
}

td {
    text-align: start !important;
}

@media (max-width: 768px) {
    .personal-loan-banner {
        height: 60vh !important;
    }
}

/* Perosnal Loan Table End */

/* Personal Loan CSS END */

/* ====================Loan Section Ends ======================= */

/* ==================Financial Section Start======================= */

/* Annual Reports CSS All Section 2017 - 24 CSS Start */

.annual-report-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/annual-banner.jpg") center center/ cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.annual-report-banner::before {
    content: none;
}

/* report card section */

.report-card {
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 4px gray;
    border-radius: 10px;
}

.report-card:hover {
    border-top: 4px solid #67a1e4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* end hear */

@media (max-width: 768px) {
    .annual-report-banner {
        height: 60vh !important;
    }
}

/* Annual Reports CSS All Section 2017 - 24 CSS END */

/* =================Financial Section Ends ======================== */

/* ================Services Section Start ======================== */

/* RTGS/NEFT CSS Start */

.rtgs-neft-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/rtgs-neft-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.rtgs-neft-banner::before {
    content: none;
}

/* table for neft and rtgs */

th {
    background-color: #67a1e4 !important;
    text-align: start !important;
    color: white !important;
}

td {
    text-align: start !important;
}

/* ends hear */

@media (max-width: 768px) {
    .rtgs-neft-banner {
        height: 60vh !important;
    }
}

/* RTGS/NEFT CSS END */

/* Core Banking CSS */

.core-banking-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/core-banking-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.core-banking-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .core-banking-banner {
        height: 60vh !important;
    }
}

/* Core Banking CSS END */

/* Aadhar Linked Payments CSS */

.aadhar-link-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/aadhar-link-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.aadhar-link-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .aadhar-link-banner {
        height: 60vh !important;
    }
}

/* Aadhar Linked Payments CSS ENDS */

/* Insurance Services CSS Start */

.insurance-policy-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/insurance-poilicy-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.insurance-policy-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .insurance-policy-banner {
        height: 60vh !important;
    }
}

/* Insurance Services CSS ENDS */

/* ATM Page CSS Start */

.atm-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/atm-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.atm-banner::before {
    content: none;
}

.table th {
    background-color: #67a1e4 !important;
    /* Bootstrap primary color */
    color: white;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .atm-banner {
        height: 60vh !important;
    }
}

/* ATM Page CSS ENDS */

/* Safe Deposit Locker CSS START */

.safe-deposites-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/safe-deposit-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.safe-deposites-banner::before {
    content: none;
}

.table th {
    background-color: #67a1e4 !important;
    /* Bootstrap primary color */
    color: white;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .safe-deposites-banner {
        height: 60vh !important;
    }
}

/* Safe Deposit Locker CSS ENDS */

/* Standing Instruction CSS */

.standing-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/standing-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.standing-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .standing-banner {
        height: 60vh !important;
    }
}

/* Standing Instruction CSS END */

/* Nomination Facility CSS Start */

.nomination-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/nomination-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.nomination-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .nomination-banner {
        height: 60vh !important;
    }
}

/* Nomination Facility CSS ENDS */

/* Claims Settlement CSS */

.claim-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/claim-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.claim-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .claim-banner {
        height: 60vh !important;
    }
}

/* Cliams Settlements CSS ENDS */

/* Grievance Redressal CSS Start */

.grivence-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/grievance-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.grivence-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .grivence-banner {
        height: 60vh !important;
    }
}

/* Grievamce Redressa; CSS ENDS */

/* IMPS UPI CSS Start */

.imps-upi-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/upi-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.imps-upi-banner::before {
    content: none;
}

.table th {
    background-color: #67a1e4 !important;
    color: white;
}

.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .imps-upi-banner {
        height: 60vh !important;
    }
}

/* IMPS UPI CSS ENDS */

/* GUCB QR Code CSS Start */

.gucb-qr-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/gucb-qr-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.gucb-qr-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .gucb-qr-banner {
        height: 60vh !important;
    }
}

/* GUCB QR code css END */

/* ================Services Section Ends ========================= */

/* =============Contact Section Start ========================= */

.contact-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/contact-banner.jpg") center center/ cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.contact-banner::before {
    content: none;
}

.branch-card {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.branch-header {
    font-weight: 700;
    color: #67a1e4;
}

@media (max-width: 768px) {
    .contact-banner {
        height: 60vh !important;
    }
}

button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

/* =============Contact Section Ends ========================== */

/* =============DownLoad Section ============================= */

.download-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/download-banner.jpg") center center/ cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.download-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .download-banner {
        height: 60vh !important;
    }
}

/* ===============DownLoad Section =========================== */

/* =============Career Section ========================= */

/* Rates & Charges CSS Start */

.rate-charges-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/rates-charges-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.rate-charges-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .rate-charges-banner {
        height: 60vh !important;
    }
}

.rate-section {
    margin-top: 30px;
}

.section-header {
    background-color: #67a1e4;
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.rate-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 20px;
    transition: all 0.3s ease;
    background-color: white;
}

.rate-item:hover {
    background-color: #eaf2fc;
    transform: translateX(4px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.rate-subtext {
    font-size: 0.9rem;
    color: #666;
    margin-top: 4px;
}

.card-custom {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

/* Rates & Charges CSS Ends */

/* Site Map CSS Start */

.site-map-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/site-map-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.site-map-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .site-map-banner {
        height: 60vh !important;
    }
}

/* .section-header {
  background-color: #67a1e4;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
}

.table-links a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.table-links a:hover {
  background-color: #eaf2fc;
  color: #0056b3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}

.table-container {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.section-header-row {
  margin-top: 20px;
} */

.section-header {
    background-color: #67a1e4;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
}

.table-links a,
.section-header-row a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.section-header-row a:hover {
    background-color: #eaf2fc;
    color: #0056b3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateX(4px);
}

.table-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.section-header-row {
    margin-top: 20px;
}

/* Site Map CSS Ends */

/* Career Policy CSS Start */

.careers-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/career-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.careers-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .careers-banner {
        height: 60vh !important;
    }
}

/* Career Policy CSS Ends */

/* ==================Career Section ===================== */

/* Emi Calculator CSS Code Start */

.emi-calc-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/emi-calc-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.emi-calc-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .emi-calc-banner {
        height: 60vh !important;
    }
}

.calculator-wrapper {
    /* max-width: 960px; */
    background: #ffffff;
    margin: 60px auto;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.calculator-wrapper h2 {
    color: #393185;
    margin-bottom: 30px;
    font-weight: bold;
}

.form-control:focus {
    border-color: #393185;
    box-shadow: 0 0 0 0.2rem rgba(57, 49, 133, 0.25);
}

.btn-primary {
    background-color: #67a1e4;
    border-color: #67a1e4;
}

.btn-primary:hover {
    background-color: #2e276c;
}

.result-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
}

.result-box h5 {
    color: #393185;
    margin-bottom: 20px;
}

.result-box p {
    font-size: 1.05rem;
}

/* Emi Calculator CSS Code END */

/* Term Deposti CSS Code Start */

.deposit-calc-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/deposit-calc-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.deposit-calc-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .deposit-calc-banner {
        height: 60vh !important;
    }
}

/* Term Deposit CSS Code END */

/* Customer Grievance Form CSS Start */

.grievance-form-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/customer-grievance-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.grievance-form-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .grievance-form-banner {
        height: 60vh !important;
    }
}

.grievance-form {
    margin: 30px auto;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* max-width: 900px; */
}

h2 {
    color: #393185;
    font-weight: 600;
    text-align: start;
    margin-bottom: 25px;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.form-label {
    font-weight: 500;
}

.btn-primary {
    background-color: #67a1e4;
    border: none;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #393185;
}

.error-msg {
    color: red;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}

.captcha-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

#captcha-img {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    user-select: none;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #393185;
    line-height: 40px;
    background-color: #e8e8e8;
}

.refresh-icon {
    cursor: pointer;
    font-size: 24px;
    color: #393185;
    user-select: none;
}

/* Customer Grievance Form CSS End */

/* ======================== Loans New page content start ======================= */

/* spacial car loan banner css */

.spacial-car-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/spacial-car-loan-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.spacial-car-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .spacial-car-loan-banner {
        height: 60vh !important;
    }
}

/* spacial car loan banner css */

/* cash credit limit laon banner css  */

.cash-credit-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/cash-credit-limit-banner.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.cash-credit-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .cash-credit-banner {
        height: 60vh !important;
    }
}

/* cash credit limit loan banner css */

/* working capital loan section css start  */

.working-capital-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/working-capital-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.working-capital-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .working-capital-banner {
        height: 60vh !important;
    }
}

/* working capital loan section css ends  */

/* machinary loan banner section css start */

.machinary-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/machinary-loan-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.machinary-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .machinary-loan-banner {
        height: 60vh !important;
    }
}

/* machinary loan banner section css ends */

/* madical equipement to dr loan banner section start  */

.medical-equip-to-dr-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/medical-wquipment-banner.jpg") center bottom/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.medical-equip-to-dr-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .medical-equip-to-dr-banner {
        height: 60vh !important;
    }
}

/* medical equipement to dr loan banner section ends */

/* Commercial banner Section CSS start  */

.commercial-loan-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/commercial-vehicle-loan-banner.jpg") center center/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.commercial-loan-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .commercial-loan-banner {
        height: 60vh !important;
    }
}

/* Commercila Banner section css ends */

/* ======================== Loan New page content ends ========================= */

/* ============= New Career Page css start ================= */

.career-new-banner {
    position: relative;
    height: 80vh !important;
    background: url("../images/career-banner-new.jpg") center top/cover no-repeat !important;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.career-new-banner::before {
    content: none;
}

@media (max-width: 768px) {
    .career-new-banner {
        height: 60vh !important;
    }
}

/* ============= New Career Page css ends ================= */