input[type="checkbox"]{
	position:absolute;
	z-index:4;
	-webkit-appearance:none;
	appearance:none;
	background:none;
	width: 22px !important;
	height: 22px !important;
	cursor:pointer;
	outline:none;
	opacity:0;
	top:3px;
	left:0;
}

input[type="checkbox"]:checked ~ label{
	border:none;
	background: url(../../../../images/icon_checked.png) no-repeat center;
    background-size: contain;
}
body{
	direction:ltr;
}

.sknFlxClose, #frmEidaReview_flxViewtint > div, #frmEidaReview_flxViewInitTwo > div, #frmPassportReview_flxViewtint > div, 
#frmConfirmation_btnCloseTwo{
	cursor:pointer !important;
}

input[type="text"],
input[type="text"]:focus,
input[type="text"]:active,
input[type="text"]::placeholder,
input[type="text"]:focus:not([kdisabled='true']),
input[type="tel"],
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="tel"]::placeholder,
input[type="tel"]:focus:not([kdisabled='true']){
	border-color:rgba(39, 50, 57, 0.2) !important;
    font-size:17px !important;
    color: #273239;
    background-color: #ffffff;
    -webkit-appearance: none;
	padding:10px 23px !important;
	font-family: "proximaSemiBold", "Helvetica", "Arial", sans-serif !important;
	outline:none;
	line-height:1 !important;
}

.lang-ar div[id$="_lblPopTitle"],
.lang-ar div[id$="_lblPopTitlePP"]{
	direction:ltr !important;
	text-align:right !important;
}

input#frmAuthentication_txtMobileNum, 
input#frmAuthentication_txtMobileNum:focus, 
input#frmAuthentication_txtMobileNum:active, 
input#frmAuthentication_txtMobileNum:focus:not([kdisabled='true']){
	padding-left:36px !important;
}

.lang-ar input#frmAuthentication_txtMobileNum, 
.lang-ar input#frmAuthentication_txtMobileNum:focus, 
.lang-ar input#frmAuthentication_txtMobileNum:active, 
.lang-ar input#frmAuthentication_txtMobileNum:focus:not([kdisabled='true']){
	padding-right:23px !important;
}

div#frmAuthentication_flxMobileNum .text-placeholder{
	width:36px !important;
	text-align:right;
	line-height:1px !important;
	
}

.kcell.sknFlxHdr{
box-shadow:none !important;
-webkit-box-shadow:none !important;

}

.kcell.sknFlxTermsHdr{
box-shadow:none !important;
-webkit-box-shadow:none !important;

}
.sknFlxHdr.kwt100{
	box-shadow:0px 5px 5px rgba(0,0,0,0.06);
	-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.06);
}
.sknFlxTermsHdr.kwt100{
	box-shadow:5px 5px 5px rgba(0.06,0.06,0.06,0.06);
	-webkit-box-shadow:5px 5px 5px rgba(0.06,0.06,0.06,0.06);
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__grid span{
	width: calc(14.28% - 4px) !important;
}

.mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view{
	max-width:86vw;
}

div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus .text-placeholder{
	display:none;
}

div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum, 
div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:focus, 
div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:active, 
div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:focus:not([kdisabled='true']){
	padding-left:23px !important;
}

.lang-ar div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum, 
.lang-ar div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:focus, 
.lang-ar div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:active, 
.lang-ar div#frmAuthentication_flxMobileNum  div.sknTxtBrdr.onFocus input#frmAuthentication_txtMobileNum:focus:not([kdisabled='true']){
	padding-right:23px !important;
}

.lang-ar div#frmAuthentication_flxMobileNum .text-placeholder{
	text-align: left;
    direction: rtl;
    padding-right: 0 !important;
    right: 117px;
    background: transparent;
}


#frmAuthentication_flxCaptchaImg.sknBrdrGreyBg {
	width:auto !important;
	border:none !important;
	background:none !important;
	display: flex;
}
#frmAuthentication_flxCaptchaImg.sknBrdrGreyBg > div {
    width: auto !important;
    position: static !important;
    float: left;
    display:inline-block !important;
    min-width: 50px;
	max-width:236px;
}

#frmAuthentication_flxCaptchaImg.sknBrdrGreyBg > div > span{
	display:inline-block !important;
	width: auto !important;
    position: static !important;
    float: left;
}

.lang-ar #frmAuthentication_flxCaptchaImg.sknBrdrGreyBg {
	flex-direction:row-reverse;
}

input[type="text"].sknTxtBrdr:focus,
input[type="tel"].sknTxtBrdr:focus,
#frmOtp_txtOTP:focus:not([kdisabled='true']),
input[type="password"].sknTxtBrdr:focus{
border-color:#797d82 !important;
}

input[type="text"].sknTxtBrdr.sknTxtBxRedBrdr:focus,
input[type="tel"].sknTxtBrdr.sknTxtBxRedBrdr:focus,
#frmOtp_txtOTP.sknTxtBxRedBrdr:focus:not([kdisabled='true']),
input[type="password"].sknTxtBrdr.sknTxtBxRedBrdr:focus,
.sknTxtBxRedBrdr > input[type="text"]:focus,
.sknTxtBxRedBrdr > input[type="tel"]:focus{
border-color:#ec0100 !important;
}


.sknLblUnddrLineTwo{
	cursor:pointer;
}

.lang-ar input[type="text"],
.lang-ar input[type="text"]:focus,
.lang-ar input[type="text"]:active,
.lang-ar input[type="text"]::placeholder,
.lang-ar input[type="text"]:focus:not([kdisabled='true']),
.lang-ar input[type="tel"],
.lang-ar input[type="tel"]:focus,
.lang-ar input[type="tel"]:active,
.lang-ar input[type="tel"]::placeholder,
.lang-ar input[type="tel"]:focus:not([kdisabled='true']){
	font-family:tajawalRegular !important;
}
.lang-ar #frmAuthentication_flxMobileNum > div.sknLbl15{
	right:0;
	left:auto !important;
	width:auto !important;
}

.lang-ar .sknLbl15Red{
	font-family:tajawalRegular !important;
	font-size:15px !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder{
	line-height:normal !important;
	padding:0 !important;
}

input[type="text"].sknTxtBxRedBrdr,
input[type="text"].sknTxtBxRedBrdr:focus,
input[type="text"].sknTxtBxRedBrdr:active,
input[type="text"].sknTxtBxRedBrdr::placeholder,
input[type="text"].sknTxtBxRedBrdr:focus:not([kdisabled='true']),
input[type="tel"].sknTxtBxRedBrdr,
input[type="tel"].sknTxtBxRedBrdr:focus,
input[type="tel"].sknTxtBxRedBrdr:active,
input[type="tel"].sknTxtBxRedBrdr::placeholder,
input[type="tel"].sknTxtBxRedBrdr:focus:not([kdisabled='true']),
input[type="password"].sknTxtBxRedBrdr,
input[type="password"].sknTxtBxRedBrdr:focus,
input[type="password"].sknTxtBxRedBrdr:active,
input[type="password"].sknTxtBxRedBrdr::placeholder,
input[type="password"].sknTxtBxRedBrdr:focus:not([kdisabled='true']){
	border-color:#ec0100 !important;

}


.underline-txt{
 text-decoration:none;
}

#kony_alert_overlay .underline-txt{
	font-family:proximaSemiBold;
	color:#ec0100;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder{
    color: rgba(39, 50, 57, 0.4) !important;
	
}

#frmEidaReview_lblSubHeader, #frmEidaUpdate_lblSubHeader,#frmPassportUpdate_lblSubHeader, #frmPassportReview_lblSubHeader{
color:rgba(39, 50, 57, 0.4);
}

.konycustomcss, .konycustomcss input[type="text"], .konycustomcss input[type="tel"]{
	width:100% !important;
	left:0 !important;
	overflow:visible !important;
	height:50px;
	outline:none;
}

.sknImgBrdr{
	overflow:hidden;
}

.sknFlxFooter.kcell{
	z-index:0 !important;
	
}


.lang-ar .sknFlxFooter.kcell{
	left:0 !important;
}

.sknLblRedProximaBold13Px > .sknLblRedProximaBold13Px, #frmOtp_lblResendOTP{
	width:auto !important;
	display:inline-block !important;
	position:relative;
	text-decoration:none !important;
	cursor:pointer;
}


.sknLblUnddrLineTwo > .sknLblUnddrLineTwo:before,
.sknLbl14RedProximaMedium > .sknLbl14RedProximaMedium:before,
.sknLblRedProximaBold13Px > .sknLblRedProximaBold13Px:before, #frmOtp_lblResendOTP:before, .underline-txt:before, #frmOtp_lblEmailMeTheOtp:before,
#frmConfirmation_rchNearestBranch:before,
#frmConfirmation_rchNearestBranchPp:before{
	transition: width 400ms cubic-bezier(.19,1,.22,1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(39, 50, 57, 0.7);
}

#frmConfirmation_rchNearestBranch,
#frmConfirmation_rchNearestBranchPp{
	display:inline !important;
}

.lang-ar .sknLblRedProximaBold13Px > .sknLblRedProximaBold13Px:before, 
.lang-ar #frmOtp_lblResendOTP:before, .lang-ar .underline-txt:before, 
.lang-ar .sknLblUnddrLineTwo > .sknLblUnddrLineTwo:before,
.lang-ar .sknLbl14RedProximaMedium > .sknLbl14RedProximaMedium:before,
.lang-ar #frmOtp_lblEmailMeTheOtp:before,
.lang-ar #frmConfirmation_rchNearestBranch:before,
.lang-ar #frmConfirmation_rchNearestBranchPp:before{
	right:0;
	left:auto;
}

.sknLblRedProximaBold13Px > .sknLblRedProximaBold13Px:before, #frmOtp_lblResendOTP:before, #frmOtp_lblEmailMeTheOtp:before,
.sknLbl14RedProximaMedium > .sknLbl14RedProximaMedium:before,
 #frmConfirmation_rchNearestBranch:before,
 #frmConfirmation_rchNearestBranchPp:before,
 #kony_alert_overlay .underline-txt:before,
 .sknRch19 .underline-txt:before{
	background: #ec0100;
}

body .sknRch19.sknRch19.sknRch19 .underline-txt{
	color:#ec0100 !important;
	font-size: 19px !important;
}

.sknLblUnddrLineTwo > .sknLblUnddrLineTwo:before{
	background:#273239;
}

.mddtp-picker__subtitle{
	display: inline-block;
    padding-right: 20px;
	background: url(../../../../images/down_arrow-white.png) no-repeat right center !important;
	background-size:13px !important;
}

input[type="button"].sknBtn:hover,
input[type="button"].sknBtn:focus, input[type="button"].sknBtn:active
#kony_alert_div input[type="button"]:hover{
	background-color: #ba1b19 !important;
    border-color: #ba1b19;
}


input[type="button"].sknBtnWhiteProxmiaSemiBold:hover{
	border-color:#273239 !important;
}

#frmOtp_flxResendOtp{
	transition:opacity 0.5s;
	text-align:center;
}
.sknLblRedProximaBold13Px > .sknLblRedProximaBold13Px:hover:before,
#frmOtp_lblResendOTP:hover:before, .underline-txt:hover:before,
#frmOtp_lblEmailMeTheOtp:hover:before,
.sknLblUnddrLineTwo > .sknLblUnddrLineTwo:hover:before,
#frmConfirmation_rchNearestBranch:hover:before,
#frmConfirmation_rchNearestBranchPp:hover:before,
.sknLbl14RedProximaMedium > .sknLbl14RedProximaMedium:hover:before{
	width:100%;
}

.sknLblRedProxima17px > .sknLblRedProxima17px,
.sknLbl14RedProximaMedium > .sknLbl14RedProximaMedium{
	display:inline-block !important;
	width:auto !important;
	position:relative !important;
	cursor:pointer;
}

#frmOtp_lblHavingDifficult{
opacity:70%;
letter-spacing:0.1px;
}

#frmOtp_lblRequestEmailOtp, select, select:focus{
letter-spacing:0.1px;
}

.lang-ar #frmOtp_lblRequestEmailOtp{
	font-family:'tajawalRegular';
}

.konycustomcss{
	top:0 !important;
}

#frmOtp_flxResendOtp[kdisabled="false"]{
	opacity:1;
}

#frmOtp_flxResendOtp[kdisabled="true"]{
	opacity:0.5;
	cursor:default;
	pointer-events:none;
}

.lang-ar input[type="button"], .lang-ar input[type="button"]:focus, .lang-ar input[type="button"]:active{
	font-family: tajawalRegular !important;
}


.lang-ar .kcell.sknLblRedProxima17px{
	text-align:right;
}


.sknBtnWhiteProxmiaSemiBold input[type="button"],
.sknBtnWhiteProxmiaSemiBold input[type="button"]:focus,
.sknBtnWhiteProxmiaSemiBold input[type="button"]:active {
    color: rgb(39, 50, 57) !important;
    background: rgb(255, 255, 255) !important;
    border:1px solid rgb(218, 218, 218) !important;
}

select, select:focus {
    
    font-size: 15px !important;
    color: #273239;
    background-color: #ffffff;
	outline:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background: url(../../../../images/dropdown_arrow.png) no-repeat right center !important;
    background-size: 36px 18px !important;
	font-family: proximaMedium !important;
    font-size: 17px !important;
	padding:10px 21px !important;
}

select#frmAuthentication_lstAuth{
	text-indent:0 !important;
}

.lang-ar select, 
.lang-ar select:focus{
	font-family:tajawalMedium !important;
}


select *, select:focus *{
	background:transparent !important;
}


select:focus{
	outline:none;
	border:1px solid rgba(39, 50, 57, 0.2) !important;
}


.lang-ar select{
	background-position:left 10px center !important
}

div[tpwidgettype="kycalendar"]{
	min-height:50px;
	height:auto !important;
}

div[tpwidgettype="kycalendar"] > input[type="text"],
div[tpwidgettype="kycalendar"] > input[type="text"]:focus,
div[tpwidgettype="kycalendar"] > input[type="tel"],
div[tpwidgettype="kycalendar"] > input[type="tel"]:focus{
	padding-left:64px !important;
	font:normal normal 17.0px proximaSemiBold !important;
}

.lang-ar div[tpwidgettype="kycalendar"] > input[type="text"],
.lang-ar div[tpwidgettype="kycalendar"] > input[type="text"]:focus,
.lang-ar div[tpwidgettype="kycalendar"] > input[type="tel"],
.lang-ar div[tpwidgettype="kycalendar"] > input[type="tel"]:focus{
	padding-left: 0 !important;
    padding-right: 64px !important;
    background-position: right 15px center;
    text-align: right;
	font-family: tajawalRegular !important
}


.lang-ar .mddtp-picker__header{
	text-align:right;
}

.sknLbl17Red .sknLbl17Red, .sknLbl17Grey .sknLbl17Grey{
	position:relative;
}

.lang-ar .sknLbl17Red .sknLbl17Red, .lang-ar .sknLbl17Grey .sknLbl17Grey, .lang-ar .sknLbl17RedFull .sknLbl17RedFull{
	/*justify-content:flex-start !important;*/
}

.sknLbl17Red .sknLbl17Red:before, .sknLbl17Grey .sknLbl17Grey:before, 
.sknLbl17RedHalf .sknLbl17RedHalf:before,
.sknLbl17RedFull .sknLbl17RedFull:before,
.sknLbl17RedHalf .sknLbl17RedHalf:after,
.sknLbl17RedFull .sknLbl17RedFull:after{
	content:"";
	display:block;
	height:3px;
	background:#EC0100;
	left:0; right:4px;
	position:absolute;
	bottom:0px;
}

.lang-ar .sknLbl17RedFull .sknLbl17RedFull:after{
	    left: calc(50% + 4px) !important;
}

.lang-ar .sknLbl17RedHalf{
	justify-content:flex-start !important;
}


.lang-ar .sknLbl17Red .sknLbl17Red:before, 
.lang-ar .sknLbl17Grey .sknLbl17Grey:before, 
.lang-ar .sknLbl17RedHalf .sknLbl17RedHalf:before,
.lang-ar .sknLbl17RedFull .sknLbl17RedFull:before,
.lang-ar .sknLbl17RedHalf .sknLbl17RedHalf:after,
.lang-ar .sknLbl17RedFull .sknLbl17RedFull:after{
	right:0; left:4px;
}


.sknLbl17Grey .sknLbl17Grey:before,
.sknLbl17RedHalf .sknLbl17RedHalf:after,
.lang-ar .sknLbl17RedHalf .sknLbl17RedHalf:before{
	background: #F0F0F0;
}

.sknLblTitle35{
	line-height:1.08 !important;
	letter-spacing: -0.28px !important;
}

div[id$="_flxSteps"] .sknLbl17Grey{
	font-family:proximaMedium;
}

.lang-ar div[id$="_flxSteps"] .sknLbl17Grey{
	font-family:tajawalMedium;
}

.lang-ar .sknLbl17RedHalf .sknLbl17RedHalf:after{
	background:#EC0100;
	left:calc(50% + 4px);
}

.sknLbl17RedHalf .sknLbl17RedHalf:before,
.sknLbl17RedFull .sknLbl17RedFull:before{
	width:calc(50% - 4px);
}

.sknLbl17RedHalf .sknLbl17RedHalf:after,
.sknLbl17RedFull .sknLbl17RedFull:after{
	left:50%;
}

body{
	  font-family: "proximaRegular", "Helvetica", "Arial", sans-serif;
}

.mddtp-date__titleDay, .mddtp-date__titleMonth, .mddtp-picker__month{
	font-family: "proximaSemiBold", "Helvetica", "Arial", sans-serif;
}

.sknLbl15,.sknRch19, .sknLbl15Bold, .sknLblTitle35{
	overflow:visible !important;
}

::-webkit-input-placeholder { 
  color: #b3b3b3 !important;
}

:-ms-input-placeholder { 
  color: #b3b3b3 !important;
}

::placeholder {
  color: #b3b3b3 !important;
}



select:focus::-ms-value {
    color: rgba(39, 50, 57, 0.81); 
    background: transparent;
}
input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

div[kwidgettype="CheckBoxGroup"] > div{
	position:relative;
	padding:5px 0 5px 38px;
	margin-bottom:6px;
	
}

.lang-ar div[kwidgettype="CheckBoxGroup"] > div{
	padding: 5px 38px 5px 0px;
	text-align:right;
	width:auto;
}

div[kwidgettype="CheckBoxGroup"] > div:last-child{
	margin-bottom:0;
}

.lang-ar input[type="checkbox"]{
	left:auto;
	right:0;
}

/*
div[id$="_flxScrollContainer"][kwidgettype="FlexScrollContainer"] > .kcell:not(.sknFlxHdr):not(.sknFlxFooter){
	height:auto !important;
*/

div[id$="_flxScrollContainer"][kwidgettype="FlexScrollContainer"] > .kcell.sknFlxHdr{
	overflow:visible !important;
	position: fixed !important;
	z-index:9 !important;
}

/*
div[id$="_flxTermsCont"][kwidgettype="FlexScrollContainer"] > .kcell.sknFlxTermsCond{
	overflow:visible !important;
	position: fixed !important;
	z-index:9 !important;
}
*/


div[id$="_flxTermsCont"][kwidgettype="FlexScrollContainer"] > .kcell.sknFlxTermsHdr{
	overflow:visible !important;
	z-index:9 !important;
}


/*
div[id$="_flxScrollContainer"][kwidgettype="FlexScrollContainer"] > .kcell.sknFlxFooter{
	top:auto !important;
	bottom:0 !important;
}
*/


div[kwidgettype="CheckBoxGroup"] > div > label{
	z-index:1;
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:4px;
	border: 1px solid rgba(39, 50, 57, 0.2);
	border-radius: 5px;
}

.lang-ar div[kwidgettype="CheckBoxGroup"] > div > label{
	left:auto;
	right:0;
}

.sknLbl15{
	letter-spacing:0.2px !important;
	color:#273239 !important;
	opacity:0.6;
}
#frmEidaReview_flxContainer .icnCal,
#frmPassportReview_flxContainer .icnCal{
	cursor:default !important;
	opacity:0.5;
}
.sknTxtBrdr{
	letter-spacing:0.1px !important;
}

.sknTxtBrdr[disabled],
.sknTxtBrdr[disabled]:focus,
.sknTxtBrdr[disabled]:active,
.sknTxtBrdr[disabled]:hover,
input[type="text"][disabled],
input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"][disabled]:hover,
input[type="tel"][disabled],
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"][disabled]:hover{
background-color:rgba(216, 216, 216, 0.2) !important;
color:rgba(39, 50, 57, 0.4) !important;	
cursor:default;
}

canvas.pdfpreview{
	width:100%;
	text-align:center;
}

.pop_overlay > img{
	width:100%;
}

.pop_container{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: auto;
    z-index: 999;
	padding:30px 0;
}

.pop_container:before {
    position: fixed;
    display: block;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}

.pagination{
	overflow:hidden;
	font-family:proximaSemiBold;
	margin-top:10px;
}

.pagination > span{
	float:left;
	height:40px;
	display: flex;
    align-items: center;
}

.lang-ar .pagination > span{
	float:right;
}

.pagination > span > span{
	display:inline-block;
	padding:0 5px
	
}

.pop_overlay{
	max-width: 740px;
    background: #FFF;
    margin: 0 auto;
    padding: 60px;
    position: absolute;
    max-height: 690px;
	text-align:left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-height:690px){
	.pop_overlay{
		top:0;
		padding-top: 50px !important;
		transform:translate(-50%,0);
	}
}

.elem-container{
    max-height: 430px;
    overflow-y: auto;
}

.pop_overlay canvas{
	border:1px solid #e2e2e2;
}

.pagination_btns{
	float:right;
	display:inline-block;
}

.lang-ar .pagination_btns{
	float:left;
}

.pagination_btns button{
	height:40px;
	width:40px;
	background:#FFF;
	overflow:hidden;
	text-indent:-999px;
	display:inline-block;
	border-radius: 40px;
	margin-left:15px;
	outline:none;
	cursor:pointer;
	width:62px;
	background: url(../../../../images/icn_next_active.png) no-repeat center;
	background-size:contain;
}

#frmEidaUpdate_flxEidaBackUploadWrap > .kcell:last-child, 
#frmEidaUpdate_flxUploadWrap > .kcell:last-child, 
#frmPassportUpdate_flxUploadWrap > .kcell:last-child{
	left:120px !important;
	right:0 !important;
	width:auto !important;
}

.lang-ar #frmEidaUpdate_flxEidaBackUploadWrap > .kcell:last-child, 
.lang-ar #frmEidaUpdate_flxUploadWrap > .kcell:last-child, 
.lang-ar #frmPassportUpdate_flxUploadWrap > .kcell:last-child{
	width:auto !important;
	display:inline-block !important;
	left:0 !important;
	right:120px !important;
	direction:ltr;
}

div#frmOtp_lblYouhaveEntered[kwidgettype="Label"],
div#frmOtp_lblOTP[kwidgettype="Label"],
div#frmOtp_lblAboveDetails[kwidgettype="Label"],
div#frmOtp_lblResendOtpTime[kwidgettype="Label"],
div#frmDocumentSelection_lblLetsStart[kwidgettype="Label"],
div#frmEidaUpdate_lblFullName[kwidgettype="Label"],
div#frmEidaUpdate_lblSubHeader[kwidgettype="Label"],
div#frmEidaUpdate_lblEidaNUm[kwidgettype="Label"],
div#frmEidaUpdate_lblExpiry[kwidgettype="Label"],
div#frmEidaUpdate_lblUpload[kwidgettype="Label"],
div#frmEidaUpdate_lblEidaBackUpload[kwidgettype="Label"],
div#frmEidaReview_lblEida[kwidgettype="Label"],
div#frmEidaReview_lblFullName[kwidgettype="Label"],
div#frmEidaReview_lblExpiry[kwidgettype="Label"],
div#frmPassportUpdate_lblFullName[kwidgettype="Label"],
div#frmPassportUpdate_lblSubHeader[kwidgettype="Label"],
div#frmPassportUpdate_lblPassport[kwidgettype="Label"],
div#frmPassportUpdate_lblExpiry[kwidgettype="Label"],
div#frmPassportUpdate_lblDOB[kwidgettype="Label"],
div#frmPassportUpdate_lblUpload[kwidgettype="Label"],
div#frmPassportReview_lblSubHeader[kwidgettype="Label"],
div#frmPassportReview_lblFullName[kwidgettype="Label"],
div#frmPassportReview_lblPassport[kwidgettype="Label"],
div#frmPassportReview_lblExpiry[kwidgettype="Label"],
div#frmPassportReview_lblDOB[kwidgettype="Label"],
div#frmEidaUpdate_lblName[kwidgettype="Label"],
div#frmPassportUpdate_lblName[kwidgettype="Label"],
div#frmPassportReview_lblName[kwidgettype="Label"],
div#frmConfirmation_lblHeader[kwidgettype="Label"],
div#frmConfirmation_lblName[kwidgettype="Label"],
div#frmConfirmation_lblSuccess[kwidgettype="Label"],
div#frmConfirmation_lblSuccessPp[kwidgettype="Label"]
{
	display:block;
}

img#frmAuthentication_imgCaptcha{
	/*width:auto !important;*/
	/*margin:0 auto !important;*/
}

#frmAuthentication_imgCaptchRefresh_span{
	cursor:pointer;
}

#frmEidaUpdate_flxEidaBackUploadWrap > .kcell:first-child, 
#frmEidaUpdate_flxUploadWrap > .kcell:first-child, 
#frmPassportUpdate_flxUploadWrap > .kcell:first-child{
	width:120px !important;
	
}


div[id$="_flxSteps"]{
	display:flex;
}

.lang-ar div[id$="_flxSteps"]{
	flex-direction: row-reverse;
}

div[id$="_flxSteps"] > div{
	position:relative !important;
	left:auto !important;
	right:auto !important;
	display:block;
}

.lang-ar #frmEidaUpdate_flxEidaBackUploadWrap > .kcell:first-child, 
.lang-ar #frmEidaUpdate_flxUploadWrap > .kcell:first-child, 
.lang-ar #frmPassportUpdate_flxUploadWrap > .kcell:first-child{
	z-index:2 !important;
	
}

.lang-ar #frmEidaUpdate_flxEidaBackUploadWrap > .kcell:first-child > div, 
.lang-ar #frmEidaUpdate_flxUploadWrap > .kcell:first-child > div, 
.lang-ar #frmPassportUpdate_flxUploadWrap > .kcell:first-child > div{
	background-color:#FFF !important;
}

.pagination_btns button#prev{
	background-image:url(../../../../images/icn_prev_active.png);
	background-size:contain;
}

.pagination_btns button.is-disabled{
	cursor:default;
	pointer-events:none;
	border-color:#273239;
	width:40px;
	background: url(../../../../images/icn_next_disabled.png) no-repeat center;
	background-size:contain;
}

.pagination_btns button.is-disabled#prev{
	background-image:url(../../../../images/icn_prev_disabled.png);
	background-size:contain;
}


.lang-ar .pagination_btns button#next{
	float:left;
	margin-left:0;
	background-image:url(../../../../images/icn_prev_active.png);
}

.lang-ar .pagination_btns button#prev{
	background-image:url(../../../../images/icn_next_active.png);
}

.lang-ar .pagination_btns button#next.is-disabled{
	background-image:url(../../../../images/icn_prev_disabled.png);
}

.lang-ar .pagination_btns button#prev.is-disabled{
	background-image:url(../../../../images/icn_next_disabled.png);
}

.pop-close{
	cursor:pointer;
	position:absolute;
	top:30px;
	right:30px;
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../../../../images/icn_close.png) no-repeat center;
	background-size:contain;
}

.lang-ar .pop_overlay{
	text-align:right;
}

.lang-ar .pop-close{
	right: auto;
	left:30px;
	text-align:left;
}

.pop_overlay h1{
	font-size:40px;
	margin-bottom:5px;
	font-family:proximaMedium;
	font-weight:normal;
}

.pop_overlay h2{
	font-size:19px;
	opacity:0.7;
	margin-bottom:25px;
	font-weight:normal;
}

.lang-ar .pop_overlay h2,.lang-ar .sknRctProximaRegGrey, .lang-ar .sknLblProximaReg14White{
	font-family:tajawalRegular !important;
}

.lang-ar .sknLblProximaReg14White[kwidgettype="Label"]{
	justify-content: flex-start;
}

.lang-ar .pop_overlay h1{
	font-family:tajawalMedium !important;
}


.elem{
	display:none;
}



.lang-ar .sknLblRedProximaBold13Px{
	text-align:right;
}

.lang-ar #frmConfirmation_lblFailEID{
  justify-content: flex-start !important;
}

#frmEidaUpdate_lblUploadValue, #frmEidaUpdate_lblBackuploadDoc, #frmPassportUpdate_lblUploadValue{
	white-space:nowrap !important;
	display:flex !important;
	overflow:hidden !important;
	line-height:1;
	direction:ltr !important;
	cursor:pointer;
	align-items:center;
	padding:18px !important;
}

#frmPassportUpdate_lblUploadTitle, #frmEidaUpdate_lblUploadTitle, #frmEidaUpdate_lblEidaBackUploadTitile{
	padding:18px !important;
	color:#273239;
}

#frmEidaUpdate_lblUploadValue:hover, 
#frmEidaUpdate_lblBackuploadDoc:hover, 
#frmPassportUpdate_lblUploadValue:hover{
	color:#999;
}


.elem.active{
	display:block;
}
	
.elem img{
	max-width:100%;
	min-width:620px;
}
.sknFlxContainer  > div.kcell:last-child{
	margin-bottom:100px;
}

@media (max-width:1400px){
	.sknFlxContainer  > div.kcell:last-child{
	margin-bottom:80px;
}
	
}
@media (max-width:4440px){
.lang-ar #flexcontainer_wrapper .sknFlxContainer > .kcell:first-child{
width:45% !important;
right:0 !important;
left:auto !important;
height: auto !important;
}	

.lang-ar #flexcontainer_wrapper .sknFlxContainer > .kcell:first-child > #flexcontainer_wrapper > div > .kcell{
 left:0 !important;
 overflow:visible !important;
}

.sknFlxOverlay {
overflow:auto !important;
}



.lang-ar div[kmasterid="cmnLftWid"][id$="_cmnLftWid_flxIcons"]{
	display:flex;
}
.lang-ar div[kmasterid="cmnLftWid"][id$="_cmnLftWid_flxIcons"] *{
	position:static !important;
	display:block !important;
	text-align:center !important;
}

.lang-ar div[kmasterid="cmnLftWid"][id$="_cmnLftWid_flxIcons"] img{
	margin:0 auto;
}
.lang-ar div[kmasterid="cmnLftWid"][id$="_cmnLftWid_flxIcons"] div[kwidgettype="Label"]{
	margin-top:10px;
}
}

@media (max-width:1200px){
	.sknFlxContainer  > div.kcell:last-child{
	margin-bottom:60px;
}
	
}

@media (max-width:992px){
	.sknFlxContainer  > div.kcell:last-child{
	margin-bottom:40px;
}
	
}
	
	.lang-ar #frmOtp_lblPhoneNum{
		direction:ltr !important;
	}

	@media (max-width:1024px){
	
		#frmEidaUpdate_flxBtns.kwt100,
		#frmEidaReview_flxBtns.kwt100,
		#frmPassportUpdate_flxBtns.kwt100,
		#frmPassportReview_flxBtns.kwt100,
		#frmOtp_flxBtn.kwt100,
		#frmConfirmation_flxBtn.kwt100{
			display:flex !important;
			justify-content: space-between;
		}
		#frmEidaUpdate_flxBtns.kwt100  > div,
		#frmEidaReview_flxBtns.kwt100  > div,
		#frmPassportUpdate_flxBtns.kwt100 > div,
		#frmPassportReview_flxBtns.kwt100 > div,
		#frmOtp_flxBtn.kwt100 > div,
		#frmConfirmation_flxBtn.kwt100 > div{
			position:relative !important;
			left:auto !important;
		}
		
		.lang-ar #frmEidaUpdate_flxBtns.kwt100,
		.lang-ar #frmEidaReview_flxBtns.kwt100,
		.lang-ar #frmPassportUpdate_flxBtns.kwt100,
		.lang-ar #frmPassportReview_flxBtns.kwt100,
		.lang-ar #frmOtp_flxBtn.kwt100,
		.lang-ar #frmConfirmation_flxBtn.kwt100{
			flex-direction:row-reverse;
		}
	}
	
html.responsive, body{
		height:100% !important;
		scroll-behavior: smooth;
		overflow-x:hidden !important;
		overflow:hidden !important;
	}
	
	body{
		position:fixed !important;
		height:100% !important;
	}


	
@media (max-width:768px){
	.footerFixPos .sknFlxFooter.kcell{
		position: fixed !important;
		bottom: 0 !important;
		top: auto !important;
	}
	
	.fixFtr	.sknFlxFooter{
		top:auto !important;
		bottom:0 !important;
	}
	

	.lang-ar #frmAuthentication_cmnLftWidMob_lblTitle{
	    line-height: 0.85 !important;
	}
	.lang-ar #frmAuthentication_cmnLftWidMob,.lang-ar #frmAuthentication_flxContainer > .kcell,.lang-ar #frmAuthentication_flxPadding *{
		overflow:visible !important;
	}
	
	#frmEidaUpdate_flxRgtBox.sknFlxBrdr,
	#frmConfirmation_flxRgtBox.sknFlxBrdr {
		border:none !important;
	}
	
	
	
	 #frmDocumentSelection_flxPadding,#frmEidaUpdate_flxPadding, #frmEidaReview_flxPadding, #frmPassportUpdate_flxPadding, #frmPassportReview_flxPadding{
		min-height:calc(100vh - 60px);
	}
	
	

div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell:last-child > #flexcontainer_wrapper > #frmOtp_flxBtn, #frmDocumentSelection_flxBtn,#frmEidaUpdate_flxBtns, #frmEidaReview_flxBtns, #frmPassportUpdate_flxBtns, #frmPassportReview_flxBtns, #frmConfirmation_flxBtnClose, #frmConfirmation_flxBtns{
	position:absolute !important;
	max-height:60px !important;
	bottom:0 !important;	
}

#frmConfirmation_flxBtnClose > .sknBtn.kcell {
	width:100% !important;
}

.lang-ar #frmEidaUpdate_flxBtns .kcell.sknBtn{
	left:0 !important;
}


body.iPhone div[kwidgettype="FlexContainer"], body.iPhone div[kwidgettype="FlexScrollContainer"], body.iPad div[kwidgettype="FlexContainer"], body.iPad div[kwidgettype="FlexScrollContainer"]{
	
	transform:none !important;
}
.sknFlxContainer  > div.kcell:last-child{
margin-bottom:0;
}	

.pop_container:before{
	display:none;
}

.elem img{
	min-width:100%;
}

select{
	padding:10px 19px !important;
}
	
.pop_container{
	padding-top:0;
	padding-bottom:0;
	height:100%;
	
	background:#FFF;
}

.pop_container .pop_overlay{
	position:static;
	padding:24px;
	vertical-align:middle;
	display:table-cell;
	transform:none;
}

form:not(#frmIpoSubscription) div[id$="_flxRgtBox"] > .kcell{
	position:relative !important;
}

/*#frmIpoSubscription_flxBtn
{
	top:30px !important;
}*/

#frmIpoSelection_flxBtn
{
	/*position:absolute !important;*/
	display:block !important;
	top:30px !important;
	overflow:visible !important;
}

form:not(#frmAuthentication) div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell
{
	position:static !important;
	display:block !important;
	top:0 !important;
	overflow:visible !important;
}



form:not(#frmAuthentication) div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell.hide{
	display:none !important;
}

div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell.hide{
	display:none !important;
}




div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell.sknBtn input{
	z-index:1;
	position:absolute;
	max-height:60px;
	bottom:0;
}

form:not(#frmIpoSubscription) div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell:last-child
{
	height:60px !important;
	margin-bottom:30px !important;
}

div#frmEidaReview_flxRgtBox div[id$="_flxPadding"] > .kcell:last-child,
div#frmPassportReview_flxRgtBox div[id$="_flxPadding"] > .kcell:last-child{
	margin-top:25px !important;
}



div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtn"] > .kcell,
div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtns"] > .kcell,
div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtnClose"] > .kcell{
	top:0 !important;
	position:static !important;
	float:left !important;
}

div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtn"] > .kcell.sknFlxDisable, div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtns"] > .kcell.sknFlxDisable,
div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtnClose"] > .kcell.sknFlxDisable{
	position:absolute !important;
	height:100% !important;
}

div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtn"] > .kcell:last-child,
div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtns"] > .kcell:last-child,
div[id$="_flxRgtBox"] div[id$="_flxPadding"] > .kcell div[id$="_flxBtnClose"] > .kcell:last-child{
float:right !important;
}

input[type="button"].sknBtn{
	min-height:60px !important;
}
	
}
@media (max-width:768px) and (orientation : landscape){
	.pop_container .pop_overlay, .pop_container{
		display:block !important;
	}
}
.sknLoading, .sknLoading:focus{
	border:none !important;
	outline:none !important;
	background: rgba(255,255,255,0.5) url(../../../../images/loader.gif) no-repeat center center !important;
}


.lang-ar #frmAuthentication_flxCaptchaImg > .slImage{
	left:auto !important;
	right:1px;
}

.sknFlxOverlay > .sknFlxWhiteBg{
	min-height:720px;
}

@media (max-height:721px){

.sknFlxOverlay > .sknFlxWhiteBg{
	top:0 !important;
}

}


@media (min-width:769px){
	#frmOtp_flxPadding{
		min-height:0px !important;
	}
}


div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *{
	position:static !important;
	height:auto !important;
	display:block !important;
}

div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *:last-child{
	height:135px !important;
}

div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *.hide{
	display:none !important;
}

div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *.sknLblTitle35{
	margin-bottom:40px;
}

div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *.sknRch19, 
div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *.sknRchBold,
div[id$="_flxContainer"] > .kcell > #flexcontainer_wrapper div[id$="_cmnLftWid"] > *.sknRchItalics{
	margin-bottom:30px;
}

input[type="file"]{display:none !important;
}



.lang-ar .sknLbl13Bold, .lang-ar  #kony_alert_overlay .underline-txt{
	font-family:tajawalBold;
}

 body.lang-ar .sknRch19.sknRch19.sknRch19 .underline-txt{
 font-family:tajawalRegular !important;
 }

.lang-ar #frmAuthentication_flxCid > div,
.lang-ar #frmAuthentication_flxCaptcha > div,
.lang-ar #frmAuthentication_flxAuth > div{
	left:0 !important;
	width:100% !important;
}

.sknLblUnddrLineTwo{
	text-decoration:none !important;
}

.underline-txt, .sknLblUnddrLineTwo > .sknLblUnddrLineTwo, #frmConfirmation_rchNearestBranch, #frmConfirmation_rchNearestBranchPp{
	cursor:pointer;
	position:relative;
}


:not([kdisabled='true'])#frmAuthentication_txtCid:focus, 
:not([kdisabled='true'])#frmAuthentication_txtCardDigits:focus, 
:not([kdisabled='true'])#frmAuthentication_txtMobileNum:focus, 
:not([kdisabled='true'])#frmAuthentication_txtCaptcha:focus, 
:not([kdisabled='true'])#frmEidaReview_txtFullName:focus, 
:not([kdisabled='true'])#frmEidaReview_txtEida:focus, 
:not([kdisabled='true'])#frmEidaUpdate_txtFullName:focus, 
:not([kdisabled='true'])#frmEidaUpdate_txtEidaNum:focus, 
:not([kdisabled='true'])#frmOtp_txtCardNumber:focus, 
:not([kdisabled='true'])#frmOtp_txtPhoneNum:focus, 
:not([kdisabled='true'])#frmOtp_txtOTP:focus, 
:not([kdisabled='true'])#frmPassportReview_txtFullName:focus, 
:not([kdisabled='true'])#frmPassportReview_txtPassport:focus, 
:not([kdisabled='true'])#frmPassportUpdate_txtFullName:focus,
:not([kdisabled='true'])#frmPassportUpdate_txtPassport:focus{
	
	font-family: "proximaSemiBold", "Helvetica", "Arial", sans-serif !important;
}

.lang-ar :not([kdisabled='true'])#frmAuthentication_txtCid:focus, 
.lang-ar :not([kdisabled='true'])#frmAuthentication_txtCardDigits:focus, 
.lang-ar :not([kdisabled='true'])#frmAuthentication_txtMobileNum:focus, 
.lang-ar :not([kdisabled='true'])#frmAuthentication_txtCaptcha:focus, 
.lang-ar :not([kdisabled='true'])#frmEidaReview_txtFullName:focus, 
.lang-ar :not([kdisabled='true'])#frmEidaReview_txtEida:focus, 
.lang-ar :not([kdisabled='true'])#frmEidaUpdate_txtFullName:focus, 
.lang-ar :not([kdisabled='true'])#frmEidaUpdate_txtEidaNum:focus, 
.lang-ar :not([kdisabled='true'])#frmOtp_txtCardNumber:focus, 
.lang-ar :not([kdisabled='true'])#frmOtp_txtPhoneNum:focus, 
.lang-ar :not([kdisabled='true'])#frmOtp_txtOTP:focus, 
.lang-ar :not([kdisabled='true'])#frmPassportReview_txtFullName:focus, 
.lang-ar :not([kdisabled='true'])#frmPassportReview_txtPassport:focus, 
.lang-ar :not([kdisabled='true'])#frmPassportUpdate_txtFullName:focus,
.lang-ar :not([kdisabled='true'])#frmPassportUpdate_txtPassport:focus{
	font-family:tajawalRegular !important;
}

#frmOtp_txtOTP:focus:not([kdisabled='true']){
		outline:none !important;
	} 


#kony_alert_overlay{
	 background:rgba(0,0,0,.5);
	 position:absolute;
	 top:0;
	 width:100%;
	 bottom:0;
	 z-index:999;
	 text-align:center;
	 
}

.lang-ar #kony_alert_overlay{
	font-family:tajawalRegular;
}

.lang-ar #kony_alert_overlay p{
	direction: rtl !important;
}

#kony_alert_overlay>div{
	 width:80%;
	 padding:0 33px 33px 33px;
	 max-width:626px;
	 min-height:200px;
	 background:#FFF;
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
	 display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
#kony_alert_overlay>div > div{
	padding-top:33px;
	width: 100%;
}	

#kony_alert_overlay>div > div:last-child{
	padding-top:22px;
}

#kony_alert_overlay>div > div:first-child + div{
	font-size:19px;
	opacity:0.7;
	color:#273239;
}

#kony_alert_close{
	float: right;
    width: 17px;
    height: 17px;
    display: block;
	background:url(../../../../images/icn_close.png) no-repeat center;
	background-size:contain;
	overflow:hidden;
	text-indent: -9999px;
	cursor:pointer;
}

.lang-ar #kony_alert_close{
	float:left;
}

#kony_alert_overlay input[type="button"]{
	max-width: 350px;
    display: block;	
    min-height: 60px;
    width: 55%;
    text-align: center;
    padding: 15px 28px;
    margin: 0 auto;
	font-size: 20px ;
    color: #ffffff ;
    background: #ec0100 ;
    outline: none ;
    cursor: pointer ;
	
}

.text-placeholder{
	position: absolute;
    z-index: 999;
    top: 1px;
    left: 1px;
    padding: 10px 0 10px 23px !important;
    display: flex;
    bottom: 1px;
    align-items: center;
    background: #FFF;
    font: normal normal 17.0px "proximaSemiBold", "Helvetica", "Arial", sans-serif !important;
	pointer-events:none;
	
}

.icnCal{
	position: absolute;
	z-index: 999;
	display: block;
	width: 39px;
	height: 100%;
	left: 15px;
	cursor: pointer;
	background:url(../../../../images/icon_calendar.png) no-repeat center;
	background-size:22px;
}

.lang-ar .icnCal{
	left:auto;
	right:10px;
}

.text-placeholder span{
	color: rgba(39, 50, 57, 0.4) !important;
}

.lang-ar .text-placeholder{
	font-family:tajawalRegular !important;
    
	left:auto;
	right:1px;
	padding: 10px 22px 10px 0 !important;
}

.lang-ar input[kplaceholderskin="defTextBoxPlaceholder"]:-ms-input-placeholder,.lang-ar input[type="text"]:-ms-input-placeholder{
	font-family:tajawalRegular !important;
	font-size:17px !important;
}

.lang-ar #frmAuthentication_flxTerms #frmAuthentication_chbTerms > div{
text-align:right;
direction:rtl;
}

.sknFlxImgGuide  > .kcell{
	overflow:visible !important;
	padding-left:41px;
}

.lang-ar .sknFlxImgGuide  > .kcell{
padding-left:0;
padding-right:41px;
}

.sknFlxImgGuide{
overflow:visible !important;
background: url(../../../../images/iconbulb.png) no-repeat left 26px;
background-size:27px;
}

.lang-ar .sknFlxImgGuide{
background-position:right 26px;
}

.lang-ar .sknFlxImgGuide, 
.lang-ar .sknFlxImgGuide *{
font-family:tajawalRegular !important;
direction:rtl;
}

#frmEidaUpdate_cmnLftWid_rchPara4,
#frmEidaReview_cmnLftWid_rchPara4,
#frmPassportUpdate_cmnLftWid_rchPara4,
#frmConfirmation_cmnLftWid_rchPara4,
#frmPassportReview_cmnLftWid_rchPara4{
	display:none !important;
}


#frmOtp_popup_rchTxtContent > a{
cursor:pointer!important;
text-decoration: underline !important;
font: normal normal 19px proximaMedium!important;
color: rgba(39, 50, 57, 0.7)!important;
background-color: rgba(0, 0, 0, 0.0)!important;
}

/*
#frmAuthentication_btnSubmit {
font-size: 20px !important;
color: #ffffff !important;
background: #797d82 !important;
outline: none !important;
cursor: pointer !important;		
}
*/




