body {
    box-sizing: border-box;
    font-family: 'Ubuntu', 'Ubuntu Fallback', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-weight: 400;
    color: #000;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

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

p {
    font-size: 16px;
    line-height: 22px;
}

.my-sidenav,
.ham-icon1 {
    display: none;
}


/*-----------Header Css End-------------*/

#header {
    z-index: 999;
    position: relative;
    width: 100%;
    padding: 5px 75px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

#header .row {
    align-items: center;
}

.siteLogo {
    display: flex;
    gap: 20px;
    align-items: center;
}

.siteLogo>div:nth-child(1) {
    width: 100px;
}

.siteLogo>div:nth-child(1) a img {
    width: 100%;
}

.siteLogo>div:nth-child(1) a {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 16px;
}

.siteLogo h2 span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.siteLogo h2 {
    font-size: 36px;
    line-height: 40px;
    color: #1b4471;
    font-weight: 600;
}

.homeSearch {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.homeSearch a img {
    width: 40px;
}

.homeSearch a:nth-child(2) {
    background-color: #fff;
    border-radius: 50%;
}

.homeSearch a:nth-child(2) img {
    width: 44px;
    padding: 8px;
}

footer {
    background-color: #1b4471;
    padding: 12px 0px;
}

.footerIns p {
    color: rgb(101, 149, 200);
    font-size: 12px;
    line-height: 18px;
}

.footerIns ul li a {
    color: rgb(101, 149, 200);
    font-size: 12px;
    line-height: 18px;
}

.footerIns ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    gap: 25px;
}

.footerIns a {
    font-size: 12px;
    line-height: 18px;
    color: rgb(101, 149, 200);
}

.rightFlo {
    float: right;
}


/**/

.leftRight {
    padding-top: 0px;
    display: flex;
}

.leftRight>div:nth-child(1) {
    max-width: 15%;
    width: 100%;
}

.leftRight>div:nth-child(2) {
    max-width: 84%;
    width: 100%;
}

.leftRight .accordion {
    width: 100%;
    background: #f8f9fa;
    border-right: 0px solid #ddd;
    overflow-y: auto;
}

.leftRight .accordion-button img {
    width: 40px;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    height: 40px;
}

.leftRight .accordion-button::after {
    display: none;
}

.leftRight .accordion-button {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
}

.leftRight .accordion-button.collapsed {
    color: #fff;
    padding: 11px 20px;
    border-bottom: 4px solid #fff;
    border-radius: 0px;
}

.leftRight .accordion-item {
    border: none;
}

.leftRight .accordion-button:hover {
    opacity: 0.9;
}

.leftRight .accordion-body {
    background: #fff;
    padding: 0px 15px 10px 15px;
    border-radius: 10px;
}

.leftRight .accordion-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.onlyLinks h4 {
    font-size: 14px;
    line-height: 19px;
    color: #1b4471;
    font-weight: 600;
    margin-bottom: 10px;
}

.onlyLinks ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.onlyLinks ul li a {
    display: block;
    padding: 2px 0px;
    font-size: 14px;
    color: #1b4471;
    transition: .2s;
    border-bottom: 1px solid rgba(27, 68, 113, .5);
    margin-bottom: 2px;
    padding-right: 24px;
}

.leftRight .accordion-button:not(.collapsed) span {
    display: none;
}

.leftRight .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    padding: 0px;
}

.leftRight .accordion-button:not(.collapsed) img {
    width: 80px;
    background-color: transparent;
    padding: 0px;
    border-radius: 50%;
    height: 80px;
}

ul.allClickLinks {
    padding-left: 10px;
    display: none;
}

li.clickWe {
    position: relative;
}

.toggleBtn.active .arrow {
    transform: rotate(-180deg);
}

.toggleBtn {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
    z-index: 999;
    cursor: all-scroll;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}


/* Rotate when active */

.toggleBtn.active .arrow {
    transform: rotate(-180deg);
}

.content {
    padding: 15px;
    margin-top: 10px;
    background: #f0f0f0;
    display: none;
}

.leftSide .accordion .accordion-item:nth-child(1) .accordion-button {
    background-color: rgb(29, 65, 104);
}

.leftSide .accordion .accordion-item:nth-child(2) .accordion-button {
    background-color: rgb(51, 84, 118);
}

.leftSide .accordion .accordion-item:nth-child(3) .accordion-button {
    background-color: rgb(74, 101, 130);
}

.leftSide .accordion .accordion-item:nth-child(4) .accordion-button {
    background-color: rgb(96, 120, 145);
}

.leftSide .accordion .accordion-item:nth-child(5) .accordion-button {
    background-color: #317A4B;
}

.leftSide .accordion .accordion-item:nth-child(6) .accordion-button {
    background-color: #47885E;
}

.leftSide .accordion .accordion-item:nth-child(7) .accordion-button {
    background-color: #5E9671
}

.leftSide .accordion .accordion-item:nth-child(8) .accordion-button {
    background-color: #AF3119;
}

.leftSide .accordion .accordion-item:nth-child(9) .accordion-button {
    background-color: #B64631
}

.leftSide .accordion .accordion-item:nth-child(10) .accordion-button {
    background-color: #48231C;
}

.leftSide .accordion .accordion-item:nth-child(11) .accordion-button {
    background-color: #69372D
}

.leftSide .accordion .accordion-item:nth-child(12) .accordion-button {
    background-color: #48231C
}

.leftRight .collapse.show {
    margin-bottom: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.common-box {
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    padding: 1rem;
    border-radius: .75rem;
    background-color: #ffffff;
    border: 1px solid #0000001a;
}

.main-head {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}

.microfinance-table th {
    color: rgb(5 122 85);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid rgb(5 122 85);
}

.microfinance-table td {
    text-align: center;
    border-bottom: 1px solid rgb(5 122 85);
    font-size: 14px;
}

.microfinance-table th:first-child,
.microfinance-table td:first-child {
    text-align: left;
}

.text-left {
    text-align: left;
}

.common-box h3 {
    color: rgb(25 109 55);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.india-map h2 {
    padding-top: 0px;
}

.ut-wise p {
    font-size: 16px;
    line-height: 22px;
    color: rgb(148 163 184);
}

.ut-wise h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.mt-15 {
    margin-top: 15px;
}

.accounts-table th {
    color: rgb(5 122 85);
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgb(5 122 85);
}

.accounts-table td {
    font-size: 14px;
    border-bottom: 1px solid rgb(5 122 85);
}

.loan-outstanding p {
    padding-bottom: 10px;
}

.sliderDetails h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.sliderDetails p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.topSlider .item.vide_img {
    background-image: none;
}

.topSlider .item {
    background-image: url('../images/landing_page_hero_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 435px;
    display: flex;
    align-items: center;
}

.sliderDetails {
    padding: 0px 65px;
    max-width: 718px;
    width: 100%;
}

.topSlider .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -9;
}

.sliderDetails h3 span {
    display: block;
}

.multiButtons a {
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(255, 212, 73);
    padding: 8px 24px;
    display: inline-block;
    color: #000;
    border-radius: 10px;
}

.multiButtons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.topSlider.owl-theme .owl-dots .owl-dot.active span {
    background: rgb(118, 169, 250);
    width: 16px;
    height: 16px;
}

.topSlider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
}

.topSlider.owl-theme .owl-nav {
    margin-top: 0;
}

.topSlider.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*slider arrow*/

.topSlider .owl-nav button.owl-next {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 45%;
    margin: auto;
    right: 15px;
    background-image: url(../images/right-next.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    border-radius: 50%;
}

.topSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 45%;
    margin: auto;
    left: 15px;
    opacity: 1;
    background-image: url(../images/left-pre.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    border-radius: 50%;
}

.topSlider.owl-theme .owl-nav .owl-prev:hover,
.topSlider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: #FFF;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
}

.chairmanMsg {
    background-image: url("../images/chairmain_message_background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 606px;
    display: flex;
    align-items: center;
    padding: 65px 30px 65px 60px;
}

.innerChair {
    display: flex;
    gap: 50px;
    align-items: center;
}

.innerChair>div:nth-child(1) {
    width: 288px;
}

.innerChair>div:nth-child(2) {
    width: calc(100% - 288px);
}

.innerChair h4 span {
    display: block;
    color: #000;
}

.innerChair h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: rgb(28, 68, 113);
    margin-top: 20px;
}

.innerChair p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.innerChair h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.innerChair img {
    border-radius: 10px;
}

.insideBanner {
    background-color: rgb(29, 65, 104);
    padding: 15px;
    border-radius: 10px;
}

.insideBanner {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.insideBanner>div:nth-child(1) {
    width: 30%;
}

.insideBanner>div:nth-child(2) {
    width: calc(70% - 50px);
}

.allInside {
    padding: 16px 32px;
    background-color: #fff;
}

.chapterIns h4 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.chapterIns h4 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.chapterIns a {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.scrollContent {
    height: 112px;
}

.scroll-text-new {
    overflow-y: scroll;
    padding-right: 10px;
}

.scroll-text-new::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgb(29, 65, 104);
}

.scroll-text-new::-webkit-scrollbar {
    width: 4px;
    background-color: rgb(29, 65, 104)
}

.scroll-text-new::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}

.scrollContent p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
}

.frameData {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 35px 150px;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    height: 602px;
    position: relative;
}

.innerBox {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #ADD8E6;
    font-family: 'Times New Roman';
    margin: 20px 0px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.frameData p {
    font-family: 'Times New Roman';
    text-align: left;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 15px;
}

.frameData h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Times New Roman';
    text-align: left;
    text-align: justify;
    font-size: 18px;
}

.singleImg {
    margin-bottom: 20px;
}

.frameData h3 {
    font-family: 'Times New Roman';
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 60px;
    color: #0047b3;
    font-size: 36px;
    line-height: 45px;
}

.frameData h4 {
    font-size: 24px;
    text-align: left;
    padding: 0px;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 36px;
    margin-bottom: 10px;
}

.frameData h3 span {
    display: block;
    color: #000;
}

.normalLists ul {
    padding-left: 16px;
}

.normalLists ul li {
    margin-bottom: 15px;
    font-family: 'Times New Roman';
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
}

.scroll-text-new1 {
    overflow-y: scroll;
    padding-right: 130px;
}


/*.scroll-text-new1::-webkit-scrollbar-track {
border-radius: 0px;
background-color: #fff;
}

.scroll-text-new1::-webkit-scrollbar {
width: 2px;
background-color: #fff
}

.scroll-text-new1::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #000
}*/

.monetaryPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 0px;
    margin: 20px 0px;
    border-radius: 10px;
}

.monetaryPolicy h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .1px;
}

.monetaryPolicy p {
    font-size: 14px;
    line-height: 21px;
}

.votingPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 40px 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

.topScroll button {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.topScroll button img {
    width: 50px;
    height: 50px;
}

.topScroll {
    position: fixed;
    bottom: 20%;
    right: 5%;
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.performanceBox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-radius: 10px;
}

.performanceBox h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.performaceTbl table thead tr th,
.performaceTbl table tbody tr td {
    border: none;
    border-bottom: 1px solid #14825f;
}

.performaceTbl table thead tr th {
    color: #14825f;
}

.performaceTbl tbody,
.performaceTbl td,
.performaceTbl tfoot,
.performaceTbl th,
.performaceTbl thead,
.performaceTbl tr {
    border-top: 0px;
}

.imgBox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
}

.imgBox h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.imgBox h4 span {
    display: block;
    color: #14825f;
}

.cntrHeads h4 {
    text-align: center;
}

.branchSlider.owl-carousel .owl-stage {
    padding-left: 0px!important;
}

.branchSlider .imgBox {
    width: calc(100% - 3px);
    margin: 3px;
}

.branchSlider {
    margin-top: 20px;
}

.chapter3head h3 {
    padding-top: 0px;
    padding-bottom: 15px;
}

.tcapDiv {
    text-align: justify;
    font-family: 'Times New Roman';
    font-size: 18px;
    line-height: 1.15;
}

.tcapDiv span {
    float: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    font-family: 'Times New Roman';
    color: #0047b3;
    margin-right: 7px;
}

p.smallpara {
    font-size: small;
    line-height: 16px
}

.table3point1 h5 {
    font-family: 'Times New Roman';
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #0047b3;
    font-size: 18px;
    padding-bottom: 30px;
}

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

.Datatable table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable tr {
    text-align: center;
}

.Datatable tr td {
    padding: 8px;
    border: 1px solid black;
}

.Datatable tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.chapter3images {
    margin-bottom: 20px;
    text-align: center;
}

.chapter3images img {
    width: 70%;
    height: 70%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

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

.Datatable2 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable2 tr:nth-child(1) td {
    text-align: center;
    width: 30%;
}

.Datatable2 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable2 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

p.lightpara {
    font-weight: 100;
}

.table3point1 h6 {
    font-family: 'Times New Roman';
    font-weight: 600;
    margin: 0;
    color: #0047b3;
    font-size: 20px;
    padding-bottom: 30px;
}

.TableTwoFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.txt-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.Datatable3 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Datatable3 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable3 table tr th:nth-child(1) {
    width: 35%;
}

.Datatable3 table tr th {
    border: 1px solid black;
    padding: 8px;
    font-size: 18px;
    text-align: center;
}

.Datatable3 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable3 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

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

.Datatable5 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable5 tr:nth-child(1) td,
.Datatable5 tr:nth-child(2) td {
    text-align: center;
}

.Datatable5 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable5 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.innerBoxchapter3 {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.innerBoxchapter3 p span {
    color: #0047b3;
    font-weight: 600;
}

.innerBoxchapter3 h6 {
    padding-bottom: 15px;
}

.Datatable6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68%;
}

.Datatable6 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable6 tr th {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

.Datatable6 tr th:first-child {
    width: 50%;
}

.Datatable6 tr th:last-child {
    width: 25%;
}

.Datatable6 tr td:first-child {
    text-align: left;
}

.Datatable6 tr td:last-child {
    text-align: right;
}

.Datatable6 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable6 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.Datatable7 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable7 tr.td25last td {
    text-align: center !important;
}

.Datatable7 tr.td25last td:last-child {
    width: 25%;
}

.Datatable7 tr td:first-child {
    text-align: left;
}

.Datatable7 tr td:last-child {
    text-align: right;
}

.Datatable7 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable7 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable8 .table8sty td {
    text-align: center;
}

.Datatable8 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable8 tr td:nth-child(1) {
    text-align: center;
}

.Datatable8 tr td:nth-child(2) {
    text-align: left;
}

.Datatable8 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable8 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.table8bx-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
    font-weight: 600;
}

.Datatable9 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable9 tr td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

.Datatable9 .tdbold {
    font-weight: 600;
}

.Datatable9 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.bgbluetrtrtd {
    background-color: rgb(0 96 223);
    color: #fff;
}

.bglgtclrtrtd {
    background-color: rgb(147, 207, 241);
}

.bgpinkclrtrtd {
    background-color: pink;
}

.bgbrownclrtrts {
    background-color: #bd8d57;
}

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

.Datatable10 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable10 tr td:first-child {
    text-align: left;
    width: 40%;
}

.Datatable10 tr td:first-child {
    text-align: left;
}

.Datatable10 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable10 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable10 .totaltd td {
    text-align: left !important;
}

.Datatable10 .totaltd td:last-child {
    text-align: right !important;
}

.Datatable10 .centrtd td {
    text-align: center !important;
}

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

.Datatable11 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable11 .table11center td {
    text-align: center !important;
}

.Datatable11 tr td {
    padding: 10px;
    border: 1px solid black;
}

.Datatable11 tr td:first-child {
    text-align: left;
}

.Datatable11 tr td:last-child {
    text-align: right;
}

.Datatable11 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.box3point2-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.box3point2-container p {
    margin-bottom: 0;
}

.box3point2-container ul li {
    padding-left: 20px;
    padding-bottom: 20px;
}

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

.Datatable12 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable12 tr td {
    padding: 10px;
    text-align: left;
    border: 1px solid black;
}

.Datatable12 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.table3point1 h6.tablebtmh6 {
    font-weight: bold;
    color: #0047b3;
    font-style: italic;
    text-align: right;
    padding-bottom: 0;
}

.imgnote p {
    margin-bottom: 0;
}

.Datatable13 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Datatable13 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable13 table tr th:nth-child(1) {
    width: 35%;
}

.Datatable13 table tr th {
    border: 1px solid black;
    padding: 8px;
    font-size: 18px;
    text-align: center;
}

.Datatable13 tr td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

.Datatable13 tr td:first-child {
    text-align: left;
}

.Datatable13 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.TableTwoFlex p {
    text-align: left;
}

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

.Datatable14 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable14 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable14 tr td:first-child {
    text-align: left;
}

.Datatable14 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable14 .centrtd td {
    text-align: center !important;
}

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

.Datatable15 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable15 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable15 tr td:first-child {
    text-align: left;
}

.Datatable15 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable15 .centrtd td {
    text-align: center !important;
}

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

.Datatable16 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable16 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable16 tr td:first-child {
    text-align: left;
}

.Datatable16 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable16 .centrtd td {
    text-align: center !important;
}

.inside3banner {
    margin-bottom: 20px;
    background-color: #4A6582;
}

.fixTblH {
    height: 466px;
}

.greenBg {
    background-color: #5e9671;
}

.rightText {
    text-align: right !important;
}

.main-content h3 {
    font-size: 24px;
    text-align: left;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 36px;
}

.grayTbl {
    margin: 20px 0px;
}

.grayTbl table thead tr th {
    text-align: center;
    background-color: #e0e0e0;
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
    font-family: 'Times New Roman';
}

.grayTbl table tbody tr td {
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
    font-family: 'Times New Roman';
}

.tableWidth {
    max-width: 642px;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.textCntr {
    text-align: center!important;
}

.tableWidth1 {
    max-width: 768px;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.multiSlider img {
    width: auto!important;
}

.multiSlider .imgBox {
    width: calc(100% - 3px);
    margin: 3px;
}

.multiSlider {
    margin-top: 20px;
}

.clrBlack {
    color: #000!important;
}

.numberLists ol li {
    margin-bottom: 15px;
    font-family: 'Times New Roman';
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
}

.numberLists ol {
    padding-left: 16px;
}

.singleImg {
    margin: 30px auto;
}

.singleImg img {
    margin: 50px auto;
    display: block;
    transition: transform 0.5s ease;
}

.singleImg:hover img {
    transform: scale(1.1);
    cursor: zoom-in;
}

.allModalStyle.modal {
    z-index: 9999;
}

.allModalStyle .frameData {
    box-shadow: none;
    padding: 0px 120px 35px 120px;
    margin-top: 30px;
    border-radius: 10px;
    border: 0px solid #e4e4e4;
    height: 650px;
    position: relative;
}

.allModalStyle .frameData h3 {
    padding: 0px 0px 40px 0px;
}

.allModalStyle .modal-header {
    padding: 20px 20px 0px 0px;
    border-bottom: 0px;
}

.clr-blue td {
    background: #004f8a;
    color: #ffffff;
    font-weight: 700;
}

.micro-table th,
.micro-table td {
    border: 1px solid #000;
    font-family: 'Times New Roman';
}

.micro-table {
    margin-bottom: 20px;
}

.footnote {
    font-size: 14px;
    font-family: 'Times New Roman';
    padding-bottom: 10px;
}

.font-italic {
    font-style: italic;
}

.normalLists ul li span {
    font-weight: 700;
}

.sub-head {
    font-size: 18px;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.micro-table th {
    background-color: #e6e7e9;
}

.textCntr-table th,
.textCntr-table td {
    text-align: center;
}

.blue-bg {
    background-color: #aed8ec;
    padding: 20px;
    border-radius: 20px;
}

#nationTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

#nationTable th,
#nationTable td {
    border: 1px solid #555;
    padding: 10px;
}

#nationTable th {
    background: #f2f2f2;
    font-weight: bold;
}

#nationTable td:first-child {
    text-align: left;
    font-weight: 500;
    width: 43%;
}

#nationTable td {
    text-align: right;
}

#nationTable caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1em;
}

#growthTable {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

#growthTable th,
#growthTable td {
    border: 1px solid #555;
    padding: 10px;
    width: 33.33%;
}

#growthTable th {
    background: #f2f2f2;
    font-weight: bold;
}

#mliTable {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

#mliTable th,
#mliTable td {
    border: 1px solid #1E90FF;
    padding: 8px 12px;
    text-align: center;
}

#mliTable th {
    background: #f2f9ff;
    font-weight: bold;
    width: 1%;
}

#mliTable th:nth-of-type(2) {
    width: 3%;
}

#mliTable td:first-child {
    text-align: center;
    font-weight: bold;
}

#mliTable td:nth-child(2),
#mliTable td:nth-child(3),
#mliTable td:nth-child(4) {
    text-align: left;
}

.singleImg.nomar {
    margin-bottom: 0;
    margin-left: 15px;
}

.singleImg.mtop {
    margin-top: 5px;
    margin-left: 15px;
}

.data-table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    caption-side: top;
    margin-bottom: 20px;
}

.data-table caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.data-table th,
.data-table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.data-table th {
    background-color: #f2f2f2;
    text-align: center;
}

.data-table td:nth-of-type(3) {
    width: 19%;
}

.data-table td:nth-of-type(5) {
    text-align: right;
}

.data-table td:nth-of-type(4) {
    text-align: center;
}

.data-table td:nth-of-type(1) {
    text-align: center;
}

.lenderTable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
}

.lenderTable th,
.lenderTable td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.lenderTable {
    border: 1px solid #000;
}

.lenderTable th {
    font-weight: bold;
    vertical-align: top;
    line-height: 1.4;
}

.lenderTable tbody tr:last-child {
    font-weight: bold;
    background-color: #e0e0e0;
}

.lenderTable th {
    padding: 8px;
    border-bottom: 1px solid #000;
    text-align: center;
}

.lenderTable thead .numbers-row th {
    text-align: center;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.data-table.sec td:nth-of-type(2) {
    width: 50%;
}

.data-table.sec td:nth-of-type(3) {
    text-align: center;
}

.lenderTable {
    margin-bottom: 40px;
}

.data-table.sec {
    margin-bottom: 40px;
}

.co-lending-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 1px solid #c0c0c0;
    margin-bottom: 40px;
}

.co-lending-table th,
.co-lending-table td {
    border: 1px solid #000;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.co-lending-table th {
    background-color: #005696;
    color: white;
    font-weight: bold;
    text-align: center;
}

.co-lending-table thead tr:nth-child(2) th {
    background-color: #deebf7;
    color: black;
    font-weight: bold;
}

.co-lending-table td:nth-child(1) {
    font-weight: bold;
    width: 10%;
}

.co-lending-table ol {
    padding-left: 20px;
    margin-top: 0;
}

.co-lending-table tr.firstClr {
    background-color: #D1F0FF;
}

.co-lending-table tr.seClr {
    background-color: #A1E0FA;
}

.annaTable .table-wrap {
    border: 1px solid #333;
    border-radius: 2px;
    overflow: hidden;
}

.annaTable table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
}

.annaTable th,
.annaTable td {
    border: 1px solid #333;
    padding: 10px 12px;
    vertical-align: top;
}


/* Header styles */

.annaTable thead th {
    background-color: #e6e7e8;
    /* light grey */
    font-weight: bold;
    text-align: center;
}


/* Column widths (optional, for balance) */

.annaTable th:nth-child(1),
.annaTable td:nth-child(1) {
    width: 10%;
    text-align: center;
}

.annaTable th:nth-child(2),
.annaTable td:nth-child(2) {
    width: 25%;
}

.annaTable th:nth-child(3),
.annaTable td:nth-child(3) {
    width: 33%;
}

.annaTable th:nth-child(4),
.annaTable td:nth-child(4),
.annaTable th:nth-child(5),
.annaTable td:nth-child(5),
.annaTable th:nth-child(6),
.annaTable td:nth-child(6) {
    width: 12%;
    text-align: center;
}

.bcBox .panel {
    background: #EAF6FF;
    border: 1px solid #C7D8E6;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
    margin: 20px auto;
    padding: 20px;
}

.bcBox .panel-head {
    background: #EAF6FF;
    color: #0A5F94;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0 12px;
}

.bcBox .panel-body {
    margin-top: 12px;
}

.bcBox p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: 'Ubuntu', 'Ubuntu Fallback', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bcBox h4 {
    color: #0A5F94;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* Chevron bullet list (left column) */

.bcBox ul.chevron {
    list-style: none;
    padding: 0;
}

.bcBox ul.chevron li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.bcBox ul.chevron li::before {
    content: "»";
    position: absolute;
    left: 0;
    top: 0;
    color: #0A5F94;
    font-weight: bold;
}


/* Dotted list (right column) */

.bcBox ul.dots {
    padding-left: 18px;
    margin: 0;
}

.bcBox ul.dots li {
    margin-bottom: 8px;
}


/* Courtesy text */

.bcBox .courtesy {
    margin-top: 14px;
    font-size: 13px;
    color: #0A5F94;
    font-style: italic;
    font-family: 'Times New Roman';
    font-weight: 700;
}

.blueClr {
    color: #0047b3;
    font-weight: bold;
}

.openLinks a {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
    line-height: 19px;
}

.openLinks {
    margin-bottom: 15px;
}

.pd-text {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

p.footnote16italic {
    font-size: 16px;
}

.frameData h4.courtrightfont20 {
    font-size: 20px;
    font-style: italic;
}

.frameData h6 {
    font-size: 20px;
    text-align: left;
    padding: 0px;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

p.footmt0 {
    margin: 0;
}

.annatablelast3td tr td:nth-child(4),
.annatablelast3td tr td:nth-child(5),
.annatablelast3td tr td:nth-child(6) {
    text-align: right;
}

.tblw2st tr td,
.tblw2st tr th {
    text-align: center;
}

.tblw2st tr td:nth-child(2),
.tblw2st tr th:nth-child(2) {
    text-align: left;
}

tr.bluebgth8 th {
    background-color: #adbed9;
}

.microtable4txtcenter tr th,
.microtable4txtcenter tr td {
    text-align: center;
}

.microtable4txtcenter tr td:nth-child(1) {
    text-align: left;
}

.txtcnt3atable tr td:last-child,
tbody.txtcnt3atable tr:last-child th:last-child {
    text-align: center;
}

tbody.txtcnt3atable tr:last-child th {
    background-color: #e0e0e0;
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
}

.newth td:nth-of-type(2),
.newth td:nth-of-type(3) {
    text-align: right;
}

.cntre td:nth-of-type(2),
.cntre td:nth-of-type(3),
.cntre td:nth-of-type(4) {
    text-align: center;
}

.table3pointa2 td {
    text-align: center;
}

.table3pointa2 td:first-child {
    text-align: left;
}

.table3pointa2 tr th {
    text-align: center;
    border: 1px solid black;
    background-color: #e0e0e0;
}

.table3pointa2 tr th:first-child {
    text-align: left;
}

.table3pointa3 tr td {
    text-align: center;
}

.table3pointa3 tr th {
    text-align: center;
    border: 1px solid black;
    background-color: #e0e0e0;
}

.table3pointa9 tr td:last-child {
    text-align: center;
}

.frameData h4.blckh43a {
    color: #000;
}

.width80for4chapter .singleImg {
    width: 80%;
}

.singleImg.max80 {
    width: 80%;
}

.grayTbl.table-responsive {
    font-family: 'Times New Roman';
}

.openLinks.fontN {
    font-family: 'Times New Roman';
}

.fig2point6blue {
    margin: 50px auto;
}

.homeSearch select {
    width: auto;
}

#dataModal_2 .grayTbl tbody tr td img {
    width: 14px;
    display: block;
    margin: 0px auto;
}

.monetaryPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 0px;
    margin: 20px 0px;
    border-radius: 10px;
}

.monetaryPolicy h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .1px;
}

.monetaryPolicy p {
    font-size: 14px;
    line-height: 21px;
}

.votingPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 40px 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

.topScroll button {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    position: absolute;
    right: -120px;
}

.topScroll {
    position: sticky;
    bottom: 0px;
    float: right;
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    right: 0px;
}

.monetaryPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 0px;
    margin: 20px 0px;
    border-radius: 10px;
}

.monetaryPolicy h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .1px;
}

.monetaryPolicy p {
    font-size: 14px;
    line-height: 21px;
}

.votingPolicy {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 40px 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

.topScroll button {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.topScroll button img {
    width: 50px;
    height: 50px;
}

.performanceBox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-radius: 10px;
}

.performanceBox h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.performaceTbl table thead tr th,
.performaceTbl table tbody tr td {
    border: none;
    border-bottom: 1px solid #14825f;
}

.performaceTbl table thead tr th {
    color: #14825f;
}

.performaceTbl tbody,
.performaceTbl td,
.performaceTbl tfoot,
.performaceTbl th,
.performaceTbl thead,
.performaceTbl tr {
    border-top: 0px;
}

.imgBox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
}

.imgBox h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.imgBox h4 span {
    display: block;
    color: #14825f;
}

.cntrHeads h4 {
    text-align: center;
}

.branchSlider.owl-carousel .owl-stage {
    padding-left: 0px!important;
}

.branchSlider .imgBox {
    width: calc(100% - 3px);
    margin: 3px;
}

.branchSlider {
    margin-top: 20px;
}

.chapter3head h3 {
    padding-top: 0px;
    padding-bottom: 15px;
}

.tcapDiv {
    text-align: justify;
    font-family: 'Times New Roman';
    font-size: 18px;
    line-height: 1.15;
}

.tcapDiv span {
    float: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    font-family: 'Times New Roman';
    color: #0047b3;
    margin-right: 7px;
}

p.smallpara {
    font-size: small;
    line-height: 16px
}

.table3point1 h5 {
    font-family: 'Times New Roman';
    text-align: center;
    font-weight: 600;
    margin: 0;
    color: #0047b3;
    font-size: 18px;
    padding-bottom: 30px;
}

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

.Datatable table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable tr {
    text-align: center;
}

.Datatable tr td {
    padding: 8px;
    border: 1px solid black;
}

.Datatable tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.chapter3images {
    margin-bottom: 20px;
    text-align: center;
}

.chapter3images img {
    width: 70%;
    height: 70%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

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

.Datatable2 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable2 tr:nth-child(1) td {
    text-align: center;
    width: 30%;
}

.Datatable2 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable2 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

p.lightpara {
    font-weight: 100;
}

.table3point1 h6 {
    font-family: 'Times New Roman';
    font-weight: 600;
    margin: 0;
    color: #0047b3;
    font-size: 20px;
    padding-bottom: 30px;
}

.TableTwoFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.txt-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.Datatable3 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Datatable3 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable3 table tr th:nth-child(1) {
    width: 35%;
}

.Datatable3 table tr th {
    border: 1px solid black;
    padding: 8px;
    font-size: 18px;
    text-align: center;
}

.Datatable3 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable3 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

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

.Datatable5 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable5 tr:nth-child(1) td,
.Datatable5 tr:nth-child(2) td {
    text-align: center;
}

.Datatable5 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable5 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.innerBoxchapter3 {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.innerBoxchapter3 p span {
    color: #0047b3;
    font-weight: 600;
}

.innerBoxchapter3 h6 {
    padding-bottom: 15px;
}

.Datatable6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68%;
}

.Datatable6 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable6 tr th {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

.Datatable6 tr th:first-child {
    width: 50%;
}

.Datatable6 tr th:last-child {
    width: 25%;
}

.Datatable6 tr td:first-child {
    text-align: left;
}

.Datatable6 tr td:last-child {
    text-align: right;
}

.Datatable6 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable6 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.Datatable7 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable7 tr.td25last td {
    text-align: center !important;
}

.Datatable7 tr.td25last td:last-child {
    width: 25%;
}

.Datatable7 tr td:first-child {
    text-align: left;
}

.Datatable7 tr td:last-child {
    text-align: right;
}

.Datatable7 tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
}

.Datatable7 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable8 .table8sty td {
    text-align: center;
}

.Datatable8 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable8 tr td:nth-child(1) {
    text-align: center;
}

.Datatable8 tr td:nth-child(2) {
    text-align: left;
}

.Datatable8 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable8 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.table8bx-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
    font-weight: 600;
}

.Datatable9 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable9 tr td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

.Datatable9 .tdbold {
    font-weight: 600;
}

.Datatable9 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.bgbluetrtrtd {
    background-color: rgb(0 96 223);
    color: #fff;
}

.bglgtclrtrtd {
    background-color: rgb(147, 207, 241);
}

.bgpinkclrtrtd {
    background-color: pink;
}

.bgbrownclrtrts {
    background-color: #bd8d57;
}

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

.Datatable10 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable10 tr td:first-child {
    text-align: left;
    width: 40%;
}

.Datatable10 tr td:first-child {
    text-align: left;
}

.Datatable10 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable10 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable10 .totaltd td {
    text-align: left !important;
}

.Datatable10 .totaltd td:last-child {
    text-align: right !important;
}

.Datatable10 .centrtd td {
    text-align: center !important;
}

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

.Datatable11 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable11 .table11center td {
    text-align: center !important;
}

.Datatable11 tr td {
    padding: 10px;
    border: 1px solid black;
}

.Datatable11 tr td:first-child {
    text-align: left;
}

.Datatable11 tr td:last-child {
    text-align: right;
}

.Datatable11 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.box3point2-container {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Times New Roman';
    margin: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.box3point2-container p {
    margin-bottom: 0;
}

.box3point2-container ul li {
    padding-left: 20px;
    padding-bottom: 20px;
}

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

.Datatable12 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable12 tr td {
    padding: 10px;
    text-align: left;
    border: 1px solid black;
}

.Datatable12 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.table3point1 h6.tablebtmh6 {
    font-weight: bold;
    color: #0047b3;
    font-style: italic;
    text-align: right;
    padding-bottom: 0;
}

.imgnote p {
    margin-bottom: 0;
}

.Datatable13 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Datatable13 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable13 table tr th:nth-child(1) {
    width: 35%;
}

.Datatable13 table tr th {
    border: 1px solid black;
    padding: 8px;
    font-size: 18px;
    text-align: center;
}

.Datatable13 tr td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
}

.Datatable13 tr td:first-child {
    text-align: left;
}

.Datatable13 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.TableTwoFlex p {
    text-align: left;
}

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

.Datatable14 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable14 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable14 tr td:first-child {
    text-align: left;
}

.Datatable14 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable14 .centrtd td {
    text-align: center !important;
}

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

.Datatable15 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable15 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable15 tr td:first-child {
    text-align: left;
}

.Datatable15 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable15 .centrtd td {
    text-align: center !important;
}

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

.Datatable16 table {
    border: 1px solid black;
    font-size: 18px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
}

.Datatable16 tr td {
    padding: 8px;
    text-align: right;
    border: 1px solid black;
}

.Datatable16 tr td:first-child {
    text-align: left;
}

.Datatable16 tr.bgclrtr {
    font-weight: bold;
    background-color: #d8d9da;
}

.Datatable16 .centrtd td {
    text-align: center !important;
}

.inside3banner {
    margin-bottom: 20px;
    background-color: #4A6582;
}

.fixTblH {
    height: 466px;
}

.greenBg {
    background-color: #5e9671;
}

.rightText {
    text-align: right !important;
}

.main-content h3 {
    font-size: 24px;
    text-align: left;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 36px;
}

.grayTbl {
    margin: 20px 0px;
}

.grayTbl table thead tr th {
    text-align: center;
    background-color: #e0e0e0;
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
    font-family: 'Times New Roman';
}

.grayTbl table tbody tr td {
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
    font-family: 'Times New Roman';
}

.tableWidth {
    max-width: 642px;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.textCntr {
    text-align: center!important;
}

.tableWidth1 {
    max-width: 768px;
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}

.multiSlider img {
    width: auto!important;
}

.multiSlider .imgBox {
    width: calc(100% - 3px);
    margin: 3px;
}

.multiSlider {
    margin-top: 20px;
}

.clrBlack {
    color: #000!important;
}

.numberLists ol li {
    margin-bottom: 15px;
    font-family: 'Times New Roman';
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
}

.numberLists ol {
    padding-left: 16px;
}

.singleImg {
    margin: 30px auto;
}

.singleImg img {
    margin: 50px auto;
    display: block;
    transition: transform 0.5s ease;
}

.singleImg:hover img {
    transform: scale(1.1);
    cursor: zoom-in;
}

.allModalStyle.modal {
    z-index: 9999;
}

.allModalStyle .modal-dialog {
    max-width: 1095px;
    height: 85vh;
    position: relative;
    margin-top: 15px;
}

.allModalStyle .frameData {
    box-shadow: none;
    padding: 0px 120px 35px 120px;
    margin-top: 0px;
    border-radius: 10px;
    border: 0px solid #e4e4e4;
    height: 85vh;
    position: relative;
}

.allModalStyle .frameData h3 {
    padding: 0px 0px 40px 0px;
}

.allModalStyle .modal-header {
    padding: 20px 20px 0px 0px;
    border-bottom: 0px;
}

.clr-blue td {
    background: #004f8a;
    color: #ffffff;
    font-weight: 700;
}

.micro-table th,
.micro-table td {
    border: 1px solid #000;
    font-family: 'Times New Roman';
}

.micro-table {
    margin-bottom: 20px;
}

.footnote {
    font-size: 14px;
    font-family: 'Times New Roman';
    padding-bottom: 10px;
}

.font-italic {
    font-style: italic;
}

.normalLists ul li span {
    font-weight: 700;
}

.sub-head {
    font-size: 18px;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.micro-table th {
    background-color: #e6e7e9;
}

.textCntr-table th,
.textCntr-table td {
    text-align: center;
}

.blue-bg {
    background-color: #aed8ec;
    padding: 20px;
    border-radius: 20px;
}

#nationTable {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

#nationTable th,
#nationTable td {
    border: 1px solid #555;
    padding: 10px;
}

#nationTable th {
    background: #f2f2f2;
    font-weight: bold;
}

#nationTable td:first-child {
    text-align: left;
    font-weight: 500;
    width: 43%;
}

#nationTable td {
    text-align: right;
}

#nationTable caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1em;
}

#growthTable {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}

#growthTable th,
#growthTable td {
    border: 1px solid #555;
    padding: 10px;
    width: 33.33%;
}

#growthTable th {
    background: #f2f2f2;
    font-weight: bold;
}

#mliTable {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

#mliTable th,
#mliTable td {
    border: 1px solid #1E90FF;
    padding: 8px 12px;
    text-align: center;
}

#mliTable th {
    background: #f2f9ff;
    font-weight: bold;
    width: 1%;
}

#mliTable th:nth-of-type(2) {
    width: 3%;
}

#mliTable td:first-child {
    text-align: center;
    font-weight: bold;
}

#mliTable td:nth-child(2),
#mliTable td:nth-child(3),
#mliTable td:nth-child(4) {
    text-align: left;
}

.singleImg.nomar {
    margin-bottom: 0;
    margin-left: 15px;
}

.singleImg.mtop {
    margin-top: 5px;
    margin-left: 15px;
}

.data-table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    caption-side: top;
    margin-bottom: 20px;
}

.data-table caption {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.data-table th,
.data-table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.data-table th {
    background-color: #f2f2f2;
    text-align: center;
}

.data-table td:nth-of-type(3) {
    width: 19%;
}

.data-table td:nth-of-type(5) {
    text-align: right;
}

.data-table td:nth-of-type(4) {
    text-align: center;
}

.data-table td:nth-of-type(1) {
    text-align: center;
}

.lenderTable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
}

.lenderTable th,
.lenderTable td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.lenderTable {
    border: 1px solid #000;
}

.lenderTable th {
    font-weight: bold;
    vertical-align: top;
    line-height: 1.4;
}

.lenderTable tbody tr:last-child {
    font-weight: bold;
    background-color: #e0e0e0;
}

.lenderTable th {
    padding: 8px;
    border-bottom: 1px solid #000;
    text-align: center;
}

.lenderTable thead .numbers-row th {
    text-align: center;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.data-table.sec td:nth-of-type(2) {
    width: 50%;
}

.data-table.sec td:nth-of-type(3) {
    text-align: center;
}

.lenderTable {
    margin-bottom: 40px;
}

.data-table.sec {
    margin-bottom: 40px;
}

.co-lending-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border: 1px solid #c0c0c0;
    margin-bottom: 40px;
}

.co-lending-table th,
.co-lending-table td {
    border: 1px solid #000;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.co-lending-table th {
    background-color: #005696;
    color: white;
    font-weight: bold;
    text-align: center;
}

.co-lending-table thead tr:nth-child(2) th {
    background-color: #deebf7;
    color: black;
    font-weight: bold;
}

.co-lending-table td:nth-child(1) {
    font-weight: bold;
    width: 10%;
}

.co-lending-table ol {
    padding-left: 20px;
    margin-top: 0;
}

.co-lending-table tr.firstClr {
    background-color: #D1F0FF;
}

.co-lending-table tr.seClr {
    background-color: #A1E0FA;
}

.annaTable .table-wrap {
    border: 1px solid #333;
    border-radius: 2px;
    overflow: hidden;
}

.annaTable table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
}

.annaTable th,
.annaTable td {
    border: 1px solid #333;
    padding: 10px 12px;
    vertical-align: top;
}


/* Header styles */

.annaTable thead th {
    background-color: #e6e7e8;
    /* light grey */
    font-weight: bold;
    text-align: center;
}

.annaTable th:nth-child(1),
.annaTable td:nth-child(1) {
    width: 10%;
    text-align: center;
}

.annaTable th:nth-child(2),
.annaTable td:nth-child(2) {
    width: 25%;
}

.annaTable th:nth-child(3),
.annaTable td:nth-child(3) {
    width: 33%;
}

.annaTable th:nth-child(4),
.annaTable td:nth-child(4),
.annaTable th:nth-child(5),
.annaTable td:nth-child(5),
.annaTable th:nth-child(6),
.annaTable td:nth-child(6) {
    width: 12%;
    text-align: center;
}

.bcBox .panel {
    background: #EAF6FF;
    border: 1px solid #C7D8E6;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
    margin: 20px auto;
    padding: 20px;
}

.bcBox .panel-head {
    background: #EAF6FF;
    color: #0A5F94;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0 12px;
}

.bcBox .panel-body {
    margin-top: 12px;
}

.bcBox p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: 'Ubuntu', 'Ubuntu Fallback', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bcBox h4 {
    color: #0A5F94;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bcBox ul.chevron {
    list-style: none;
    padding: 0;
}

.bcBox ul.chevron li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.bcBox ul.chevron li::before {
    content: "»";
    position: absolute;
    left: 0;
    top: 0;
    color: #0A5F94;
    font-weight: bold;
}

.bcBox ul.dots {
    padding-left: 18px;
    margin: 0;
}

.bcBox ul.dots li {
    margin-bottom: 8px;
}

.bcBox .courtesy {
    margin-top: 14px;
    font-size: 13px;
    color: #0A5F94;
    font-style: italic;
    font-family: 'Times New Roman';
    font-weight: 700;
}

.blueClr {
    color: #0047b3;
    font-weight: bold;
}

.openLinks a {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
    line-height: 19px;
}

.openLinks {
    margin-bottom: 15px;
}

.pd-text {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

p.footnote16italic {
    font-size: 16px;
}

.frameData h4.courtrightfont20 {
    font-size: 20px;
    font-style: italic;
}

.frameData h6 {
    font-size: 20px;
    text-align: left;
    padding: 0px;
    color: #0047b3;
    font-family: 'Times New Roman';
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

p.footmt0 {
    margin: 0;
}

.annatablelast3td tr td:nth-child(4),
.annatablelast3td tr td:nth-child(5),
.annatablelast3td tr td:nth-child(6) {
    text-align: right;
}

.tblw2st tr td,
.tblw2st tr th {
    text-align: center;
}

.tblw2st tr td:nth-child(2),
.tblw2st tr th:nth-child(2) {
    text-align: left;
}

tr.bluebgth8 th {
    background-color: #adbed9;
}

.microtable4txtcenter tr th,
.microtable4txtcenter tr td {
    text-align: center;
}

.microtable4txtcenter tr td:nth-child(1) {
    text-align: left;
}

.txtcnt3atable tr td:last-child,
tbody.txtcnt3atable tr:last-child th:last-child {
    text-align: center;
}

tbody.txtcnt3atable tr:last-child th {
    background-color: #e0e0e0;
    border: 1px solid black;
    color: #000;
    padding: 12px 15px;
}

.newth td:nth-of-type(2),
.newth td:nth-of-type(3) {
    text-align: right;
}

.cntre td:nth-of-type(2),
.cntre td:nth-of-type(3),
.cntre td:nth-of-type(4) {
    text-align: center;
}

.table3pointa2 td {
    text-align: center;
}

.table3pointa2 td:first-child {
    text-align: left;
}

.table3pointa2 tr th {
    text-align: center;
    border: 1px solid black;
    background-color: #e0e0e0;
}

.table3pointa2 tr th:first-child {
    text-align: left;
}

.table3pointa3 tr td {
    text-align: center;
}

.table3pointa3 tr th {
    text-align: center;
    border: 1px solid black;
    background-color: #e0e0e0;
}

.table3pointa9 tr td:last-child {
    text-align: center;
}

.frameData h4.blckh43a {
    color: #000;
}

.width80for4chapter .singleImg {
    width: 80%;
}

.singleImg.max80 {
    width: 80%;
}

.grayTbl.table-responsive {
    font-family: 'Times New Roman';
}

.openLinks.fontN {
    font-family: 'Times New Roman';
}

.fig2point6blue {
    margin: 50px auto;
}

.max60chp3 {
    width: 60% !important;
}

.region h1 {
    font-size: 22px;
    list-style: 30px;
}

.region h1 {
    font-size: 22px;
    list-style: 30px;
}

.insighT {
    padding: 20px;
    box-shadow: none;
    border: none;
}

.chp8 {
    margin-top: 8px;
    margin-bottom: 25px;
}

.chp8 {
    margin-top: 8px;
    margin-bottom: 25px;
}

.mapBox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px;
}

.keyData ul li {
    padding-bottom: 20px;
}

.keyData {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px;
    min-height: 298px;
}

.keyData ul li {
    padding-bottom: 20px;
}

.keyData {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 20px;
    min-height: 298px;
}

.insideBanner.ch8 {
    background-color: #69372D;
}

.allModalStyle .frameData.insighTM {
    padding: 20px;
    margin-top: 0;
    height: auto;
}

.mbtm10 img {
    margin-bottom: 10px;
}

.mtop0 img {
    margin-top: 0px;
}

.max407 {
    max-width: 407px;
}

.width100per {
    width: 100% !important;
}

.width92per {
    width: 92% !important;
}

.width71per {
    width: 71% !important;
}

.width86per {
    width: 86% !important;
}

.frameDataO{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    padding: 25px;
}
.frameDataO h3{
    font-family: inherit;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #020817;
}
/* All maps commons  */
#doublePointTwoGraph {
    width: 100%;
    height: 620px;
    overflow-x: auto;
}

#doublePointTwoMap {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 12px;
}

.state {
    stroke: #333;
    stroke-width: 0.5px;
}

.tooltip {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    pointer-events: none;
    font-size: 13px;
    color: #111;
}

#zoomControls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#zoomControls button {
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: #1b5e20;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

#zoomControls button:hover {
    background-color: #2e7d32;
}
.frameDataO.newF h3{
    line-height: 22px;
    padding: 10px;
}
.row.newRow{
    margin-bottom: 30px 45px;
}
.twoBox{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.twoBox span{
    display: block;
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;
}
.twoBox p{
    font-size: 16px;
    color: #94a3b8;
}