@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Rupee;
    src: url(../fonts/Rupee.ttf);
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Roboto-Regular;

}

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: 24px;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0px;
    height: 84px;
    background: #fff;
}
.ham-icon1.menu-button1 {
  display: none;
}
.leftSec a {
    border: 1px solid;
    border-radius: 6px;
    padding: 5px 12px 5px;
    color: #fff;
    font-size: 16px;
    font-family: Poppins-Regular;
}

.leftSec {
    gap: 15px;
}

.hamburgurSec,
.leftSec,
.middleSec {
    display: flex;
    align-items: center;
    height: 84px;
}

.middleSec {
    justify-content: center;
}

.middleSec p {
    font-size: 18px;
    color: #59595B;
}

.middleSec img {
    margin-left: 10px;
}

.hamburgurSec {
    justify-content: end;
}

.menu-button {
    display: flex;
    color: #00539b;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    gap: 3px;
}

.menu-button .icon {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.menu-button .icon div {
    height: 3px;
    background-color: #00539b;
}

.menu-button .icon .line1,
.menu-button .icon .line3 {
    width: 22px;
}

.menu-button .icon .line2 {
    width: 16px;
}

.headline {
    border-bottom: 1px solid #59595B;
}

section.sitemap {
    padding: 110px 0 95px;
}



.headMain {
    font-size: 40px;
    color: #11B14C;
    font-family: Roboto-Bold;
    padding-bottom: 15px;
}

.headBlck {
    color: #000000;
    font-size: 24px;
    font-family: Roboto-Bold;
}

/**/
.my-sidenav1 {
    display: none;
    position: fixed;
    top: 84px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 953px;
    width: 100%;
    background: #00539b;
    height: 100%;
    border-top: 1px solid #11B14C;
    padding-right: 120px;
    padding-left: 95px;
}

.my-sidenav1 ul {
    padding-top: 50px;
    border-bottom: none;
}

.my-sidenav1 ul li {
    width: 100%;
    margin-bottom: 21px;
}

.my-sidenav1 a.nav-link {
    transition: none;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 15px;
    margin: 0;
    display: flex;
    font-size: 24px;
    font-family: Roboto-Regular;
    margin-bottom: 0px;
    line-height: 32px;
}

.my-sidenav1 a.nav-link {
    border: none;
}

.my-sidenav1 a.nav-link.active {
     border-bottom: 1px solid #fff!important;
    color: #fff !important;
    background-color: transparent;
    border: none;
    font-family: Roboto-Bold;
}

.my-sidenav1 a.nav-link.active img.tbimg {
    margin-right: 10px;
}

.menu-tab ul {
    padding-left: 0px;
    padding-top: 0;
    margin: 0px;
}

.tab-content.menu-tab {
    padding-top: 60px;
}

.menu-tab ul li {
    list-style: none;
    border-bottom: none;
    padding-bottom: 0;
}

.menu-tab ul li a {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-tab ul li a img {
    float: right;
}

.my-sidenav1 a.nav-link.active img.tbimg {
    margin-right: 10px;
}

.menuInner {
    max-width: 270px;
    width: 100%;
}
.menuInner.state a{
    align-items: start;
}
a.nav-link.active img.tbimg {
    opacity: 1;
}

img.tbimg {
    width: 26px;
    opacity: 0;
}

.my-sidenav {
    display: none;
}

.hamburgurSec a span.closeText {
    display: none;
}

.bluebg .hamburgurSec a span.closeText {
    display: block;
}

.bluebg .hamburgurSec a span.openText {
    display: none;
}

.icon2 {
    display: none;
}

.bluebg .hamburgurSec a span.icon {
    display: none;
}

.bluebg .hamburgurSec a span.icon2 {
    display: flex;
}

.hideMbl {
    display: flex;
    justify-content: center;
}



/*footer start*/
footer {
    background: #D5C3EC;
    padding: 30px 0 30px;
    text-align: center;
    /* margin-top: 60px; */
}

.footTxt p {
    font-size: 24px;
    color: #000;
}

.footTxt::after {
    content: "";
    height: 2px;
    width: 437px;
    position: absolute;
    background: #59595B;
    top: 65px;
}

.footTxt {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 25px 0 25px;
}

.footTxtOne p {
    color: #59595B;
    font-size: 18px;

}

.footTxtOne a {
    font-size: 18px;
    color: #000;
}

.copyRightBg {
    background: #623A96;
    padding: 10px 0 10px;
}

.rdxDev p {
    text-align: right;
}

.copyRightBg p {
    color: #FFFFFF;
    font-size: 12px;
}

.copyRightBg p a {
    color: #fff;
    font-size: 14px;
}

.rightFoot {
    display: flex;
    gap: 30px;
    text-align: right;
    justify-content: end;
}

.backtop a {
    position: absolute;
    right: 10%;
    top: 23px;
    color: #59595B;
    font-size: 18px;
    text-decoration: underline !important;
    z-index: 9;
}

.backtop {
    position: relative;
}
.menu-button.hideDestop {
    display: none
}
.middleSec a :hover{
color: #00539B;
}
.middleSec a{
      font-family: Roboto-Regular;
}
/* header and footer css end */



.homebanner h1{
    font-size: 81px;
    line-height: 105px;
    color: #00AEEF;
    font-family: "hot-salsa", sans-serif;
}
.homebanner h3{
    font-size: 26px;
    line-height: 44px;
    color: #00529B;
    font-family: Roboto-Bold;
    padding-bottom: 22px;
}
.nxtBtn .read-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: transparent linear-gradient(90deg, #00AEEF 0%, #CFDD3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    color: #fff;
    font-family: Roboto-Bold;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    gap: 10px;
    max-width: 162px;
    width: 100%;
    box-shadow: -4px 0px 6px #00000029;
}

.nxtBtn .read-more-btn .btn-text,
.nxtBtn .read-more-btn .btn-arrow {
    transition: all 0.3s ease;
}

.nxtBtn .read-more-btn:hover .btn-text {
    transform: translateX(-43px);
}

.nxtBtn .read-more-btn:hover .btn-arrow {
    transform: translateX(120px);
}
.nxtBtn{
    margin-bottom: 79px;
}
.footTxt a{
    font-size: 24px;
    color: #000000;
}
.homebanner .row{
    align-items: center;
}
section.homebanner {
    padding-top: 139px;
    padding-bottom: 40px;
}

.scollDown p{
    color: #464749;
    font-family: Roboto-Medium;
        opacity: 0.5;
}
.msme .left{
    padding-left: 0;
}
.msmeData h3{
    font-size: 35px;
    line-height: 66px;
     font-family: Roboto-Bold;
     padding-bottom: 12px;
}
.msmeData p{
    font-size: 18px;
    line-height: 24px;
}
.msmeData {
    max-width: 645px;
    padding-left: 10px;
}
.mission{
    padding-top: 30px;
}
.mData h4{
     font-size: 20px;
    line-height: 42px;
     font-family: Roboto-Bold;
    margin-top: -22px;
    background: #fff;
    max-width: fit-content;
    padding-right: 10px;
}
.mData p{
     font-size: 18px;
    line-height: 24px;
    padding-top: 4px;
}

.mImg{
    padding-bottom: 20px;
        display: flex;
    align-items: end;
    min-height: 71px;
}
.mData {
    border: 2px solid #623896;
    border-left: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 146px;
    position: relative;
}
.mData .clr{
    position: absolute;
    bottom: -11px;
    left: 0;
    background-color: #fff;
    padding-right: 10px;
}
.msme .row{
    align-items: center;
}
.sidNum{
    background-color: #623896;
    padding: 76px 0 76px 100px;
    margin-bottom: 58px;
}
.sidNum h2{
font-size: 35px;
line-height: 66px;
color: #fff;
font-family: Roboto-Bold;
padding-bottom: 32px;
}
.sidNum h4{
    font-size: 18px;
    color: #CFDD3D;
    padding-bottom: 31px;
    font-family: Roboto-Bold;
}
.sidNum .assetData h3{
    font-size: 30px;
    color: #fff;
    font-family: Roboto-Bold;
}
.sidNum .assetData.nobrdr{
    border: none;
}
.sidNum .assetData h3 span{
    font-size: 18px;
    color: #fff;
}
.sidNum .assetData p{
    color: #fff;
    font-size: 18px;
    font-family: Roboto-Light;
}
.sidNum .assetData{
    border-right: 1px solid #fff;
    margin-bottom: 42px;
}
.sidNum .assetData.pl63{
    padding-left: 63px;
}
.sidNum h4.pl63{
    padding-left: 63px;
}
.subCon {
    max-width: 968px;
    margin: auto;
}
.chairmanData{
    background-color: #00539B;
    max-width: 540px;
    padding: 48px 50px 0px 43px;
    position: absolute;
    min-height: 413px;
    top: 12%;
    right: 0;
}
.chairmanData h3{
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: Roboto-Bold;
    padding-bottom: 40px;
}
.chairmanData p{
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: Roboto-Medium;
    padding-bottom: 15px;
    padding-left: 46px;
}
.chairmanData .white{
    max-width: 59px;
    background-color: #fff;
    height: 8px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-left: 46px;
}
.chairmanImg {
position: relative;
}
.commaImg {
    position: absolute;
    top: 36%;
}
section.chairSec {
    margin-bottom: 57px;
}
.msmeOutlook{
    background-image: url(../images/homepage/msme-outlook-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msmeOutlook .outData h3{
    font-size: 35px;
    line-height: 42px;
    color: #00539B;
    font-family: Roboto-Bold;
    padding-bottom: 18px;
}
.msmeOutlook .outData p{
font-size: 18px;
line-height: 24px;
padding-bottom: 30px;
border: none;
}
.outData{
    max-width: 375px;
}
.business{
    background-image: url(../images/homepage/business-performance-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 111px;
}
.business h3{
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #fff;
     font-family: Roboto-Bold;
     padding-bottom: 30px;
}
.instituteBox{
    background-color: #fff;
    padding: 32px 22px 27px 20px;
    position: relative;
    transition: background 0.6s ease;
    min-height: 345px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.instituteBox:hover{
    background: transparent linear-gradient(143deg, #00AEEF 0%, #CFDD3D 100%) 0% 0% no-repeat padding-box;
    transition: all ease 0.5s;
}
.instituteBox:hover .gradientLine{
    display: none;
}
.instituteBox:hover p, .instituteBox:hover h4, .instituteBox:hover h4.purple{
    color: #fff;
}
.instituteBox .arrowImg-white{
    display: none;
}
.instituteBox .arrowImg{
    display: block;
}
.instituteBox:hover .arrowImg-white{
    display: block;
        max-width: 40px;
}

.instituteBox:hover .arrowImg{
    display: none;
}
.instituteBox .gradientLine{
    background: transparent linear-gradient(92deg, #00AEEF 0%, #CFDD3D 100%) 0% 0% no-repeat padding-box;
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.instituteBox h4{
    font-size: 18px;
    line-height: 23px;
    font-family: Roboto-Bold;
    color: #00539B;
    padding-bottom: 12px;
        min-height: 58px;
}
.instituteBox p{
    font-size: 16px;
    line-height: 21px;
        min-height: 210px;
}
.readMore a{
    display: flex;
    gap: 13px;
    align-items: center;
    padding-bottom: 0;
}
.readMore p{
    color: #00539B;
     font-family: Roboto-Bold;
     padding-bottom: 0;
     min-height: 23px;
}
.instituteBox h4.purple{
    color: #623A96;
}
.greenh2{
    max-width: 551px;
}
.greenh2 h2{
    font-size: 35px;
    line-height: 42px;
     font-family: Roboto-Bold;
     padding-bottom: 12px;
}
.greenh2 p{
    font-size: 18px;
    line-height: 24px;
     font-family: Roboto-Regular;
     padding-bottom: 20px;
}
.greenFinance{
        background-image: url(../images/homepage/green-financing-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
}
.energyNum h3{
    font-size: 30px;
    color: #00AEEF;
     font-family: Roboto-Bold;
}
.energyNum h3 span{
    font-size: 18px;
}
.energyNum{
        margin-bottom: 14px;
        position: relative;
}
.chairmanData .nxtBtn {
    margin-bottom: 60px;
}
.energyNum::after{
    content: '';
    position: absolute;
    height: 69px;
       width: 0.5px;
    right: 0;
    top: 7px;
    background-color: #00529B;
}
.energyNum::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 91%;
    left: 0;
    bottom: -1px;
    background-color: #00529B;
}
.energyNum.last::before{
    content: none;
}
.energyNum.nobrdr::after{
    content: none;
}
.energyNum.nobrdr{
    border-right: none;
}
.annumNum{
    border: 1px solid #00539B;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.energyNum p{
    font-size: 16px;
}
.nxtBtn.mb0{
    margin-bottom: 0;
}
.greenFinance .nxtBtn{
    padding-bottom: 64px;
}

/* msmeoutlook */
.msmeoutlook{
    padding-top: 130px;
    padding-bottom: 40px;
}
.breadcrumbmap{
    padding-bottom: 90px;
}
.breadcrumbmap a{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.bannertxt{
    max-width: 455px;
}
.bannertxt h1{
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.bannertxt p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.msmesecondsec{
    padding-bottom: 40px;
}
.msmesecondsec .row{
    align-items: center;
}
.msmesecondsec p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.secondsectxt {
    max-width: 552px;
}
.secondsecgarph{
    box-shadow: 0px 3px 6px #00000029;
    max-width: 539px;
    padding: 15px;
}

.msmefullcontent p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 15px;
}
.pibparaword p{
    font-family: Roboto-LightItalic;
    padding-bottom: 5px;
}
.fullcontenttxt{
    padding-bottom: 30px;
}
.skybluetxt{
    margin-bottom: 30px;
    padding: 26px 58px 26px 28px;
    border-left: 3px solid #623896;
    border-bottom: 3px solid #623896;
    border-bottom-left-radius: 20px;
}
.skybluetxt h3{
    font-size: 24px;
    line-height: 28px;
    color: #00AEEF;
    font-family: Roboto-Medium;
}
.msmegarphrow{
    padding: 30px 0px 57px 0px;
}
.fullcontentgarph{
    max-width: 539px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
    padding: 15px;
}
.fullcontenttxt2{
    padding-bottom: 15px;
}
.msmefullcontent .msmegarphrow p{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: Roboto-LightItalic;
    padding-bottom: 0;
    padding-left: 25px;
}
.msmefullimg{
    padding-bottom: 60px;
}
.skybluetxt2{
    margin-bottom: 55px;
    padding: 26px 58px 26px 28px;
    border-left: 3px solid #623896;
    border-bottom: 3px solid #623896;
    border-bottom-left-radius: 20px;
}
.skybluetxt2 h3{
    font-size: 24px;
    line-height: 28px;
    color: #00AEEF;
    font-family: Roboto-Medium;
}
.greenheadin h4{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
/* msmeoutlook end*/


/* cmd css */
.cmdbanner{
    max-width: 440px;
}
.cmdbanner h1{
    padding-bottom: 21px;
}
.cmdcomma{
    padding-bottom: 15px;
}
.cmdbanner h2{
    font-size: 24px;
    line-height: 28px;
    color: #623896;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.gradientboxline{
    width: 83px;
    height: 11px;
    background: transparent linear-gradient(83deg, #00AEEF 0%, #D1D523 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.cmdfirstsec{
    padding-top: 30px;
    padding-bottom: 40px;
}
.cmdfirstsec p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 15px;
}

.cmdblugreensec{
    padding-bottom: 46px;
}
.cmdblugreensec .row{
    align-items: center;
}
.cmdskybluetxt {
    position: relative;
    padding: 20px 20px;
    max-width: 442px;
    margin-bottom: 30px;
}

.cmdskybluetxt::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(67deg, #00AEEF 0%, #CFDD3D 100%);
    mask:
        linear-gradient(#fff 0 0) left/4px 100% no-repeat,
        linear-gradient(#fff 0 0) bottom/100% 4px no-repeat;    

    -webkit-mask:
        linear-gradient(#fff 0 0) left/4px 100% no-repeat,
        linear-gradient(#fff 0 0) bottom/100% 4px no-repeat;
}
.cmdskybluetxt h3{
    font-size: 24px;
    line-height: 28px;
    color: #00AEEF;
    font-family: Roboto-Medium;
}
.belowcmdskybluetxt p{
    font-family: Roboto-Light;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0px;
}

.cmdgrnheading h4{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.cmdgrnheading p{
    color: #000000;
}

.cmdsidbiperftxt{
    padding-bottom: 23px;
}
.cmdsidbiperftxt h4{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 17px;
}
.cmdsidbiperftxt p{
    color: #000000;
    padding-bottom: 15px;
}

.cmdperfmidimg{
    position: relative;
    margin-bottom: 60px;
}
.cmdperfmidimgtext{
    max-width: 576.7px;
    position: absolute;
    top: 89px;
    left: 65px;
}
.cmdperfmidimgtext p{
    color: #FFFFFF;
}

.cmdperfmidimgcrorediv{
    position: absolute;
    bottom: 64px;
    left: 65px;
    display: flex;
    align-items: center;
}
.crorefirst{
    max-width: 248px;
    padding-right: 36px;
    border-right: 0.5px solid #FFFFFF;
}
.croresecond{
    max-width: 324px;
    padding-left: 36px;
    padding-right: 0;
    border: none;
}
.crorefirst h5{
    font-size: 45px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: Roboto-Bold;
}
.crorefirst h5 span{
    font-size: 30px;
}
.crorefirst p{
    font-family: Roboto-Light;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.cmdcontenttxt p{
    padding-bottom: 15px;
    color: #000000;
}
.cmdcontenttxt p.pd28para{
    padding-bottom: 28px;
}
.cmdcontenttxt h4{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
/*cmd css end  */

.sitemap a{
    font-size: 14px;
    color: #000!important;
}
.sitemap{
    display: flex;
    gap: 3px;
}
.industries{
        padding-top: 105px;
    padding-bottom: 40px;
}
.microData h1{
    font-size: 35px;
    line-height: 42px;
       font-family: Roboto-Bold;
       padding-bottom: 14px;
}
.microData p{
    font-size: 18px;
    line-height: 24px;
    max-width: 448px;
}
.industries .sitemap{
    padding-bottom: 90px;
}
.msmeVision{
    background-color: #F2FBFE;
    padding: 70px 0;
}
.msmeVision .mData p {
    font-size: 24px;
    line-height: 30px;
}
.msmeVision .mData{
    padding: 15px 0 36px 0;
}
.msmeVision .mData h4{
    background: #F2FBFE;
    margin-top: -37px;
    font-size: 30px;
    line-height: 42px;
}
.msmeVision .mData .clr{
   background: #F2FBFE; 
}
.assetNum .subCon{
    max-width: 100%;
    border-radius: 20px; 
    border-bottom-left-radius: 0;
    position: relative;
    padding: 0 60px 40px 0;
}
.assetNum .subCon::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(66deg, #00AEEF 0%, #CFDD3D 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-left: none;
    padding-left: 0;
}
.assetNum{
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}
.assetNum::after{
    content: '';
    position: absolute;
    height: 78%;
    width: 100%;
    clip-path: polygon(100% 17%, 0% 100%, 100% 100%);
    background: transparent linear-gradient(41deg, #39B8E6 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}

.assetNum .assetData{
    border-right: none;
    position: relative;
    padding-bottom: 30px;
        margin-bottom: 0;
    padding-top: 30px;
    min-height: 120px;
}
.assetNum .assetData::before {
    content: '';
    position: absolute;
    height: 45%;
    bottom: 38px;
    width: 1px;
    background-color: #fff;
    right: 0;
}
/* .assetNum .assetData::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    right: 0;
        bottom: -1px;
} */
.assetNum .col-xl-4{
    padding: 0;
}
.assetNum .col-xl-12{
    padding-left: 0;
}
.assetNum .assetData.nobrdr::before{
    content: none;
}
.assetNum .assetData.btmnone::after{
    content: none;
}
.assetNum h2{
       margin-top: -30px;
    background: #623896;
    z-index: 9;
    padding-right: 10px;
    position: relative;
    max-width: fit-content;
}
.areaImg{
    padding-top: 80px;
        text-align: center;
        position: relative;
        z-index: 9;
}
.nxtprev p{
    font-size: 18px;
    color: #fff;
}
.prevBtn{
    background: transparent linear-gradient(90deg, #00AEEF 0%, #CFDD3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
}
.nxtprev{
    margin: 60px 0;
}
.nxtprev .prevBtn.right{
    justify-content: right;
}
.prevBtn:hover .arrowPrev img{
 transform: rotate(40deg);
    transition: 0.3s ease;
}
.prevBtn:hover .arrowPrev.rt img{
 transform: rotate(-40deg);
    transition: 0.3s ease;
}
.scollDown {
    text-align: left;
}

.scrollImg {
    width: 28px;
    height: 40px;
    border: 1px solid #464749;
    border-radius: 42%;
    display: flex;
        justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
        margin-left: 20px;
}

.scrollImg img {
    width: 16px;
    animation: upDown 1.3s ease-in-out infinite;
}

/* arrow up-down animation */
@keyframes upDown {
    0% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
}

.downloadreport {
    background: #00539b;
    padding: 15px 8px;
    border-radius: 9px 0 0 10px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.downloadreport p {
    margin: 0;
       writing-mode: sideways-lr;
    text-orientation: upright;
    color: #fff;               /* White text */
    font-size: 12px;
}
.reportDiv{
    background-color: #00529B;
    padding: 20px 0 20px 31px;
    max-width: 455px;
}
.reportDiv p.first{
    font-size: 14px;
    font-family: Roboto-Bold;
    padding-bottom: 11px;
    color: #fff;
}
.annualReport p{
    color: #fff;
}
.annualReport h4{
   font-size: 30px;
   font-family: Roboto-Bold;
   color: #fff;
}
.annualReport{
    border: 1px solid #fff;
    padding: 8px;
}

.mainSec .annualReport {
    width: 100%;
}

.commonBtn{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    margin: auto;
}
.commonBtn .reportDiv{
    display: none;
}
.commonBtn:hover .reportDiv{
    display: block;
        padding-right: 25px;
    padding-bottom: 34px;
}
.commonBtn:hover .downloadreport{
    display: none;
}


.reportDiv .owl-nav button {
    background: transparent !important;
    border: none !important;
    outline: none;
}

.prevArrow, .nextArrow {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    padding: 5px 8px;
}

.reportDiv .owl-prev {
    position: absolute;
    left: -27px;
    top: 29%;
}
.reportDiv .owl-next {
    position: absolute;
    right: -27px;
    top: 29%;
}

/* bod css */

.bodbreadcrumbpd{
    padding-bottom: 70px;
}
.bodtopsecpd{
    padding-bottom: 0;
}
.corpinfo h1{
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-family: Roboto-Bold;
    padding-bottom: 21px;
}
.corpinfo h2{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-family: Roboto-Bold;
    padding-bottom: 31px;
}
.corpinfo h2 span{
    font-family: Roboto-Light;
}

.manojchairman{
    box-shadow: 0px 3px 6px #00000029;
    padding: 35px 25px;
    margin-bottom: 22px;
}
.bodtxt h5{
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: Roboto-Bold;
    padding-bottom: 4px;
}
.bodtxt p{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 4px;
}
.bodtxt p span{
    display: block;
}
.bodimg{
    padding-bottom: 11px;
}
.bodmembers{
    margin-bottom: 22px;
    padding: 35px 25px;
}
.bodmembers:hover{
    box-shadow: 0px 3px 6px #00000029;
}
/* bod end */

.annumNum h3.bluN{
font-size: 18px;
    font-family: Roboto-Bold;
    color: #00aeef;
    padding-bottom: 8px;
    text-align: right;
    max-width: 384px;
}


/* grp structure css */
.grpstructure h1{
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-family: Roboto-Bold;
    padding-bottom: 25px;
}
.grpstructure h1 span{
    font-size: 24px;
    font-family: Roboto-Light;
}
.grpstructure h5{
    font-size: 18px;
    line-height: 22px;
    color: #00AEEF;
    font-family: Roboto-Bold;
    padding-bottom: 15px;
}
.rowbtmborder{
    border-bottom: 0.5px solid #000000;
    margin-bottom: 25px;
}
.grpstructurelist ul{
    padding-left: 0;
    margin-bottom: 0;
}
.grpstructurelist ul li{
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
    padding-left: 15px;
    padding-bottom: 25px;
    max-width: 255px;
}
.grpstructurelist ul li::before{
    position: absolute;
    top: 7px;
    left: 0px;
    content: "";
    width: 5px;
    height: 5px;
    background: #629941;
    border-radius: 20px;
}
.grpstructure p{
    color: #000000;
    padding-top: 5px;
    padding-bottom: 20px;
}

.headinpara{
    max-width: 255px;
}
.headinpara p{
    padding-bottom: 0;
    padding-top: 0;
}
/* end */
.msmeoutlook{
 padding-top: 110px;
}
.msmeoutlook.pt0{
    padding-top: 0;
}
/* .businessperf{
    padding-top: 20px;
} */
.businessData h1{
    font-size: 35px;
    line-height: 42px;
     font-family: Roboto-Bold;
    padding-bottom: 37px;
}
.businessData h4{
    font-size: 18px;
    line-height: 22px;
     font-family: Roboto-Bold;
     color: #629941;
    padding-bottom: 25px;
}
.productable p{
    font-size: 19px;
    line-height: 23px;
    text-align: right;
    font-family: Roboto-Light;
}
.productable{
    margin-bottom: 36px;
}

.finance-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #2B2E34;
}

.finance-table th,
.finance-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.finance-table thead th {
  background-color: #f4f4f4;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 20px;
}

.finance-table .center-heading {
  text-align: center;
}

.finance-table .right-heading {
  text-align: center;
}

.finance-table .year-heading {
  text-align: center;
  border-top: 1.5px solid #54a92b; 
      text-align: right;  /* green line under main heading */
}

.finance-table .year-2025 {
  background-color: #54a92b;
  color: #ffffff;
  text-align: right;
}

.finance-table tbody td.number,
.finance-table tfoot td.number {
  text-align: right;
}

.finance-table tbody tr:last-child td {
  border-bottom: 1px solid #54a92b; /* green line above total */
}

.finance-table tfoot .total-row td {
  font-family: Roboto-Bold;
  border-top: 1px solid #54a92b;
  border-bottom: 1px solid #54a92b;
}

.finance-table tfoot .total-row td:first-child {
  text-align: left;
}
.productable {
    max-width: 827px;
}
.finance-table thead th.right-heading{
text-align: right;
}
.finance-table td:nth-of-type(2){
    border-right: 1px solid #5B9D3E;
}
.finance-table td:nth-of-type(3){
    border-right: 1px solid #5B9D3E;
}
.institue h3{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    padding-bottom: 15px;
     font-family: Roboto-Bold;
}
.institue h4{
    color: #00AEEF;
    font-family: Roboto-Bold;
    padding-bottom: 16px;
    font-size: 16px;
}
.institue .bank{
    padding-bottom: 5px;
}
.institue p{
    padding-bottom: 20px;
}
.refinanace{
    padding-bottom: 13px;
}
.nbfc{
    margin-bottom: 0px;
}
.nbfc h2{
    background-color: #00AEEF;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: Roboto-Bold;
    text-align: center;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
}
.nbfc ul li{
    color: #623896;
    padding-bottom: 25px;
}
.nbfc ul li span{
    line-height: 26px;
    font-family: Roboto-Bold;
}
.nbfc ul{
        border: 1px solid #00AEEF;
    padding-top: 20px;
}
.direct h4{
font-size: 18px;
line-height: 22px;
color: #629941;
font-family: Roboto-Bold;
padding-bottom: 14px;
}
.direct{
    padding-top: 9px;
}
.partner .nav-tabs .nav-link.active{
    color: #623896;
   font-family: Roboto-Bold;
   border: none;
   border-bottom: 1px solid #ccc;
}
.partner .nav-tabs .nav-link{
        border: none;
}
.partner ul{
    gap: 40px;
}
.partner .nav-tabs .nav-link{
color: #ccc;
 font-family: Roboto-Regular;
 border-bottom: 1px solid #ccc;
}
.partner .nav-tabs .nav-link:hover{
    border: none;
    border-bottom: 1px solid #ccc;
}
.partner .nav-tabs {
    --bs-nav-tabs-border-color: transparent;  /* removes border */
    border-bottom: none !important;           /* extra safety */
}
.partner{
    margin-bottom: 50px;
}
.collab .row{
align-items: center;
}
.mainBack{
    background-color: #623896;
    border-radius: 23px;
    padding: 40px 0;
    max-width: 1045px;
    min-height: 380px;
    margin: auto;
    margin-top: 40px;
}
.blueSec{
    position: relative;
}
.collab{
    background-color: #fff;
    border: 1px solid #623896;
    border-radius: 23px;
    padding: 46px 30px;
    position: absolute;
        top: 9%;
    min-height: 242px;
}
.handImg p{
    font-size: 18px;
    line-height: 22px;
    color: #623896;
    font-family: Roboto-Bold;
    padding-top: 10px;
}
.mainBack.green{
    background-color: #629941;
    min-height: 396px;
}
.collab.revap .handImg p{
    color: #629941;
}
.handImg{
        max-width: 200px;
}
.collab p{
    padding-bottom: 20px;
}
.mainBack.blueClr{
    background-color: #00AEEF;
    min-height: 300px;
}
.collab.bren .handImg p{
    color: #00AEEF;
}
.newProduct{
    background-color: #FCFDF1;
    padding: 50px 0 20px 0;
    margin-bottom: 40px;
}

.cash h3{
    font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.cashUl ul{
    list-style: none;
    padding-left: 16px;
}
.cashUl ul li{
    padding-bottom: 29px;
    position: relative;
}
.cashUl ul li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: -13px;
    width: 6px;
    height: 6px;
    background-color: #629941;
    border-radius: 50px;
}
.cashUl ul li span{
    color: #629941;
    font-family: Roboto-Bold;
}
.scheme h3{
        font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.scheme p{
    padding-bottom: 20px;
}
.scheme h4{
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #00AEEF;
    font-family: Roboto-Bold;
}
.prayaas h4{
            font-size: 18px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.prayaas ul.prayasList{
    list-style: none;
    padding-left: 16px;
}
.prayaas ul.prayasList li{
    position: relative;
        padding-bottom: 10px;
}
.prayaas ul.prayasList li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: -13px;
    width: 5px;
    height: 5px;
    background-color: #629941;
    border-radius: 50px;
}
.prayaas{
    padding-bottom: 11px;
}
.prayaas h5 {
    font-size: 16px;
    line-height: 22px;
    color: #00AEEF;
    font-family: Roboto-Bold;
    padding-bottom: 14px;
}
.prayaas .prayasList.pb0 li{
    padding-bottom: 4px;
}
.performImg{
    padding-bottom: 40px;
}
.prayaas p{
    padding-bottom: 10px;
}
.ghgNum h2{
    font-size: 45px;
    color: #00AEEF;
    font-family: Roboto-Bold;
}
.ghgNum h2 span{
    font-size: 30px;
}
.ghgNum{
    border-right: 1px solid #ccc;
}
.ghgNum.nobrdr{
    border: none;
}
.energySaving h3{
    font-size: 16px;
    line-height: 22px;
    color: #00AEEF;
    font-family: Roboto-Bold;
    padding-top: 20px;
    padding-bottom: 6px;
}
.energySaving {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.energySaving.nobrdr{
    border-bottom: none;
}
.energySaving .ghgNum:nth-of-type(2){
    padding-left: 30px;
}
.finanaPort h3{
    font-size: 18px;
    line-height: 22px;
    font-family: Roboto-Bold;
    padding-bottom: 29px;
    color: #629941;
}
.legend .item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.memeInst{
    margin-bottom: 40px;
}
.legend .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}

.dot.purple { background-color: #663399; }
.dot.yellow { background-color: #D6DE23; }
.dot.green  { background-color: #4BA44B; }

.legend strong {
    font-weight: 700;
}
.leftPie{
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 0 30px 30px;
    min-height: 469px;
    margin-bottom: 40px;
}
.pieImg{
    padding-bottom: 20px;
}
.implement h3{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 17px;
    font-family: Roboto-Bold;
    color: #00AEEF;
}
.implement{
    background-color: #FCFDF1;
    border-radius: 0 20px 20px 0;
    padding: 80px 0 80px 48px;
        min-height: 567px;
}
.sidbImple .col-xl-5{
    padding-right: 0;
}
.sidbImple .col-xl-7{
    padding-left: 0;
}
.implement .micro{
    padding-bottom: 30px;
}

.partial{
    padding-top: 40px;
    padding-left: 35px;
    background-color: #629941;
    border-radius: 20px;
    margin-bottom: 40px;
}
.partial p{
    color: #fff;
    padding-bottom: 25px;
}
.leftImg{
    padding-bottom: 40px;
}
.prayaas p span{
color: #629941;
font-family: Roboto-Bold;
}
.startUp p.bold{
    font-size: 16px;
    line-height: 22px;
    color: #629941;
    font-family: Roboto-Bold;
    padding-bottom: 20px;
}
.startUp p.bold span{
    display: block;
}
.startUp{
   position: relative;
}

.startUp::before{
content: "";
    position: absolute;
    inset: 0;
    padding: 0 2px 0 0;
border-radius: inherit;
background: transparent linear-gradient(90deg, #00AEEF 0%, #CFDD3D 100%) 0% 0% no-repeat padding-box;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
border-left: none;
padding-left: 0;
}
.operationalise{
    position: relative;
    padding: 30px 14px 20px 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 257px;
    margin-bottom: 27px;
}
.operationalise::before {
content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(66deg, #00AEEF 0%, #CFDD3D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-left: none;
    padding-left: 0;
}
 .prayaas p.italic{
    font-family: Roboto-LightItalic;
 }

.busineAccor .accordion-header .heading-wrapper span {
    background-color: #629941;
    color: #fff;
    font-size: 30px;
    padding: 9px 20px 9px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: -20px;
    border-radius: 5px;
}
.busineAccor .accordion-header .heading-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 10px 0 10px;
}
.busineAccor .accordion-header .heading-wrapper h4 {
    margin: 0;
    font-size: 20px;
    color: #623A96;
    font-family: Roboto-Bold;
    position: absolute;
    left: 65px;
}
.busineAccor .accordion-button .icon {
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #623A96;
    transition: transform 0.3s ease;
}
.busineAccor .busineAccor .accordion-button.collapsed .icon.plus
 {
    display: inline;
}
.busineAccor .accordion-button:not(.collapsed) .icon.plus {
    display: none;
}
.busineAccor .accordion-button:not(.collapsed) .icon.minus {
    display: inline;
}
.busineAccor .accordion-button::after {
    display: none;
}
.busineAccor .accordion-item .accordion-button{
margin-bottom: 15px;
    background: #E3E4E5;
    border-radius: 5px;
        min-height: 54px;
}
.busineAccor .accordion-item{
margin-bottom: 20px;
border: none;
}
.busineAccor .accordion{
   --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: inherit;
}
.establish p{
    padding-bottom: 15px;
}
.busineAccor .accordion-body{
    padding-left: 0;
}
.comp h3{
    font-size: 18px;
    line-height: 22px;
    color: #00AEEF;
    font-family: Roboto-Bold;
    padding-bottom: 17px;
}
.comp h3 span{
    display: block;
}
.comp{
    border-right: 1px solid #629941;
}
.publish{
    margin-bottom: 40px;
}
.program-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #2B2E34;
    font-size: 16px;
    line-height: 20px;
        margin-bottom: 30px;
}

.program-table th {
    text-align: left;
   font-family: Roboto-Bold;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 8px;
    background-color: #EBECEC;
}

.program-table td {
    padding: 12px 8px;
    vertical-align: top;
    border-bottom: 1px solid #f0f0f0;
}

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

.program-table a {
    color: #2B2E34;
    text-decoration: none;
}
.program-table th:nth-child(2),
.program-table td:nth-child(2) {
    width: 37%;  
}
.programSliderWrap {
    position: relative;
    padding: 40px 0;
}

.programSliderWrap .cardBox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0 0 20px 0;
    min-height: 447px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 1px;
}


.programSliderWrap .title {
    padding: 25px 0px 11px 20px;
    color: #00AEEF;
    font-size: 18px;
    font-family: Roboto-Bold;
}

.programSliderWrap .desc {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
     padding: 0 10px 11px 20px;

}
.desc.minH {
    height: 123px;
    overflow-y: auto;
        max-width: 342px;
}

/* Scrollbar width */
.desc.minH::-webkit-scrollbar {
    width: 4px; 
    margin-right: 10px;     /* ← change this (4px, 6px, 8px, etc.) */
    padding-right: 10px;     /* ← change this (4px, 6px, 8px, etc.) */
}

/* Scrollbar track */
.desc.minH::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scrollbar thumb */
.desc.minH::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Scrollbar thumb on hover */
.desc.minH::-webkit-scrollbar-thumb:hover {
    background: #999;
}


.programSliderWrap .owl-carousel .owl-stage-outer {
    padding-right: 20%; /* ⭐ Shows 20% of next slide */
}

.programSliderWrap .customNav {
    position: absolute;
    right: 44px;
    bottom: 0;
    display: flex;
    gap: 5px;
}

.programSliderWrap .customNav img {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.counterBox {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
        position: absolute;
    bottom: 0;
    left: 50%;
}

.counterBox span {
    font-weight: 600;
}
.outData p{
    border-bottom: 1px solid #00AEEF;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.ourtreach{
    position: relative;
}
.outData.new{
    position: absolute;
    top: 39px;
    left: 40px;
    max-width: 340px;
    width: 100%;
}
.various p{
    padding-bottom: 23px;
}
.promotion .row{
    align-items: center;
}
.intervation .cardBox{
    background-color: #EFEBF4;
    border-radius: 20px;
    padding: 25px 9px 25px 39px;
    position: relative;
    min-height: 524px;
}
.intervation .cardBox p{
    padding-bottom: 20px;
        padding-right: 20px;
}
.intervation .cardBox p.blue{
    color: #623896;
    padding-bottom: 15px;
    font-family: Roboto-Medium;
}
.intervation .cardBox .one{
    background-color: #623896;
    height: 53px;
    width: 53px;
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #fff;
        border-radius: 50px;
        display: flex;
    align-items: center;
    justify-content: center;
     position: relative;
    z-index: 9;
}
.intervation .cardBox .line{
    background-color: #623896;
    height: 2px;
    position: absolute;
    top: 10px;
    top: 52px;
    z-index: 1;
    left: 0;
    width: 100%;
}
.numberS{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.intervation .cardBox.ltBlue{
    background-color: #D9F0F7;
}
.intervation .cardBox.ltBlue p.blue{
    color: #00AEEF;
}
.intervation .cardBox.ltBlue .one{
   background-color: #00AEEF;
}
.intervation .cardBox.ltBlue .line{
   background-color: #00AEEF;
}
.intervation .cardBox.ltGreen{
    background-color: #F0F7F1;
}
.intervation .cardBox.ltGreen p.blue{
    color: #629941;
}
.intervation .cardBox.ltGreen .one{
   background-color: #629941;
}
.intervation .cardBox.ltGreen .line{
   background-color: #629941;
}
.intervation p.finanH{
    height: 307px;
    overflow-y: auto;
}
.intervation p.finanH::-webkit-scrollbar {
    width: 4px;      
}
.intervation p.finanH::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.intervation p.finanH::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.intervation p.finanH::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.pibparaword.pt20{
    padding-top: 20px;
}
.breadcrumbmap.bodbreadcrumbpd.pb20{
    padding-bottom: 25px;
}
.lending ul{
    list-style: none;
    padding-left: 16px;
    border: none;
    padding-top: 0;
   margin-bottom: 0;
}
.lending ul li{
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #00aeef;
    position: relative;
    padding-bottom: 10px;
}
.lending ul li::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #00aeef;
        left: -13px;
    top: 8px;
    border-radius: 50px;
}
.partner .nav-tabs .nav-link.green.active{
    color: #629941;
}
.partner .nav-tabs .nav-link.blue.active{
    color: #00aeef;
}
.prayaas .prayasList.loan li:last-child {
    padding-bottom: 0;
}
.prayaas .prayasList.loan{
    margin-bottom: 6px;
}
.annumNum.mob{
    display: none;
}
.msmeoutlook.pb0{
    padding-bottom: 0px;
}
.breadcrumbmap.bodbreadcrumbpd.pb0 {
    padding-bottom: 25px;
}
.performImg.pb0{
    padding-bottom: 0;
}
.publish.pb0{
    margin-bottom: 0;
}
.enterprise .breadcrumbmap{
    padding-bottom: 61px;
}
.scollDown.scollMob{
    display: none;
}
.belowcmdskybluetxt p {
    padding-bottom: 5px;
}