﻿@font-face {
    font-family: Preeti;
    src: url('../fonts/Preeti.ttf');
}
body {
    font-family: 'Mukta', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        color: #e53935;
    }

.date_time {
    padding-top: 8px;
    display: flex;
}

    .date_time .calendar, .date_time .watch {
        display: flex;
        color: #000;
    }

        .date_time .calendar p, .date_time .watch p {
            font-size: 15px;
            margin-left: 5px;
            margin-top: -2px;
        }

    .date_time .fa-calendar-alt, .date_time .fa-clock {
        font-size: 17px;
    }

.social_icons {
    display: flex;
    float: right;
    margin-top: 6px;
}

.preeti-button a {
    color: #000;
    font-size: 17px;
    margin-right: 5px;
    margin-top: -50px;
    padding: 0px 4px;
    border-right: 2px solid whitesmoke;
}

.unicode-button a {
    border: none;
    color: #000;
    font-size: 17px;
    margin-top: -50px;
    padding: 0px 4px;
}

.awasar-button a {
    color: #000;
    font-size: 17px;
    margin-right: 5px;
    margin-top: -50px;
    padding: 0px 8px;
    border-right: 2px solid whitesmoke;
}

.date_time .watch {
    margin-left: 15px;
}

#time_hr {
    margin-top: -10px;
    color: #000066;
}

.logo img {
    height: auto;
    width: 80%;
}

.top_head a:hover {
    color: #e53935;
}

#sidenav {
    /* size factor, 2 for double of sidebar */
    /* side nav width */
    /* increase/decrease to size the close btn */
    font-size: 1em;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #000066;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(-300px);
    transition: transform 0.5s;
    /* dropdown style */
}

    #sidenav a, #sidenav a i {
        color: white;
    }

    #sidenav .closebtn {
        flex: 0 0 1.2em;
        font-size: 2.2em;
        width: 1.5em;
        height: 1.2em;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-tap-highlight-color: transparent;
        /* to remove the blinking of tap on mobile */
    }

    #sidenav .side-nav-items {
        overflow-y: auto;
        width: 100%;
        font-size: 1.3em;
        padding: 1em 0em 1em 0em;
    }

        #sidenav .side-nav-items .side-item {
            margin-top: .5em;
            padding: 5px 15px;
        }

            #sidenav .side-nav-items .side-item:first-child {
                margin-top: 0;
            }

        #sidenav .side-nav-items .dropdown-items.show {
            background-color: #e53935;
        }

    #sidenav.show {
        transform: translateX(0);
    }

    #sidenav .dropdown {
        color: #b3b3b3;
    }

        #sidenav .dropdown .dropdown-items {
            padding: 0em;
            height: 0;
            overflow-x: hidden;
            overflow-y: auto;
            transition: all 0.7s;
        }

            #sidenav .dropdown .dropdown-items .dropdown-item {
                padding-top: 0.3em;
            }

                #sidenav .dropdown .dropdown-items .dropdown-item::before {
                    content: " ";
                }

        #sidenav .dropdown:hover {
            height: auto;
        }

            #sidenav .dropdown:hover .dropdown-items {
                height: auto;
            }

    #sidenav .dropdown-items.show {
        height: auto;
    }

ul.dropdown-items {
    background: rgba(0,0,0,0.8);
}

#nav-home-tab, #nav-profile-tab, .nav-tabs .nav-link {
    background-color: #000066;
    color: white !important;
    border: 0px !important;
    border-radius: 0px !important;
}

    #nav-home-tab.active, #nav-profile-tab.active, .nav-tabs .nav-link.active {
        background-color: #e53935;
    }

#Corporate_Banking_Link {
    position: absolute;
    right: 0px;
    top: -6px;
    display:block!important;
}
/* changing scrollbar on desktop */
@media only screen and (min-width: 30rem) {
    #sidenav .side-nav-items::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px black;
        border-radius: 10px;
        background-color: #CCCCCC;
    }

    #sidenav .side-nav-items::-webkit-scrollbar {
        width: 0.4em;
        background-color: #757575;
    }

    #sidenav .side-nav-items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #555;
    }

    .dropdown-items::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px black;
        border-radius: 10px;
        background-color: #CCCCCC;
    }

    .dropdown-items::-webkit-scrollbar {
        width: 0.4em;
        background-color: #757575;
    }

    .dropdown-items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #555;
    }
}

.side-nav-items {
    list-style: none;
}

    .side-nav-items .dropdown-item a:hover, .side-nav-items .dropdown-item a:hover i {
        color: #e53935 !important;
    }

.navbar {
    padding: 0px;
}

.navbar-nav {
    padding-left: 15px;
}

.navbar-collapse a i {
    color: white !important;
}

.dropdown-menu {
    border-radius: 0px !important;
    background-color: #e6e6e6;
}

.nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-toggle::after {
    border: 0px !important;
}

.navbar-light .nav-link {
    font-size: 19px;
    display: block;
    padding: 8px 20px !Important;
    cursor: pointer;
    color: white !important;
}

    .navbar-light .nav-link:hover,.navbar-light .nav-link.active {
        background-color: #e53935;
    }

.navbar-light .item-selected, #sidenav .item-selected {
    background-color: #e53935;
}

.bg-light {
    height: 45px;
    background-color: #000066 !important;
    box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.39);
}

ul.navbar-nav li:last-child a {
    border-right: 0px;
}

.last {
    padding: 0px;
}

.dropdown-menu.last a {
    padding: 5px 15px;
    display: block;
}

    .dropdown-menu.last a:hover {
        background-color: #dd0000;
        color: white;
    }

.copyright {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-size: 15px;
}

.footer-left {
    text-align: left;
}

.copyright p {
    margin: 0px !important;
}

footer p {
    margin-bottom: 5px;
}

    footer p i {
        margin-right: 8px;
    }

.footer-right {
    text-align: right;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}



.middle_div {
    padding-left: 80px;
}

.social-link a {
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 6px;
}

.facebook {
    padding: 5px 13.6px;
    background-color: white;
}

.twitter {
    padding: 5px 10.6px;
    background-color: white;
}

.linkedin {
    padding: 5px 11.6px;
    background-color: white;
}

.youtube {
    padding: 5px 9.6px;
    background-color: white;
}

.instagram {
    padding: 5px 11.6px;
    background-color: white;
}

.facebook:hover {
    background-color: #4267B2;
    border-color: #4267B2;
    color: white !important;
}

.linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
    color: white !important;
}

.twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: white !important;
}

.youtube:hover {
    background-color: #FF0000;
    border-color: #FF0000;
    color: white !important;
}

.instagram:hover {
    background-color: #833AB4;
    border-color: #833AB4;
    color: white !important;
}

.presi {
    margin-bottom: 15px;
}

.home {
    width: 85%;
    margin: auto;
}


.sectionf-news-title h4 {
    font-weight: bold;
    font-size: 24px;
    padding: 10px 50px;
}

.sectionf-newsf {
    border-right: 1px solid #ccc;
}

.navt {
    justify-content: normal;
}

    .navt button {
        font-size: 19px;
        font-weight: bold;
        color: black !important;
    }

        .navt button:hover {
            color: black;
        }

.ntc p {
    font-size: 22px;
    padding: 9px 20px;
    text-align: center;
    border-bottom: 2px solid #ccc;
}

.main-two-news {
    border-right: 1px solid #ccc;
}

.main-two-newss {
    border-left: 1px solid #ccc;
}

.main-two h5 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

    .nav-pills .nav-link:hover {
        background-color: #000066;
        color: white;
    }

a.text-white:hover {
    color: #e53935 !important;
}

@media screen and (max-width: 766px) {
    .main-two-news {
        border-right: none;
    }

    .main-two-newss {
        border-left: none;
    }

    .sectionf-newsf {
        border-right: none;
    }

    footer div.col-md-4 {
        text-align: center;
    }

    .logo {
        text-align: center;
    }

        .logo img {
            max-height: 90px;
        }

    .social_icons {
        display: none !important;
    }

    .sectionb-alltab button.nav-link {
        padding: 3px 8px !important;
    }
}





.sectionb h4 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

.sectionb-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sabai {
    height: 37px !important;
    font-size: 20px !important;
    color: #000;
    padding-top: 25px;
    margin-bottom: 0px;
    vertical-align: bottom;
    display: block;
    line-height: 0.8 !important;
}

.sectionbads img {
    margin-bottom: 20px;
}

.sectionb p {
    font-weight: 600;
    font-size: 16px;
}

.cbs li button {
    text-align: center;
    color: #fff;
}

.business-subcategory-header {
    z-index: -1;
    width: 320px;
    background-color: #047483;
    -webkit-clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

    .business-subcategory-header h2 {
        font-size: 22px;
        padding: 8px 10px !important;
        z-index: 1;
        color: #fff;
        width: 245px;
    }

.cards {
    margin: 10px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

    .cards a {
        color: black;
    }

        .cards a:hover {
            color: #e53935;
        }

.sps-card {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
}

    .sps-card h5 {
        padding: 10px 15px;
    }

    .sps-card a {
        color: black;
    }

        .sps-card a:hover {
            color: #e53935;
        }

.business-head {
    border-right: 2px solid #ccc;
}

h3.antarbarta {
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0px;
    color: black;
}

    h3.antarbarta:hover {
        color: #e53935;
    }

p.antarbarta {
    font-size: 18px;
    font-style: italic;
    padding: 10px 0px;
    color: black;
}

.seccbichar a {
    color: black;
}

    .seccbichar a:hover {
        color: #e53935;
    }

.details-head-text {
    font-style: italic;
}

.news-text p {
    font-size: 20px;
    padding: 8px 0px;
    text-align: justify;
}

.related-news-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    -webkit-clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
    color: white;
}

    .related-news-head h2 {
        padding: 3px 10px;
        z-index: 1;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
    }

.related-news h4 {
    padding: 5px 15px;
}

.news-container {
    min-height: 90px;
}

@media screen and (max-width: 766px) {
    .cbs p {
        display: none;
    }

    .a-one, .a-two {
        display: none;
    }

    p.sabai {
        padding-top: 20px;
    }

    .sectiond-alltab p.sabai, .sectione-alltab p.sabai, .sectionf-alltab p.sabai.sectiong-alltab p.sabai, .sectionh-alltab p.sabai, .sectionj-alltab p.sabai, .sectionk-alltab p.sabai, .sectionl-alltab p.sabai, .sectionn-alltab .pradesh-dabs.sabai, .sectiono-alltab p.sabai, .sectionp-alltab p.sabai, .sectionq-alltab p.sabai, .sectionr-alltab p.sabai, .sections-alltab p.sabai, .sectiont-alltab p.sabai, .sectionu-alltab p.sabai {
        margin-top: 1rem !important;
    }

    .sectioni {
        padding: 0px !important;
    }

    .sectionf-news-title h4 {
        padding: 10px 0px;
        text-align: center;
    }

    .card-body h5 {
        text-align: center;
    }

    .business-videos {
        border: 0px !important;
    }

    .footer-left, .footer-right {
        text-align: center !important;
    }

    .sectiong p.sabai {
        padding-top: 37px;
    }

    nav {
        max-width: 100%;
        overflow: hidden;
    }
}





.bichar-sabai {
    display: flex;
    justify-content: space-between;
}

.bsabai .sabai {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.sectionc-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionc-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionc h5 {
    font-size: 19px;
    font-weight: 600;
}

.sectionc p {
    font-size: 16px;
}

.sectionc .sectionc-head {
    z-index: -1;
    width: 200px;
}

.sectionc-card-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sectionc h2 {
    font-size: 35px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #000066;
    font-weight: bold;
    margin: 0px;
}

.secc-border {
    border-right: 2px solid #ccc;
}

.seccbichar img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.seccbichar p {
    font-weight: bold;
}

.seccbichar span {
    font-weight: bold;
    font-size: 14px;
}

.bichar-head {
    z-index: -1;
    width: 160px !important;
}

.bichar-sabai .bichar-head h2 {
    font-size: 35px;
    margin-left: -50px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #000066;
    font-weight: bold;
    margin: 0px;
}

@media screen and (max-width: 766px) {
    .secc-border {
        border-right: none;
    }
}



.sectiond-alltab, .sectionp-alltab, .sectionl-alltab, .sectionc-alltab, .bichar-sabai, .sectionu-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #000066;
}

    .sectiond-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectiond-header {
    border-bottom: 2px solid #000066;
}

    .sectiond-header .sectiond-head {
        z-index: -1;
        width: 300px;
    }

    .sectiond-header h2, .sectiond-head h2 {
        font-size: 35px;
        font-weight: bold;
        padding: 5px 10px 0px 10px;
        z-index: 1;
        color: #000066;
        margin: 0px;
    }

.sectiond .smn {
    border-right: 1px solid #ccc;
}

.sectiond .sectiond-news {
    border-right: 1px solid #ccc;
}

.sectiond .sectiond-newss {
    border-left: 1px solid #ccc;
}

.sectiond h5 {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}

@media screen and (max-width: 1023px) {
    .sectiond .smn {
        border-right: none;
    }

    .sectiond .sectiond-news {
        border-right: none;
    }

    .sectiond .sectiond-newss {
        border-left: none;
    }
}



.sectione-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectione-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectione .sectione-head {
    z-index: -1;
    width: 200px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectione h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sectione .smn {
    border-left: 1px solid #ccc;
}

.sectione .sectiond-news {
    border-right: 1px solid #ccc;
}

.sectione .sectiond-newss {
    border-left: 1px solid #ccc;
}

.sectione h5 {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}

@media screen and (max-width: 1023px) {
    .sectione .smn {
        border-left: none;
    }

    .sectione .sectiond-news {
        border-right: none;
    }

    .sectione .sectiond-newss {
        border-left: none;
    }
}


.sectionf-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionf-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionf .sectionf-head {
    z-index: -1;
    width: 200px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionf h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sectionf .smn {
    border-right: 1px solid #ccc;
}

.sectionf .sectiond-news {
    border-right: 1px solid #ccc;
}

.sectionf .sectiond-newss {
    border-left: 1px solid #ccc;
}

.sectionf h5 {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}

@media screen and (max-width: 1023px) {
    .sectionf .smn {
        border-right: none;
    }

    .sectionf .sectiond-news {
        border-right: none;
    }

    .sectionf .sectiond-newss {
        border-left: none;
    }
}



.sectiong-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectiong-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectiong .sectiong-head {
    z-index: -1;
    width: 260px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectiong h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sectiong h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
}

.sectionh-head-news h5 {
    font-size: 19px !important;
    font-weight: bold;
    padding: 5px 0px;
}

.sectiong-ads img {
    margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
    .sectiong-ads .sh1, .sectiong-ads .sh2 {
        display: none;
    }

    .sectiong .sectiong-head {
        width: 285px;
    }
}



.sectionh-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionh-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionh .sectionh-head {
    z-index: -1;
    width: 200px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionh h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.pradesh-dabs button {
    font-size: 16px;
    font-weight: 600;
}

.sectionh-pradesh p {
    font-size: 16px;
    font-weight: 600;
}



.sectionii-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionii-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionii .sectionii-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionii h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.business-videos {
    border-right: 2px solid #ccc;
}

.sectioni {
    background-color: #fff;
    padding: 0px;
}

    .sectioni p {
        font-size: 17px;
        color: #000;
        font-weight: 600;
        margin: 0px;
        margin-top: 3px;
    }

    .sectioni h5 {
        font-size: 25px;
        color: #000;
        font-weight: 600;
    }

@media screen and (max-width: 1130px) {
    .sectioni {
        padding: 20px;
    }
}




.sectionj-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionj-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionj .sectionj-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionj h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.gbb {
    border-right: 2px solid #ccc;
}

    .gbb p {
        font-weight: bold;
        font-size: 16px;
    }

.bichar-head {
    text-align: left;
}

.bichar1 img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.bichar1 .card {
    margin-bottom: 20px;
}

.bichar-img p {
    margin-left: 30px;
    padding-top: 30px;
    font-weight: 600;
    font-size: 20px;
}

.bichar1 .card-body h5 {
    font-weight: 600;
}


.seccbichar img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.seccbichar p {
    font-weight: bold;
}

.seccbichar span {
    font-weight: bold;
    font-size: 14px;
}

.sectionc .bichar-head {
    z-index: -1;
    width: 200px;
}

.bichar-head h2 {
    font-size: 35px;
    margin-left: -50px;
    z-index: 1;
    color: #000066;
    margin: 0px;
    font-weight: bold;
}

@media screen and (max-width: 766px) {
    .gbb {
        border-right: none;
    }
}






.rrr {
    margin-top: -10px;
    color: #000;
}

.sectionk {
    color: rgb(10, 79, 206);
}

.sectionk-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionk-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionk .sectionk-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionk h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}




.sectionl-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionl-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionl .sectionl-head {
    z-index: -1;
    width: 250px;
}

.sectionl h2 {
    font-size: 35px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #000066;
    font-weight: bold;
    margin: 0px;
}




.sectionm-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionm-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionm .sectionl-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionm h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.startups-news {
    border-right: 2px solid #ccc;
}

.sectionm p {
    font-weight: 600;
    font-size: 17px;
}

@media screen and (max-width: 766px) {
    .startups-news {
        border-right: none;
    }
}



.sectionn-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionn-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionn .sectionn-head {
    z-index: -1;
    width: 280px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionn h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.smes {
    border-right: 2px solid #ccc;
}

    .smes p {
        font-weight: 600;
        font-size: 18px;
    }

@media screen and (max-width: 766px) {
    .smes {
        border-right: none;
    }
}




.sectiono-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectiono-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectiono .sectiono-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectiono h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectiono h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}



.sectionp-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionp-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionp .sectionp-head {
    z-index: -1;
    width: 250px;
}

.sectionp h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectionp h2 {
    font-size: 35px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #000066;
    margin-bottom: 0px;
    font-weight: bold;
}



.sectionq-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionq-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionq .sectionq-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionq h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectionq h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}



.sectionr-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionr-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectionr .sectionr-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectionr h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectionr h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}




.sections-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sections-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sections .sections-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sections h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sections h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}




.sectiont-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectiont-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: rgb(11, 82, 116);
    }

.sectiont .sectiont-head {
    z-index: -1;
    width: 250px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.sectiont h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectiont h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}



.sectionu-alltab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sectionu-alltab .sabai {
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }

.sectionu .sectionu-head {
    z-index: -1;
    width: 250px;
}

.sectionu h5 {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}

.sectionu h2 {
    font-size: 35px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #000066;
    margin: 0px;
    font-weight: bold;
}




.sectionv h4 {
    font-size: 20px;
    font-weight: 600;
}

.sectionv .heading {
    z-index: -1;
    width: 240px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.last-head-flex {
    display: flex !important;
    justify-content: space-between;
}

    .last-head-flex .sabai {
        font-weight: bold;
        color: rgb(11, 82, 116);
        font-size: 18px !important;
    }

.sectionv h2 {
    font-size: 19px;
    padding: 5px 5px 0px 5px;
    z-index: 1;
    color: #fff;
}

.sectionv h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.sectionv .jiban p {
    font-size: 15px;
}

.sectionv .other-news-head p {
    font-weight: 600;
}




.sectionw h4 {
    font-size: 20px;
    font-weight: 600;
}

.sectionw .heading {
    z-index: -1;
    width: 230px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.last-head-flex {
    display: flex !important;
    justify-content: space-between;
}

    .last-head-flex .sabai {
        font-weight: bold;
        color: rgb(11, 82, 116);
        font-size: 18px !important;
    }

.sectionw h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sectionw h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.sectionw .jiban p {
    font-size: 15px;
}

.sectionw .other-news-head p {
    font-weight: 600;
}




.sectionx h4 {
    font-size: 20px;
    font-weight: 600;
}

.sectionx .heading {
    z-index: -1;
    width: 230px;
    background-color: #047483;
    clip-path: polygon(0 0, 66% 0, 93% 100%, 0% 100%);
}

.last-head-flex {
    display: flex !important;
    justify-content: space-between;
}

    .last-head-flex .sabai {
        font-weight: bold;
        color: rgb(11, 82, 116);
        font-size: 18px !important;
    }

.sectionx h2 {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sectionx h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.sectionx .jiban p {
    font-size: 15px;
}

.sectionx .other-news-head p {
    font-weight: 600;
}

@media screen and (max-width:540px) {
    footer div.container {
        padding: 30px 15px;
    }

    footer .middle_div {
        padding: 0 15px;
    }

    footer div.col-md-4:last-child {
        border: 0px;
    }

    #time_hr {
        margin-top: 15px;
    }

    .date_time {
        display: inline-flex;
    }

    .social_icons {
        display: inline-flex;
        float: unset;
        margin: 0px;
    }

    .top_head .col-md-6 {
        text-align: center;
    }

    .date_time .fa-calendar-alt, .date_time .fa-clock {
        margin-left: 5px;
    }
}

@media screen and (max-width:1367px) {
    .navbar-light .nav-link {
        padding: 5px 13px !Important;
    }
}

.mobile-add {
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
}

.show-mobile, .show-mobile-nav {
    display: none;
}

.hide-mobile {
    display: block;
}

.hide-mobile-nav {
    display: flex;
}

@media(max-width:768px) {
    .show-mobile {
        display: block;
        max-width: 100%;
    }

    .show-mobile-nav {
        display: flex;
        max-width: 100%;
    }

    .hide-mobile, .hide-mobile-nav {
        display: none;
    }

    .logo img {
        max-height: 103px;
        width: auto !important;
    }

    .navbar-light .nav-link {
        padding: 0px 10px !important;
        line-height: 1 !important;
    }

    li.nav-item {
        padding: 0px;
    }

    .show-mobile-nav .english {
        background-color: #e53935;
        padding: 2px 4px !important;
        margin-left: 15px;
        border: 0px !important;
    }

    .mobile-about {
        text-align: center;
        margin-top: 15px;
    }

        .mobile-about .footer-link {
            display: inline-block !important;
            margin-right: 10px;
            background-color: whitesmoke;
            border-radius: 15px;
            padding: 3px 15px;
        }

            .mobile-about .footer-link a {
                font-size: 14px !important;
            }

    .about-us div.about-header {
        left: 39% !important;
    }
}

@media(max-width:480px) {
    .show-mobile {
        display: block;
        max-width: 100%;
    }

    .show-mobile-nav {
        display: flex;
        max-width: 100%;
    }

    .hide-mobile, .hide-mobile-nav {
        display: none;
    }

    .logo img {
        max-height: 103px;
        width: auto !important;
    }

    .cbs {
        width: 300px;
    }
}

footer {
    padding: 15px;
    margin-top: 25px;
    background-color: #fff;
}

    footer h3.section-header {
        color: #e53935;
        margin-bottom: 15px;
        font-size: 1.75rem;
        font-weight: 600;
    }

.contact-info {
    font-size: 18px;
    color: #000066;
    margin-bottom: 5px;
    font-weight: 600;
}

.info-item {
    margin: 0 0 2px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

    .info-item a {
        color: #000;
    }

    .info-item i {
        margin-right: 10px;
    }

@media(min-width:1200px) {
    .footer-content {
        padding-left: 25px;
    }
}

.sabai-mobile {
    display: none;
}

.navt {
    justify-content: center !important;
}

.business-video iframe {
    max-width: 100% !Important;
    height: 225px !Important;
}

.business-video-small iframe {
    max-width: 100% !Important;
    height: 106px !Important;
}

@media(max-width:420px) {
    #Corporate_Banking_Link p.sabai {
        display: none !important;
    }

    #Corporate_Banking_Link {
        position: relative;
    }

        #Corporate_Banking_Link p.sabai-mobile {
            display: block;
            position: absolute;
            left: auto;
            right: 0px;
            font-size: 19px !important;
            top: 6px;
        }
}

@@media (min-width: 768px) {
    .FlashNewsContents h1 {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.3;
    }
}

.FlashNewsContents {
    padding: 20px;
    border: 1px solid;
    border-color: whitesmoke;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #dadada;
    margin-bottom: 30px;
}

.FlashNewsImage img {
    max-height: 450px;
}

.sabai-container {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.sabai-button {
    padding: 2px 80px;
    color: white !important;
    border: 1px solid #047483;
    background-color: #047483;
}

    .sabai-button:hover {
        border: 1px solid #e53935;
        background-color: #e53935;
    }

.FlashNewsImage iframe {
    max-width: 100%;
}

.card-news {
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.57);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.57);
}

    .card-news .news-contents {
        padding: 8px 15px;
    }

        .card-news .news-contents a {
            height: 46px;
            overflow: hidden;
            display: block;
            line-height: 1.3;
        }

        .card-news .news-contents h5 {
            margin: 0px;
        }

a:hover p.sabai {
    color: #e63935;
}
.qlinks{
    padding:0px;
    margin:0px;
}
.qlinks li{
    list-style:none;
    padding:2.5px 0;
    display:block;
}

