

/*********************** For Global CSS *****************************/

/*********************** For Reach us Page  CSS *****************************/

.digital-bank-tab-wrp{position: relative;} 
.digital-bank-tab-wrp .leftimg{ max-width: 630px; position: relative;}
.digital-bank-tab-wrp .right-txt-wrp{padding:45px; margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%);  transform: translateY(-50%); right: 0px; background: #fff; min-width: 395px; max-width: 395px; box-sizing: border-box; border: 1px solid #c9c9c9; box-shadow: 2px 2px 10px #ccc;}
.digital-bank-tab-wrp .right-txt-wrp h5 span{font: 600 14px 'Myriad Pro' !important; margin: 2px; display: inline-block; border: 1px solid; padding: 5px 10px 4px 10px; border-radius: 3px;}

.db-tabs ul li a{padding:8px 0px !important; position: relative; border: 0px !important; color:#000 !important; font-size: 1rem;}
.db-tabs ul li a.active{ border: 0px !important; background: none !important; color:#832625 !important; font-weight: 600; }
.db-tabs ul li a.active::before {position: absolute; bottom: 10px; content: ""; width: 20px; height: 2px; background: #fd9907;}
.btn-play.btn-icon-only {line-height: 5rem; width: 5rem; height: 5rem; border: 3px solid #fff; padding: 0; color: #fff; background: transparent; opacity: .7;}



@media (max-width: 1169px){

}

@media (max-width: 992px){
    .digital-bank-tab-wrp .right-txt-wrp {position: relative; padding: 20px; min-width: 100%; max-width: 100%; top: auto; -ms-transform: translateY(0%); transform: translateY(0%);}	
    .db-tabs{display: none !important;}
    .digital-bank-tab-wrp .leftimg, .digital-bank-tab-wrp .leftimg img{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px){
   
    .db_container{ margin: 0px;}

}
@media (max-width: 599px){
	.db_container {margin: 0px 24px;}
	.digital-bank-tab-wrp .card-box .imagebox iframe{
    height: 250px;
            }
}
@media (max-width: 479px){	
	.db_container {margin: 0px 18px;}
}

@media (max-width: 359px){
    .db_container {margin: 0px 16px;}
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - .5rem);
   position: relative

  }


.modal.modal_prod_knowmore .contentbx ul{
    margin: 0;
    padding: 0;
}
.modal.modal_prod_knowmore .contentbx ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 7px;
    list-style: none;
}

.modal.modal_prod_knowmore .contentbx ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #832625;
}

.modal.modal_prod_knowmore .contentbx ul ul li:before {
	content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #832625;
    top: 8px;
}




.left_pagenav {
 background-color: #832625;
 border-radius: 5px 0 0 5px;
 overflow-y: auto;
}
.left_pagenav h4 {
 font-size: 1.125rem;
 color: #fff;
 padding: 10px 15px;
 border-top: solid 1px rgba(255, 255, 255, 0.1);
 border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.left_pagenav ul li a {
 color: #fff;
 opacity: 0.8;
 padding: 7px 15px;
 display: block;
 position: relative;
 color: #fff!important;
 border: none!important;
 padding-right: 30px!important;
}
.left_pagenav ul li a.active,
.left_pagenav ul li a:hover {
 background-color: #000 !important;
 color: #fff !important;
 opacity: 1;
}
.left_pagenav ul li a.active:before {
 position: absolute;
 left: 15px;
 bottom: 12px;
 content: "";
 width: 20px;
 height: 2px;
 background: #fd9907;
}
.left_pagenav ul li a:after {
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -4px;
 content: "";
 width: 8px;
 height: 8px;
 border-right: solid 1px #fff;
 border-bottom: solid 1px #fff;
 transform: rotate(315deg);
}
@media (max-width: 992px) {
 nav.left_pagenav {
   display: none !important;
 }
}
.mob_left_menu {
 position: fixed;
 left: -360px;
 width: 360px;

 bottom: 5%;
 height: 500px;
 transition: all 0.5s;
 background-color: #832625;
 z-index: 100;
	display: none;
}
.mob_left_menu .drawer_handle {
 position: absolute;
 right: -10px;
 top: 0;
 height: 100%;
 width: 10px;
 background-color: #832625;
 transition: all 0.4s;
}
.mob_left_menu .drawer_handle .handle_head {
 position: absolute;
 width: 44px;
 height: 50px;
 border-radius: 0 25px 25px 0;
 background-color: #81191e;
 content: "";
 left: 10px;
 top: 50%;
 margin-top: -25px;
}
.mob_left_menu .drawer_handle .handle_head:before {
 position: absolute;
 content: "\f105";
 font-family: "Font Awesome 5 Pro";
 left: 20px;
 top: 50%;
 color: #fff;
 z-index: 10;
 margin-top: -9px;
 font-size: 20px;
 line-height: 1;
}
.mob_left_menu.open {
 left: 0;
}
.mob_left_menu.open .drawer_handle {
 left: 100%;
}
.mob_left_menu.open .drawer_handle .handle_head:before{
 content: "x";
 font-family: 'Myriad Pro';
}

@media(max-width: 992px){
	.mob_left_menu {
		display: block!important;
        bottom: auto;
	}
    .left_pagenav ul li a:hover{
		background-color: transparent!important;
		opacity: 0.8;
	}
}
@media(max-width: 767px){
	.mob_left_menu {
		width: 280px;
		left: -280px;
            bottom: auto;
	        top: 60px;
	}
}


/* to stop suggested videos */
.card-box .imagebox{position:relative}.card-box .imagebox.ended::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;background-color:black;background-repeat:no-repeat;background-position:center;background-size:64px 64px;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)}.card-box .imagebox.paused::after{content:"";position:absolute;top:70px;left:10px;bottom:20px;right:10px;cursor:pointer;background-color:black;background-repeat:no-repeat;background-position:center;background-size:40px 40px;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}

