
/*--digitalBanking--*/

.digitalBankingHeadText {
    padding-left: 20px;
    border-left: 10px solid #056262;
}

.digitalValueChainWrap {
    position: relative;
    border: 1px solid #008f90;
    border-radius: 20px;
    border-top-left-radius: 0px;
    padding: 20px;
    background-color: #e3ede9;
    height: 100%;
}

.Prospecting {
    background-color: #1d7171;
    color: #dfeae5;
    padding: 2px 10px;
    position: absolute;
    top: -10px;
    left: 20px;
}


.digitalBankingBorder {
    position: relative;
    border: 2px solid #008f90;
    border-left: none;
    padding: 20px 0px;
    height: 100%;
}

.digitalBankingBorderH {
    height: 100%;
}

.digitalBankingBorderText {
    position: absolute;
    top: -28px;
    left: 0px;
    width: 100%;
    color: #008f90;
    font-size: 16px;
    font-weight: 600;
}

.digitalBankingBorder::before {
    height: 16px;
    content: "";
    position: absolute;
    background: url(../images/icon/heading-btm-arrow.png) no-repeat;
    top: -2px;
    left: 80px;
    width: 23px;
    z-index: 1;
}

.digitalBankingBorderImg {
    position: absolute;
    top: -43px;
    right: 20px;
    border-bottom: 5px solid #008f90;
    padding-bottom: 10px;
}

.digitalBankingBorderImg2 {
    position: absolute;
    top: -48px;
    right: 20px;
    border-bottom: 5px solid #008f90;
    padding-bottom: 10px;
}

.digitalBankingBorderImg3 {
    position: absolute;
    top: -40px;
    right: 20px;
    border-bottom: 5px solid #008f90;
    padding-bottom: 10px;
}

.digitalBankingBorderImg4 {
    position: absolute;
    top: -38px;
    right: 20px;
    border-bottom: 5px solid #008f90;
    padding-bottom: 10px;

}

.digitalBankingTransactionWrap {
    border-top: 2px solid #008f90;
    position: relative;
}

.digitalBankingTransactionText {
    position: relative;
    display: block;
    padding-block: 10px;
    line-height: 35px;
}

.digitalBankingTransactionHead {
    position: absolute;
    top: -12px;
    left: 0px;
    color: #008f90;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    padding-right: 10px;
}

.digitalBankingImg {
    position: relative;    
}

.digitalBankingImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: rgb(0,143,144);
    background: linear-gradient(90deg, rgba(0,143,144,1) 17%, rgba(247,143,53,1) 17%);
}
.outreachStrategiesHead{  
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.outreachStrategiesHead:before {
    width: 75%;
    height: 1px;
    background: #056262;
    content: "";
    position: absolute;   
    bottom: -26px;
}
.outreachStrategiesHead h4{
    background-color: #056262;
    padding: 10px 20px;    
}
.outreachStrategiesWarp{
    border: 1px solid #056262;
    padding: 10px;
    height: 100%;
}
.outreachStrategiesWarp1::before {
    width: 25px;
    height: 24px;
    background: url(../images/digitalBanking/dBDownLogo.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 37.4%;
    top: 33px;
}
.outreachStrategiesWarp1::after {
    width: 25px;
    height: 24px;
    background: url(../images/digitalBanking/dBDownLine.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 37.4%;
    top: 16px;
}
.outreachStrategiesWarp2::before {
    width: 25px;
    height: 24px;
    background: url(../images/digitalBanking/dBDownLogo.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 44.8%;
    top: 33px;
}
.outreachStrategiesWarp2::after {
    width: 25px;
    height: 70px;
    background: url(../images/digitalBanking/dBDownLineLong.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 45%;
    top: -21px;
}
.outreachStrategiesWarp3::before {
    width: 25px;
    height: 24px;
    background: url(../images/digitalBanking/dBDownLogo.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 57%;
    top: 33px;
}
.outreachStrategiesWarp3::after {
    width: 2px;
    height: 24px;
    background: url(../images/digitalBanking/dBDownLine.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 59.7%;
    top: 16px;
}



/* ----productsServices--------- */
.productsHeading{
    position:relative;
    margin-top: -100px;
}
.bg_green{
    background-color: #056262;
}
.productsServicesAssetHead{
    color: white;
    background-color:#056262;
    padding: 5px;
}

.productsServicesBorder {
    position: relative;
    border: 2px solid #afb3b3;
    border-top: 2px solid #056262;
    padding: 20px 10px;
    height: 100%;
}
 .productsServicesBorder::before {
    position: absolute;
    content: "";
    top: -3.4px;
    left: 82px;
    width: 19px;
    height: 3.5px;
    z-index: 999;   
    background-color: #ffffff;
} 
.productsServicesBorderImg{
    position: absolute;
    top: -5px;
    left: 80px;
    width: 23px;
    height: 23px;     
}
.productsServicesul li{
    position: relative;
    display: block;
    padding-left: 80px;
    line-height: 35px;
}

.productsServicesul li::before {
    width: 20px;
    height: 20px;
    background: url(../images/productsandServices/productsandServicesLogoLi.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 50px;
    top:7px;
    padding: 10px;
    display: flex;
    background-size: 10px;
}
/* ----customer Service--------- */

.customerServiceimg{
    height: 650px;
    width: 100%;    
}
.customerServiceimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.customerServiceTerms{
    font-size: 13px;
    font-weight: 900 !important;
}

.textWrap .textWrapHeading{
    font-size: 16px;
    font-weight: 500;
}

/* customerte stimonials */

.customertestimonialsWrap{
    position: relative;
    border-bottom: 2px solid #056262;
}
.customertestimonialsWrapPin{
    position: absolute;
    top: -10px;
    right: 50%;
}
.customertestimonialsWrapP{
    padding-left: 20px;
    position: relative;  
    
}
.customertestimonialsWrapP::before{
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    background: url(../images/customertestimonials/customeTtestimonialsimgR.png) no-repeat;
    width: 25px;
    height: 25px;
}
.digitalBankingTransactionText2{
    font-size: 18px;
    font-weight: 600;
    color: #056262;
    padding-left: 20px;
}

/* chairman img */

.chairmanStatementtextWarp{
    border-top: 2px solid #648d8d;
    border-bottom: 2px solid #648d8d;
    margin-top: 200px;
    position: relative;
}
.chairmanStatementtext{
    line-height: 24px;
}
.chairmanStatementtextWarp::before{   
    position: absolute;
    top: -55px;
    left: -2px;
    width: 90px;
    height: 80px;
    padding: 10px;
    content: "";
    background: url(../images/Chairman/chairmanLogo.jpg) no-repeat;
    background-color: #056262;
}


.chairmanText{
    font-size: 16px;    
}
.chairmanText span{
    font-size: 18px;    
}
.directorandCEOTextWarp{
    border-top: 2px solid #648d8d;
    border-bottom: 2px solid #648d8d;
    margin-top: 200px;
    margin-bottom: 50px;
    position: relative;
}
.chairmanStatementtext{
    line-height: 24px;
}
.directorandCEOTextWarp::before{   
    position: absolute;
    top: -55px;
    left: -2px;
    width: 90px;
    height: 80px;
    padding: 10px;
    content: "";
    background: url(../images/Chairman/chairmanLogo.jpg) no-repeat;
    background-color: #056262;
}
.ceoImgDiv{    
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Community Commitments */

.communityCommitmentsWrap {
    position: relative;    
    padding: 20px;
    background-color: #c8f3e9;
    height: 50%;     
}
.communityCommitmentsWrapText {
    background-color: #1d7171;
    color: #dfeae5;
    padding: 2px 10px;
    position: absolute;
    top: -10px;
    left: 20px;
}

/* tab risk management */

.eachRiskBorder{
    border-top: 1px solid rgb(146, 146, 146);
    margin-bottom: 20px;
  
}
ul.tabs{
    background:none!important;
    border:none!important;
    display: inline-block;
    width:100%;
    padding-left:0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

ul.tabs li {
    list-style:none;
    cursor:pointer;
    margin-right:15px;
    display: inline-block;
    float:left;
    border:transparent;
    padding: 10px 20px;
    border-radius:5px;
    background-color: #056262;
    color:white;
    line-height: 25px;
    font-family: sans-serif;
}

ul.tabs li.active{
    background-color: #1d7171;
}

.listContBox{    
    display: inline-block;
    width:100%;
}

.listContBox .tab_content{
    display: none;
    padding-top:20px;
    border-top: 2px solid #1d7171;
}

.listContBox .tab_content.active{
    display: block;
}
.leftAside .tabs{
    display: flex;
    flex-direction: column;
}
.riskManagementImg img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* ___________--------_______ */

/* --------governance----- */
.governanceImg img{   
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* --------Bod----- */

.bodboxWrap{
    border-bottom: 1px solid #056262;       
}
.bodImg{
    display: flex;
    justify-content: end;
    align-items: end;
    
}
.bodImg img{   
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding-bottom: 20px;  
}
.bodboxWrap{
    position: relative;
}
.bodboxWrapText{
    border: 1px solid #056262;
    border-left:none;
    border-bottom:none;    
    padding-bottom: 20px;  
    padding-right: 20px;
    min-height: 280px;
}
.bodName {
    background-color: #1d7171;
    color: #dfeae5;
    padding: 2px 10px;    
    position: absolute;
    top: -1px;
    left: 1%;
    z-index: 999;
}

.leadershipWarpPara{
    padding-right: 15px;
    height: 190px;
    overflow-y: auto;
}
.awardsWrap{
    position: relative;
    height: 100%;
    padding: 30px; 
}

.awardsWrap:before {
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	background-color: #056262;	
}

.awardsWrap:after {
	left: 0;
	bottom: -12px;
	width: 40px;
	height: 5px;
	content: '';
	position: absolute;
	background-color:#056262;	
}

.awardsWrap2{
    position: relative;
    height: 100%;
    border: 1px solid #056262;
    padding: 30px;    
}
.awardsWrap2:before {
	left: 10%;
    right: 10%;
	bottom: -3px;
	width: 80%;   
	height: 5px;
	content: '';
	position: absolute;
	background-color:#056262;	
}
.awardsWrap3{
    position: relative;
    height: 100%;
    border: 1px solid #056262;
    padding: 30px;    
}
.awardsWrap3:before {
	left: 10%;
    right: 10%;
	bottom: -3px;
	width: 80%;   
	height: 5px;
	content: '';
	position: absolute;
	background-color:#056262;	
}
/* banner Content  */


.bannerTxt .col-md-8{
    width: 100% !important;
}
.bsrSec .bsrImg{
    margin-top: 30px;
}
.mobView{
    display: none !important;
}
.managementInner {
    display: flex;
    align-items: end;
}
.managementTxt{
    padding: 0 30px; 
  }
  .headingWrapleft{
    text-align: left;
  }
  .quoteImg2{
    text-align: right;
  }
  .quoteImg1{
    text-align: left;
  }


  @media(max-width:767px){
    .digitalBankingBorderText {
        position: absolute;
        top: -48px;
        left: 0px;
        width: 84%;
    }
  }