/*common css*/
.displayinline{
	display: inline-block;
}
.pad0{
	padding: 0px !important;
}
.padbtm0{
	padding-bottom: 0px !important;
}
input{
	color: #000 !important;
}
input[type=checkbox], input[type=radio]{
	margin: 0.5px 0 0;
}
.CardSection input[type=checkbox], .CardSection input[type=radio]{
	margin: 0px 0 0;
    vertical-align: top;
	position: static !important;
    margin-left: 0px !important;
}
.mark, mark {
	padding: 0px;
}
.alert{
	font-family: "HelveticaNeueRegular";
	line-height: 20px;
	clear: both;
	font-size: 13px
}
.spaceR a{
	margin-right: 10px !important;
}

::-ms-clear{
	display: none;
}
select::-ms-expand{
	display: none;
}
/*placeholder css*/
::-webkit-input-placeholder,textarea::-webkit-input-placeholder { 
	color: #383838;
	opacity: 0.5;
	font-size: 12px;
	font-family: "HelveticaNeueRegular";
	letter-spacing: 0.3px;
}
::-moz-placeholder,textarea::-moz-input-placeholder { 
	color: #383838;
	opacity: 0.5;
	font-size: 12px;
	font-family: "HelveticaNeueRegular";
	letter-spacing: 0.3px;
} 
:-ms-input-placeholder,textarea::-ms-input-placeholder { 
	color: #383838;
	opacity: 0.5;
	font-size: 12px;
	font-family: "HelveticaNeueRegular";
	letter-spacing: 0.3px;
} 
input:-moz-placeholder,textarea::-moz-input-placeholder { 
	color: #383838;
	opacity: 0.5;
	font-size: 12px;
	font-family: "HelveticaNeueRegular";
	letter-spacing: 0.3px;
}
input:hover,input:focus,input:active:hover,input:active{
	outline: 0px;
	outline-offset: 0px;
}


/*header*/
#header .navbar{
	background-color: #00247f;
	height: 60px;
	border-bottom: 1px solid #00247f;
	margin-bottom: 0px;
	z-index:99;
}
.menuBar{
	display: inline-block;
	float: left;
	margin-top: 18px;
	cursor: pointer;
	margin-left: -6px;
}
#header .navbar-brand{
	margin-left: 20px;
}
#header .navbar-right{
	margin-right: 3px;
	z-index:99;
}
.personName{
	padding-top: 23px !important;
}
#header .navbar-right li a{
	font-size: 15px;
	padding-top: 21px;
	color: #fff;
	text-transform: capitalize;
	font-family: "HelveticaNeueRegular";
}
.logoutImg{
	padding-left: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
/*sidebar*/
.sidebar{
	z-index: 999;
	background-color: #fff;
	top: 60px;
	width: 258px;
	display: inline-block;
	box-shadow: -2px 0px 6px 0px #aaaaaa;
	height: 100vh;
	position: fixed;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #00247f;
	background-color: #00247f;
}
.navbar-toggle {
	border: none;
}
@media screen and (min-width: 769px){
	.sidebar.active{
		left: 0px;
	}
	.sidebar.inactive{
		left: -258px;
	}	
}
.sidebarList ul li{
	padding: 15px 0px;
	border-bottom: 1px solid #00247f;
	cursor: pointer;
	background-color: #e2effa;
}
.sidebarList {
	height: 90%;
	overflow: auto;
	/*-ms-overflow-y: auto;
	position: relative;*/
}
.DropDownimg{
	padding-right: 15px;
}
.dropdownList{
	margin-top: 15px;
	margin-left: -14px;
}
.dropdownList li{
	border-bottom: 1px solid #cdd1df !important;
	background-color: #f5f7f9 !important;
}
.sidebarList ul li{
	padding-left: 14px !important;
	color: #00247f;
	padding-left: 0px;
	font-family: "HelveticaBold";
	font-size: 13px;
}
.sidebarList ul li a{
	color: #00247f;
	font-family: "HelveticaNeueRegular";
	font-size: 13px;
	font-weight: bold;
}
.sidebarList ul li a:hover,.sidebarList ul li a:focus,.sidebarList ul li a:active:hover{
	color: #00247f;
	text-decoration: none;
}

/*mainsection*/
.main-wrapper{
	margin-bottom: 80px;
}
.main-area .container{
	width: 100%;
}
.mainSection{
	padding-top: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
@media screen and (min-width: 991px){
	.mainSection.active{
		padding-left: 280px;
	}
	.mainSection.inactive{
		padding-left: 14px;
	}
}
.main-area .headingArea h5{
	font-family: "HelveticaBold";
	color: #00247f;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 26px;
}
.HeadingDesc p{
	text-align: justify;
    font-family: "HelveticaNeueRegular";
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    letter-spacing: 0.4px;
}
.BoldText{
	/*font-family: "HelveticaBold";*/
	text-align:justify;
	font-size: 13px;
	color: #333;
}
/*button*/
.regBtn{
	background-color: #00247f;
	border: 1px solid #00247f;
	color: #fff !important;
	font-family: "HelveticaNeueRegular";
	border-radius: 2px;
	padding: 5px 33px;
	margin-left: 10px;
}
.regBtn:hover,.regBtn:focus,.regBtn:hover:active,.regBtn:active:focus, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
	background-color: #00247f;
	border: 1px solid #00247f;
	color: #fff;
	outline: 0px;
	outline-offset: 0px;
}

.decline{
	background-color: #ccc;
	border: 1px solid #dfdede;
	color: #000 !important;
	font-family: "HelveticaNeueRegular";
	border-radius: 2px;
	padding: 5px 33px;
	margin-left: 5px;
}
.decline:hover,.decline:focus,.decline:hover:active,.decline:active:focus{
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #000;
	outline: 0px;
	outline-offset: 0px;
}
.btnlog{
	font-family: "HelveticaNeueRegular";
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 12px;
	background-color: #fb1a1f;
	border-color: #fb1a1f;
}
.btnlog:hover,.btnlog:focus,.btnlog:hover:active,.btnlog:active:focus{
	background-color: #fb1a1f;
	border-color: #fb1a1f;
	outline: 0px;
	outline-offset: 0px;
}
/*list style*/
.listStyle ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
.listStyle ul li span{
	font-family: "HelveticaBold";
	font-size: 14px;
}
.nonestyle ul{
	padding-left: 0px;
}
.nonestyle ul li{
	list-style: none !important;
}
.listStyle ul li{
	list-style:initial;
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	line-height: 24px;
}
/*notes section*/
.noteHeading h5{
	font-family: "HelveticaBold";
	font-size: 14px;
	color: #000;
	opacity: 0.9;
}
.Notedesc p{
	font-family: "HelveticaNeueRegular";
	text-align:justify;
	font-size: 13px;
	color: #383838;
	opacity:0.68;
	line-height: 20px;
	letter-spacing: 0.4px;
	    margin: 0 0 5px;
}
/*loginarea*/

.form-section{
	padding: 10px;
}

.loginarea{
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	border: 1px solid #bbbbbb;
	padding: 10px 0px;
	margin-bottom: 20px;
	margin-top: 8px;
}

.form-section .form-control{
	box-shadow: none;
	border: none;
	font-family: "HelveticaNeueRegular";
	border-bottom: 1px solid #bbbbbb;
	padding-left: 0px;
}

.cardBorder{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.passwordBorder{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: -1px;
}
.form-section .regBtn{
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
}
.registerLink{
	display: block;
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.registerLink a,.registerLink a:hover,.registerLink a:focus{
	font-family: "HelveticaNeueRegular";
	color: #00247f;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.forgetPassword{
	margin-top: 15px;
}
.forgetPassword a,.forgetPassword a:hover,.forgetPassword a:focus{
	font-family: "HelveticaNeueRegular";
	color: #00247f;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
/*mobile hide and show*/
.commonshow{
	display: none;
}
/***registarion page****/
.registerStep h5{
	line-height: 24px;
	font-family: "HelveticaBold";
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0px;
	opacity: 0.8;
}
.registerStep p{
	line-height: 24px;
	font-family: "HelveticaNeueRegular";
	color: #000;
	opacity: 0.7;
}
.registerStep label{
	color: #00247f;
	font-family: "HelveticaBold";
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.terms{
	display: block;
	font-family: "HelveticaBold";
	color: #000;
	opacity: 0.7;
	margin-top: 20px;
}
.terms a,.terms a:hover,.terms a:focus{
	color: #00247f;
	text-decoration: none;
}
.btnSection{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.subHeading{
	margin-top: 10px;
	font-family: "HelveticaBold";
	color: #000 !important;
	font-size: 16px;
	opacity: 0.9;
}
.step2Section .form-control{
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 2px;
}
.step2Section .selectDate{
	display: block;
}
.step2Section{
	text-align: center;
}
.step2Section ul li{
	margin-bottom: 10px;
}
.step2Section ul li label {
	width: 140px;
	font-size: 14px;
	color: #00247f;
	font-family: "HelveticaNeueRegular";
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
.displayBlock{
	display: block !important;
}
.mark{
	background-color: transparent;
	color: #ff0000;
	font-size: 16px;
}
.borderForm{
	box-shadow: 0px 0px 3px 0px #aaaaaa;
	/*width: 40%;*/
	padding: 0px 0px;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 1px;
	margin-bottom: 15px;
}
.borderForm .dobSection{
	margin-left: 15px;
}
.orsection{
	font-size: 14px;
	color: #00247f;
	font-family: "HelveticaNeueRegular";
}
.step2Section{
	margin-top: 20px;
}
.registration.alert-danger {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.selection{
	text-align: left;
	display: block !important;
	padding: 10px;
	background-color: #f2f2f2;
	margin-bottom: 10px !important;
}
.hint{
	font-size: 10px;
	font-family: "HelveticaNeueRegular";
	color: #00247f;
}

/*registrationotp form*/
.RegistrationOtp-Form{
	text-align: center;
}
.RegistrationOtp-Form input{
	border:1px solid #ddd;
	box-shadow: none;
	border-radius: 2px;
}
.RegistrationOtp-Form .form-group label{
	color: #00247f;
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	font-weight: bold;
}
.backOption{
	color: #00247f;
	display: block;
}
.backOption a,.backOption a:hover,.backOption a:focus{
	color: #00247f;
	text-decoration: underline;
	font-family: "HelveticaNeueRegular";
	font-size: 12px;
	font-weight: bold;
}
/*deregistercard page*/
.table>thead>tr>th a,.table>thead>tr>th a:focus{
	color: #fff;
	text-decoration: none;
}
.table>thead>tr>th {
	border-bottom: 1px solid #ddd;
}
.tableSection .table>thead>tr>th{
	background-color: #00247f;
	font-family: "HelveticaNeueRegular";
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.8px;
}
.deregister-section.tableSection{
	width: 650px;
}
.deregister-section.tableSection tbody{
	border: 1px solid #ddd;
}
.deregister-section.tableSection tbody tr td a{
	color: #00247f;
	font-weight: bold;
	text-decoration: underline;
	font-family: "HelveticaNeueRegular";
}
/*regostartion success*/
.regisNote p{
	opacity: 1;
	color: #000;
	line-height: 24px;
	font-family: "HelveticaBold";
	font-size: 14px;
	opacity: 0.8;
}
.regisNote p a,.regisNote p a:hover{
	color: #00247f ;
	text-decoration: underline;
}
.c-color,.c-color:hover{
	cursor: pointer;
	color: #00247f ;
	display: inline-block;
	opacity: 1 !important;
	text-decoration: underline;
}


/*new css integrated*/
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
.data-imp, .data-error{
	color: #ff0000;
}
.section-data{
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}
#c-container {
	width: 600px;
	margin: 10px auto 0px;
	padding: 5px;
}
.section-data li{
	clear: both;
	color: navy;
	margin-bottom: 10px;
}
.section-data li label{
	text-align: right;
	width: 250px;
	float: left;
	clear: both;
	padding-right: 10px;
	margin-bottom: 1px;
	padding-top: 7px;
}
.merchant-data li{
	color: #808000;
}
.transaction-data{
	margin: 5px 0 20px;
}
.transaction-data li{
	color: navy;
}
.transaction-data input {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 210px;
	font-family: "HelveticaNeueRegular";
	font-weight: bolder;
	display: inline-block;
}
.security-data .password-field label{
	padding-top: 3px;
}
.security-data .password-field input{
	width: 170px;
}
.security-data .forgot-password{
	font-size: 12px;
	margin-top: 15px;
}
.security-data .forgot-password a{
	text-decoration: underline;
	color: #00F;
}
.data-btn li input{
	color: #ffefd5; 
	background-color: #708090;
	margin: 25px 8px 15px;
	padding: 2px 10px;
	font-weight: normal;
}
.forget-password{
	font-size: 10px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.OtpGenerate{
	padding: 10px 5px;
	background-color: #ddd;
	border: 1px solid #cecece;
	color: #000;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.OtpGenerate a{
	color: #00247f;
}
.notePara{
	font-size:9px;
}
.PassAlign{
	margin-top: 12px;
	margin-bottom: 15px;
}
.otpMess{
	color: #009900 !important;
	font-weight: bolder !important;
}
.doubt{
	cursor: pointer;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	font-family: "HelveticaNeueRegular";
	font-weight: bold;
}
.doubt:hover{
	color: #808080;
	text-decoration: none;
}
.forgetPasswordPage .transaction-data li {
	color: navy;
	margin-bottom: 10px;
}
.forgetPasswordPage .transaction-data {
	margin: 5px 0 10px;
}
.width-60{
	width: 60px;
}
.to-be-fill{
	color: #ff0000;
	display: inline-block;
	background-color: transparent;
}
#contentBodyDiv1,#contentBodyDiv2{
	display: none;
	padding-left: 0px;
	border: 1px solid rgb(221, 221, 221);
	padding: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}
.optionPage .transaction-data li {
	color: navy;
	margin-bottom: 4px;
}
.otpRecevied{
	margin: 0 auto;
	text-align: center;
}
.otpRecevied label{
	color: #fb1a1f;
}
.blockDesc {
	margin-top: 40px;
}
.blockDesc p{
	color: #ff0000;
	font-weight: bold;
}
.blockDesc p a,.blockDesc p a:hover{
	color: #253c8d;
}
.width120{
	width: 120px;
}
.notesOtp{
	color: #001d7e;
	font-weight: bold;
}
.successColor{
	color: #35b334;
	font-weight: bold;
}
.dynamicAuth .otpRecevied{
	margin-top: 10px;
	text-align: center;
}
#otpBtnGen,#otpBtnGen:hover{
	color: #000080;
	font-size: 10px;
}
.colorBlack{
	color: #000;
}
.autoclear{
	font-size: 8px;
}
.blockContinue{
	margin-top: 10px;
}
.blockContinue a,.blockContinue a:hover{
	color:#fff;
}
/*New Css*/
.passDetail {
	padding-top: 0px;
	font-size: 11px;
}
.passDetail b {
	color: #00247f;
}
.OrHeading.color-grey{
	color: grey;
	display: block;
	font-family: "HelveticaNeueRegular";
}
.section-desc .color-blue{
	color: #001b9f;
}
.noThanks span{
	color: #000080;
}
.noThanks p{
	color: #000080;
	font-weight:bold;
	font-size: 10px;
}
.clickReg a,.clickReg a:hover{
	color: #000080;
}
.linka p a,.linka p a:hover{
	color: #000080;
}
.colorBlue{
	color: #000080;
}
.Mwidth-25{
	width: 25px;
}
.Mwidth-102{
	width: 102px;
}
.Mbtn-cs{
	width: 140px;
	text-align: center;
}
.Mbtn-cancel{
	background: transparent;
	border: 1px solid grey;
}


/*iccdetails page*/
.iccdetail .checkbox, .radio {
	margin-top: 2px;
}
.iccdetail .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
.iccdetail .checkbox label, .radio label {
	padding-top: 8px;
}
.iccStatement{
	width: 100%;
}
.iccdetail table tbody{
	border: 1px solid #ddd;
}
/*profile 2*/
.subDate{
	font-family: "HelveticaBold";
	color: #000;
	font-size: 14px;
	opacity: 0.9;
}
.cardImg .card-bg{
	width: 320px;
	height: 214px;
}
.CardSection{
	position: relative;
	display: inline-block;
}
.CardSection .CardHolding{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 90%;
}
.CardHolding{
	color: #fff;
}
.cardDesc h5{
	font-family: "HelveticaBold";
	margin-bottom: 0px;
	font-size: 14px;
	width:190px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cardDesc label{
	font-family: "HelveticaBold";
	color: #fff;
	margin-bottom: 0px;
}
.cardDesc label span{
	font-family: "HelveticaNeueRegular";
	color: #ddd;
}
.CardHolding .form-inline .form-group label{
	font-family: "HelveticaNeueRegular";
	font-size: 11px;
}
.CardHolding .form-inline .form-group .form-control{
	border-radius: 2px;
	box-shadow: none;
	height: 25px;
	border: 1px solid #0080cc;
}
.margin-left15{
	margin-left: 10px !important;
}
.CardHolding .radio label {
	padding-top: 4px;
	background-color: rgba(14, 106, 195, 0.5);
	font-size: 12px;
}
.CardHolding .radio1 label {
	padding-left: 20px;
	padding-top: 15px;
	background-color: rgba(14, 106, 195, 0.5);
	font-size: 11px;
}

.radio1 label {
	    min-height: 62px;
		margin-bottom: -4px;
}
.CardHolding .radio {
	margin-top: 2px;
	margin-bottom: 6px;
}
.selectalign{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url("../images/select.png");
	padding: 2px;
	padding-right: 1.5em;
	font-size: 12px;
}
.linksTwo{
	position: relative;
	bottom: 0px;
}
.linksTwo label a{
	color: #fff;
	font-family: "HelveticaNeueRegular";
	font-size: 12px;
	text-decoration: underline;
	margin-top: 10px;
}
.CardSection .form-inline{
	margin-bottom: 5px;
}
.btn-go{
    background-color: #ffffff;
    color: #004080;
    border: 1px solid #ffffff;
    padding: 3px 9px;
    border-radius: 2px;
    font-family: "HelveticaBold";
}
.btn-go:hover,.btn-go:focus,.btn-go:hover:active,.btn-go:active:focus{
    background-color: #ffffff;
    color: #004080;
    border: 1px solid #ffffff;
	outline: 0px;
	outline-offset: 0px;
}
.importantstep p{
	margin-top: 10px;
	font-family: "HelveticaNeueRegular";
	font-size: 13px;
	/*color: #000;*/
	line-height: 24px;
	opacity: 0.9;
}
.importantstep p span{
	font-family: "HelveticaNeueRegular";
}
.importantstep .impLink{
	font-family: "HelveticaNeueRegular";
	font-size: 13px;
	text-decoration: underline !important;
	color: blue; //Edited by kdm
	
}

/*footer*/
.footer{
	background-color: #f0f0f0;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.footer .footerdesc{
	float: right;
	margin-right: 40px;
}
.footer .footerdesc p{
	font-family: "HelveticaNeueRegular";
	font-size: 12px;
	opacity: 0.67;
	color: #000;
	margin-bottom: 0px;
	padding: 10px 0px;
}
.footerdesc p a,.footerdesc p a:hover{
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
/*cardcreated*/
.CardSection .CardHolding.cardcreated{
	top: 120px !important;
}
.CardSection .CardHolding.cardcreated.opencardPage{
	top: 60px !important;
}
.CardSection .CardHolding.ypage{
	top: 60px !important;
}
.CardHolding.cardcreated .cardDesc h5{
	font-family: "HelveticaNeueRegular";
}
.opencardtable{
	margin-top: 20px;
}
.CardHolding.cardcreated .cardDesc label{
	font-family: "HelveticaBold";
	margin-top: 5px;
	font-size: 18px;
	letter-spacing: 1px;
}
.cvvDetails{
	margin-top: 10px;
}
.cvvDetails ul li label{
	font-family: "HelveticaNeueRegular";
}
.cvvDetails ul li span{
	font-family: "HelveticaNeueRegular";
}
/*wallet page*/
.cardbg{
	background-color: #f0f0f0;
}
.width90{
	width: 90px !important;
}
.wallettable .form-group {
	margin-bottom:0px;
}
.wallettable .form-group .form-control{
	border-radius: 2px;
	box-shadow: none;
}
.marL18{
	margin-right: 18px;
}
/*INSTACARDOTP PAGE*/
.inlineb{
	display: inline-block;
}
.wordVerify label{
	width: 99%;
	margin-top: 5px;
}
.wordVerify h5{
	font-family: "HelveticaBold";
	font-size: 14px;
	color: navy;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wordVerify{
	width: 250px;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.wordVerify .form-group{
	margin-bottom: 0px;
}
.wordVerify .form-control.width120{
	width: 120px;
	border-radius: 2px;
	box-shadow: none;
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	font-weight: bold;
}
.wordDesc{
	border-bottom: 1px solid #ddd;
}
.wordDesc button,.wordDesc h5{
	display: inline-block;
}
.wordDesc button:hover,.wordDesc button:focus,.wordDesc button:hover:active,.wordDesc button:active:focus{
	outline: 0px;
	outline-offset: 0px;
}
.refreshbtn{
	background-color: #00247f;
	border: 1px solid #00247f;
	padding: 4px;
}
.refreshbtn .glyphicon,.refreshbtn .glyphicon:hover{
	color: #fff;
	text-decoration: none;
}
/*register morecards page*/
.registerMore .selectalign{
	border-radius: 2px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.reg2 .selectalign{
	border-radius: 2px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/*registerMoreCards*/
.inputAlign{
	border-radius: 2px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.LinkAlign{
	color: #00247f !important;
}
.iframe-align body{
	overflow: hidden;
}
.iframe-align {
	border:0px none !important;
}
/*new css*/
.iframe-align{
	height: 230px;
	width: 400px;
}
.table>tbody>tr>td{
	font-size: 13px;
	font-family: "HelveticaNeueRegular";
}
@media screen and (max-width: 520px){
	.forget-password {
		font-size: 8px;
	}
	#otpBtnGen, #otpBtnGen:hover{
		font-size: 8px;
		padding-left: 4px;
	}
	.iccdetail .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 5px;
	}
	.decline {
		padding: 8px 20px !important;
	}
	.regBtn {
		padding: 8px 30px !important;
	}
}
@media screen and (max-width: 640px){
	.dynamicAuth .section-data li label, .security-data .password-field input,.optionPage .section-data li label, .security-data .password-field input {
		width: 110px;
		font-size: 8px;
		padding-top: 3px;
	}
	.mobPad{
		padding: 0px;
	}
	.OrHeading {
		margin-left: 25%;
		text-align: left;
	}
	.section-data li label {
		text-align: left;
		float: left;
		font-size: 12px;
	}
	.section-head {
		height: 49px;
	}
	.section-head .vbv-logo{
		width: 25%;
	}
	.section-head .auth-logo{
		width: 38%;
		padding-top: 10px;
	}
	#c-container, .section-data{
		width: 100%;
	}
	.section-desc{
		margin-top: 10px;
	}
	.section-desc h5, .section-desc{
		font-size: 10px;
	}
	.section-data{
		font-size: 10px;
		margin-top: 0px;
	}
	.transaction-data {
		margin: 5px 0px 10px;
	}
	.transaction-data input {
		width: 100%;
	}
	.section-data li label, .security-data .password-field input {
		width: 100%;
		margin-bottom: 5px;
	}
	.security-data .forgot-password{
		font-size: 9px;
		margin-top: 8px;
	}
	.data-btn li input{
		margin: 15px 6px 10px;
		font-size: 10px;
	}
	.section-banner img{
		margin-top: 15px;
	}
	.auth-logo img{
		width: 40%;
		float: right;
		margin-top: 15px;
	}
	.vbv-logo img {
		width: 25%;
		margin-top: 10px;
		display: inline-block;
	}
	.adsPassAlign{
		font-size: 9px;
		padding-top: 4px;
	}
	.Mwidth-90{
		width: 90px;
	}
	.forgetPasswordPage .section-data li label, .forgetPasswordPage .security-data .password-field input {
		width: 90px;
		font-size: 9px;
		padding-right: 4px;
	}
	#contentBodyDiv1{
		display: block;
		padding-left: 0px;
	}
	#contentBodyDiv2{
		display: none;
		padding-left: 0px;
	}
	.errorType p{
		font-size: 10px;
	}
	.dynamicAuth .section-data {
		margin-top: 0px;
	}
	.resetPassword .doubt {
		font-size: 8px;
	}
	.resetPassword .section-data li label, .security-data .password-field input {
		width: 95px;
		font-size: 8px;
		padding-top: 3px;
	}
	/*New Css*/
	.Mwidth-20{
		width: 22px;
		font-size:9px;
	}
	.Mwidth-70{
		width: 70px;
		font-size:9px;
	}
	.Mbtn-cs{
		width: 140px;
		text-align: center;
	}
	.Mbtn-cancel{
		background: transparent;
		border: 1px solid grey;
	}
	/*registerMoreCrads*/
	.leftAlign{
		padding-left: 15px;
	}
}
@media screen and (max-width: 420px){
	.OrHeading {
		margin-left: 35%;
		text-align: left;
	}
	/*New Css*/
	.Mbtn-cs{
		width: 120px;
	}
	.iframe-align {
		height: 230px;
		width: 300px;
	}
	.CardHolding .radio label {
		font-size: 10px;
	}

}

/*EDITED*/
@media screen and (max-width: 640px) and (orientation: landscape){
	.section-data{
		width: 93%; /*old 90%*/
	}
}

/*responsive*/
@media screen and (max-width: 768px){
	/*header*/
	#header .navbar-brand {
		margin-left: 0px;
	}
	#header .navbar-brand img{
		width: 120px;
		margin-top: 5px;
	}
	/*sidebar*/
	.sidebar{
		position: fixed;
		background-color: #fff;
		z-index: 999;
	}
	.sidebar.active{
		left: 0px;
	}
	.sidebar.inactive{
		left: -258px;
	}
	.sidebarList{
		height: 70%;
		overflow-y: auto;
		-ms-overflow-y: auto;
		position: relative;
	}
	.main-area .headingArea h5 {
		font-size: 14px;
		text-align: left;
		line-height: 22px;
	}
	.BoldText {
		font-size: 14px;
	}
	.menuBar {
		margin-left: 9px;
	}
	/*overflowHidden*/
	.scollinactive{
		position: absolute;
		width: 100%;
		overflow: hidden;
		height:100vh;
	}

	/*registration page*/
	.decline {
		padding: 8px 30px;
	}
	.regBtn {
		padding: 8px 50px;
	}
	.registerStep h5 {
		font-size: 14px;
		margin-top: 0px;
	}

	.step2Section .cardNo{
		width: 150px;
		display: inline-block;
	}
	.step2Section .selectDate .form-control  {
		width: 50px;
		display: inline-block;
		padding: 5px;
	}
	.step2Section .form-group label {
		width: 110px;
		font-size: 12px;
	}
	.step2Section .form-group span {
		text-align: left;
	}
	.borderForm{
		width: 100%;
	}
	.resetPassword h5{
		text-align: left !important;
	}
	.alert-danger {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	/*registration form*/
	.RegistrationOtp-Form {
		text-align: left;
	}
	/*deregister page*/
	.deregister-section.tableSection{
		width: 100%;
		font-size: 12px;
	}
	.tableSection .table>thead>tr>th{
		font-size: 13px;
	}
	/*profile2*/
	.CardHolding .form-inline .form-group .form-control {
		width: 160px;
		display: inline-block;
	}
	.CardHolding .form-group{
		margin-bottom: 0px;
	}
	.btn-go {
		position: absolute;
		right: -30px;
		bottom: 33px;
	}
	/*wallet page*/
	.margin-left15 {
		margin-left: 0px;
	}
	/*instacard page*/
	.wordDesc button{
		padding: 5px 10px;
	}
/*	input{
		font-size: 1em !important;
	}
	select{
		font-size: 1em !important;
	}*/
}
@media screen and (max-width: 991px){
	/*mob hide and show*/
	.commonshow{
		display: block;
	}
	.commonhide{
		display: none;
	}
	.mpad0{
		padding: 0px;
	}
	.main-area .headingArea h5 {
		font-size: 14px;
		text-align: left;
	}
	/*registration page*/
	.registrationPage .headingArea h5 {
		font-size: 15px;
		text-align: left;
	}
	/*footer*/
	.footer .footerdesc{
		margin-right: 10px;
		float: none;
		text-align:center;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.loginarea{
		width: 50%;
		margin: 0 auto;
	}
	.make-center{
		text-align: center !important;
	}
}
@media screen and (max-width: 640px){
	.card-no-input{
		width: 45px;
	}
	/*profile 2*/
	.CardHolding .form-inline .form-group .form-control {
		font-size: 12px;
	}
}
@media screen and (max-width: 420px){
	.step2Section .form-group label {
		width: 80px;
		font-size: 10px;
		margin-right: 2px; 
	}
	/*deregister page*/
	.deregister-section.tableSection{
		width: 100%;
		font-size: 9px;
	}
	.tableSection .table>thead>tr>th{
		font-size: 10px;
	}
	/*profile2*/
	.btn-go{
		position: absolute;
		right: 6px;
		bottom: 33px;
		padding: 0px 14px;
	}
	.CardHolding .form-inline .form-group .form-control {
		width: 140px;
		display: inline-block;
	}
}

@media screen and (max-width: 991px){
	.icctableAlign {
		width: 100% !important;
		overflow-x: auto;
	}
	.icctableAlign table{
		table-layout: fixed;
	}
	.icctableAlign .table>thead>tr>th {
		font-size: 13px;
		width: 140px;
	}
	.sidebar{
		left:-258px;
	}
}
.options-cards{
	position: absolute;
	right: 3px;
	top: 73px;
}
.options-cards li{
	padding: 2px;
	border-radius: 2px;
	background-color: #00247f;
	display: inline-block;
	margin-left: 2px;
	cursor:pointer;
}
.card-img{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
@media screen and (max-width: 420px){
	.options-cards {
		right: -80px;
	}
	.card-img {
		right: 30px;
	}
	.width270{
		width: 100% !important;
	}
}
@media screen and (max-width: 768px){
	.mobwidth80{
		width: 79% !important;
	}
}
/*new css */
.width40{
	width: 40px !important;
}
.width70{
	width: 70px !important;
}
.width270{
	width: 270px;
}
.clearBoth{
	clear: both !important;
}
.total-charge label{
	font-family: "HelveticaBold";
}
.total-charge{
	font-size: 14px;
	font-family: "HelveticaNeueRegular";
}
.gopage{
	border-radius: 2px;
	box-shadow: none;
}
.margin-bottom15{
	margin-bottom: 15px;
}
.cardImg{
	width: 320px;
	height: 222px; 
}
.visacard img{
	width: auto;
	height: auto;
}
.options-cards.opencard-page {
	position: absolute;
	right: 3px;
	top: 0px;
}
.ptp0{
	padding-top: 0px !important;
}
@media screen and (max-width: 340px){
	.cardImg .card-bg {
		width: 290px;
		height: 222px;
	}
	.cardImg {
		width: 290px;
		height: 222px;
	}
}
@media screen and (max-width: 1024px){
	.loginPaGE.HeadingDesc p,.loginPaGE .BoldText{
		font-size: 12px !important;
	}
}
.section-align.section-data li label{
		float: none;
}

.padt0{
	padding-top: 0px !important;
}
.pri_body{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1;
}
.list-btn{
	background-color:#f0f0f0;
	border:1px solid #f0f0f0;
}
.makebold{
	font-family: 'HelveticaBold' !important;
	font-size: 15px;
}

.protectBuyHeadSM {
	position:relative;top:-4px;	
	left:-1.5px; 
	FONT-SIZE: 10px; 
}
.fontWeight{
	font-weight: 800 !important;
}
.notesSection .Notedesc p a{
	color:#000 !important;
}
.tableBorder{
	border: 2px solid Gray;
}
.body .CardSection{
	line-height: 0 !important;
}
.notesSection.faq-align .headingArea h5{
	margin-bottom:5px !important;
}
.changePrfAlign{
	margin-left:0px !important;
}
.textAlign{
	text-align:center;
}
.section-data-rupay li label{
	text-align: right;
	width: 250px;
	float: left;
	clear: both;
	padding-right: 10px;
	margin-bottom: 1px;
	padding-top: 7px;
}
.fontWeightRupay{
	font-size: 13px !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 768px) and (min-width: 640px){
	.changewidth{
		width:auto !important;
	}
}
.paddingLeft0 label{
	padding-left:0px !important;
}
.Notedesc1 p{
	font-family: "HelveticaNeueRegular";
	font-size: 13px;
	color: #383838;
	opacity:0.68;
	line-height: 20px;
	letter-spacing: 0.4px;
	    margin: 0 0 5px;
}