/*
Theme Name: tiss-theme
*/

@font-face {
    font-family: 'Inter';
    src:
        url('assets/fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('assets/fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:
        url('assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('assets/fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:
        url('assets/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('assets/fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:
        url('assets/fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('assets/fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

p, a, span, li{
    font-family: 'Inter', sans-serif;                                    
}

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

.tiss-svg-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    overflow: visible;
    pointer-events: none;
    shape-rendering: geometricPrecision;
}

.tiss-svg-icon path,
.tiss-svg-icon rect,
.tiss-svg-icon circle {
    vector-effect: non-scaling-stroke;
}


.custom-container {
    padding: 0 6% !important;
}

section {
    overflow: hidden !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFBA45;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffa200;
}
html {
    scroll-behavior: auto;
}

html.tiss-native-scroll {
    scroll-behavior: smooth;
}

html.tiss-lenis-active,
html.tiss-lenis-active body {
    scroll-behavior: auto;
}
body{
    background: #FFFFFF !important;
}

/* home page start */

/* header section start */

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-header {
    background: #161D49;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
}

.top-header-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.opening-info, .support-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 15px;
}

.opening-info {
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}

.support-info a {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.support-info a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.top-header-links {
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 0px 15px;
    color: #ffffffd3;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus {
    color: #ffffff;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff;
}

.menu-logoheader {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
}

.menu-logoheader .row {
    align-items: center;
}

.header-logo a {
    display: inline-block;
}

.header-logo img {
    max-width: fit-content;
    height: 50px;
    object-fit: contain;
    display: block;
}

.header-menu {
    margin-right: 15px;
}

.header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 0px 12px;
    color: #2F3D8E;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #161D49;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #161D49;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #161d49;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font-family: dashicons;
    margin-right: 6px;
    transition: transform 0.9s ease;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover:before,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus:before {
    transform: rotate(180deg);
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 15px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #f2f2f2 !important;
    border-radius: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background-color: #f2f2f2;
    color: #161d49;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 8px 15px;
    line-height: 1.3;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #161d49;
    color: #ffffff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

.header-search-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1b2259;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.header-search-toggle:hover {
    background: #f5f6fb;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    width: 101%;
    transform: translatex(-50%);
    background: #161d49;
    z-index: 10003;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay-inner {
    width: 100%;
    position: relative;
}

.search-overlay-close {
    margin-left: auto;
    margin-bottom: 20px;
    background: #ffffff;
    border: 0;
    padding: 12px 30px;
    border-radius: 3px;
    color: #161d49;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.search-overlay-close:hover {
    background: #FFBA45;
    color: #161D49;
}

.search-overlay-box .search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 0;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 16px 30px;
    gap: 12px;
    border: 0;
    background: #1b2259;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.search-overlay-box .search-submit:hover {
    background: #252f7a;
}

.search-popular-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.search-popular ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

.search-popular ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 12px;
    transition: 0.2s;
    white-space: nowrap;
}

.search-popular ul li a:hover {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.search-popular ul li a span {
    flex: 1;
}

.search-popular ul li a .tiss-svg-icon--file {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.search-popular ul li a .tiss-svg-icon--arrowUpRight {
    color: rgba(255, 255, 255, 0.25);
    font-size: 13px;
}

.search-no-results {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin: 8px 0 0;
}

.top-bar-search-toggle {
    display: none;
}

@media (max-width: 1200px) {
    .top-bar-search-toggle {
        display: inline-flex;
        align-items: center;
        height: 30px;
        width: 30px;
        font-size: 18px;
        margin-left: auto;
        color: inherit;
    }

    .header-actions .header-search-toggle {
        display: none;
    }
}

/* header section ends */

/* banner section start */

.banner-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0a0a14;
}

.banner-wrap-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-wrap-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.banner-wrap-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.banner-wrap-bg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    z-index: 0;
}

.banner-wrap-image-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.banner-wrap-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(100%) contrast(1.05);
    display: block;
    transform: scale(1.04);
    transition: transform 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-wrap-slide.is-active .banner-wrap-img {
    transform: scale(1);
}

.banner-wrap-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(6, 14, 100, 0.251) 0%, transparent 55%);
    z-index: 1;
}

.banner-wrap-gradient-panel {
    position: absolute;
    left: 8%;
    top: 0;
    bottom: 0;
    width: 40%;
    max-width: 540px;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.banner-wrap-gradient-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(255, 255, 255, 0.07) 0%, transparent 60%);
}

.banner-wrap-content-area {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 40px 80px;
}

.banner-wrap-inner {
    max-width: 500px;
}

.banner-wrap-eyebrow {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
}

.banner-wrap-slide.is-active .banner-wrap-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.banner-wrap-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.18;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease 0.28s, transform 0.75s ease 0.28s;
}

.banner-wrap-slide.is-active .banner-wrap-title {
    opacity: 1;
    transform: translateY(0);
}

.banner-wrap-desc {
    margin-bottom: 30px;
    max-width: 380px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
}

.banner-wrap-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
    margin: 0;
}

.banner-wrap-slide.is-active .banner-wrap-desc {
    opacity: 1;
    transform: translateY(0);
}

.banner-wrap-actions {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease 0.54s, transform 0.65s ease 0.54s;
}

.banner-wrap-slide.is-active .banner-wrap-actions {
    opacity: 1;
    transform: translateY(0);
}

.banner-wrap-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 40px;
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #161D49;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.banner-wrap-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.25s ease;
}

.banner-wrap-cta:hover {
    background: #FFBA45;
    border-color: #FFBA45;
    color: #ffffff;
}

.banner-wrap-dots {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.banner-wrap-dot {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.banner-wrap-dot-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0);
    transition: border-color 0.35s ease, transform 0.35s ease;
    transform: scale(0.8);
}

.banner-wrap-dot.is-active .banner-wrap-dot-ring {
    border-color: rgba(255, 255, 255, 0.85);
    transform: scale(1);
}

.banner-wrap-dot-core {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFFFFF;
    transition: background 0.3s ease, transform 0.3s ease;
    display: block;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
}

.banner-wrap-dot:hover .banner-wrap-dot-core {
    background: rgba(255, 255, 255, 0.8);
}

/* banner section ends */

/* information marquee section start */

.information-marquee {
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    border-bottom: 1px solid #161d49;
    display: flex;
    align-items: center;
    height: 50px;
}

.marquee-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 0;
}

.marquee-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px 0 24px;
    height: 100%;
    background: #1a1a1a;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.marquee-label svg {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.marquee-label:hover svg {
    color: #ffffff;
}

.marquee-text {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    flex: 1;
    mask-image: linear-gradient(to right, transparent 0%, black 40px, black calc(100% - 40px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40px, black calc(100% - 40px), transparent 100%);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 0;
    will-change: transform;
    white-space: nowrap;
    animation: marquee-scroll 34s linear infinite;
}



.marquee-text:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(var(--marquee-offset)); }
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #161D49;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s ease;
}

.marquee-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    color: #161D49;
}

.marquee-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.marquee-item:hover,
.marquee-item:hover a {
    color: #FFBA45;
}

.marquee-spacer {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 0 0 15px;
    color: #161D49;
    opacity: 0.9;
}

.marquee-spacer svg {
    width: 22px;
    height: 22px;
    color: inherit;
}

/* information marquee section ends */

/* about us section start */

.about-us-wrap {
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.about-us-top {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
}

.about-us-text-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}

.about-us-tagline {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #555555;
    margin: 0 0 12px;
    opacity: 0;
    transform: translateY(14px);
}

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 650px;
    font-size: 42px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    overflow: hidden;
}

.split-word {
    display: inline-block;
    will-change: transform, opacity;
}

.about-us-text-block p {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1.6;
    margin: 0;
    max-width: 550px;
}

.about-us-link {
    display: inline-flex;
    align-items: center;
    width: auto;
    gap: 8px;
    margin-top: 18px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #161d49;
}

.about-us-link-text {
    background: linear-gradient(
        90deg,
        #161d49 6%,
        #21429b 70%,
        #161d49 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-link-arrow {
    color: #161d49;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.about-us-link:hover .about-us-link-arrow {
    transform: translateX(5px);
}

.about-us-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.5px;
    background: #161d49;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.about-us-link:hover::after {
    transform: scaleX(1);
}

.about-us-link-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.about-us-link:hover .about-us-link-arrow {
    transform: translateX(5px);
}

.about-us-cards-grid.row {
    row-gap: 20px;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.about-us-cards-col {
    padding: 0 10px !important;
}

.about-us-card {
    display: block;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    opacity: 0;
    transform: translateY(24px);
    will-change: transform;
}

.about-us-card:hover {
    border-color: #161d496b;
    box-shadow: 2px 4px 6px #161d4930;
}

.about-us-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background 0.3s ease;
}

.about-us-card:hover .about-us-card-icon {
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 60%, rgba(22, 28, 73, 1) 100%);
}

.about-us-card-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.about-us-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.3;
    margin: 0;
}

.about-us-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #8A8B8E;
    line-height: 1.5;
    margin: 0;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.about-us-image-wrap.is-visible .about-us-image {
    transform: scale(1);
}

.about-us-services {
    display: flex;
    align-items: stretch;
    margin-top: 40px;
    padding: 0 !important;
}

.about-us-service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    gap: 14px;
    padding: 20px;
    text-decoration: none;
    text-align: left;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: background 0.3s ease;
}

.about-us-service-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1a2e5a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-us-service-item:hover::after {
    transform: scaleX(1);
}

.about-us-service-item:hover {
    background: #f7f9fc;
}

.about-us-service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.about-us-service-item:hover .about-us-service-icon {
    transform: translateY(-3px);
}

.about-us-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none  !important;
}

.about-us-service-label {
    font-size: 13px;
    font-weight: 500;
    color: #1a2e5a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.3;
}

.about-us-service-arrow {
    display: inline-block;
    color: #1a2e5a;
    transition: transform 0.3s ease;
}

.about-us-service-item:hover .about-us-service-arrow {
    transform: translateX(4px);
}

/* about us section ends */

/* cta banner section start */

.cta-banner-section {
    position: relative;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cta-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 45%);
}

.cta-banner-section .custom-container {
    position: relative;
    z-index: 2;
}

.cta-banner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
}

.cta-banner-content {
    flex: 1;
}

.cta-banner-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.theme-btn {
    display: inline-flex;
    padding: 16px 30px;
    font-size: 16px;
    letter-spacing: 0.02rem;
    line-height: 1;
    background: #fff;
    color: #161D49;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-btn:hover {
    background: #FFBA45;
    color: #ffffff;
    letter-spacing: 0rem;
}

/* cta banner section ends */

/* service section start */

.services-wrap {
    padding: 60px 0 20px;
    overflow: hidden;
}

.service-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.service-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
}

.service-title {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0;
}

.services-image {
    position: relative;
}

.services-image {
    overflow: hidden;
}
.service-preview-wrap {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
#service-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
}

.services-list {
    position: relative;
    margin-left: -120px;
    z-index: 2;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    color: inherit;
}

.service-card:last-child {
    margin-bottom: 0;
}

.service-card.active, .service-card:hover {
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
}

.service-card {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.service-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.service-content {
    flex: 1;
}

.service-content h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 5px;
    color: #1c2f8a;
    transition: color 0.3s ease;
}

.service-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    transition: color 0.3s ease;
}

.service-card.active h4,
.service-card:hover h4,
.service-card.active p,
.service-card:hover p {
    color: #fff;
}

.service-card.active .service-icon,
.service-card:hover .service-icon {
    background: #FFFFFF;
}

.service-card.active .service-icon img,
.service-card:hover .service-icon img {
    filter: none;
}

/* service section ends */

/* mobile service section start */

.mobile-services-wrap {
    display: none;
    padding: 60px 0 40px;
    overflow: hidden;
}

.mobile-services-wrap .service-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.mobile-services-wrap .row {
    row-gap: 30px;
}

.mobile-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.mobile-service-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
}

.mobile-service-image {
    width: 100%;
    max-height: 300px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    flex-shrink: 0;
}

.mobile-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    will-change: transform;
}

.mobile-service-card:hover .mobile-service-image img {
    transform: scale(1.04);
}

.mobile-service-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 20px;
    background: #fff;
    transition: background 0.3s ease;
    margin-top: auto;
    flex: 1;
}

.mobile-service-card:hover .mobile-service-body {
    background: linear-gradient(90deg, rgba(22,28,73,1) 6%, rgba(33,66,155,1) 70%, rgba(22,28,73,1) 100%);
}

.mobile-service-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, rgba(22,28,73,1) 6%, rgba(33,66,155,1) 70%, rgba(22,28,73,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.mobile-service-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.mobile-service-card:hover .mobile-service-icon {
    background: #fff;
}

.mobile-service-card:hover .mobile-service-icon img {
    filter: none;
}

.mobile-service-content {
    flex: 1;
    min-width: 0;
}

.mobile-service-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #1c2f8a;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-service-content p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin: 0;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-service-card:hover .mobile-service-content h4,
.mobile-service-card:hover .mobile-service-content p {
    color: #fff;
}

.mobile-service-arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1c2f8a;
    transition: color 0.3s ease, transform 0.3s ease;
}

.mobile-service-card:hover .mobile-service-arrow {
    color: #fff;
    transform: translateX(4px);
}

/* mobile service section ends */

/* deposits section start */

.deposit-wrap {
    padding: 60px 0;
    overflow: hidden;
}

.deposit-header {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.deposit-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
}

.deposit-title {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0;
}

.deposit-wrap .row {
    justify-content: center;
}

.deposit-col {
    margin-bottom: 30px;
}

.deposit-card {
    position: relative;
    display: block;
    height: 420px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.deposit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.deposit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .90) 0%,
        rgba(0, 0, 0, .45) 45%,
        rgba(0, 0, 0, .10) 100%
    );
    z-index: 1;
}

.deposit-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.deposit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: #161D49;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.deposit-overlay h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.deposit-overlay p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    color: rgba(255, 255, 255, .85);
    font-weight: 400;
}

.deposit-card:hover .deposit-image {
    transform: scale(1.08);
}

.deposit-card:hover .deposit-icon {
    background: #fff;
    background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(242, 242, 242, 1) 100%);
}

.deposit-card:hover .deposit-icon img {
    filter: none;
}

/* deposits section ends */

/* team section start */

.team-wrap {
    padding: 80px 0;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    position: relative;
    overflow: hidden;
}

.team-slide-outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#teamSlider {
    will-change: transform;
}

.team-slide-outer::-webkit-scrollbar {
    display: none;
}

/* Hide native cursor on desktop device interaction */
@media (hover: hover) {
    .team-slide-outer,
    .team-slide-outer * {
        cursor: none !important;
    }
}

.team-slide-outer.dragging .team-card-wrap {
    pointer-events: none;
}

.team-drag-cursor {
    position: fixed;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #161d4930;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.25s, color 0.25s;
    white-space: nowrap;
    will-change: transform, opacity;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 20px rgba(26, 53, 40, 0.12);
}

.team-slide-outer:hover .team-drag-cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.team-slide-outer.dragging .team-drag-cursor {
    transform: translate(-50%, -50%) scale(0.88);
    background-color: #161D49;
    color: #fff;
}

.team-slide {
    display: flex;
    gap: 30px;
    width: max-content;
    will-change: transform;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.team-header {
    margin-bottom: 40px;
}

.team-tag {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}
.team-title {
    font-size: 42px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.team-card-wrap {
    flex: 0 0 250px;
}

.team-empty-slide {
    width: calc(6vw - 30px);
    flex-shrink: 0;
}

.team-card {
    display: block;
    height: 100%;
    text-decoration: none;
}

.team-image {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    aspect-ratio: 4 / 5;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
    
    /* FIX: Stops native browser ghost-image picking loops */
    -webkit-user-drag: none;
    user-drag: none;
}

.team-content h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.team-content span {
    display: block;
    font-size: 14px;
    color: #ffffffb3;
}

.team-btn-wrap {
    margin-top: 30px;
}

.team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: #ffffff;
    color: #16245f;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.team-btn:hover {
    background: #FFBA45;
    border-color: #FFBA45;
    color: #161D49;
}

/* team section ends */

/* branches section start */

.branches-wrap {
    padding: 60px 0;
    background: #fff;
}

.branches-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.branches-head h2 {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0;
}

.branches-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: #161D49;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.branches-btn:hover {
    background: #FFBA45;
    border-color: #FFBA45;
    color: #ffffff;
}

.row.branch-row {
    margin: 0 -10px !important;
}

.branch-col {
    padding: 0 10px !important;
    margin-bottom: 20px;
}

.branch-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #F2F2F2;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.branch-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: #161D49;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.branch-content {
    flex: 1;
}

.branch-content h5 {
    margin: 0 0 8px;
    color: #191B22;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.branch-content span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #555555;
    font-size: 12px;
    line-height: 1;
}

.branch-content span i {
    font-size: 12px;
}

.branch-card:hover {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
}

.branch-card:hover  .branch-content h5,
.branch-card:hover  .branch-content span {
    color: #fff;
}

.branch-card:hover  .branch-icon {
    background: #fff;
    background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(242, 242, 242, 1) 100%);
}

.branch-card:hover  .branch-icon img {
    filter: none;
}

/* branches section ends */

/* gallery section start */

.gallery-wrap {
    overflow: hidden !important;
    padding-bottom: 60px;
}

.gallery-track {
    display: flex;
    will-change: transform;
    width: max-content;
    animation: gallery-loop 22s linear infinite;
}

.gallery-wrap:hover .gallery-track {
    animation-play-state: paused;
}

.gallery-item {
    flex: 0 0 420px;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
    transform: scale(1.04);
}

@keyframes gallery-loop {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}


/* gallery section ends */

/* footer section start */

.footer-wrap {
    background: #20282E;
    padding: 70px 0 0;
}

.footer-wrap-top {
    margin-bottom: 50px;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer-wrap-logo {
    display: inline-block;
    width: auto;
}

.footer-wrap-logo img {
    width: auto;
    height: 50px;
    display: block;
}

.footer-wrap-content {
    flex: 1;
}

.footer-wrap-content p {
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.footer-wrap-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
    gap: 200px;
}

.footer-wrap-links {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer-wrap-links h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

#mega-menu-wrap-max_mega_menu_3 {
    background-color: transparent !important;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#mega-menu-max_mega_menu_3.mega-menu li {
    list-style: none;
}

#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link {
    background: transparent !important;
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: 16px;
    height: unset !important;
    line-height: 1;
    padding: 8px 0px;
}#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link {
    background: transparent !important;
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: 16px;
    height: unset !important;
    line-height: 1;
    padding: 8px 0px;
}

.footer-wrap-social {
    display: flex;
    gap: 12px;
}

.footer-wrap-social a {
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161D49;
    text-decoration: none;
}

.footer-wrap-social a:hover {
    background: #FFBA45;
    color: #ffffff;  
}

.footer-bottom-wrap {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 25px 0;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrap-copyright {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

.footer-wrap-copyright a, .footer-wrap-policy a {
    color: #ffffffd3;
    font-size: 14px;
    text-decoration: none;
}

.footer-wrap-copyright a:hover, .footer-wrap-policy a:hover {
    color: #FFBA45;
    text-decoration: none;
}

.footer-wrap-policy {
    display: flex;
    gap: 20px;
}

/* footer section ends */

/* home page ends */

/* innere header section start */

.innerpage {
    position: relative;
    margin-top: 40px;
    background: #161D49;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.innerpage-bg {
    position: absolute;
    inset: 0 0 0 45%;
    will-change: transform;
}

.innerpage-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    will-change: transform;
}

.innerpage-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 11, 26, 0.15);
}

.innerpage-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 3;
    width: 52%;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    padding: 60px 5vw 36px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 92% 101%, 0 100%);
    will-change: transform, opacity;
}


.innerpage-accent {
    height: 2px;
    background: #c8a94a;
    margin-bottom: 18px;
    transform-origin: left center;
    will-change: transform;
}

.innerpage-title {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 10px;
}

.innerpage-title .ip-line {
    display: block;
    overflow: hidden;
    line-height: 1.25;
}

.innerpage-title .ip-line-inner {
    display: block;
    will-change: transform;
}

.innerpage-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
    max-width: 400px;
    margin: 0 0 22px;
    will-change: transform, opacity;
}

.innerpage-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 13px;
    will-change: transform, opacity;
}

.innerpage-breadcrumb a {
    color: #c8a94a;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.innerpage-breadcrumb a:hover {
    opacity: 0.75;
}

.innerpage-breadcrumb .breadcrumb_last {
    color: rgba(255, 255, 255, 0.45);
}

.innerpage-breadcrumb span a::after,
.innerpage-breadcrumb > span:not(.breadcrumb_last)::after {
    content: '/';
    display: inline-block;
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.22);
}

/* innere header section ends */

/* inner about us page start */

/* inner about us section start */

.inner-about-us-wrap {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.inner-about-content {
    padding-right: 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.inner-about-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #555555;
    margin: 0 0 12px;
    opacity: 0;
    transform: translateY(14px);
}

.inner-about-description h2 {
    font-size: 42px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    max-width: 650px;
}

.inner-about-description p {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1.5;
    margin: 0 0 15px;
}

.inner-about-description p:last-child {
    margin-bottom: 0;
}

.inner-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}

.inner-about-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.inner-about-image.is-visible img {
    transform: scale(1);
}

.inner-about-stats {
    margin-top: 64px;
    padding-top: 56px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.stat-card {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}

.stat-card:hover {
    border-color: #161d496b;
    box-shadow: 2px 4px 6px #161d4930;
}

.stat-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background 0.3s ease;
}

.stat-card:hover .stat-icon {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 60%, rgba(22, 28, 73, 1) 100%);
}

.stat-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.stat-value {
    font-size: 38px;
    font-weight: 600;
    color: #161D49;
    letter-spacing: -0.01em;
    line-height: 1;
    margin: 0 0 10px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #8A8B8E;
    margin: 0;
}

/* inner about us section ends */

/* loan rates section start */

.loan-rates {
    padding: 60px 0;
    max-width: 780px;
    margin: 0 auto;
}

.loan-rates h2 {
    font-size: 42px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: center;
    opacity: 0;
    transform: translateY(24px);
}

.loan-rates-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    border-bottom: 1px solid #161D49;
    font-size: 14px;
}

.loan-rates-table thead {
    opacity: 0;
    transform: translateY(12px);
}

.loan-rates-table thead th {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.loan-rates-table tbody tr {
    opacity: 0;
    transform: translateY(16px);
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
    color: #555555;
}

.loan-rates-table tbody tr:last-child td {
    border-bottom: none;
}

.loan-rates-table tbody tr:nth-child(even) td {
    background: #F2F2F2;
}

.rate-bar {
    display: inline-block;
    height: 2px;
    background: #21429B;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 10px;
    width: 0;
    opacity: 0.45;
}

/* loan rates section ends */

/* why choose us section start */

.why-choose-us-section {
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.why-choose-us-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.why-choose-us-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(12px);
}

.why-choose-us-title {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.why-choose-us-description {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transform: translateY(16px);
}

.why-choose-us-grid.row {
    row-gap: 20px;
    justify-content: center;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.why-choose-us-grid .why-choose-col {
    padding: 0 10px !important;
}

.why-choose-us-card {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 24px 20px;
    height: 100%;
    position: relative;
    text-decoration: none;
    display: block;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    will-change: transform;
}

.why-choose-us-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(90deg, rgba(22,28,73,1) 6%, rgba(33,66,155,1) 70%, rgba(22,28,73,1) 100%);
    transition: height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-choose-us-card.wcu-border-in::before {
    height: 100%;
}

.why-choose-us-card:hover {
    border-color: #161d496b;
    box-shadow: 2px 4px 6px #161d4930;
}

.why-choose-us-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, rgba(22,28,73,1) 6%, rgba(33,66,155,1) 70%, rgba(22,28,73,1) 100%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 16px;
}

.why-choose-us-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    display: block;
}

.why-choose-us-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.3;
    margin: 0 0 10px;
}

.why-choose-us-card-content {
    font-size: 14px;
    font-weight: 400;
    color: #8A8B8E;
    line-height: 1.5;
}

.why-choose-us-card-content p {
    margin: 0;
}

.why-choose-us-card-content p + p {
    margin-top: 8px;
}

/* why choose us section ends */

/* inner team section start */

.inner-team-wrap {
    padding: 60px 0;
    overflow: hidden;
}

.inner-team-header {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
}

.inner-team-tier {
    margin-bottom: 30px;
}

.inner-team-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(12px);
}

.inner-team-title {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.inner-team-tier--grid {
    margin-bottom: 0;
    margin-top: 60px;
}

.inner-team-tier--solo .row,
.inner-team-tier--pair .row {
    justify-content: center;
}

.inner-team-grid {
    justify-content: center;
    row-gap: 24px;
}

.inner-team-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.inner-team-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(22,28,73,0.12) 0%, rgba(22,28,73,0.3) 50%, rgba(22,28,73,0.12) 100%);
    transform: scaleX(0);
    transform-origin: center;
}

.inner-team-divider-label {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8A8B8E;
    white-space: nowrap;
    opacity: 0;
}

.inner-team-card {
    height: 100%;
    padding: 20px;
    background: #F2F2F2;
    border: 1px solid #161D49;
    border-radius: 13px;
    opacity: 0;
    transform: translateY(24px);
    will-change: transform;
}

.inner-team-image {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #F2F2F2;
}

.inner-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    -webkit-user-drag: none;
    user-drag: none;
}

.inner-team-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(22,28,73,1) 6%, rgba(33,66,155,1) 70%, rgba(22,28,73,1) 100%);
}

.inner-team-card:hover .inner-team-image img {
    transform: scale(1.05);
}

.inner-team-name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #161D49;
    line-height: 1.3;
}

.inner-team-designation {
    display: block;
    font-size: 14px;
    color: #8A8B8E;
    line-height: 1;
}

/* inner team section ends */

/* inner about us page ends */

/* inner mss page start */

.inner-mss-wrap {
    padding: 60px 0;
    overflow: hidden;
}

.inner-mss-description {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

.inner-mss-description h2,
.inner-mss-description h3,
.inner-mss-description h4,
.inner-mss-description h5,
.inner-mss-description h6 {
    color: #161D49;
    font-weight: 600;
    margin: 0 0 15px !important;
    line-height: 1.25;
}

.inner-mss-description h2 { font-size: 28px; }
.inner-mss-description h3 { font-size: 22px; }
.inner-mss-description h4 { font-size: 18px; }
.inner-mss-description h5 { font-size: 16px; }
.inner-mss-description h6 { font-size: 14px; }

.inner-mss-description p {
    margin: 0 0 16px;
}

.inner-mss-description p:last-child {
    margin-bottom: 0;
}

.inner-mss-description ul,
.inner-mss-description ol {
    padding-left: 20px;
    margin: 0 0 16px;
}

.inner-mss-description li {
    margin-bottom: 8px;
}

.inner-mss-description figure.wp-block-table {
    margin: 0 0 20px;
    overflow: hidden;
    max-width: 100%;
}

.inner-mss-description figure.wp-block-table figcaption {
    font-size: 13px;
    color: #888;
    margin-top: 8px;
}

.inner-mss-description table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    border-bottom: 1px solid #161D49;
    font-size: 14px;
    table-layout: auto;
}

.inner-mss-description table th {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    will-change: opacity, transform;
}

.inner-mss-description table td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
    color: #555555;
}

.inner-mss-description table tr:last-child td {
    border-bottom: none;
}

.inner-mss-description table tr:nth-child(even) td {
    background: #F2F2F2;
}

.inner-mss-description table tbody tr {
    will-change: opacity, transform;
}

.mss-table-wrap {
    will-change: opacity, transform;
}

.h2-line-wrap {
    overflow: hidden;
    display: block;
}

.h2-line-inner {
    display: block;
    will-change: transform;
}

/* inner mss page ends */

/* deposit single page start */

.deposit-single-wrap {
    padding: 60px 0;
    background: #ffffff;
}

.deposit-single-main {
    padding-right: 40px;
}

.deposit-single-header h1 {
    font-size: 36px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 24px;
}

.deposit-featured-image {
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 32px;
}

.deposit-featured-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.deposit-featured-image:hover img {
    transform: scale(1.03);
}

.deposit-single-content {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

.deposit-single-content h2,
.deposit-single-content h3,
.deposit-single-content h4,
.deposit-single-content h5,
.deposit-single-content h6 {
    color: #161D49;
    font-weight: 600;
    margin: 28px 0 12px;
    line-height: 1.25;
}

.deposit-single-content h2 { font-size: 28px; }
.deposit-single-content h3 { font-size: 22px; }
.deposit-single-content h4 { font-size: 18px; }
.deposit-single-content h5 { font-size: 16px; }
.deposit-single-content h6 { font-size: 14px; }

.deposit-single-content p {
    margin: 0 0 16px;
}

.deposit-single-content p:last-child {
    margin-bottom: 0;
}

.deposit-single-content ul,
.deposit-single-content ol {
    padding-left: 20px;
    margin: 0 0 16px;
}

.deposit-single-content li {
    margin-bottom: 8px;
}

.deposit-single-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #161D49;
    font-size: 14px;
}

.deposit-single-content table th {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
    color: #555555;
}

.deposit-single-content table tr:last-child td {
    border-bottom: none;
}

.deposit-single-content table tr:nth-child(even) td {
    background: #F2F2F2;
}

.deposit-media-file {
    margin-top: 2rem;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.deposit-media-file img,
.deposit-media-file video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    will-change: transform, opacity, clip-path;
}

.deposit-media-file video {
    background: #000;
    max-height: 520px;
    outline: none;
}

.deposit-media-file video::-webkit-media-controls {
    border-radius: 0 0 12px 12px;
}

/* sidebar */

.deposit-single-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.deposit-sidebar-card {
    background: #F2F2F2;
    padding: 24px;
}

.deposit-sidebar-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #161D49;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #161D49;
    line-height: 1.2;
}

.deposit-sidebar-scroll {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.deposit-sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 10px;
    background: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.deposit-sidebar-item:hover {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    box-shadow: 2px 4px 12px rgba(22, 28, 73, 0.18);
}

.deposit-sidebar-thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #dde0ec;
}

.deposit-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.deposit-sidebar-item:hover .deposit-sidebar-thumb img {
    transform: scale(1.08);
}

.deposit-sidebar-info {
    flex: 1;
    min-width: 0;
}

.deposit-sidebar-info h5 {
    font-size: 13px;
    font-weight: 600;
    color: #161D49;
    margin: 0 0 4px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.deposit-sidebar-info p {
    font-size: 12px;
    color: #8A8B8E;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.deposit-sidebar-item:hover .deposit-sidebar-info h5 {
    color: #ffffff;
}

.deposit-sidebar-item:hover .deposit-sidebar-info p {
    color: rgba(255, 255, 255, 0.75);
}

.deposit-sidebar-card > p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 18px;
}

.deposit-sidebar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.3s ease, color 0.3s ease;
}

.deposit-sidebar-btn:hover {
    background: #FFBA45;
    color: #161D49;
}

/* deposit single page ends */

/* gallery section start */

.inner-gallery-wrap {
    padding: 80px 0;
    background: #ffffff;
}

.inner-gallery-wrap .section-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-gallery-wrap .section-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(12px);
}

.inner-gallery-wrap .section-title {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.inner-gallery-wrap .section-description {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
    transform: translateY(16px);
}

.inner-gallery-wrap .vp-portfolio__item {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    transition: none;
}

.inner-gallery-wrap .vp-portfolio__item.vp-animated {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.inner-gallery-wrap .vp-portfolio__item-img-wrap {
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.inner-gallery-wrap .vp-portfolio__item.vp-animated .vp-portfolio__item-img-wrap {
    clip-path: inset(0 0 0% 0);
}

.inner-gallery-wrap .vp-portfolio__item-img-wrap img {
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner-gallery-wrap .vp-portfolio__item:hover .vp-portfolio__item-img-wrap img {
    transform: scale(1.06);
}

.inner-gallery-wrap .vp-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.inner-gallery-wrap .vp-pagination.vp-pagination--visible {
    opacity: 1;
    transform: translateY(0);
}

.inner-gallery-wrap .vp-pagination__item a,
.inner-gallery-wrap .vp-pagination__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #161D49 !important;
    background: transparent !important;
    border: 1px solid rgba(22, 29, 73, 0.15) !important;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.inner-gallery-wrap .vp-pagination__item a:hover {
    background: #161D49 !important;
    color: #ffffff !important;
    border-color: #161D49 !important;
}

.inner-gallery-wrap .vp-pagination__style-default .vp-pagination__item.vp-pagination__item-active>* {
    background: #161D49 !important;
    color: #ffffff !important;
    border-color: #161D49 !important;
}

/* gallery section ends */

/* inner branch page starts */

.inner-branch-wrap {
    padding: 60px 0;
    background: #ffffff;
}

.inner-branch-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-branch-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(12px);
}

.inner-branch-heading {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.inner-branch-row {
    row-gap: 30px;
    align-items: stretch;
    justify-content: center;
}

.inner-branch-card-col {
    display: flex;
}

.inner-branch-card {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 20px;
    opacity: 0;
    transform: translateY(32px);
    will-change: transform, opacity;
    border-radius: 8px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-map {
    min-height: 300px;
}

.inner-branch-card:hover {
    border-color: #161d496b;
    box-shadow: 2px 4px 6px #161d4930;
}

.inner-branch-map {
    flex: 0 0 50%;
    max-width: 50%;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 0;
    border: 1px solid #161d496b;
    box-shadow: 2px 4px 6px #161d4930;
}

.inner-branch-map p {
    height: 100%;
}

.inner-branch-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    filter: grayscale(15%) contrast(1.05);
    transition: filter 0.5s ease;
}

.inner-branch-card:hover .inner-branch-map iframe {
    filter: grayscale(0%) contrast(1);
}

.inner-branch-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.inner-branch-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.inner-branch-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.3px;
    margin: 0;
    color: #161d49;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 26px;
}

.inner-branch-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inner-branch-detail-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.inner-branch-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 60%, rgba(22, 28, 73, 1) 100%);
    color: #ffffff;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.inner-branch-icon svg {
    width: 15px;
    height: 15px;
}

.inner-branch-address {
    font-size: 14px;
    line-height: 1.5;
    color: #8A8B8E;
    margin: 0;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 16px;
}

.inner-branch-phones {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding-top: 8px;
}

.inner-branch-phone {
    font-size: 14px;
    color: #8A8B8E;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 16px;
}

.inner-branch-phone:hover {
    color: #161d49;
}

.inner-branch-sep {
    font-size: 16px;
    display: inline-block;
}

.inner-branch-card .inner-branch-sep {
    color: #00000066;
}

.inner-branch-email {
    font-size: 14px;
    color: #8A8B8E;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.inner-branch-email:hover {
    color: #161d49;
}

.inner-branch-hours {
    font-size: 14px;
    color: #8A8B8E;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.inner-branch-map {
    position: relative !important;
}

.inner-branch-map iframe {
    pointer-events: none !important;
}

.inner-branch-map.is-active iframe {
    pointer-events: auto !important;
}

/* inner branch page ends */

/* inner faq page start */

.faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq-header {
    max-width: 600px;
    margin: 0 auto 70px;
    text-align: center;
}

.faq-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    margin-bottom: 10px;
}

.faq-heading {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 20px;
    overflow: visible;
    opacity: 0;
    transform: translateY(28px);
    will-change: transform, opacity;
}

.faq-item.active {
    background: linear-gradient(180deg, rgba(22, 28, 73, 1) 0%, rgba(33, 66, 155, 1) 100%);
}


.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    color: #161D49;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    gap: 24px;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question {
    color: #ffffff;
    padding-bottom: 14px;
}

.faq-question:focus-visible {
    outline: 2px solid rgba(22, 29, 73, 0.4);
    outline-offset: 2px;
}

.faq-question-text {
    flex: 1;
}

.faq-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(22, 28, 73, 1) 0%, rgba(33, 66, 155, 1) 100%);
    border: 1.5px solid rgba(22, 29, 73, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.35s ease;
}

.faq-item.active .faq-icon {
    background: #ffffff;
    border-color: transparent;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    stroke: #ffffff;
    transition: stroke 0.3s ease;
    display: block;
}

.faq-item.active .faq-icon svg {
    stroke: #161D49;
}

.faq-answer-wrap {
    height: 0;
    overflow: hidden;
}

.faq-answer {
    color: #ffffffb3;
    padding: 0 80px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.faq-answer p {
    margin: 0 0 12px;
}

.faq-answer p:last-child {
    margin: 0;
}

/* inner faq page ends */

/* inner download page start */

.downloads-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.downloads-header {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.downloads-tag {
    font-size: 18px;
    color: #555555;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(12px);
}

.downloads-heading {
    font-size: 42px;
    color: #161D49;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
}

.downloads-table-wrap {
    overflow: hidden;
}

.downloads-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    border-bottom: 1px solid #161D49;
    font-size: 14px;
}

.downloads-table thead th {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.downloads-table thead th:last-child {
    text-align: right;
}

.downloads-table tbody tr {
    opacity: 0;
    transform: translateY(18px);
    will-change: transform, opacity;
}

.downloads-table tbody td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
    color: #555555;
}

.downloads-table tbody tr:last-child td {
    border-bottom: none;
}

.downloads-table tbody tr:nth-child(even) td {
    background: #F2F2F2;
}

.download-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.btn-view, .btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 29px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    white-space: nowrap;
}

.btn-view {
    background: transparent;
    border: 1px solid #161D49;
    color: #161D49;
}

.btn-view:hover {
    background: #161D49;
    color: #ffffff;
}

.btn-download {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    border: 1px solid transparent;
    color: #ffffff;
}

.btn-download:hover {
    background: #FFBA45;
    color: #161D49;
}

/* inner download page ends */

/* inner contact us page start */

.inner-contact-us-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.inner-contact-us-page-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}

.inner-contact-us-info-header {
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}

.inner-contact-us-page-label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #555555;
    margin-bottom: 12px;
}

.inner-contact-us-info-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.18;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
}

.inner-contact-us-info-header p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    line-height: 1.65;
    margin: 0;
}

.inner-contact-us-page-info-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.inner-contact-us-page-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateY(16px);
    will-change: transform, opacity;
}

.inner-contact-us-page-info-item:first-child {
    border-top: 1px solid #f0f0f0;
}

.inner-contact-us-page-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.inner-contact-us-page-info-text {
    flex: 1;
    padding-top: 2px;
}

.inner-contact-us-page-info-text h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8A8B8E;
    margin: 0 0 6px;
    line-height: 1;
}

.inner-contact-us-page-info-text p,
.inner-contact-us-page-info-text a {
    font-size: 14px;
    font-weight: 500;
    color: #161D49;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
    transition: color 0.25s ease;
}

.inner-contact-us-page-info-text a:hover {
    color: #FFBA45;
}

.inner-contact-us-sep {
    font-size: 15px;
    color: #8A8B8E;
    margin: 0 4px;
}

.inner-contact-us-info-social {
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    transform: translateY(14px);
    will-change: transform, opacity;
}

.inner-contact-us-info-social span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8A8B8E;
    white-space: nowrap;
}

.inner-contact-us-social-links {
    display: flex;
    gap: 10px;
}

.inner-contact-us-social-link {
    width: 38px;
    height: 38px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161D49;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.inner-contact-us-social-link:hover {
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #ffffff;
}

.inner-contact-us-page-form-wrap {
    background: #F2F2F2;
    padding: 36px;
    opacity: 0;
    transform: translateY(28px);
    will-change: transform, opacity;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 26px;
    font-weight: 600;
    color: #161D49;
    line-height: 1.2;
    margin: 0 0 8px;
}

.inner-contact-us-page-form-wrap > p {
    font-size: 14px;
    color: #616161;
    line-height: 1.6;
    margin: 0 0 28px;
}

.inner-contact-us-page-form-wrap .wpcf7-form .row {
    row-gap: 16px;
}

.inner-contact-us-page-form-wrap .row br {
    display: none !important;
}

.inner-contact-us-page-form-wrap .row p {
    margin: 0;
}

.inner-contact-us-page-form-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #161D49;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-text,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-tel,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-email,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-textarea,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #161D49;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Inter', sans-serif;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-text:focus,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-tel:focus,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-email:focus,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-textarea:focus,
.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-select:focus {
    border-color: #161D49;
    box-shadow: 0 0 0 3px rgba(22, 29, 73, 0.07);
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    height: 110px;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23161D49' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(90deg, rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #FFBA45;
    color: #161D49;
}

.wpcf7-spinner {
    display: none;
}

.inner-contact-us-page-form-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e04545;
    margin-top: 5px;
    display: block;
}

.inner-contact-us-page-form-wrap .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    border: none;
}

.inner-contact-us-page-form-wrap .wpcf7-mail-sent-ok {
    background: #edf7f0;
    color: #1a6b3a;
}

.inner-contact-us-page-form-wrap .wpcf7-mail-sent-ng,
.inner-contact-us-page-form-wrap .wpcf7-spam-blocked,
.inner-contact-us-page-form-wrap .wpcf7-validation-errors {
    background: #fdf0f0;
    color: #a03030;
}

/* inner contact us page ends */

/* search page start */

.search-results-page {
    padding: 60px 0;
    min-height: 60vh;
}

.search-results-header {
    margin-bottom: 40px;
}

.search-results-header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1b2259;
    margin-bottom: 20px;
}

.search-results-header h1 span {
    color: #4a90d9;
}

.search-results-header .search-form {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    max-width: 500px;
}

.search-results-header .search-field {
    flex: 1;
    height: 46px;
    border: 0;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    color: #1b2259;
}

.search-results-header .search-submit {
    width: fit-content;
    padding: 10px 20px;
    height: 46px;
    border: 0;
    background: #1b2259;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.search-results-header .search-submit:hover {
    background: #252f7a;
}

.search-results-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

.search-result-item:hover {
    border-color: #1b2259;
    background: #f9faff;
}

.search-result-thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-body {
    flex: 1;
}

.search-result-body h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2259;
    margin: 0 0 6px;
}

.search-result-body p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.search-result-arrow {
    color: #1b2259;
    font-size: 18px;
    flex-shrink: 0;
}

.search-results-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.search-results-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    color: #1b2259;
    text-decoration: none;
    transition: 0.2s;
}

.search-results-pagination .page-numbers.current,
.search-results-pagination .page-numbers:hover {
    background: #1b2259;
    color: #fff;
    border-color: #1b2259;
}

.search-no-result-page {
    text-align: center;
    padding: 60px 0;
    color: #999;
}

.search-no-result-page i {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.search-no-result-page p {
    font-size: 16px;
}

.search-no-result-page strong {
    color: #1b2259;
}

/* search page ends */

/* 404 page start */

.error-404.not-found {
    margin-top: 40px;
    height: 100vh;
    min-height: 700px;
    max-height: 750px;
    background: linear-gradient(135deg, #e8f4ff 0%, #dbeeff 40%, #c8e4ff 70%, #b8d9ff 100%);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.error-404.not-found .e404-content {
    max-width: 800px;
    padding: 30px 6vw;
    background: #ECF3FC;
    background: linear-gradient(90deg,rgba(236, 243, 252, 1) 6%, rgba(236, 243, 252, 0.73) 70%, rgba(236, 243, 252, 0) 100%);
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.error-404.not-found .e404-number {
    font-size: 176px;
    font-weight: 900;
    color: #1a3fa8;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.error-404.not-found .e404-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a3fa8;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.error-404.not-found .e404-divider {
    width: 48px;
    height: 3px;
    background: #1a3fa8;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
}

.error-404.not-found .e404-divider::after {
    content: '';
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a3fa8;
}

.error-404.not-found .e404-desc {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.75;
    margin-bottom: 36px;
}

.error-404.not-found .e404-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.error-404.not-found .e404-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.error-404.not-found .e404-btn--primary {
    background: #1a3fa8;
    color: #fff;
    border: 2px solid #1a3fa8;
    box-shadow: 0 4px 16px rgba(26, 63, 168, 0.28);
}

.error-404.not-found .e404-btn--primary:hover {
    background: #0f2d80;
    border-color: #0f2d80;
    box-shadow: 0 6px 24px rgba(26, 63, 168, 0.42);
    transform: translateY(-2px);
}

.error-404.not-found .e404-btn--outline {
    background: transparent;
    color: #1a3fa8;
    border: 2px solid #1a3fa8;
}

.error-404.not-found .e404-btn--outline:hover {
    background: #1a3fa8;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
.error-404.not-found .e404-number {
    font-size: 56px;
}
.error-404.not-found .e404-title {
    font-size: 22px;
}
.error-404.not-found .e404-desc {
    font-size: 14px;
    margin-bottom: 31px;
}
.error-404.not-found .e404-content {
    max-width: unset !important;
    width: 100%;
    padding: 40px 6vw;
    background: linear-gradient(0deg, rgb(236 243 252) 6%, rgb(236 243 252 / 25%) 70%, rgba(236, 243, 252, 0) 100%);
    align-items: flex-start;
    justify-content: flex-end;
}
.error-404.not-found .e404-btn {
    gap: 8px;
    padding: 11px 16px;
    font-size: 12px;
}
}

@media (max-width: 767px) {
.error-404.not-found .e404-number {
    font-size: 90px;
}
.error-404.not-found .e404-title {
    font-size: 26px;
}
.error-404.not-found .e404-desc {
    font-size: 16px;
    margin-bottom: 31px;
}
.error-404.not-found .e404-content {
    max-width: unset !important;
    width: 100%;
    padding: 40px 6vw;
    background: linear-gradient(0deg, rgb(236 243 252) 6%, rgb(236 243 252 / 25%) 70%, rgba(236, 243, 252, 0) 100%);
    align-items: flex-start;
    justify-content: flex-end;
}
.error-404.not-found .e404-btn {
    gap: 8px;
    padding: 11px 16px;
    font-size: 14px;
}
}

/* 404 page ends */


@media only screen and (min-width: 300px) and (max-width: 420.5px) {

/* home page start */

.banner-wrap-title {
    font-size: 24px !important;
    margin-bottom: 12px !important;
}

.banner-wrap-desc p {
    font-size: 12px !important;
}

.marquee-label svg {
    display: none;
}

.about-us-card-title {
    font-size: 14px !important;
}

.about-us-services > [class*="col-"] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

.team-card-wrap {
    flex: 0 0 220px !important;
}

.branches-head {
    flex-direction: column;
    gap: 20px;
}

.gallery-item {
    flex: 0 0 220px;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: unset;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

/* home page ends */

/* about us page start */
	
.inner-team-grid {
    margin: 0 -10px !important;
}	

.inner-team-col {
    padding: 0 10px !important;
}

.inner-team-card {
    padding: 10px;
	border-radius: 8px;
}

.inner-team-name {
    margin: 0 0 5px;
    font-size: 12px !important;
}
	
.inner-team-designation {
    display: block;
    font-size: 10px !important;
}
	
.download-actions {
    flex-flow: column !important;
}

/* about us page ends */

}


@media only screen and (min-width: 300px) and (max-width: 576.5px) {

/* home page start */

/* header section start */

.menu-logoheader {
    padding: 10px 0;
}

.header-menu {
    margin-right: 0;
}

.top-header-info-wrap {
    display: flex;
    justify-content: space-around;
}

.top-header-links {
    display: none;
}

.support-info {
    display: none;
}

.opening-info {
    padding-right: 0;
    font-size: 12px;
    border: none !important;
}

.header-logo img {
    max-width: 100%;
    width: auto;
    height: 30px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f2f2f2f2;
    width: 250px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #2F3D8E !important;
    background: #f2f2f2f2 !important;
    border: 0;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 13px;
}

.search-overlay {
    padding: 20px 6vw;
}

.search-overlay-close {
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 10px 13px;
    font-size: 13px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 14px 25px;
    font-size: 16px;
}

/* header section ends */

/* banner section start */

.banner-wrap {
    min-height: 650px;
    max-height: 700px;
}

.banner-wrap-gradient-panel {
    left: 0;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(22, 28, 73, 0.82) 30%, rgba(22, 28, 73, 0.97) 60%, rgba(22, 28, 73, 1) 100%);
    top: auto;
    bottom: 0;
    height: 78%;
    align-items: flex-end;
}

.banner-wrap-content-area {
    padding: 20px 6% 60px;
}

.banner-wrap-inner {
    max-width: 100%;
}

.banner-wrap-eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
}

.banner-wrap-title {
    font-size: 26px;
    margin-bottom: 14px;
}

.banner-wrap-desc {
    max-width: 100%;
    margin-bottom: 22px;
}

.banner-wrap-desc p {
    font-size: 13px;
    line-height: 1.5;
}

.banner-wrap-dots {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 10px;
}

.banner-wrap-dot-ring {
    display: none;
}

.banner-wrap-dot {
    width: auto;
    height: auto;
}

.banner-wrap-dot-core {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #ffffffb3;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
    width: 20px;
}

/* banner section ends */

/* marquee section start */

.information-marquee {
    background: #f2f2f2;
    height: 40px;
}

.marquee-label {
    padding: 0 13px;
    font-size: 12px;
}

.marquee-label svg {
    width: 20px;
    height: 20px;
}

.marquee-item {
    padding: 0 10px;
    font-size: 12px;
}

.marquee-spacer svg {
    width: 12px;
    height: 12px;
}

/* marquee section ends */

/* about us section start */

.about-us-tagline {
    font-size: 12px;
}

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 650px;
    font-size: 24px;;
}

.about-us-text-block p {
    font-size: 14px;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
}

.about-us-card-icon img {
    width: 25px;
    height: 25px;
}

.about-us-card-title {
    font-size: 16px;
}

.about-us-card-desc {
    font-size: 12px;
}

.about-us-link {
    margin-top: 20px;
}

.about-us-cards-grid.row {
    display: none;
}

.about-us-services {
    margin-top: 30px;
}

.about-us-services > [class*="col-"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.about-us-service-item {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
}

.about-us-service-label {
    font-size: 14px;
}

/* about us section ends */

/* cta section start */

.cta-banner-wrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
}

.cta-banner-content h2 {
    font-size: 20px;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
}

/* cta section ends */

/* services section start */

.services-wrap {
    display: none;
}

.mobile-services-wrap {
    display: block;
    padding: 50px 0 40px;
}

.service-tag {
    font-size: 14px;
}

.service-title {
    font-size: 24px;
}

/* services section ends */

/* deposit section start */

.deposit-tag {
    font-size: 14px;
}

.deposit-title {
    font-size: 24px;
}

.deposit-col {
    margin-bottom: 30px;
}

.deposit-card {
    height: 320px;
}

.deposit-overlay h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

/* deposit section ends */

/* team section start */

.team-wrap {
    padding: 60px 0 !important;
}

.team-title {
    font-size: 24px;
}

.team-tag {
    font-size: 14px;
}

/* team section ends */

/* branch section start */

.branches-head {
    gap: 20px;
    margin-bottom: 40px;
}  

.branches-head h2 {
    font-size: 24px;
}

/* branch section ends */

/* footer section start */

.footer-wrap {
    padding: 50px 0 0;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.footer-wrap-links h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-wrap-middle {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 20px;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bottom-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* footer section ends */

/* home page ends */

/* inner page section start */

.innerpage {
    margin-top: 50px;
    height: 380px;
    align-items: flex-end;
}

.innerpage-accent {
    display: none;
}

.innerpage-title {
    font-size: 22px;
}

.innerpage-para {
    font-size: 12px;
    margin: 0;
}

.innerpage-bg {
    inset: 0;
}

.innerpage-bg-overlay {
    background: rgb(6 11 26 / 9%);
}

.innerpage-content {
    width: 100%;
    clip-path: none;
    background: linear-gradient(180deg, rgb(22 28 73 / 0%) 0%, rgba(22, 28, 73, 0.97) 60%);
    padding: 60px 6vw 30px;
}

/* inner page section ends */

/* inner about us page start */

.inner-about-us-wrap {
    background: #ffffff;
    padding: 50px 0;
}

.inner-about-content {
    padding-right: 0;
    margin-bottom: 30px;
}

.inner-about-description h2 {
    font-size: 24px;
}

.inner-about-description p {
    font-size: 14px;
}

.inner-about-image img {
    width: 100%;
    height: 250px;
}

.inner-about-stats {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.inner-about-stats .row {
    row-gap: 20px;
}

.stat-value {
    font-size: 24px;
}

.loan-rates {
    padding: 50px 0;
}

.loan-rates h2 {
    font-size: 24px;
}

.loan-rates-table thead th {
    padding: 12px 16px;
    font-size: 14px;
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 12px;
}

.why-choose-us-section {
    padding: 50px 0;
}

.why-choose-us-tag {
    font-size: 14px;
}

.why-choose-us-title {
    font-size: 24px;
}

.why-choose-us-description {
    font-size: 14px;
    line-height: 1.5;
}

.inner-team-wrap {
    padding: 50px 0;
}

.inner-team-divider-label {
    font-size: 16px;
}

.inner-team-tag {
    font-size: 14px;
}

.inner-team-title {
    font-size: 24px;
}
	
.inner-team-name {
    margin: 0 0 5px;
    font-size: 14px !important;
}

.inner-team-designation {
    display: block;
    font-size: 12px !important;
}
	
/* inner about us page ends */

/* inner Faq page start */

.faq-section {
    padding: 60px 0;
}

.faq-header {
    margin: 0px auto 40px;
}

.faq-heading {
    font-size: 24px;
}

.faq-tag {
    font-size: 14px;
}

.faq-question {
    padding: 15px 20px;
    font-size: 16px;
}

.faq-answer {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* inner Faq page ends */

/* inner branch page start */

.inner-branch-wrap {
    padding: 50px 0;
}

.inner-branch-heading {
    font-size: 24px;
}

.inner-branch-card {
    display: flex;
    flex-direction: column;
}

.inner-branch-map {
    flex: unset;
    max-width: 100%;
    height: 220px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-map {
    height: 300px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 22px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 14px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    width: 30px;
    height: 30px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 14px;
}

/* inner branch page ends */

/* inner downloads page start */

.downloads-section {
    padding: 50px 0;
}

.downloads-tag {
    font-size: 14px;
}

.downloads-heading {
    font-size: 24px;
}

.downloads-table thead th {
    padding: 10px 15px;
    font-size: 14px;
}

.downloads-table tbody td {
    padding: 12px 16px;
    font-size: 12px;
}

.btn-view, .btn-download {
    padding: 10px 15px;
    font-size: 12px;
}

/* inner downloads page ends */

.inner-gallery-wrap {
    padding: 50px 0;
}

.inner-gallery-wrap .section-tag {
    font-size: 14px;
}

.inner-gallery-wrap .section-title {
    font-size: 24px;
}

.inner-gallery-wrap .section-description {
    font-size: 14px;
}

.vp-uid-e1f2a227 .vp-portfolio__item-wrap {
    width: 100% !important;
}

/* inner gallery page ends */

/* inner contact us page start */

.inner-contact-us-section {
    padding: 50px 0;
}

.inner-contact-us-page-label {
    font-size: 14px;
}

.inner-contact-us-info-header h2 {
    font-size: 24px;
}

.inner-contact-us-info-header p {
    font-size: 14px;
}

.inner-contact-us-page-info {
    gap: 30px;
    margin-bottom: -1px;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 18px;
}

/* inner contact us page ends */

/* signle deposit page start */

.deposit-single-wrap {
    padding: 50px 0;
}

.deposit-single-main {
    padding-right: 0px;
}

.deposit-single-header h1 {
    font-size: 24px;
}

.deposit-featured-image img {
    width: 100%;
    height: 300px;
}

.deposit-single-content {
    font-size: 14px;
    line-height: 1.6;
}

.deposit-single-content h2 {
    font-size: 20px;
}

.deposit-single-content h4 {
    font-size: 16px;
}

.deposit-single-content table th {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 12px;
}

.deposit-single-sidebar {
    position: unset;
    margin-top: 40px;
}

.deposit-sidebar-card h3 {
    font-size: 16px;
}

.deposit-sidebar-info h5 {
    font-size: 14px;
}

/* signle deposit page ends */

}

@media only screen and (min-width: 576px) and (max-width: 660.5px) {

.mobile-services-wrap .row > [class*="col-"] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
}

}

@media only screen and (min-width: 576px) and (max-width: 660.5px) {

.why-choose-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

}

@media only screen and (min-width: 576px) and (max-width: 767.5px) {

/* home page start */

/* header section start */

.menu-logoheader {
    padding: 10px 0;
}

.header-menu {
    margin-right: 0;
}

.top-header-info-wrap {
    display: flex;
    justify-content: space-around;
}

.top-header-links {
    display: none;
}

.opening-info, .support-info, .support-info a {
    font-size: 12px;
}

.header-logo img {
    max-width: 100%;
    width: auto;
    height: 40px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f2f2f2f2;
    width: 250px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    color: #2F3D8E !important;
    background: #f2f2f2f2 !important;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
}

.search-overlay {
    padding: 20px 6vw;
}

.search-overlay-close {
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 10px 13px;
    font-size: 13px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 14px 25px;
    font-size: 16px;
}

/* header section ends */

/* banner section start */

.banner-wrap {
    min-height: 650px;
    max-height: 700px;
}

.banner-wrap-gradient-panel {
    left: 0;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(22, 28, 73, 0.82) 30%, rgba(22, 28, 73, 0.97) 60%, rgba(22, 28, 73, 1) 100%);
    top: auto;
    bottom: 0;
    height: 78%;
    align-items: flex-end;
}

.banner-wrap-content-area {
    padding: 20px 6% 60px;
}

.banner-wrap-inner {
    max-width: 480px;
}

.banner-wrap-eyebrow {
    font-size: 14px;
    margin-bottom: 12px;
}

.banner-wrap-title {
    font-size: 28px;
    margin-bottom: 14px;
}

.banner-wrap-desc {
    max-width: 100%;
    margin-bottom: 22px;
}

.banner-wrap-desc p {
    font-size: 14px;
    line-height: 1.5;
}

.banner-wrap-dots {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 10px;
}

.banner-wrap-dot-ring {
    display: none;
}

.banner-wrap-dot {
    width: auto;
    height: auto;
}

.banner-wrap-dot-core {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #ffffffb3;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
    width: 20px;
}

/* banner section ends */

/* marquee section start */

.information-marquee {
    background: #f2f2f2;
    height: 40px;
}

.marquee-label {
    padding: 0 13px;
    font-size: 12px;
}

.marquee-label svg {
    width: 20px;
    height: 20px;
}

.marquee-item {
    padding: 0 10px;
    font-size: 12px;
}

.marquee-spacer svg {
    width: 12px;
    height: 12px;
}

/* marquee section ends */

/* about us section start */

.about-us-tagline {
    font-size: 14px;
}

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 650px;
    font-size: 26px;;
}

.about-us-text-block p {
    font-size: 14px;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
}

.about-us-card-icon img {
    width: 25px;
    height: 25px;
}

.about-us-card-title {
    font-size: 16px;
}

.about-us-card-desc {
    font-size: 12px;
}

.about-us-link {
    margin-top: 20px;
}

.about-us-cards-grid.row {
    margin-bottom: 30px;
}

.about-us-card-title {
    font-size: 14px;
}

.about-us-services {
    margin-top: 30px;
    row-gap: 24px;
}

.about-us-service-item {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
}

.about-us-service-label {
    font-size: 14px;
}

/* about us section ends */

/* cta section start */

.cta-banner-wrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
}

.cta-banner-content h2 {
    font-size: 24px;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
}

/* cta section ends */

/* services section start */

.services-wrap {
    display: none;
}

.mobile-services-wrap {
    display: block;
    padding: 50px 0 40px;
}

.service-tag {
    font-size: 16px;
}

.service-title {
    font-size: 26px;
}

/* services section ends */

/* deposit section start */

.deposit-tag {
    font-size: 16px;
}

.deposit-title {
    font-size: 26px;
}

.deposit-col {
    margin-bottom: 30px;
}

.deposit-card {
    height: 320px;
}

.deposit-overlay h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

/* deposit section ends */

/* team section start */

.team-wrap {
    padding: 60px 0 !important;
}

.team-title {
    font-size: 26px;
}

.team-tag {
    font-size: 16px;
}

/* team section ends */

/* branch section start */

.branches-head {
    gap: 20px;
    margin-bottom: 40px;
}  

.branches-head h2 {
    font-size: 26px;
}

.branch-col {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 30px;
}

/* branch section ends */

/* footer section start */

.footer-wrap {
    padding: 50px 0 0;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.footer-wrap-links h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-wrap-middle {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 20px;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bottom-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* footer section ends */

/* home page ends */

/* inner page section start */

.innerpage {
    margin-top: 50px;
    height: 420px;
    align-items: flex-end;
}

.innerpage-accent {
    display: none;
}

.innerpage-title {
    font-size: 24px;
}

.innerpage-para {
    font-size: 12px;
    margin: 0;
}

.innerpage-bg {
    inset: 0;
}

.innerpage-bg-overlay {
    background: rgb(6 11 26 / 9%);
}

.innerpage-content {
    width: 100%;
    clip-path: none;
    background: linear-gradient(180deg, rgb(22 28 73 / 0%) 0%, rgba(22, 28, 73, 0.97) 60%);
    padding: 60px 6vw 30px;
}

/* inner page section ends */

/* inner about us page start */

.inner-about-us-wrap {
    background: #ffffff;
    padding: 60px 0;
}

.inner-about-content {
    padding-right: 0;
    margin-bottom: 30px;
}

.inner-about-description h2 {
    font-size: 26px;
}

.inner-about-description p {
    font-size: 14px;
}

.inner-about-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.inner-about-stats {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.inner-about-stats .row {
    row-gap: 20px;
}

.stat-value {
    font-size: 22px;
}

.stat-label {
    font-size: 12px;
}

.loan-rates {
    padding: 60px 0;
}

.loan-rates h2 {
    font-size: 26px;
}

.loan-rates-table thead th {
    padding: 12px 16px;
    font-size: 14px;
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 12px;
}

.why-choose-us-section {
    padding: 60px 0;
}

.why-choose-us-tag {
    font-size: 16px;
}

.why-choose-us-title {
    font-size: 26px;
}

.why-choose-us-description {
    font-size: 14px;
    line-height: 1.5;
}

.inner-team-wrap {
    padding: 60px 0;
}

.inner-team-divider-label {
    font-size: 16px;
}

.inner-team-tag {
    font-size: 16px;
}

.inner-team-title {
    font-size: 26px;
}

/* inner about us page ends */

/* inner Faq page start */

.faq-section {
    padding: 60px 0;
}

.faq-header {
    margin: 0px auto 40px;
}

.faq-heading {
    font-size: 26px;
}

.faq-tag {
    font-size: 16px;
}

.faq-question {
    padding: 15px 20px;
    font-size: 16px;
}

.faq-answer {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* inner Faq page ends */

/* inner branch page start */

.inner-branch-wrap {
    padding: 60px 0;
}

.inner-branch-heading {
    font-size: 26px;
}

.inner-branch-card {
    display: flex;
    flex-direction: column;
}

.inner-branch-map {
    flex: unset;
    max-width: 100%;
    height: 230px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-map {
    height: 350px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 22px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 14px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    width: 30px;
    height: 30px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 14px;
}

/* inner branch page ends */

/* inner downloads page start */

.downloads-section {
    padding: 60px 0;
}

.downloads-tag {
    font-size: 16px;
}

.downloads-heading {
    font-size: 26px;
}

.downloads-table thead th {
    padding: 10px 15px;
    font-size: 14px;
}

.downloads-table tbody td {
    padding: 12px 16px;
    font-size: 12px;
}

.btn-view, .btn-download {
    padding: 10px 15px;
    font-size: 12px;
}

/* inner downloads page ends */

.inner-gallery-wrap {
    padding: 60px 0;
}

.inner-gallery-wrap .section-tag {
    font-size: 14px;
}

.inner-gallery-wrap .section-title {
    font-size: 26px;
}

.inner-gallery-wrap .section-description {
    font-size: 14px;
}

.vp-uid-e1f2a227 .vp-portfolio__item-wrap {
    width: 50% !important;
}

/* inner gallery page ends */

/* inner contact us page start */

.inner-contact-us-section {
    padding: 60px 0;
}

.inner-contact-us-page-label {
    font-size: 16px;
}

.inner-contact-us-info-header h2 {
    font-size: 26px;
}

.inner-contact-us-info-header p {
    font-size: 14px;
}

.inner-contact-us-page-info {
    gap: 30px;
    margin-bottom: -1px;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 18px;
}

/* inner contact us page ends */

/* signle deposit page start */

.deposit-single-wrap {
    padding: 60px 0;
}

.deposit-single-main {
    padding-right: 0px;
}

.deposit-single-header h1 {
    font-size: 24px;
}

.deposit-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 380px;
}

.deposit-single-content {
    font-size: 14px;
    line-height: 1.6;
}

.deposit-single-content h2 {
    font-size: 20px;
}

.deposit-single-content h4 {
    font-size: 16px;
}

.deposit-single-content table th {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-sidebar {
    position: unset;
    margin-top: 40px;
}

.deposit-sidebar-card h3 {
    font-size: 16px;
}

.deposit-sidebar-info h5 {
    font-size: 14px;
}

.deposit-sidebar-btn {
    width: fit-content;
    padding: 13px 40px;
}

/* signle deposit page ends */

}

/* @media only screen and (min-width: 768px) and (max-width: 820.98px) {
.inner-team-col {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
} */


@media only screen and (min-width: 768px) and (max-width: 991.98px) {

/* home page start */

/* header section start */

.menu-logoheader {
    padding: 10px 0;
}

.header-menu {
    margin-right: 0;
}

.top-header-info-wrap {
    display: flex;
    justify-content: space-around;
}

.top-header-links {
    display: none;
}

.opening-info, .support-info, .support-info a {
    font-size: 14px;
}

.header-logo img {
    max-width: 100%;
    width: auto;
    height: 45px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f2f2f2f2;
    width: 300px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 12px 15px;
    color: #2F3D8E !important;
    background: #f2f2f2f2 !important;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
}

.search-overlay {
    padding: 20px 6vw;
}

.search-overlay-close {
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 10px 13px;
    font-size: 13px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 14px 25px;
    font-size: 16px;
}

/* header section ends */

/* banner section start */

.banner-wrap {
    min-height: 650px;
    max-height: 700px;
}

.banner-wrap-gradient-panel {
    left: 0;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(22, 28, 73, 0.82) 30%, rgba(22, 28, 73, 0.97) 60%, rgba(22, 28, 73, 1) 100%);
    top: auto;
    bottom: 0;
    height: 60%;
    align-items: flex-end;
}

.banner-wrap-content-area {
    padding: 20px 6% 60px;
}

.banner-wrap-inner {
    max-width: 480px;
}

.banner-wrap-eyebrow {
    font-size: 14px;
    margin-bottom: 12px;
}

.banner-wrap-title {
    font-size: 32px;
    margin-bottom: 14px;
}

.banner-wrap-desc {
    max-width: 100%;
    margin-bottom: 22px;
}

.banner-wrap-desc p {
    font-size: 14px;
    line-height: 1.5;
}

.banner-wrap-dots {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 10px;
}

.banner-wrap-dot-ring {
    display: none;
}

.banner-wrap-dot {
    width: auto;
    height: auto;
}

.banner-wrap-dot-core {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffffb3;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
    width: 25px;
}

/* banner section ends */

/* marquee section start */

.information-marquee {
    background: #f2f2f2;
    height: 40px;
}

.marquee-label {
    padding: 0 13px;
    font-size: 14px;
}

.marquee-label svg {
    width: 24px;
    height: 24px;
}

.marquee-item {
    padding: 0 10px;
    font-size: 14px;
}

.marquee-spacer svg {
    width: 16px;
    height: 16px;
}

/* marquee section ends */

/* about us section start */

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 450px;
    font-size: 30px;
}

.about-us-text-block p {
    font-size: 16px;
    max-width: unset;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
}

.about-us-card-icon img {
    width: 30px;
    height: 30px;
}

.about-us-card-title {
    font-size: 16px;
}

.about-us-card-desc {
    font-size: 14px;
}

.about-us-link {
    margin-top: 20px;
}

.about-us-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.about-us-cards-grid.row {
    margin-bottom: 30px;
}

.about-us-card-title {
    font-size: 14px;
}

.about-us-services {
    margin-top: 30px;
    row-gap: 24px;
}

.about-us-service-item {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
}

.about-us-service-label {
    font-size: 14px;
}

/* about us section ends */

/* cta section start */

.cta-banner-wrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start;
}

.cta-banner-content h2 {
    font-size: 26px;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
}

/* cta section ends */

/* services section start */

.services-wrap {
    display: none;
}

.mobile-services-wrap {
    display: block;
    padding: 50px 0 40px;
}

.service-tag {
    font-size: 16px;
}

.service-title {
    font-size: 30px;
}

/* services section ends */

/* deposit section start */

.deposit-tag {
    font-size: 16px;
}

.deposit-title {
    font-size: 30px;
}

.deposit-col {
    margin-bottom: 30px;
}

.deposit-card {
    height: 350px;
}

.deposit-overlay h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

/* deposit section ends */

/* team section start */

.team-wrap {
    padding: 60px 0 !important;
}

.team-title {
    font-size: 30px;
}

.team-tag {
    font-size: 16px;
}

.team-card-wrap {
    flex: 0 0 270px;
}

/* team section ends */

/* branch section start */

.branches-head {
    gap: 20px;
    margin-bottom: 40px;
}  

.branches-head h2 {
    font-size: 30px;
}

/* branch section ends */

/* footer section start */

.footer-wrap {
    padding: 50px 0 0;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.footer-wrap-links h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-wrap-middle {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 20px;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bottom-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* footer section ends */

/* home page ends */

/* inner page section start */

.innerpage {
    margin-top: 50px;
    height: 420px;
    align-items: flex-end;
}

.innerpage-accent {
    display: none;
}

.innerpage-title {
    font-size: 26px;
}

.innerpage-bg {
    inset: 0;
}

.innerpage-bg-overlay {
    background: rgb(6 11 26 / 9%);
}

.innerpage-content {
    width: 100%;
    clip-path: none;
    background: linear-gradient(180deg, rgb(22 28 73 / 0%) 0%, rgba(22, 28, 73, 0.97) 60%);
    padding: 60px 6vw 30px;
}

/* inner page section ends */

/* inner about us page start */

.inner-about-us-wrap {
    background: #ffffff;
    padding: 60px 0;
}

.inner-about-content {
    padding-right: 0;
    margin-bottom: 40px;
}

.inner-about-description h2 {
    font-size: 30px;
    max-width: 500px;
}

.inner-about-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.inner-about-stats {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.inner-about-stats .row {
    row-gap: 20px;
}

.stat-value {
    font-size: 26px;
}

.stat-label {
    font-size: 14px;
}

.loan-rates {
    padding: 60px 0;
}

.loan-rates h2 {
    font-size: 30px;
}

.loan-rates-table thead th {
    padding: 12px 16px;
    font-size: 16px;
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 13px;
}

.why-choose-us-section {
    padding: 60px 0;
}

.why-choose-us-tag {
    font-size: 16px;
}

.why-choose-us-title {
    font-size: 30px;
}

.why-choose-us-description {
    font-size: 16px;
    line-height: 1.5;
}

.inner-team-wrap {
    padding: 60px 0;
}

.inner-team-divider-label {
    font-size: 18px;
}

.inner-team-tag {
    font-size: 16px;
}

.inner-team-title {
    font-size: 30px;
}

/* inner about us page ends */

/* inner Faq page start */

.faq-section {
    padding: 60px 0;
}

.faq-header {
    margin: 0px auto 40px;
}

.faq-heading {
    font-size: 30px;
}

.faq-tag {
    font-size: 16px;
}

.faq-question {
    padding: 15px 20px;
}

.faq-answer {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* inner Faq page ends */

/* inner branch page start */

.inner-branch-wrap {
    padding: 60px 0;
}

.inner-branch-heading {
    font-size: 30px;
}

.inner-branch-card {
    display: flex;
    flex-direction: column;
}

.inner-branch-card.inner-branch-card--prime {
    display: flex;
    flex-direction: row;
}

.inner-branch-map {
    flex: unset;
    max-width: 100%;
    height: 250px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-map {
    height: auto;
    min-height: 270px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 24px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 14px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    width: 30px;
    height: 30px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 14px;
}

/* inner branch page ends */

/* inner downloads page start */

.downloads-section {
    padding: 60px 0;
}

.downloads-tag {
    font-size: 16px;
}

.downloads-heading {
    font-size: 30px;
}

.downloads-table thead th {
    padding: 10px 15px;
    font-size: 16px;
}

.downloads-table tbody td {
    padding: 12px 16px;
    font-size: 14px;
}

.btn-view, .btn-download {
    padding: 10px 15px;
    font-size: 14px;
}

/* inner downloads page ends */

.inner-gallery-wrap {
    padding: 60px 0;
}

.inner-gallery-wrap .section-tag {
    font-size: 14px;
}

.inner-gallery-wrap .section-title {
    font-size: 30px;
}

.inner-gallery-wrap .section-description {
    font-size: 14px;
}

/* inner gallery page ends */

/* inner contact us page start */

.inner-contact-us-section {
    padding: 60px 0;
}

.inner-contact-us-page-label {
    font-size: 16px;
}

.inner-contact-us-info-header h2 {
    font-size: 30px;
}

.inner-contact-us-info-header p {
    font-size: 14px;
}

.inner-contact-us-page-info {
    gap: 30px;
    margin-bottom: -1px;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 22px;
}

.inner-contact-us-page-form-wrap label {
    display: block;
    font-size: 14px;
}

.inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-text, .inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-tel, .inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-email, .inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-textarea, .inner-contact-us-page-form-wrap .wpcf7-form-control.wpcf7-select {
    padding: 12px 16px;
    font-size: 15px;
}

/* inner contact us page ends */

/* signle deposit page start */

.deposit-single-wrap {
    padding: 60px 0;
}

.deposit-single-main {
    padding-right: 0px;
}

.deposit-single-header h1 {
    font-size: 28px;
}

.deposit-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 380px;
}

.deposit-single-content {
    font-size: 14px;
    line-height: 1.6;
}

.deposit-single-content h2 {
    font-size: 24px;
}

.deposit-single-content h4 {
    font-size: 16px;
}

.deposit-single-content table th {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-sidebar-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.deposit-sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    padding: 10px;
    background: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.deposit-single-sidebar {
    position: unset;
    margin-top: 40px;
}

.deposit-sidebar-card h3 {
    font-size: 16px;
}

.deposit-sidebar-info h5 {
    font-size: 14px;
}

.deposit-sidebar-btn {
    width: fit-content;
    padding: 13px 40px;
}

/* signle deposit page ends */

}


@media only screen and (min-width: 992px) and (max-width: 1100.98px) {

.about-us-top .about-us-content, .about-us-top .about-us-image-wrap, .deposit-single-rcol, .deposit-single-lcol {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.about-us-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    max-height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.about-us-cards-grid.row {
    margin-bottom: 40px;
}

.mobile-service-col, .inner-branch-card-col.full-width {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}


.deposit-sidebar-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.deposit-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    padding: 10px;
    background: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.deposit-sidebar-info h5 {
    font-size: 16px;
}

.deposit-sidebar-info p {
    font-size: 14px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

/* home page start */

/* header section start */

.menu-logoheader {
    padding: 10px 0;
}

.header-menu {
    margin-right: 0;
}

.top-header-info-wrap {
    display: flex;
    justify-content: space-around;
}

.top-header-links {
    display: none;
}

.opening-info, .support-info, .support-info a {
    font-size: 14px;
}

.header-logo img {
    max-width: 100%;
    width: auto;
    height: 45px;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f2f2f2f2;
    width: 300px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 12px 15px;
    color: #2F3D8E !important;
    background: #f2f2f2f2 !important;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: linear-gradient(90deg,rgba(22, 28, 73, 1) 6%, rgba(33, 66, 155, 1) 70%, rgba(22, 28, 73, 1) 100%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 14px;
}

.search-overlay {
    padding: 20px 6vw;
}

.search-overlay-close {
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 10px 13px;
    font-size: 13px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 14px 25px;
    font-size: 16px;
}

/* header section ends */

/* banner section start */

.banner-wrap {
    min-height: 650px;
    max-height: 700px;
}

.banner-wrap-content-area {
    padding: 20px 6% 60px;
}

.banner-wrap-inner {
    max-width: 480px;
}

.banner-wrap-eyebrow {
    font-size: 14px;
    margin-bottom: 12px;
}

.banner-wrap-title {
    font-size: 36px;
    margin-bottom: 14px;
}

.banner-wrap-desc {
    max-width: 100%;
    margin-bottom: 22px;
}

.banner-wrap-desc p {
    font-size: 14px;
    line-height: 1.5;
}

.banner-wrap-dots {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 25%;
    flex-direction: row;
    gap: 10px;
}

.banner-wrap-dot-ring {
    display: none;
}

.banner-wrap-dot {
    width: auto;
    height: auto;
}

.banner-wrap-dot-core {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffffb3;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
    width: 25px;
}

/* banner section ends */

/* marquee section start */

.information-marquee {
    background: #f2f2f2;
    height: 40px;
}

.marquee-label {
    padding: 0 13px;
    font-size: 14px;
}

.marquee-label svg {
    width: 24px;
    height: 24px;
}

.marquee-item {
    padding: 0 10px;
    font-size: 14px;
}

.marquee-spacer svg {
    width: 16px;
    height: 16px;
}

/* marquee section ends */

/* about us section start */

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 550px;
    font-size: 34px;
}

.about-us-text-block p {
    font-size: 16px;
    max-width: unset;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
}

.about-us-card-icon img {
    width: 30px;
    height: 30px;
}

.about-us-card-title {
    font-size: 16px;
}

.about-us-card-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-us-link {
    margin-top: 20px;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.about-us-card-title {
    font-size: 14px;
}

.about-us-services {
    margin-top: 30px;
    row-gap: 24px;
}

.about-us-service-item {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
}

.about-us-service-label {
    font-size: 14px;
}

/* about us section ends */

/* cta section start */

.cta-banner-content h2 {
    font-size: 28px;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
}

/* cta section ends */

/* services section start */

.services-wrap {
    display: none;
}

.mobile-services-wrap {
    display: block;
    padding: 50px 0 40px;
}

.service-tag {
    font-size: 16px;
}

.service-title {
    font-size: 34px;
}

/* services section ends */

/* deposit section start */

.deposit-tag {
    font-size: 16px;
}

.deposit-title {
    font-size: 34px;
}

.deposit-col {
    margin-bottom: 30px;
}

.deposit-card {
    height: 400px;
}

.deposit-overlay h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

/* deposit section ends */

/* team section start */

.team-wrap {
    padding: 60px 0 !important;
}

.team-title {
    font-size: 34px;
}

.team-tag {
    font-size: 16px;
}

.team-card-wrap {
    flex: 0 0 270px;
}

/* team section ends */

/* branch section start */

.branches-head {
    gap: 20px;
    margin-bottom: 40px;
}  

.branches-head h2 {
    font-size: 34px;
}

/* branch section ends */

/* footer section start */

.footer-wrap {
    padding: 50px 0 0;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.footer-wrap-links h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-wrap-middle {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    gap: 20px;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex;
    gap: 30px;
}

.footer-bottom-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* footer section ends */

/* home page ends */

/* inner page section start */

.innerpage {
    margin-top: 50px;
    height: 420px;
    align-items: stretch;
}

.innerpage-title {
    font-size: 30px;
}

/* inner page section ends */

/* inner about us page start */

.inner-about-us-wrap {
    background: #ffffff;
    padding: 60px 0;
}

.inner-about-content {
    padding-right: 0;
    margin-bottom: 40px;
}

.inner-about-description h2 {
    font-size: 34px;
    max-width: 550px;
}

.inner-about-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.inner-about-stats {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.inner-about-stats .row {
    row-gap: 20px;
}

.stat-value {
    font-size: 26px;
}

.stat-label {
    font-size: 14px;
}

.loan-rates {
    padding: 60px 0;
}

.loan-rates h2 {
    font-size: 34px;
}

.loan-rates-table thead th {
    padding: 12px 16px;
    font-size: 16px;
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 13px;
}

.why-choose-us-section {
    padding: 60px 0;
}

.why-choose-us-tag {
    font-size: 16px;
}

.why-choose-us-title {
    font-size: 34px;
}

.why-choose-us-description {
    font-size: 16px;
    line-height: 1.5;
}

.inner-team-wrap {
    padding: 60px 0;
}

.inner-team-divider-label {
    font-size: 18px;
}

.inner-team-tag {
    font-size: 16px;
}

.inner-team-title {
    font-size: 30px;
}

/* inner about us page ends */

/* inner Faq page start */

.faq-section {
    padding: 60px 0;
}

.faq-header {
    margin: 0px auto 40px;
}

.faq-heading {
    font-size: 34px;
}

.faq-tag {
    font-size: 16px;
}

.faq-question {
    padding: 15px 20px;
}

.faq-answer {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

/* inner Faq page ends */

/* inner branch page start */

.inner-branch-wrap {
    padding: 60px 0;
}

.inner-branch-heading {
    font-size: 34px;
}

.inner-branch-card {
    display: flex;
    flex-direction: column;
}

.inner-branch-card.inner-branch-card--prime {
    display: flex;
    flex-direction: row;
}

.inner-branch-map {
    flex: unset;
    max-width: 100%;
    height: 250px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-map {
    height: auto;
    min-height: 270px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 24px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 14px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    width: 30px;
    height: 30px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 14px;
}

/* inner branch page ends */

/* inner downloads page start */

.downloads-section {
    padding: 60px 0;
}

.downloads-tag {
    font-size: 16px;
}

.downloads-heading {
    font-size: 34px;
}

.btn-view, .btn-download {
    padding: 10px 15px;
    font-size: 14px;
}

/* inner downloads page ends */

.inner-gallery-wrap {
    padding: 60px 0;
}

.inner-gallery-wrap .section-tag {
    font-size: 14px;
}

.inner-gallery-wrap .section-title {
    font-size: 34px;
}

/* inner gallery page ends */

/* inner contact us page start */

.inner-contact-us-section {
    padding: 60px 0;
}

.inner-contact-us-page-label {
    font-size: 16px;
}

.inner-contact-us-info-header h2 {
    font-size: 32px;
    margin: 0 0 10px;
}

.inner-contact-us-info-header p {
    font-size: 14px;
}

.inner-contact-us-page-info {
    gap: 30px;
    margin-bottom: -1px;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 22px;
}

.inner-contact-us-page-form-wrap {
    background: #F2F2F2;
    padding: 15px;
}

/* inner contact us page ends */

/* signle deposit page start */

.deposit-single-wrap {
    padding: 60px 0;
}

.deposit-single-main {
    padding-right: 0px;
}

.deposit-single-header h1 {
    font-size: 30px;
}

.deposit-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 480px;
}

.deposit-single-content {
    font-size: 14px;
    line-height: 1.6;
}

.deposit-single-content h2 {
    font-size: 24px;
}

.deposit-single-content h4 {
    font-size: 16px;
}

.deposit-single-content table th {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-sidebar {
    position: unset;
    margin-top: 40px;
}

.deposit-sidebar-card h3 {
    font-size: 16px;
}

.deposit-sidebar-info h5 {
    font-size: 14px;
}

/* signle deposit page ends */

}

@media only screen and (min-width: 1199.5px) and (max-width: 1200.5px) {

    .top-header-links {
        display: none !important;
    }

    .top-header-info-wrap {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    .top-bar-search-toggle {
        display: inline-flex !important;
        align-items: center !important;
        height: 30px !important;
        width: 30px !important;
        font-size: 18px !important;
        margin-left: auto !important;
        color: inherit !important;
    }

    .header-menu {
        margin-right: 0 !important;
    }

    .header-logo img {
        max-width: 100% !important;
        width: auto !important;
        height: 45px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #f2f2f2f2 !important;
        width: 300px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 1 !important;
        height: unset !important;
        padding: 14px 15px !important;
        color: #2F3D8E !important;
        background: #f2f2f2f2 !important;
        border: 0 !important;
        border-radius: 0 !important;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 16px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #ffffff !important;
        background: linear-gradient(
            90deg,
            rgba(22, 28, 73, 1) 6%,
            rgba(33, 66, 155, 1) 70%,
            rgba(22, 28, 73, 1) 100%
        ) !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1 !important;
        transform: translate(0, 0px) !important;
    }

    .search-overlay {
        padding: 20px 6vw !important;
    }

    .search-overlay-close {
        margin-bottom: 15px !important;
        padding: 10px 25px !important;
        font-size: 14px !important;
    }

    .search-overlay-box .search-field {
        flex: 1 !important;
        border: 0 !important;
        padding: 10px 13px !important;
        font-size: 13px !important;
        outline: none !important;
        color: #1b2259 !important;
    }

    .search-overlay-box .search-submit {
        padding: 14px 25px !important;
        font-size: 16px !important;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1300.5px) {

.header-logo {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.header-menu-wrap {
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 0px 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1430.5px) {

/* home page start */

/* header section start */

.menu-logoheader {
    padding: 10px 0;
}

.header-menu {
    margin-right: 0;
}

.top-header-info-wrap {
    display: flex;
    justify-content: space-around;
}

.opening-info, .support-info, .support-info a {
    font-size: 14px;
}

.header-logo img {
    max-width: 100%;
    width: auto;
    height: 45px;
}

.header-search-toggle {
    width: 40px;
    height: 40px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.search-overlay {
    padding: 20px 6vw;
}

.search-overlay-close {
    margin-bottom: 15px;
    padding: 10px 25px;
    font-size: 14px;
}

.search-overlay-box .search-field {
    flex: 1;
    border: 0;
    padding: 10px 13px;
    font-size: 13px;
    outline: none;
    color: #1b2259;
}

.search-overlay-box .search-submit {
    padding: 14px 25px;
    font-size: 16px;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 0px 10px;
    font-size: 15px;
}

/* header section ends */

/* banner section start */

.banner-wrap {
    min-height: 650px;
    max-height: 700px;
}

.banner-wrap-content-area {
    padding: 20px 6% 60px;
}

.banner-wrap-inner {
    max-width: 480px;
}

.banner-wrap-eyebrow {
    font-size: 14px;
    margin-bottom: 12px;
}

.banner-wrap-title {
    font-size: 42px;
    margin-bottom: 14px;
}

.banner-wrap-desc {
    max-width: 100%;
    margin-bottom: 22px;
}

.banner-wrap-desc p {
    font-size: 14px;
    line-height: 1.5;
}

.banner-wrap-dots {
    right: auto;
    top: auto;
    bottom: 20px;
    left: 25%;
    flex-direction: row;
    gap: 10px;
}

.banner-wrap-dot-ring {
    display: none;
}

.banner-wrap-dot {
    width: auto;
    height: auto;
}

.banner-wrap-dot-core {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ffffffb3;
}

.banner-wrap-dot.is-active .banner-wrap-dot-core {
    background: #ffffff;
    width: 25px;
}

/* banner section ends */

/* about us section start */

.about-us-text-block h1, .about-us-text-block h2, .about-us-text-block h3 {
    max-width: 550px;
    font-size: 38px;
}

.about-us-card-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
}

.about-us-card-icon img {
    width: 30px;
    height: 30px;
}

.about-us-card-title {
    font-size: 16px;
}

.about-us-card-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-us-link {
    margin-top: 20px;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.about-us-card-title {
    font-size: 14px;
}

.about-us-services {
    margin-top: 30px;
    row-gap: 24px;
}

.about-us-service-item {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    padding: 20px;
    text-decoration: none;
}

.about-us-service-label {
    font-size: 14px;
}

/* about us section ends */

/* cta section start */

.cta-banner-content h2 {
    font-size: 32px;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
}

/* cta section ends */

/* services section start */

.service-title {
    font-size: 38px;
}

.service-preview-wrap {
    position: relative;
    width: 100%;
    height: 580px;
}

.service-content h4 {
    font-size: 18px;
}

.service-content p {
    margin: 0;
    font-size: 12px;
}

/* services section ends */

/* deposit section start */

.deposit-title {
    font-size: 38px;
}

.deposit-col {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

/* deposit section ends */

/* team section start */

.team-title {
    font-size: 38px;
}

.team-card-wrap {
    flex: 0 0 270px;
}

/* team section ends */

/* branch section start */

.branches-head {
    gap: 20px;
    margin-bottom: 40px;
}  

.branches-head h2 {
    font-size: 38px;
}

.branch-card {
    gap: 15px;
    padding: 15px;
}

/* branch section ends */

/* footer section start */

.footer-wrap {
    padding: 50px 0 0;
}

.footer-wrap-info {
    background: #ffffff;
    padding: 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.footer-wrap-links h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-wrap-middle {
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 40px;
    gap: 80px;
}

#mega-menu-max_mega_menu_3.mega-menu {
    display: flex;
    gap: 30px;
}

.footer-bottom-row {
    gap: 20px;
}

/* footer section ends */

/* home page ends */

/* inner page section start */

.innerpage {
    margin-top: 50px;
    height: 420px;
    align-items: stretch;
}

.innerpage-title {
    font-size: 30px;
}

/* inner page section ends */

/* inner about us page start */

.inner-about-content {
    padding-right: 0;
    margin-bottom: 40px;
}

.inner-about-description h2 {
    font-size: 38px;
    max-width: 550px;
}

.inner-about-stats {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 29, 73, 0.08);
}

.inner-about-stats .row {
    row-gap: 20px;
}

.stat-value {
    font-size: 26px;
}

.stat-label {
    font-size: 14px;
}

.loan-rates h2 {
    font-size: 38px;
}

.loan-rates-table thead th {
    padding: 12px 16px;
    font-size: 16px;
}

.loan-rates-table tbody td {
    padding: 12px 16px;
    font-size: 13px;
}

.why-choose-us-tag {
    font-size: 16px;
}

.why-choose-us-title {
    font-size: 38px;
}

.why-choose-us-description {
    font-size: 16px;
    line-height: 1.5;
}

.inner-team-divider-label {
    font-size: 18px;
}

.inner-team-tag {
    font-size: 16px;
}

.inner-team-title {
    font-size: 30px;
}

/* inner about us page ends */

/* inner Faq page start */

.faq-heading {
    font-size: 38px;
}

.faq-tag {
    font-size: 16px;
}

/* inner Faq page ends */

/* inner branch page start */

.inner-branch-heading {
    font-size: 38px;
}

.inner-branch-card {
    display: flex;
}

.inner-branch-card.inner-branch-card--prime {
    display: flex;
    flex-direction: row;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-title {
    font-size: 24px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-address {
    font-size: 14px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-icon {
    width: 30px;
    height: 30px;
}

.inner-branch-card.inner-branch-card--prime .inner-branch-phone, .inner-branch-card.inner-branch-card--prime .inner-branch-hours, .inner-branch-card.inner-branch-card--prime .inner-branch-email {
    font-size: 14px;
}

/* inner branch page ends */

/* inner downloads page start */

.downloads-section {
    padding: 60px 0;
}

.downloads-tag {
    font-size: 16px;
}

.downloads-heading {
    font-size: 34px;
}

.btn-view, .btn-download {
    padding: 10px 15px;
    font-size: 14px;
}

/* inner downloads page ends */

.inner-gallery-wrap {
    padding: 60px 0;
}

.inner-gallery-wrap .section-tag {
    font-size: 14px;
}

.inner-gallery-wrap .section-title {
    font-size: 38px;
}

/* inner gallery page ends */

/* inner contact us page start */

.inner-contact-us-page-label {
    font-size: 16px;
}

.inner-contact-us-info-header h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

.inner-contact-us-info-header p {
    font-size: 14px;
}

.inner-contact-us-page-info {
    gap: 30px;
    margin-bottom: -1px;
}

.inner-contact-us-page-form-wrap h3 {
    font-size: 22px;
}

.inner-contact-us-page-form-wrap {
    background: #F2F2F2;
    padding: 20px;
}

/* inner contact us page ends */

/* signle deposit page start */

.deposit-single-wrap {
    padding: 60px 0;
}

.deposit-single-lcol {
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
}

.deposit-single-rcol {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.deposit-single-main {
    padding-right: 0px;
}

.deposit-single-header h1 {
    font-size: 30px;
}

.deposit-featured-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 480px;
}

.deposit-single-content {
    font-size: 14px;
    line-height: 1.6;
}

.deposit-single-content h2 {
    font-size: 26px;
}

.deposit-single-content h4 {
    font-size: 16px;
}

.deposit-single-content table th {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-content table td {
    padding: 12px 16px;
    font-size: 14px;
}

.deposit-single-sidebar {
    position: unset;
    margin-top: 40px;
}

.deposit-sidebar-card h3 {
    font-size: 16px;
}

.deposit-sidebar-info h5 {
    font-size: 14px;
}

/* signle deposit page ends */

}
