@font-face {
    font-family: 'NotoSansDisplayRegular';
    src: url('fonts/NotoSans/NotoSansDisplayRegular.eot');
    src: url('fonts/NotoSans/NotoSansDisplayRegular.eot') format('embedded-opentype'),
	url('fonts/NotoSans/NotoSansDisplayRegular.woff2') format('woff2'),
	url('fonts/NotoSans/NotoSansDisplayRegular.woff') format('woff'),
	url('fonts/NotoSans/NotoSansDisplayRegular.ttf') format('truetype'),
	url('fonts/NotoSans/NotoSansDisplayRegular.svg#NotoSansDisplayRegular') format('svg');
}

@font-face {
    font-family: 'NotoSansDisplayBold';
    src: url('fonts/NotoSansBold/NotoSansDisplayBold.eot');
    src: url('fonts/NotoSansbold/NotoSansDisplayBold.eot') format('embedded-opentype'),
	url('fonts/NotoSansBold/NotoSansDisplayBold.woff2') format('woff2'),
	url('fonts/NotoSansBold/NotoSansDisplayBold.woff') format('woff'),
	url('fonts/NotoSansBold/NotoSansDisplayBold.ttf') format('truetype'),
	url('fonts/NotoSansBold/NotoSansDisplayBold.svg#NotoSansDisplayBold') format('svg');
}

@font-face {
    font-family: 'NotoSansDisplayMedium';
    src: url('fonts/NotoSansMedium/NotoSansDisplayMedium.eot');
    src: url('fonts/NotoSansMedium/NotoSansDisplayMedium.eot') format('embedded-opentype'),
	url('fonts/NotoSansMedium/NotoSansDisplayMedium.woff2') format('woff2'),
	url('fonts/NotoSansMedium/NotoSansDisplayMedium.woff') format('woff'),
	url('fonts/NotoSansMedium/NotoSansDisplayMedium.ttf') format('truetype'),
	url('fonts/NotoSansMedium/NotoSansDisplayMedium.svg#NotoSansDisplayMedium') format('svg');
}

* {
    font-family: 'NotoSansDisplayRegular' !important;
}

/*
@font-face {
	font-family: 'DaxOT';
	src: url('fonts/DaxOT/DaxOT.eot');
	src: url('fonts/DaxOT/DaxOT.eot?#iefix') format('embedded-opentype'),
		url('fonts/DaxOT/DaxOT.woff2') format('woff2'),
		url('fonts/DaxOT/DaxOT.woff') format('woff'),
		url('fonts/DaxOT/DaxOT.ttf') format('truetype'),
		url('fonts/DaxOT/DaxOT.svg#DaxOT') format('svg'),
		url('fonts/DaxOT/DaxOT.otf') format('opentype');
}

@font-face {
    font-family: 'DaxOT-Medium';    
    src: url('fonts/DAXOT-Medium/DaxOT-Medium.eot');
	src: url('fonts/DAXOT-Medium/DaxOT-Medium.eot?#iefix')
		format('embedded-opentype'),
		url('fonts/DAXOT-Medium/DaxOT-Medium.woff2') format('woff2'),
		url('fonts/DAXOT-Medium/DaxOT-Medium.woff') format('woff'),
		url('fonts/DAXOT-Medium/DaxOT-Medium.ttf') format('truetype'),
		url('fonts/DAXOT-Medium/DaxOT-Medium.svg#DaxOT-Medium')
		format('svg'),
		url('fonts/DAXOT-Medium/DaxOT-Medium.otf')
		format('opentype');
    font-weight: 700;
    font-style: normal;
}

*/

html,body {
	margin: 0;
	padding: 0;
	font: 14px/1.222 'NotoSansDisplayRegular';
	transition: all ease 1s;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
}

a {
	outline: none !important;
	border: 0;
	text-decoration: none;
	
}

a:hover {
	color: #121a45;
	transition:all 0.3s ease;
}

a:active {
	outline: none !important;
}


p {
	margin: 0;
	padding: 0;
	font-family: 'NotoSansDisplayRegular';
}

/*center{	
	background: url("../images/login/login-topheader.jpg") no-repeat top center;
	background-size: cover;
}*/
/* helpers */
.title {
	font-family: 'NotoSansDisplayRegular';
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.clearfix {
	clear: both;
}


/* Placeholder */
::-webkit-input-placeholder {
	font: 13px/1.3 'NotoSansDisplayRegular';
}

:-moz-placeholder { /* Firefox 18- */
	font: 13px/1.3 'NotoSansDisplayRegular';
}

::-moz-placeholder { /* Firefox 19+ */
	font: 13px/1.3 'NotoSansDisplayRegular';
	color: #c8c8c8;
}

/* Placeholder for IE */
:-ms-input-placeholder {
	color: #c8c8c8 !important;
}

/* Header */
.hlb-header {
	width: 100%;
	height: 30px;
	text-align:right;
	/* padding-top: 10px; */
	/* position: absolute; */
	background: #FFF;
	display:none;
}
.logo-band-empty{	
	width: 100%;
	height:75px;
	background-color:transparent;
}
.logo-band{
	width: 100%;
	height:75px;
	background-color: #221afb;
}
.logo-band .logo img {	
	float: left;
	/* Al Rajhi UI changes 2022 start*/
    height: 100px;
    position: relative;
    bottom: 12px;
    right: 5px;
	/* Al Rajhi UI changes 2022 end*/
}
.logo {	
	height: 75px;
	float: right;
}

@media only screen and (max-width: 1400px) {
.logo {	
	height: 60px;
	float: right;
}
.logo-band{
	width: 100%;
	height:60px;
}
.logo-band .logo img {	
	float: left;
	height: 60px;
}
.alraji-footer {
	height: 30px !important;
}

.login_links_container {
	height: 35px !important;
    bottom: 40px !important;
}

.footer__leftcontainer img{
	margin: -5px 5px !important;
}

.login-quick-link-wrapper .alr-login__links{
    margin: 5px 0 0 30px;
    height: 100px;
    padding-top: 40px;
}

.footer__rightcontainer{
	padding: 8px 30px;
}

.login_links_container {
	height: 30px;
    bottom: 40px !important;
}

.login_links_cont-l img {
    padding: 5px 0px;
    max-width: 155px !important;
    margin: 2px 10px;
	height: 45px;
}

.login_quicklinks_cont-r img.phoneIcon{
	float: left;
	padding: 7px;
	height: 45px;
}
}


.login-btn{
	float:right;padding:17px;padding-top: 25px;display: none;
}
.hlb-header__container {
	height: 76px;
}

.hlb-header__links {
	float: right;
}

.hlb-header__links ul {
	margin: 46px 60px 16px 0;
}

.hlb-header__links ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}

@media only screen and (max-width : 1064px) {
    .hlb-header__links ul {
    	margin: 46px 14px 16px 0;
	}
}

@media only screen and (max-width : 1016px) {
    .hlb-header__links ul {
    	margin: 46px 8px 16px 0;
	}
}

@media only screen and (max-width : 1010px) {
    .hlb-header__links ul {
    	margin: 46px 0 16px 0;
	}
}

@media only screen and (max-width : 1006px) {
    .hlb-header__links ul {
    	margin: 40px 0 0 0;
    	padding: 0;
	}
}

@media only screen and (max-width : 963px) {
    .hlb-header__links ul {
    	margin: -32px 0 0 0;
    	padding: 0;
	}
}

.hlb-header__links ul li a {
	font-size: 13pt;
	color: #121a45;
	text-decoration: none;
}

.hlb-header__links ul li a.button-orange__login {
	font: 13pt/1.15 'NotoSansDisplayMedium';
	background: #ec1c24;
	text-align: center;
	color: #fff;
	padding: 2px 4px;
}

.hlb-header__links ul li a.button-orange__login i {
	width: 13px;
	height: 16px;
	background: url("../images/login/icon-16-sprites.png");
	background-position: -55px -32px !important;
	display: inline-block;
	position: relative;
	top: 2px;
	background-position: -55px -32px !important;
}

.ext-chrome .hlb-header__links ul li a.button-orange__login {
	top: 27px;
}

.hlb-header__links ul li a:hover {
	color: #003f75;
}

.hlb-header__links ul li a.button-orange__login:hover {
	color: #fff !important;
}


/* main class */
.hlb-main {
	/*min-height: calc(100% - 13.6em);*/
	/* equal to footer height */
	width: 100%;
	height: 100%;
}

/*for fixed footer*/
.hlb-main:after {
	content: "";
	display: block;
}

.hlb-main__container {
	width: 100%;
}
img.resize {
  max-width:100%;
  max-height:20%;
}

/* Image Container */
.hlb-image__container {
	background: url("../images/login/login-topheader.jpg") no-repeat top left;
	width: 100%;
	height: 840px;
	background-size: cover;
}
.content{
	width: 100%;
	/*padding: 14px;
	background-color: rgba(2, 2, 2, 0.4);*/
	height: 200px;
	position: fixed;
	bottom: 40px;
	display: none !important; 
	margin: 0 auto;
}
.content_safetyTips{
	margin-left: 0px !important;
    padding-left: 20px;
    padding-top: 20px;
}
.img-cont{
	/* float:left; */
	width: 240px;
	text-align:left;
	margin-left:10px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #FFF;
	margin-top: 10px;
}
.img-cont-1{

}
.img-cont-2{
width: 250px;
}
.img-cont-3{

}

.img-cont div::first-child{
	padding: 14px 0 0 18px !important;
}

/* Info Container */
.hlb-info__container {
	background: #ebebeb;
	width: 96%;
    margin: 0 30px;
    height: 280px;
    padding: 30px 0;
}

.hlb-info__container h2 {
	color: #121a45;
	font-size: 26pt;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.hlb-info__container p {
	color: #000;
	font-size: 12pt;
	line-height: 1.2;
	font-weight: normal;
}

.hlb-image__band {
	background: #121a45;
    height: 250px;
    position: relative;
    width: 96%;
    top: 370px;
    margin: 0 30px;
    opacity: 0.80;
    mix-blend-mode: multiply;
}

.hlb-image__band--content {
	position: relative;
    width: 96%;
    margin: 0 30px;
    top: 119px;
    height: 250px;
}

.hlb-image__left-band {
	background: url(../images/login/shutterstock_365460413.jpg) /* no-repeat top right */;
	height: 528px;
	width: 100%; /* 200px; */
	/*border-left: 45px solid #1585c7;
    display: inline-block;
    float: left;
    background-size: cover;*/
	/* background-position: 83%; */
	background-size: 100% auto;
	background-size: 100% 100%;
	
	display:none;
}

h1 {
	float: left;
    color: #fff;
    font-weight: normal;
    font-size: 40pt;
    line-height: 1.15;
}

.hlb-image__right-button {
	float: right;
	width: 42%;
	top: initial !important;
    bottom: 60px !important;
    display: inline-block;
    position: absolute;
    right: -10px;
}

.hlb-info__image {
	float: right;
	width: 50%;
	margin-right: 25px;
	background: url("../images/login/login-info.jpg") no-repeat;
	background-size: cover;
    height: 100%;
    background-position: 0 40%;
}

.hlb-info__content {
	float: left;
	width: 37%;
	margin: 0 0 20px 45px;
	height: 100%;
}

/* Notice Container */

.hlb-notice__container {
	background: #121a45;
	width: 96%;
    height: 60px;
    margin: 20px 30px;
}

.hlb-notice__container h3 {
	margin: 10px 10px 0 30px;
    font: 14pt/1.3 'NotoSansDisplayRegular';
    font-weight: bold;
    color: #fff;
    width: 13%;
    display: inline-block;
    position: relative;
    top: -5px;
}

.hlb-notice__container p {
	margin: 15px 0 5px;
    font: 10pt/1.3 'NotoSansDisplayRegular';
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.hlb-notice__container a {
	padding: 17px 30px;
    font: 14pt/1.3 'NotoSansDisplayRegular';
    font-weight: 700;
    background: url(../images/login/icon--rightarrow__box.png) no-repeat right;
    float: right;
    color: #fff;
    line-height: 25px;
    border-left: 1px solid #fff;
    margin-right: 20px;
    letter-spacing: 0.1em
}

/* Login Container */

#hlb-login__container--bg {
	background: #000000;
	mix-blend-mode: multiply;
    opacity: 0.65;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

#hlb-login__container {
	display: block !important;
}

.hlb-login__container {
	position: absolute;
    top: 0px;
    width: 100%;
    /*left: 10%;*/
    height: 337px;
}

.login_cont_container {
	width: 100%;
	height: 555px;
	/* background: url(../images/login/banner_login.jpg)  no-repeat top right */ 
	background-size: 100% auto;
}

.login_panel_container {
	width: 100%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	height: 360px;
	padding-right: 100px;
}
.login_panel_cont-l{
	float:right;
	width: 300px;
	height: 340px;
	margin:40px 40px 40px 0;
	background-color:rgb(255, 255, 255);
	padding-top: 5px;
	border-radius: 10px;
	border: 0px solid #f5f2f2;
	box-shadow: 2px 1px 15px 0px #000000;
}
.login_panel_cont-r{
	float:right;
	width: 40%;
	height: 280px;
	padding: 50px 40px 30px 0;
	text-align: right;
	display:none;
}
.login_panel_cont-r-t{
	width: 100%;
	height: 70px;
	text-align: center;
    padding-right: 0px;
}
.login_panel_container .login_panel_cont-r-t img{
	width: 90% !important;
}

.login_panel_cont-r-m{
	width: 100%;
	height: 40px;
}
.login_panel_cont-r-t{
	width: 100%;
	height: 55px;
}
.login_links_container {
	width: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	height: 54px;
	clear:both;
	position: fixed;
    bottom: 40px !important;
}
.login_links_cont-l{
	float: left;
	width: 42%;
	height: 300px;
	margin: 10px 0 10px 90px;
}
.login_links_cont-r{
	float:right;
	width: 40%;
	height: 240px;
	padding: 35px 40px 40px 0;
	text-align: right;
}

/*.hlb-login__container--right-close {
	background: url(../images/btn_login.jpg) no-repeat right;
	padding: 9px;
    background-size: contain;
    margin: 10px;
    float: right;
}*/

.hlb-login__container--title {
	color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid;
    width: 96%;
    text-transform: capitalize;
    background: #121a45;
    padding: 15px;
    font: 15pt/1.222 'NotoSansDisplayMedium';
    text-align: center;
}

.hlb-login__links {
	display: block;
    margin: 4px 0px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #121a45 !important;
    width: 30%;
    font-size: 11pt;
    float: left;
    clear: left;
    text-shadow: 0 0 #121a45;
}

.hlb-login__links-external {
	color: #1585c7;
    text-transform: capitalize;	
}

i.hlb-login__links--forgot, i.hlb-login__links--loginhelp, i.hlb-login__links--request, i.hlb-login__links--firsttime {
	height: 21px;
    width: 21px;
    float: left;
    position: relative;
    left: -9px;	
    top: -1px;
}

.hlb-login__links--forgot {
	background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0 -77px;
}

.hlb-login__links--loginhelp {
	background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0 -99px;
}

.hlb-login__links--request {
	background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0 -124px;
}

.hlb-login__links--firsttime {
	background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0 -146px;
}

#hlb-login__button {
    float: right;
}

.hlb-login__instructions {
	width: 85%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
}

.hlb-login__instructions > ul {
	padding: 0 0px 13px 0;
	font-size: 13px;
	font-weight: 700;
}

.hlb-login__instructions li {
	padding: 10px 0;
	color: #676767;
    list-style-type: none;
    border-bottom: 1px solid #1585c7;
}

.hlb-login__instructions--tips {
	color: #1585c7;
    margin: 19px 0 0 0;
    font-size: 13pt;
    border-top: 6px solid #1585c7;
    width: 170px;
    padding-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hlb-login__instructions--readmore {
	color: #676767;
	background: url("../images/login/read-more--arrow.png") no-repeat;
	background-position: 100% 26%;
    padding-right: 30px;
    font-size: 11pt;
    font-weight: 700;
}

.hlb-login__control {
	display: inline-block;
	margin: 5px 25px;
	width: 83%;
	float: left;
}

.hlb-login__control img{
		max-height:100%;
		max-width:100%
	}
	

.login_title {
	margin: 10px 25px 0;
	width: 85%;
	float: left;
	font-size: 15px;
	font-weight:bold;
	font-family: 'NotoSansDisplayRegular';
	text-align: left;
	color: #eceade;
}
.login_title_2 {
	margin: -35px 5px 0 25px;
	width: 90%;
	float: left;	
	/* font-weight:bold; */
	font-family: 'NotoSansDisplayRegular';
	text-align: left;
	color: #ffffff;
	display: none;
}
.login_title_2 span{
	display: block;
}
.login_title_2 span.title_head{
	font-size: 12px;
	padding-top: 10px;
}
.login_title_2 span.title_point{
	font-size: 11px;
	padding-left:30px;
}
#hlb-login__button {
	width: 88% !important;
}

.hlb-login__control label {
	display: block;
	float: left;
	margin-top: 3px;
	margin-top: 3px;
    background: #fff;
    height: 37px;
    width: 31px;
}

@-moz-document url-prefix() { 
  .hlb-login__control label {
     height: 39px;
  }
}

@media only screen and (min-width:1400px) and (max-width: 1700px)  {
	#hlb-login__button {
	   float: right;
	   margin: 4px 48px !important;
	}
	
	.hlb-login__links {
	    margin: 3px;
	}
	
	
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .hlb-login__control label {
   	 	height: 36px;
	}
}

.hlb-login__control input[type="text"],.hlb-login__control input[type="password"] {
	padding: 3px 10px;
	margin-top: 3px;
	border: 0;
	border-bottom: 1px solid #aeafaf;
	width: 100%;
	color: #333;
	font-size: 11pt;
	border-radius: 0px;
	    outline: none;
}


.hlb-login__control input[type="password"] {
	padding: 3px 10px;
	margin-top: 3px;
	border: 0;
	border-bottom: 1px solid #aeafaf;
	width: 100%;
	color: #333;
	font-size: 11pt;
	border-radius: 0px;
	outline: none;

}

#input_img {
    position:absolute;
    bottom:52px;
    right:172px;
    width:23px;
    height:21px;
}



.hlb-login__control input[type="text"]:focus,.hlb-login__control input[type="password"]:focus
{
	background: #fff;
}

.hlb-login__control label::after {
	display: inline;
	float: right;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.mandatory {
	color: red;
}


/* form Icons */

p#message {
	color: #ec1c24 !important;
    background-color: transparent !important;
    font-weight: 700;
    width: 80%;
	margin: 5px 25px;
	text-align: left;
	float: left;
}

.hlb-login-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
}

.hlb-login-icon__bank:after {
	content: " ";
    width: 24px;
    height: 21px;
    display: block;
    margin: 5px 0 0 7px;
    background: url(../images/login-page-icons.png) no-repeat;
    background-size: cover;
}

.hlb-login-icon__login-id:after {
	content: " ";
	width: 24px;
    height: 24px;
    display: block;
    margin: 5px 0 0 7px;
    background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0px -26px;
}

.hlb-login-icon__shield:after {
	content: " ";
	width: 24px;
    height: 24px;
    display: block;
    margin: 5px 0 0 7px;
    background: url(../images/login-page-icons.png) no-repeat;
    background-position: 0px -52px;
}


/* Button */
.login-button {
    font-size: 13pt;
    color: #fff;
    padding: 10px 10px 10px 15px;
    margin: 25px 10px 0;
    display: inline-block;
}

.orange-color__button i, .login-button i {
	background: url("../images/login/icon-rightarrow.png") no-repeat right top;
	float: right;
    margin: 0 7px;
    padding: 11px 5px;
    background-position: 1%;
}

.blue-color__button {
	border: 1pt solid #003f75;
	background: #003f75;
	letter-spacing: 0.1em;
	font-size: 14pt;
	margin-left: 0;
}

.blue-color__button:hover {
	color: #ffffff;
	background: #121a45;
}

.white-color__button {
	border: 1pt solid #fff;
    background: transparent;	
    font-size: 14pt !important;
    letter-spacing: 0.1em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.white-color__button:hover {
    color: #fff;
}

.orange-color__button {
	border: 0;
    margin: 0 20px 0 0;
    float: right;
    background: #ec1c24;
    padding: 5px 5px 5px 10px;
    letter-spacing: 0.1em;
    position: relative;
	top: -15px;
}

.orange-color__button:hover, .grey-color__button:hover {
    color: #fff;
}

.orange-color__button i.lock {
	background: url(../images/login/icon-16-sprites.png);
    background-position: -55px -31px !important;
    float: left;
    width: 8px;
    position: relative;
    top: 3px;
    margin: 0;
    left: -2px;
}

/*===footer===*/
.hlb-footer {
	width: 100%;
	background: #fff;
	font: 14px/1.222 'NotoSansDisplayRegular';
	height: 150px !important;
	border-bottom: 14px solid #121a45;
	background: url(../images/login/footerbar.png) no-repeat !important;
	background-position: -250px 0 !important;
	margin-top: 24px;
}
.alraji-footer {
	width: 100%;
	background: #000045;  /* Al Rajhi UI changes 2022*/
	color:white;
	/*font: 12px/1.222 'arial', verdana, sans-serif;/*'DaxOT', */
	height: 40px;
	position: fixed;
	bottom: 0;
}
.footer__leftcontainer p{margin: 0px 0;}
.footer__leftcontainer{
	text-align:left;
	float: left;
	/* width: 80%; */
	padding: 0px 24px;
	font: 12px arial !important;
	color:white;

}
.footer__leftcontainer img{
	margin: 0 15px;
}

.footer__rightcontainer{
	text-align:right;
	float: right;
	/* width: 20%; */
	padding: 12px 30px;
	font: 12px 'NotoSansDisplayRegular';
	/*font-size: 14px;*/
}

@media only screen and (max-width:1024px) {
	
	 .hlb-image__right-button
	 {
	 	width: 47%;
	 	bottom: 50px !important;
	 	right: -9px;
	 }
	 
	 .login-button {
	 	padding: 10px 10px 10px 15px;
    	margin: 0 10px 0;
    	top: -30px;
	 }
	 
	 .hlb-image__left-band {
	 	width: 180px;
	 }
	 
	 .hlb-notice__container h3 {
	 	margin: 10px 10px 0 10px;
	 	width: 14%;
	 	top: -15px;
	 }
	 
	 .hlb-notice__container p {
	 	margin: 6px 0 0 0;
	    width: 58%;
	 }
	 
	 .hlb-notice__container p br.lower__version {
	 	display: none;
	 }
	 
	 .hlb-login__links {
	 	width: 35%;
	 	margin: 4px 0px 4px 18px;
	 }
	 
	 .hlb-footer {
	 	background-position: -480px 0 !important;
	 	height: 135px !important;
	 }
	 
	 .hlb-footer__container {
	 	padding: 25px 30px 10px;
	 }
	 
	 .hlb-login__control input[type="text"], .hlb-login__control input[type="password"] {
	 	width: 79%;
	 }
	 
	 .grey-color__button {
	    padding: 10px 10px 10px 15px;
	    margin: 0 10px 0;
	    top: -53px;
	    display: inline-block;
	    clear: right;
	}
	
	_:-ms-fullscreen, :root .hlb-header__links ul { 
		margin: -37px 14px 16px 0; 
	}
	
	_:-ms-fullscreen, :root .login-button { 
		margin: 10px 10px 0 0; 
	}
	
	_:-ms-fullscreen, :root .hlb-notice__container h3 { 
		width: 15%; 
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {

   #hlb-login__button {
		width: 92% !important;
    }

	.hlb-login__control {
		display: inline-block;
		margin: 2px 30px;
		width: 100%;
	}
	
	.hlb-login__control img{
		max-height:100%;
		max-width:100%
	}
	
	.hlb-login__control input[type="text"],.hlb-login__control input[type="password"] {
		padding: 9px 10px;
		margin-top: 3px;
		border: 0;
		border-bottom: 1px solid #aeafaf;
		width: 100%;
		color: #333;
		font-size: 11pt;
		border-radius: 0px;
		outline: none;
	}
	
	.orange-color__button {
		border: 0;
		margin: 0 25px 0 0;
		float: right;
		background: #ec1c24;
		padding: 5px 5px 5px 10px;
		letter-spacing: 0.1em;
		position: relative;
		top: -15px;
	}

	.hlb-login__container--title {
	   color: #FFF;
	   font-weight: bold;
	   border-bottom: 1px solid;
	   width: 97%;
	   text-transform: capitalize;
	   background: #121a45;
	   padding: 15px;
	   font: 15pt/1.222 'NotoSansDisplayMedium';
	   text-align: center;
	}
	
	.hlb-login__instructions {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding-left: 25px;
	}

	.hlb-footer {
		width: 100%;
		background: #fff;
		font: 14px/1.222 'NotoSansDisplayRegular';
		height: 150px !important;
		border-bottom: 14px solid #121a45;
		background: url(../images/login/footerbar.png) no-repeat !important;
		margin-top: 34px;
	}

}}
.hlb-header p {
    font-size: 11px;
    margin: 0 0 0px;
    margin-right: 20px;
}
.button-orange__login img {
    width: 100px;
    margin-top: 9px;
    display:none;
}
.quick-link, .login-quick-link {
    /*content: "Close";*/
    display: none;
    width: 60px;
    height: 20px;
    margin-top: 0px;
    background-color: rgba(2, 2, 2, 0.5);
    /*margin-bottom: 20px;*/
    border-radius: 10px 10px 0 0;
    color: #FFF;
    line-height: 20px;
    -webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s;
}
.quick-link:hover, .login-quick-link:hover {
	/*background-color: rgba(2, 2, 2, 0.9);*/
}

.hlb-login__container--right-close img {
    width: 100px;
    margin-top: 9px;
    display:none;
}
.login_links_cont-l{
	float: left;
    width: auto;
    height: 153px;
    margin: -45px 0px;
    display: inline-block;
}
.login_links_cont-l img {
    padding: 5px 0px;
    max-width: 155px !important;
    margin: 0 10px;
}
.login_quicklinks_cont-r{
float: right;
    width: 200px;
    height: 100px;
    margin: 0px 30px;
    display: inline-block;
    text-align: left;
    color: #FFF;
}
.login_quicklinks_cont-r img.phoneIcon{
	float: left;
	padding: 7px;
}
#btn_submit img {
    width: 100px;
    padding-top: 2px;
}
.quick-link-wrapper, .login-quick-link-wrapper {
    width: 100%;
    padding: 1px;
    background-color: rgba(102, 102, 102,1.60);
    height: 225px;
}
.quick-link a, .login-quick-link a {
    background: url(../images/login/sprite.png) /* no-repeat top right */;
    height: 20px;
    width: 30px;
    /* background-color: red; */
    display: block;
    background-position: -10px -5px;
}

.quick-link a.active, .login-quick-link a.active {    
    background-position: -10px -35px;
}

/*Image Caorusel*/
.carousel-inner {
    overflow: visible;
}
.banner1{width:100%;height: 700px;background: url("../images/login/CBX_Banner1_Low.jpg");background-size:100% auto;position:absolute;}
.banner2{width:100%;height: 700px;background: url("../images/login/CBX_Banner2_Low.jpg");background-size:100% auto;position:absolute;}
.banner3{width:100%;height: 700px;background: url("../images/login/CBX_Banner3_Low.jpg");background-size:100% auto;position:absolute;}
.banner4{width:100%;height: 700px;background: url("../images/login/CBX_Banner4_Low.jpg");background-size:100% auto;position:absolute;}

/*@media screen and (max-width:1600px) {
     .banner1{width:100%;height: 691px;background: url("../images/login/CBX_Banner1_Low.jpg");background-size:100% auto;position:absolute;}
	 .banner2{width:100%;height: 700px;background: url("../images/login/CBX_Banner2_Low.jpg");background-size:100% auto;position:absolute;}
}*/


div#carousel-example-generic:after {
    /* content: ""; */
    /* background: url(../../images/ee/online/2.jpg); */
    width: 100%;
    height: 750px;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:left;
}
div#carousel-example-generic{
width: 100%;
    height: 595px;
    background-size: cover;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.carousel-inner>.item span {
    height: 595px !important;
    overflow: hidden;
    position: fixed;
    background-position: 0px -57px;
    background-size: 100%;
}
.col-sm-9 #carousel-example-generic {
 position: absolute;
 width: 100%;
height: a !important;
 top: -35px;

}
ol.carousel-indicators{
	background-color:transparent;
	width: 138px;
	position: absolute;
	top: 5px;
	z-index: 99999;
	left: 50%;
	display: none;/*to display carousel current slide */
	height: 24px;
	margin-left: 0%;
}
.landing_panel_cont-r-t{
	position: absolute;
	top: 150px;
	left: 250px;
	width: 450px;
	height: 95px;
text-align: left;
	/* background: #FFF; */
	padding-top: 10px;
}
.landing_panel_cont-r-t img{
	display:none;
}

.landing_panel_cont-r-t::after{
	content:"Welcome to the new Al Rajhi Bank Online Banking Service for Businesses";
	color:#FFF;	
	padding-top: 10px;
	line-height: 30px;
	font-family: 'NotoSansDisplayRegular';
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	text-shadow: 3px 3px 4px #121a45;
	content:"";
}

.landing_panel_cont-r-t::after{
	content:"Welcome to the new Al Rajhi Bank Online Banking Service for Businesses";
	color:#FFF;
	/*position: absolute;
	top: 80px;
	right: 5px;
	width: 302px;
	height: 95px;*/
	/* background: #FFF; */
	padding-top: 10px;
	content:"";
}
.primary_btn{
	background-color: #00B2FF;  /* Al Rajhi UI changes 2022 */
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-family: 'NotoSansDisplayRegular';
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
}
.login_panel_container .primary_btn{
	height: 30px;
    line-height: 30px;
    margin-top: 3px;
    width: 80%;
    border-radius: 20px;
}

a:hover{
	text-decoration:none !important;
}
#btn_submit img{
	display:none;
}
.triangleIcon {   
    border-left: 5px solid #00B2FF;
    border-top: 5px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline;
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    top: 2px;
}

.triangleIcon::after {
/*	content:'';
    border-left: 5px solid red;
    border-top: 5px solid #00ff2b;
    border-right: 0px solid #0020ff;
    border-bottom: 5px solid #f0ff00;
    display: inline;
    width: 0;
    height: 0;
    position: absolute;*/
}
.alr-login__links{
	color: #404142;
	text-decoration: none;
	font-size: 11px;
	position: relative;
}
.login-quick-link-wrapper .alr-login__links{
	color: #FFF;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    width: 200px;
    margin: 5px 0 0 30px;
    height: 100px;
    display: inline-block;
    padding-top: 40px;
    /*border-right: 1px solid #ccc;*/
    text-align: left;
}
.login-quick-link-wrapper .alr-login__links:last-child{
	border-right: 0px solid #ccc;
}


 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#input_img {
    position:absolute;
    bottom:60px;
    right:172px;
    width:23px;
    height:21px;
}
 }

 @media screen and (min-width: 640px), screen\9 {
 #input_img {
    position:absolute;
    bottom:60px;
    right:172px;
    width:23px;
    height:21px;
}
 }
 
  @media screen and (min-width: 1400px) and (max-width:2000px) {
	.carousel-inner {
		height: 894px;
	}

	.banner1{width:100%;height: 700px;background: url("../images/login/CBX_Banner1.jpg");background-size:100% auto;position:absolute;}
	.banner2{width:100%;height: 700px;background: url("../images/login/CBX_Banner2.jpg");background-size:100% auto;position:absolute;}
	.banner3{width:100%;height: 700px;background: url("../images/login/CBX_Banner3.jpg");background-size:100% auto;position:absolute;}
	.banner4{width:100%;height: 700px;background: url("../images/login/CBX_Banner4.jpg");background-size:100% auto;position:absolute;} 
	 
	.carousel-inner>.item span {
		height: 894px !important;
		background-position: 0px -60px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}
 
  @media screen and (min-height: 700px) and (max-height:800px) {
	.carousel-inner {
		height: 894px;
	}	 
	.carousel-inner>.item span {
		height: 894px !important;
		background-position: 0px -15px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}

 
  @media screen and (min-height: 800px) and (max-height:880px) {
	.carousel-inner {
		height: 894px;
	}	 
	.carousel-inner>.item span {
		height: 894px !important;
		background-position: 0px -55px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}

 
  @media screen and (min-height: 881px) and (max-height:950px) {
	.carousel-inner {
		height: 894px;
	}	 
	.carousel-inner>.item span {
		height: 894px !important;
		background-position: 0px 0px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}

  @media screen and (min-height: 951px) and (max-height:1050px) {
	.carousel-inner {
		height: 894px;
	}	 
	.carousel-inner>.item span {
		height: 894px !important;
		background-position: 0px -90px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}

  @media screen and (min-height: 1051px) {
	.carousel-inner {
		height: 1000px;
	}	 
	.carousel-inner>.item span {
		height: 998px !important;
		background-position: 0px -60px;
	}
	
	div#carousel-example-generic{
    top: 75px;
}
}

 @media \0screen {
#input_img {
    position:absolute;
    bottom:60px;
    right:172px;
    width:23px;
    height:21px;
}
 }