/*02_unlocking_potential css*/
.myheader {
    padding: 20px 0;
    /*    background-image: linear-gradient(45deg, #b32a5a, #334890);*/
    background-image: url(../images/sub-header.jpg);
    position: relative;
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-title {
    padding-top: 150px;
}

.my-bg {
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
}

.sub-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    color: #2a2076;
    max-width: 800px;

}


.big-text {
    font-size: 48px;
    font-weight: 600;
}

p {
    font-weight: 300;
}

p.leftline {
    /*border-left: 4px solid #cb2551;*/
    /*padding: 0px 80px;*/
    color: #b42a5b;
    font-size: 22px;
    /*text-align:center;*/
    font-weight: 400;
    line-height: 40px;
}

p.leftline .fa {
    font-size: 36px;
    color: #00b5ef;
    vertical-align: middle;
}

p.leftline .fa-quote-left {
    margin-right: 15px;
}

p.leftline .fa-quote-right {
    margin-left: 15px;
}

.sub-banner {
    background-image: linear-gradient(to right, #b52a5a, #2f4992);
    color: #fff;
    padding: 50px;
}

.transfer-img {
    background: #2a2076;
    /*padding: 80px 50px;*/
}

.transformPara {
    font-weight: 400;
    line-height: 26px;
    font-size: 19px;
}

/*.sub-banner-img {
    text-align: center;
}*/

.s-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #322882;
    font-weight: 600;
}

.sub-banner-img img {
    max-width: 100%;

}

.big-text {
    font-size: 48px;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: 3px;
    /*display: inline-block;*/
}

.brdb {
    border-bottom: 1px solid;
    padding-bottom: 6px;
}


/*zeroing_digitalbanking*/
.inside-logo {
    padding-bottom: 30px;
    width: 150px;
    display: block;
}

/*pipeline subsidary*/
span.top-text {
    font-size: 14px;
    display: block;
}

h1.big-text {
    text-transform: none;
}

span.mycaption {
    font-size: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
}

p.mainPara {
    font-size: 24px;
    font-weight: 400;
    color: #2a2076;
}


/*SBI Group Structure Css*/
.structure-tabs {
    padding: 10px 30px;
    border: 2px solid #2a2076;
    margin: 0 10px;
    border-radius: 20px;
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
}

.structure-tabs:hover {
    background-color: #c52653;
    color: #fff;
    border: 2px solid #c52653;
}
.structure-tabs.active {
    background: #c22753;
    color: #fff;
    border: 2px solid #c52653;
}
.structure-tabs2 {
    padding: 10px 30px;
    border: 2px solid #2a2076;
    margin: 0 10px;
    border-radius: 20px;
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
}
.structure-tabs2.active {
    background: #2d2675;
    color: #fff;
    border: 2px solid #45536a;
}
.structure-tabs2:hover {
    background: #2d2675;
    color: #fff;
    border: 2px solid #45536a;
}

.sbi-grp-structure {
    margin: 0 auto;
    padding-left: 4%;
}

.one-vnt {
	min-height:100px;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:15px;
    border: 0px solid #acb1ac;
    border-radius: 20px 0px 0px 20px;
    background: rgba(199, 38, 81, 1);
    background: -moz-linear-gradient(left, rgba(199, 38, 81, 1) 0%, rgba(30, 75, 153, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(199, 38, 81, 1)), color-stop(100%, rgba(30, 75, 153, 1)));
    background: -webkit-linear-gradient(left, rgba(199, 38, 81, 1) 0%, rgba(30, 75, 153, 1) 100%);
    background: -o-linear-gradient(left, rgba(199, 38, 81, 1) 0%, rgba(30, 75, 153, 1) 100%);
    background: -ms-linear-gradient(left, rgba(199, 38, 81, 1) 0%, rgba(30, 75, 153, 1) 100%);
    background: linear-gradient(to right, rgba(199, 38, 81, 1) 0%, rgba(30, 75, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c72651', endColorstr='#1e4b99', GradientType=1);
}

.two-vnt {
    padding: 22px;
    border: 1px solid #acb1ac;
    border-radius: 0px 20px 20px 0px;
    /*margin: auto 0;*/
}

.v-num {
    color: #fff;
    text-align: center;
    margin: auto;
}
h3.v-num{
	font-size:24px;}

.v-text li {
    list-style-type: disc;
    padding: 10px 0;
    font-weight: 600;
}
.v-text p {
    font-weight: 700;
    color: #c42652;
    margin: 10px 0px;
}
.container.rest-structure {
    padding: 30px 0 0 0;
}

.child-vnt {
    border: 1px solid #acb1ac;
    border-radius: 0 20px 20px 0px;
}

.child-vnt p {
    font-weight: 600;
    color: #c42652;
    margin: auto 10px;
}


/*SBI Group Structure secand page Css*/

.sec-one-vnt {
    padding: 40px 30px;
    border: 0px solid #acb1ac;
    border-radius: 20px 0px 0px 20px;
    background: rgba(42,32,118,1);
	background: -moz-linear-gradient(left, rgba(42,32,118,1) 0%, rgba(45,82,169,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,32,118,1)), color-stop(100%, rgba(45,82,169,1)));
	background: -webkit-linear-gradient(left, rgba(42,32,118,1) 0%, rgba(45,82,169,1) 100%);
	background: -o-linear-gradient(left, rgba(42,32,118,1) 0%, rgba(45,82,169,1) 100%);
	background: -ms-linear-gradient(left, rgba(42,32,118,1) 0%, rgba(45,82,169,1) 100%);
	background: linear-gradient(to right, rgba(42,32,118,1) 0%, rgba(45,82,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2076', endColorstr='#2d52a9', GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2076', endColorstr='#485968', GradientType=1 );
}
.sec-child-vnt {
    border: 1px solid #acb1ac;
    border-radius: 0 20px 20px 0px;
}
.sec-child-vnt p {
    font-weight: 600;
    color: #333;
    margin: auto 10px;
}
.innerData .chairman-story {
    font-size: 16px !Important;
    font-weight: 300 !Important;
    font-style: italic !Important;
}

/*Responsive css*/

@media(max-width:1199px) {
    .sbi-grp-structure {
        margin: 0 auto;
        display: grid;
    }
}

@media(max-width:991px) {
    .child-vnt {
        padding: 0;
    }
    .sec-child-vnt {
        padding: 0;
    }

    .v-num {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .sub-banner {
        padding: 20px;
    }

    .inside-logo {
        padding: 30px;
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    .big-text {
        font-size: 36px;
        letter-spacing: 0;
        width: 100%;
    }

    .sub-banner-text {
        /* text-align: center;*/
        padding: 20px 15px;

    }

.sub-title {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .inner-title {
        padding-top: 100px;
    }

    .myheader {
        padding: 10px 0;
    }
.menu ul li a {
     margin: 20px !important;
}

}

@media (max-width:767px){

    .two-vnt {
    -webkit-border-bottom-right-radius: 20px !Important;
    -webkit-border-bottom-left-radius: 20px !Important;
    -moz-border-radius-bottomright: 20px !Important;
    -moz-border-radius-bottomleft: 20px !Important;
    border-bottom-right-radius: 20px !Important;
    border-bottom-left-radius: 20px !Important;
    -webkit-border-top-left-radius: 0px!Important;
    -webkit-border-top-right-radius: 0px!Important;
    -moz-border-radius-topleft: 0px!Important;
    -moz-border-radius-topright: 0px!Important;
    border-top-left-radius: 0px!Important;
    border-top-right-radius: 0px!Important;
}
.v-num {
    font-size: 32px;
}
.v-text {
    margin: 0;
}
.one-vnt {
    -webkit-border-top-left-radius: 20px!Important;
    -webkit-border-top-right-radius: 20px!Important;
    -moz-border-radius-topleft: 20px!Important;
    -moz-border-radius-topright: 20px!Important;
    border-top-left-radius: 20px!Important;
    border-top-right-radius: 20px!Important;
    -moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
    padding: 20px;
	min-height:inherit;
}
.child-vnt {
    padding: 20px;
    -webkit-border-radius: 1px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 1px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
    
.sec-one-vnt {
    -webkit-border-top-left-radius: 20px!Important;
    -webkit-border-top-right-radius: 20px!Important;
    -moz-border-radius-topleft: 20px!Important;
    -moz-border-radius-topright: 20px!Important;
    border-top-left-radius: 20px!Important;
    border-top-right-radius: 20px!Important;
    -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
    padding: 20px;
}
.sec-child-vnt {
    padding: 20px;
    -webkit-border-radius: 1px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 1px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
    
 .m-m-bottom {
    margin-bottom: 30px;
}
.child-vnt p {
    margin: auto;
    text-align: center;
}
.sec-child-vnt p {
    margin: auto;
    text-align: center;
}
 .m-dis {
    display: block !important;
}

.transformPara {
    font-size: 14px;
}
p.mainPara {
    font-size: 22px;
}
    
}

@media(max-width:480px) {
    .sub-title {
        font-size: 20px;
    }
}
