html, body{padding: 0;margin: 0;}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {position:relative;min-height:100%;background-color: #f0f2f3;
	font-family: 'Open Sans', sans-serif; font-size:14px;line-height:20px;color: #282828;-webkit-text-size-adjust: none;}
h1,h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif; line-height: 1;font-weight:400; padding:0;margin:0 0 10px 0;font-family: 'Roboto', sans-serif; }
h1,h2,h3{font-size:22px; color:#393939;}
h4,h5,h6{font-size:16px; color:#393939;}
p{margin: 0 0 0 0; padding:0 0 15px 0;}
a, a:link, a:active, a:visited, a:hover,a:focus{color: #2a2a2a;text-decoration: none; outline:0;outline-offset:0;}
a:hover{ color:#000;}
img{max-width:100%; vertical-align:middle;}
ul{list-style-type: none;}
hr{
	border:0;
	border-bottom:1px solid #ccc;
	margin:10px 0 45px;
}
.form-group{
	margin-bottom:20px;
}
label,.form-label {
  margin-bottom:5px;
  display:inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size:15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
/*   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(46, 153, 213, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly],
input:disabled, .input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select,
select.form-control{
  padding: 0.475rem 0.75rem;
}
textarea{ resize:none; max-height:80px;}

.material-field {
  position: relative;
	margin-bottom:28px;  
}

.material-field label{
  position: absolute;
  z-index:2;
  font-size:0.9rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #7c7c7c;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.material-field input,
.material-field select,
.material-field .form-control,
.material-field .form-select {
  font-size:1rem;
  outline: none;
  border: 1px solid #dfdfdf;
  border-radius: 5px;  
  padding:0.7rem 0.7rem;
  color: gray;
  transition: 0.1s ease-out;
}
.material-field input:focus,
.material-field select:focus,
.material-field .form-control:focus,
.material-field .form-select:focus  {
  border-color: #7c7c7c;  
}
.material-field input:focus + label,
.material-field select:focus + label,
.material-field .form-control:focus + label,
.material-field .form-select:focus + label{
  color: #acacac;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.material-field input:not(:placeholder-shown) + label,
.material-field .form-control:not(:placeholder-shown) + label,
.material-field select:valid ~ label,
.material-field .form-select:valid ~ label {
  top: 0;
  transform: translateY(-50%) scale(.9);
  color: #acacac;
}
.dateview:before { 
content: "\f217"; 
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:18px;
  position: absolute;
  top:15px;
  right:8px;
 }
.dateview input[readonly]{
	background-color:rgba(255,255,255,0);
	position:relative;
	z-index:1;
}

.btngroup{
	border-bottom:1p
}
button,
a.btn,.btn{ 
	background-color:#027ec4; 
	color:#fff; 
	font-size:15px; border:0px solid #49b2d0 ;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	min-width:120px;
	padding:15px 35px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}
button:hover,
a.btn:hover,.btn:hover{ 
	background-color:#0172b1; 
	color:#fff; border:0px solid #095194 ;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.3);}
button:focus,
a.btn:focus,.btn:focus{ 
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.3);
}
a.btn-form,.btn-form{	
	background-color:#5a6164;
}
a.btn-form:hover,.btn-form:hover{	
	background-color:#424648;
}


a.btnline, .btnline{
	color:#000;
	background-color:rgba(255,255,255,0);
	border:1px solid #005597 ;
}
a.btnline:hover, .btnline:hover, a.btnline:focus, .btnline:focus{
	color:#000;
	background-color:rgba(255,255,255,0);
	border:1px solid #005597 ;
}
.btngroup{
	padding: 15px 0 0;
	border-top:1px solid #ccc;
	display: flex;
	justify-content: center;
}
.btngroup .btn{
	margin:0 15px;
	text-transform: uppercase;
}
.red{
	color:#f10000;
	display: inline-block;
	font-size:14px;
	margin-left:3px;
}
.makeRed{
	color: red;
}
.modal-body{
	position: relative;
	padding-top:35px;
}
.btn-close{
	background-color:#fff;
	min-width:inherit;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}
.btn-close:hover{
	background-color:#fff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}

.modal-body .btn-close{
	position: absolute;
	top:10px;
	right:10px;
}
.modal-body h5{
	margin-bottom:25px;
	text-align: center;
	color:#000;
	text-transform: uppercase;
}
.modal-body .formwrap{
	width:300px;
	margin:0 auto;
}
.modal-body .btngroup{
	border:0px solid #fff;
	padding:0;
}
/* another loader */
.loaderWithtxt{
	background-color: rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
	}
	.loaderWithtxt:after {
		content:'';
		display:block;
		position:absolute; top:50%;
		left:50%;
		border-radius: 50%;
		width: 6em;
		height:6em;
		margin:-3em 0 0 -3em;
		font-size: 6px;
		text-indent: -9999em;
		border-top: 1.1em solid #0066a5;
		border-right: 1.1em solid #0066a5;
		border-bottom: 1.1em solid #0066a5;
		border-left: 1.1em solid #fff;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation: load8 1.1s infinite linear;
		animation: load8 1s infinite linear;
		}
.loaderWithtxt:before {
	content:"Please wait while we retrieve your documents.";
  }
.timermsg{
	text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.sessionchange{
	line-height: 23px;
    font-size: 14px;
    text-transform: none !important;
}
.sessionchange .red{
	color:red;
	font-size: 20px;
}
/*------------- common css -----------------*/


.loader{
	background-color: rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
	}
	.loader:after {
	content:'';
	display:block;
	position:absolute; top:50%;
	left:50%;
	border-radius: 50%;
	width: 6em;
	height:6em;
	margin:-3em 0 0 -3em;
	font-size: 6px;
	text-indent: -9999em;
	border-top: 1.1em solid #0066a5;
	border-right: 1.1em solid #0066a5;
	border-bottom: 1.1em solid #0066a5;
	border-left: 1.1em solid #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1s infinite linear;
	}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrapper{
	/* background:#f8f8f8; */
	padding:0;
	margin:0;
}
.header{
	background:#fff;
	padding:5px 0 30px;
	position: relative;
	min-height: 110px;
}
.header:before{
	content:'';
	width:100%;
	height:30px;
	background:#007ec4;
	position:absolute;
	bottom:0;
	left:0;
}
.logo {
	padding:0 0;
	margin:0;
	position: relative;
	display: block;
	background-color:#fff;
	text-align: center;
}
.logo a.navbar-brand{
	margin-right:0;
	padding:5px 5px;
	display: inline-block;
}
.logo img{
	max-height:130px;
	display:inline-block;
}
.brandlist{
	list-style-type:none;
	width:80%;
	margin:0 auto 10px;
	padding:0;
	display: flex;
    justify-content: center;
	align-items: center;
	    align-items: stretch;
		background-color:#fff;
		position: relative;
}
.brandlist li{
	margin:0;
	padding:2px 10px;
	position: relative;
	line-height:62px;
}
.brandlist li:last-child{
	padding:2px 0 2px 10px;
}
.brandlist li:before{
	content:'';
	width:1px;
	height:100%;
	display: inline-block;
	background-color:#ccc;
	position: absolute;
	top:0;
	left:0;
}
.brandlist li:first-child:before{
	display:none;
}
.brandlist li img{
	max-height:62px;
	max-width:184px;
}

.footer{
	padding-bottom:0;
	font-size:13px;
}
.footnav{
	list-style-type:none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	    flex-wrap: wrap;
}
.footnav li{
	position: relative;
	margin:0 0 10px ;
	padding:0 10px;
}
.footnav li:before{
	content:'';
	display: block;
	width:1px;
	height:100%;
	background:#ccc;
	position: absolute;
	top:0;
	left:0;
}
.footnav li:first-child{
	padding:0 10px 0 0;
}
.footnav li:first-child:before{
	display: none;
}
.copyright{
	text-align:center;
}
.headtitle h1 {
  text-transform: uppercase;
  font-size:26px; 
margin:0;  
}
.modalscroller {
  max-height: 350px;
  overflow: auto;
	font-size:13px;
	line-height:18px;
	padding-right: 15px;  
}
.modalscroller .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.modalscroller .blue {
    color: #0066a6;
    font-weight: bold;
}
.modalscroller ul{
	list-style-type: disc;
	margin:0 0 0 20px;
	padding:0;
}

.topsec{
	background-color:#007ec4;
	padding:25px 0 0;
	margin:0 0 25px;
	border-bottom: 4px solid #016ba7;
}
.steplist{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	display: flex;
	max-width:800px;	
}
.steplist li{
	list-style-type:none;
	position: relative;
	width:22%;
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin:0 1% 0 0;
	padding:0 15px 0 35px;
	display: flex;
	opacity:0.8;
	min-height:40px;
}
.steplist li.active{
	opacity:1;	
}
.steplist li.active:before{
	content:'';
	width:100%;
	height:4px;
	display:inline-block;
	background-color:#83d3ff;
	position: absolute;
	bottom:-4px;
	left:0;
}
.steplist li .num{
	position: absolute;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.1);
	display:block;
	vertical-align: top;
	margin:0 5px 0 0;
	padding:0;
	width:30px;
	height:30px;
	font-size:14px;
	font-weight: bold;
	line-height:30px;
	text-align:center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
}

.steplist li.active .num{
	background-color:#f9df03;
	color:#007ec4;
}
.steplist h3{
	color:#bfe0f3;
	font-size:14px;
	line-height:18px;
}
.steplist li.active h3{
	color:#fff;
}
.secth{
	font-size: 20px;
	position: relative;
	margin:0 0 35px;
	padding:0;
}
.secth:before{
	content:'';
	width:55px;
	height:4px;
	display:inline-block;
	background-color:#ccc;
	position: absolute;
	bottom:-8px;
	left:0;
}
.contentbody{
	width:90%;
	margin:35px auto 25px;
	padding:15px 20px;
	 background-color:#fff;
	 border-radius:10px;
	min-height:calc(100vh - 240px);
	max-width:1120px;	
	-webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 15px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 15px 0px rgba(50, 50, 50, 0.25);	
}
.contentbody h4{
	margin-bottom:15px;
}
.contentcard{
}
.contentbody .cright{
}
.contentbody .cleft{
	padding-top:50px;
}
.sec,.page,.page2{
	display: none;
}
.sec1,.page-mob{
	display: block;
}
.page-mob .introsec{
	max-width:380px;
	margin:0 auto;
}
.page-mob .introsec h2{
	font-weight: bold;
	margin-bottom:25px;
}
.page-mob .introsec .btngroup{
	border-top:0px solid #ccc;
	padding: 0 0 0;
}
.introcoverimg{
	padding-top:35px;
	text-align: center;
}
.blist{
	list-style-type: none;
	margin:0;
	padding:0 0 25px;
}
.blist li{
	list-style-type: none;
	margin:0;
	padding:0 0 10px;
	font-size:18px;
	font-weight: bold;
	line-height:20px;
}
.blist li span{
	color:#007ec4;
}
.docupwrap{
	max-width:550px;
	margin:0 auto 25px;
}
.doclist{
	list-style-type:none;
	margin:0;
	padding:0 0 35px;
	display: flex;
	flex-wrap: wrap;
}
.doclist li{
	width:40%;
	position: relative;
	margin:0 10% 40px 0;
	padding:5px 0 5px 32px;
	 border-bottom:0px dashed #ddd;
}
.doclist li:before{
	content:'\2713';
	position: absolute;
	top:4px;
	left:0;
	display: block;
	width:25px;
	height:25px;
	background-color:#ddd;
	color:#938e8e;
	font-size:16px;
	font-weight: bold;
	line-height:25px;
	text-align:center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	margin:0;
	padding:0;
}
.doclist li h5{
	font-size:14px;
	font-weight: bold;
	margin:0;
	padding:0 0 5px;
	text-transform: capitalize;
}
.doclist li p, .fntup{
	font-size:12px;
	line-height:14px;
	color:#959393;
	margin:0;
	padding:0 0 10px ;
}
.doclist li p{
	/*text-transform: lowercase;*/
}
.prevent{
	pointer-events: none;
}

.doclist li.active:before{
	content:'\2713';
	background-color:#0e9922;
	color:#fff;
}
.doclist li.active h5{
	color:#0e9922;
}

/* .btn-file {
    overflow: hidden;
	min-width: inherit;
	font-size: 14px;
    padding:6px 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius:25px;
    border-radius:25px;
	color:#027ec4;
	background-color:#fff;
	border:2px solid #027ec4;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}
.btn-file:hover {
    overflow: hidden;
	min-width: inherit;
	font-size: 14px;
    padding:6px 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius:25px;
    border-radius:25px;
	color:#027ec4;
	background-color:#fff;
	border:2px solid #027ec4;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.1);
} */


.steplist li.firstShow{display: none;}

/* upload css start */
.file-input{
	display: flex;
	width: 100%;
    flex-direction: column;
	position: relative;
}
.file-preview{
	padding:0;
	margin:0;
	border:1px solid #ddd;
}
.krajee-default.file-preview-frame{
	float:none;
	margin:0;
    border:0px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0);
    padding:0px;
	display: flex;
	width:100%;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    padding:0px;
	margin:0;
}
.krajee-default.file-preview-frame .kv-file-content{
	width: 30%;
	max-width: 80px;
	max-height: 56px;
    height: inherit;
	padding:3px 0;
}
.krajee-default.file-preview-frame .kv-file-content .file-preview-pdf{
	height:49px !important;
}
p.upld-txt {
    padding-bottom: 2px !important;
    font-weight: normal;
	margin-top: 4px;
	margin-top: 4px !important;
	font-size: 11px !important;
}
.krajee-default.file-preview-frame .file-thumbnail-footer{
	width:70%;
	height:52px;
}
.krajee-default .file-footer-caption{
	margin-bottom:0;
	padding:0;
	text-align:left;
}
.krajee-default .file-caption-info, .krajee-default .file-size-info{
	width:100%;
	height: 18px;
}
.krajee-default .file-actions{
	position: absolute;
	    top: 0;
    left: -30%;
	 
}
.file-preview .fileinput-remove,
.file-upload-indicator{
	font-size:18px;
	display:none;
}
.btn-kv{
	background-color:rgba(255,255,255,0);
	border: 0px solid #ccc;
	letter-spacing: inherit;
    border-radius:3px;
	color:#000;
	width:50px;
    height:50px;
    padding: 0;
    min-width: inherit;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}
.btn-kv:hover{
	background-color:rgba(255,255,255,0);
	border:0px solid #ccc;
	letter-spacing: inherit;
    border-radius:3px;
	color:#000;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}
.file-input .btn-file{}
.listbtn{ 
display: flex;
justify-content: flex-end;
	width: 70%;
	margin-left: 30%;
	position: absolute;
	bottom:0;
	left:0;
}
.listbtn .btn{ 
	width:24px;
min-width: inherit;	
	height:24px; 
	margin:2px;
	background: #18459f;
    border-color: #18459f;
	    background-color: #fff;
    color: #000;
    font-size: 13px;
	line-height:16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding:1px;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: .5px;
    border-radius:5px;	
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
}
.listbtn .btn .hidden-xs{display:none;}
.listbtn .btn i{ font-size:18px;}
.listbtn .fileinput-remove{
	/* background: #ffc7bd;
    border-color: #f9a899;*/
	color:#bd4833; 
	background: #fff;
    border-color: #fff;
}
.listbtn .fileinput-upload{
	/* background: #6188d7;
    border-color: #5881d5; */
	background: #fff;
    border-color: #fff;
}
.file-input-new .listbtn{
	width:100%;
	margin-left:0;
	position: relative;
	
justify-content: flex-start;
}

.file-input-new .listbtn .btn-file{	
	width:30%;
	min-width:140px;
	height:38px;
	font-size: 14px;
    padding:6px 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius:25px;
    border-radius:25px;
	background-color:#fff;
	color:#858585;
	border:1px solid #b7b7b7;
	/* color:#027ec4;
	border:1px solid #027ec4; */
	-webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0);
	position: relative;
}
.file-input-new .listbtn .btn .hidden-xs{display:inline-block;}
.upnote{
	font-size:13px; line-height:14px; color:#9591d4;
}

/*.fileimg-preview{
    width: 100%;
	border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
}*/
.fileimg-preview {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    z-index: 9;
    margin-top: 0;
    position: relative;
    background-color: #fff;
}
.fileimg-frame {
    margin: 0;
    padding: 0px;
    display: flex;
    width: 100%;
}
.fileimg-frame .fileimg-content{
    width: 30%;
    max-width: 80px;
	max-height: 70px;
    height: inherit;
    padding: 3px 0;
	margin: 0 auto;
	position: relative;
}
.fileimg-frame .fileimg-content img{
	max-height: 62px;
}
.fileimg-frame .fileimg-content .fileimg-actions{
	position: absolute;
	top:20%;
	left:15%;
	width:50px;
	height:50px;	
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.fileimg-frame .fileimg-footer {
    width: 70%;
    height: 52px;
}
.fileimg-frame .fileimg-footer .fileimg-caption{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height:24px;
	padding:3px 0 0;
    margin: auto;
	font-size: 11px;
    color: #777;
}
.imglistbtn {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    margin-left: 30%;
    position: absolute;
    bottom:7px;
    left: 0;
}
.imglistbtn .btntxlink {
        color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding: 1px;
	    margin: 2px 6px 2px 6px;
		display: inline-block;
}

.uploadPrivMain{
    margin-top: -45px;
	background-color: #fff;
}
.secondDocPriv{
	margin-top: -44px;
}
.deletesecond{margin-top: -42px;height: 52px;}
.secondDocPriv2{
	margin-top: 1px;
}
/* upload css close */
/* praja css st*/
.errorWrap .custom-control-label:after{border:1px solid red;}
.custom-control{margin-top: 10px !important;}
.custom-control-label{
	margin-top: 10px !important;
    margin-left: 20px !important;
    color: #000 !important;
}
.custom-control-label:before {
	background-color: #dee2e6;
	border: 1px solid #afafaf;
	top: 0.35rem; }
  
	.custom-control-label:after {	top: 0.35rem; }
	.custom-radio .custom-control-input{z-index: 1; left: 2px; top: 7px;}

  
.popSuccess, .popError{
	margin-bottom: 10px !important;
}
.mrginmins{
	margin-top: -15px;
}
.float-right{float: right;}
.resend-main{	margin-bottom: 10px;}
   .resend-main .showCount, .resend-main .counter-otp{
	 color: #036bda;
   }
   .resend-main .counter-otp{
	   text-decoration: underline;
   }
.alert{display: none;margin-bottom: 0;margin-top: 10px;}
.errmsg{font-size: 12px;color: #e51b24;display: none; /*position: absolute;*/}	
.errorWrap .form-control, .errorWrap .form-select{border-color: red;}
.errorWrap .custom-control-label:after{border:1px solid red;}
.errorWrap .errmsg{display: block;}

.errorWrap .select2-container .select2-selection--single{
	border-color: red;
}

.panno{
	text-transform: uppercase;
}
.errorWrap label{
	top:36%;
}
.btn-close.kv-error-close.float-end{
	display: none !important;
}
/* pra css end */

.response-head .logo{
	text-align: center;
}
.responsebox{
	text-align: center;
	max-width:680px;
	margin:0 auto;
}
.responsebox .res-header {
    border-bottom: 2px solid #f0f1f4;
    margin-bottom:25px;
}
.responsebox .res-header img {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background-color: #fff;
	padding: 3px;
	margin-bottom:15px;
}
.responsebox h1 {
	color: #4bb543;
	font-size:28px;
	font-weight:bold;
    margin:0 0 15px;
}
.responsebox .res-header .head-text p {
	margin:0;
	font-weight: 600;
    opacity: .6;
}
.responsebox .res-body .desc {
	width:100%;
    margin: auto;
    text-align: left;
    display: flex;
    font-weight: 600;
    border: 1px solid #f7f7f7;
    border-bottom: 0;
    padding: 5px 15px;
}
.desc-bb {
	border-bottom: 1px solid #f7f7f7 !important;
}
.responsebox .res-body .desc span {
	width: 40%;
	font-weight: 100;
}
.responsebox .res-body .description {
	margin-top: 15px;
}
.responsebox .res-body .help-text {
	font-style: italic;
}
.responsebox .res-body .help-text a {
	text-decoration: underline;
}
.responsebox .res-footer {
	text-align: center;
	margin-top: 15px;
}
.responsebox .res-footer a {
	color: #7e7e7e;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
}

.failurebox h1 {
	color: #cd1a2c;
}

@media (min-width:576px){
	.header{
		padding-bottom:30px;
	}
	.logo	{
		margin: 0;
		display: inline-block;
		text-align:left;
		
	}
	.brandlist{
		justify-content: end;
		margin:0;
		width:100%;
	}	
	.header .container > .row{
		align-items: center;
	}
	.bpclhead .brandlist{
		margin-bottom:30px;
	}
	
}
@media (min-width:768px){
	.rowbar-md{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.contentbody{
		padding:25px 35px;
	}
		
	.page-mob .introsec{
		padding-top:50px;
	}		
	.responsebox .res-body .desc {
		width:70%;
	}
		
}
@media (min-width: 992px) { 
	.btngroup .btn{
		min-width:170px;
	}
	.rowbar-lg{
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
	  flex-direction: row-reverse;
	}
		
	.contentcard{
		display: flex;
	}
	.contentbody .cright{
		width:75%;
		padding-left:25px;
		padding-right:50px;
	}
	.contentbody .cleft{
		width:25%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	padding-top:0px;
	}
	.coverimg{
		margin-left:-35px;
	}
		
	.introcoverimg{
		padding-top:0;
	}
	.steplist li{
		padding: 5px 15px 0 35px;
	}
	.steplist li.step3.firstHide, .steplist li.step2.firstShow{ width:30%;}
	.steplist li.step5{ width:15%;}
	
	.footer {
		padding-bottom:0px;
	}
	.footnav{
		display: flex;
		justify-content: flex-start;
	}
	.footnav li{
		position: relative;
		margin:0 0 0 ;
		padding:0 10px;
	}
	.footnav li:before{
		content:'';
		display: block;
		width:1px;
		height:100%;
		background:#ccc;
		position: absolute;
		top:0;
		left:0;
	}
	.footnav li:first-child{
		padding:0 10px 0 0;
	}
	.footnav li:first-child:before{
		display: none;
	}
	.copyright{
		text-align:right;
	}
}
@media (min-width: 1020px) {	
}
@media (min-width: 1200px) { 
	.rowbar-xl{
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
	  flex-direction: row-reverse;
	}
	.sec1 .cright{
		width:70%;
		padding-right:100px;
	}
	.sec1 .cleft{
		width:30%;
	}
	
}

@media (min-width: 1320px) {
	
}
@media (min-width: 1400px) {
}
@media (min-width: 1800px) {
	body {font-size:20px;line-height:28px;}
	/* .container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1640px;
	} */
}

@media all and (max-width:991px){
}

@media all and (max-width: 767px){
	.steplist{
		justify-content: center;
	}
	.steplist li{
		width:50px;
		    margin: 0 1%;
			padding:0 15px;
	}
	.steplist li .num{
			left:8px;
	}
	.steplist li h3{
		display:none;
	}
}

@media all and (max-width: 640px){
	.doclist li{
		width:100%;
		padding-right:0;
		margin:0 0 15px;
	}
}
@media all and (max-width: 480px){
		
	.brandlist li img{
		max-height:50px;
		max-width:150px;
	}
}
@media all and (max-width:380px){
	
}
@media all and (max-width:360px){
}
.select2-dropdown li{
	font-size: 16px;
	color: gray !important;
}
.select2-container{
	display: block;
	}
	.select2-selection__clear {
	visibility: hidden;
	}
	.dmt-branch .select2-container--default{
	width: 100% !important;
	}
	
	
	
	.select2-container--default .select2-selection--multiple {
	border-radius: 0 !important;
	padding: 0 14px;
	min-height: 34px;
	max-height: 65px;
	overflow-y: auto
	}
	
	
	
	.select2-container--default .select2-selection--single {
	border-radius:5px !important;
	background-color: #fff !important;padding: 0.7rem 0.7rem;
	color: gray;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	}
	
	
	
	.select2-container .select2-selection--single {
	height: 49px;
	background-color: #fff;
	padding: 0.7rem 0.7rem;
	color: gray;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	}
	
	
	
	.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
	}