body{
	font-family:'bomregular';
	background-color:#fff;
	font-size: 1rem;
}
a{
	font-family:'bomregular';
	text-decoration:none!important;
	color: #0089cf;
}
p{
	font-family:'bomregular';
}
h1,h2,h3,h4,h5{
	font-family:'bomsemibold';
}
img{
	max-width:100%;
}
ul{
	list-style:none;
	list-style-type:none
	;padding-inline-start:0;
	padding-left:0;
	margin-bottom:0;
}
@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#333}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}

.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}

@media(min-width: 1366px){
.cmpad{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}
}

.btn-primary{
	background-color: #0089cf;
	border:none;
	outline: 0;
    font-size: .875rem;
}
.btn-primary:hover{
    background-color: #036731;
    border-color: #036731;
}
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #0089cf;
}

.btn-outline-primary{
	color: #0089cf;
	border-color: #0089cf;
    font-size: .875rem;
}
.btn-outline-primary:hover{
	background-color: #0089cf;
	border-color: #0089cf;
}
.btn-outline-secondary{
	font-size: .875rem;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}

.morebtn, .morebtn:focus{
	background-color: #0089cf;
	color: #fff;
    border-radius: 3rem;
    min-width: 150px;
    outline: 0;
    box-shadow: none;
}
.morebtn:hover{
	color: #fff;
	background-color: #1f6f31;
}
.morebtn:hover .fa{
	animation: moveRight 1s infinite;
}
.morebtn .fa{
	font-size: 12px;
    margin-left: 5px;
}

.btn-download{
    color: #0089cf;
    border: 1px solid;
    border-radius: 3rem;
    min-width: 130px;
}
.btn-download:focus{
	box-shadow: none;
}

.flex-auto{
	flex: auto !important;
}

.xs-show{
	display: block;
}
@media(max-width: 480px){
.xs-hide{
	display: none;
}
}

@keyframes moveRight{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveLeft{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveDown{
	0%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}

/*::::::::::::::::HEADER:::::::::::::::::*/
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
header .logo{
    min-width: 250px;
    width: 250px;
	margin-top: 10px;
	position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: .5rem;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
header .logo a{
    display: block;
    width: 100%;
}
header .logo img{
	margin: 0;
	width: 100%;
}
header.active{
    background: #0089cf;
    box-shadow: 0 3px 20px rgba(0,0,0,.3);
}
header.active .logo{
	min-width: 150px;
	width: 150px;
	height: auto;
}

header .mainheader{
	width: 100%;
    padding-left: 2rem;
}
header.active .mainheader{
	margin-top: 6px;
}
header .mainheader .menumain{
	margin-top: 1.5rem;
}
header.active .mainheader .menumain{
	margin-top: .6rem;
}

header .mynavbar{
	display: flex;
    justify-content: flex-end;
	margin-top: 0;
	position: relative;
}

header .megamenu{
	position: initial;
	overflow: hidden;
	display: block;
	margin-right: .25rem;
    cursor: pointer;
}
header .normalmenu{
	position: initial;
	overflow: hidden;
	display: block;
	margin-right: .25rem;
}

header .megamenu a.mainli, header .normalmenu a.mainli{
	color: #f3f3f3;
    display: flex;
    align-items: center;
	padding: 3px 12px;
    border-radius: 2rem;
	border: 1px solid transparent;
    background-color: rgba(0,0,0,.3);
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .megamenu a.mainli:hover, header .megamenu:hover a.mainli, header .normalmenu a.mainli:hover{
    color: #fff;
    background-color: #333;
}
header .megamenu a.mainli i{
	margin-right: 5px;
}

header .megamenu .logbtn{
    background: #03a9f4;
    width: 100px;
    justify-content: center;
    background: linear-gradient(90deg, #00bcd4, #1a3be0, #00bcd4, #264fe4);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}
header .megamenu .logbtn:hover{
	background-color: #00608c !important;
}
header .megamenu .logbtn i{
	margin-right: 5px;
}


@media(max-width: 575px){
header .logo{
	min-width: 180px;
	width: 180px;
}
header .megamenu a.mainli{
	font-size: .875rem;
}
}
@media(max-width: 430px){
header .megamenu a.mainli span.name{
	display: none;
}
header .megamenu a.mainli i{
	margin: 0;
}
}

/**-----------------------------**/
/*************COMMON**************/
/**-----------------------------**/

.mainhead{
	color: #222;
}
.mainhead.center{
	text-align: center;
}
.mainhead.left{
	text-align: left;
}
.mainhead span{
	color: #333;
    font-family: 'bommedium';
}

.mainhead.left:after{
	content: '';
    width: 2px;
    height: 1.5rem;
    background-color: #ccc;
    margin-top: 0;
    display: block;
    margin-left: 4px;
}
.mainhead.white{
	color: #fff;
}
.mainhead.white span{
	color: #b5b5b5;
}

h2.mainhead{
	margin-bottom: 1rem;
}
h2.mainhead.center{
	margin-bottom: 2.5rem;
}
h3.mainhead{
	font-size: 1.5rem;
}

.hdcaption{
	margin-bottom: 0;
    color: #607d8b;
    font-size: 1.2rem;
}

@media(max-width: 991px){
h2.mainhead{
	font-size: 1.75rem;
}
}

@media(max-width: 575px){
h2.mainhead{
	font-size: 1.5rem;
}
/*.mainhead.left:after{
	margin-top: 2.5rem;
}*/
h3.mainhead{
	font-size: 1.25rem;
}
}

.subhd{
    font-size: 1.4rem;
    color: #0089cf;
    margin-bottom: 0;
}
.subhd:after{
	content: '';
    width: 1px;
    height: 1.25rem;
    background-color: #eee;
    display: block;
}


p.caption{
	text-align: center;
    color: #555;
}


section{
	padding-top: 3rem;
	padding-bottom: 3rem;
}


.text-content p{
	text-align: justify;
	line-height: 1.6;
}

ul.mylist{
	line-height: 1.8;
}
ul.mylist li{
	padding-left: 15px;
	position: relative;
}
ul.mylist li:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    position: absolute;
    left: 0;
    font-size: .875rem;
    margin-top: 2px;
    color: #0089cf;
}

/*::::::::::::::::SOCIAL:::::::::::::::::*/
.social{
	display: flex;
}
.social li{
	float: left;
    margin-right: .75rem;
}
.social li:last-child{
	margin-right: 0;
}
.social li a{
	display: inline-block;
}
.social li a .fab{
	width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: rgba(180,26,170,0.8);
}
.social li a:hover .fab{
	animation-name: tada;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.social li a:hover .fa-facebook-f {
    background-color: #3b5999 !important;
}

.social li a:hover .fa-twitter {
    background-color: #55acee !important;
}

.social li a:hover .fa-instagram {
    background-color: #e4405f !important;
}

.social li a:hover .fa-linkedin-in {
    background-color: #0077B5 !important;
}

.social li a:hover .fa-pinterest-p {
    background-color: #bd081c !important;
}

.social li a:hover .fa-youtube {
    background-color: #cd201f !important;
}

.social li a:hover .fa-behance {
    background-color: #131418 !important;
}

.social li a:hover .fa-whatsapp {
    background-color: #25D366 !important;
}

.social li a:hover .fa-google-play {
    background-color:#3BCCFF !important;
}

.social li a:hover .fa-apple {
    background-color: #000 !important;
}
/*::::::::::::::::FOOTER:::::::::::::::::*/
footer{
	background-color: #d2d2d2;
	color: #666;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}


footer .ftlast{
	background-color: #0089cf;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .ftlast p{
	margin-bottom: 0;
	color: #f7f7f7
}
footer .ftlast a{
	color: #f7f7f7;
}

footer ul.social{
	justify-content: flex-end;
}
footer ul.social li a .fab{
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: .875rem;
    background-color: transparent;
}

@media(max-width: 767px){
footer ul.social{
	justify-content: center;
}
}
@media(max-width: 575px){
footer .ftlast{
	font-size: .875rem;
}
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

/*||||||||||||||||INNER PAGE||||||||||||||||||*/
.applyform {
	background-color: #0089cf;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: calc(100vh - 46px);
	background-position: center right;
	background-size: cover;
	overflow-x: hidden;
	background-image: url(../img/banner/pension.png);
	/*background-color: #607D8B;*/
}
.applyform h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.formcontainer{
	width: 600px; 
	margin-top: 3rem;
}
/*form styles*/
#msform {
	width: 500px;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	/*background: #ebf9ff;*/ background: #fff;
	border: 0 none;
	border-radius: .3rem;
	box-shadow: 4px 10px 20px 0 rgba(0,0,0,.3);
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	/*stacking fieldsets above each other*/
	position: absolute;
}

@media(max-width: 991px){
.applyform{
	min-height: 100vh;
}
}
@media(max-width: 767px){
.applyform{
	justify-content: center;
}
.formcontainer{
	margin-top: 6rem;
}
}
@media(max-width: 575px){
	.formcontainer, #msform{
		width: 100%;
	}
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#msform input, #msform textarea, .applyform .dropdown-toggle {
	padding: 10px 15px;
	border: 1px solid #b8d8e8;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: .3rem;
	color: #2C3E50;
	font-size: 14px;
	background-color: transparent;
}
#msform input:focus, #msform textarea:focus, .applyform .dropdown-toggle:focus{
	outline: 0;
	box-shadow: none;
	border-color: #0089cf;
}
#msform input[type="radio"]{
	width:auto;
	margin-top:6px;
	margin-right:6px;
}
#msform input[type="image"]{
	border:none
}

	#msform h6.inline {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 15px;
		color: #666;
	}
#msform .form-check-input{
	width: auto;
    margin: 0;
    margin-right: 6px;
}
#msform .form-check-label{
	color: #666;
}

/*buttons*/
#msform .action-button {
	width: 100px;
	background: #0089cf;
	font-family: 'bomsemibold';
	color: #fff;
	border: 0 none;
	border-radius: .3rem;
	cursor: pointer;
	padding: 10px 5px;
	margin: 0 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #0089cf;
}
/*headings*/
.fs-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 15px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #0089cf;
	color: #fff;
}

.applyform .dropdown-menu{
	width: 100%;
	padding: 0;
    font-size: .875rem;
}
.applyform .dropdown-menu .dropdown-item{
	padding: .5rem 1rem;
}
.applyform .dropdown-toggle{
	width: 100%;
    white-space: normal;
}

@media(max-width: 575px){
#msform fieldset{
	padding: 20px 15px;
}
}

/**************************************************************************/
/*homestyle*/
/**************************************************************************/
.loan-for {
	margin-top: 27%
}

.loanform {
	background-image: url(../img/images/loans2.jpg) !important;
}

@media(max-width: 767px) {
	.loan-for {
		margin-top: 0%
	}
}
/*locker form*/
.locker-form {
	background-image: none !important;
}
.locker-container {
	margin: 3rem auto 0px auto
}
.captcha {
	width: 80px
}
#msform .action-button.clear {
	background: #da72a2
}
#msform .action-button.back-home {
	background: #44b77d
}
#msform .action-button.clear:hover, #msform .action-button.clear:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #da72a2;
}
#msform .action-button.back-home:hover, #msform .action-button.back-home:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #44b77d;
}

@media(max-width: 991px) {
	#msform .action-button {
		margin-bottom: 5px !important;
		margin-top: 5px !important;
	}
}

/*---- Error Page ------*/
.error404 {
	background-color: #0089cf;	
	height: 100vh;
	display: flex;
	flex-flow: column;
	color: #fff;
	padding-top: 120px;
	justify-content:center;
}

.error404 .content {
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-left: auto;
	margin-right: auto;
}
.error404 h1 {
	font-size: 10rem;
	font-family: 'bombold';
	margin-bottom: 0;
	line-height: 8rem;
	margin-top: 2rem;
}
.error404 .btnback {
	background-color: #333;
	color: #fff;
	padding: 8px 25px;
	border-radius: 2rem;
	margin-top: 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.error404 .btnback:hover {
	background-color: #111;
}
.error404 .errimg {
	margin-left: -15px;
	width: 80%;
	margin-top: 2rem;
}
.error404 .nodata {
	text-align:center;
	vertical-align:central;
	margin-top: -8%;
}
@media(max-width: 767px) {
	.error404 h1 {
		font-size: 7rem;
		line-height: 6rem;
	}
	.error404 h4 {
		font-size: 1.2rem;
	}
	.error404 .btnback {
		font-size: .875rem;
		margin-top: .5rem;
	}
	.error404 .errimg {
		width: 100%;
	}
}
@media(max-width: 480px) {
	.error404 h1 {
		font-size: 5rem;
		line-height: 4rem;
	}
	.error404 h4 {
		font-size: 1rem;
	}
}
/*---- No Record Page ------*/
.norecord {
	background-color: #ffff;
	height: 100vh;
	display: flex;
	flex-flow: column;
	color: #fff;
	padding-top: 120px;
}
.norecord .content {
	display: block;
	align-items: center;
	flex-flow: column;
	margin-left: auto;
	margin-right: auto;
}
.norecord h1 {
	font-size: 10rem;
	font-family: 'bombold';
	margin-bottom: 0;
	line-height: 8rem;
	margin-top: 2rem;
}
.norecord h3{color:black;}
/*------ New ----------*/
.rfv {
	color: red;
}
.clsLeft{text-align:left;}
.width800{width:800px;}
.width750 {width: 750px !important;}
.width90 {width: 95%;}
.width85 { width: 90% !important; }
@media(max-width: 765px) {
	.width700, .width750, .width90, .width85 {
		width: 100% !important;
	}
}
.container2 {
	background-color: #0089cf;height:111px;
}
.required{color:red;
}
.lblLeft{text-align:left;float:left;}
@media(max-width: 991px)
{
	.lblLeft {
		float:unset;
	}
}
/*-- 24-09-2021 --*/
.applyform {
	background-attachment: fixed;
}
#msform fieldset {
	position: relative;
	top:1rem;
}

/* 30-Oct-2021*/
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table_responsive::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
	height: 8px
}

.table_responsive::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
	background-color: #eee
}

.table_responsive::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
	background-color: #9E9E9E
}

.table_responsive::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover {
	background-color: #666
}
/*-------------*/
.mytable {
	color: #666;
	width: 100%;
	margin-bottom: 1rem;
}

	.mytable thead th, .mytable tr th {
		font-weight: normal;
		font-family: 'bomsemibold';
		color: #fff;
		background-color: #296584;
	}

.mytable tbody tr {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.mytable tbody tr:hover {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	color: #0089cf;
}

	.mytable td, .mytable th {
		border: 1px solid #dee2e6;
		padding: .75rem;
		vertical-align: top;
		position: relative;
		
	}
	.mytable td {
		text-align: left;
	}

	.mytable thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}

.rfv {
	position: absolute;
	left: 15px;
	bottom: 0;
	font-size: 14px;
}
#msform .print {
	width: 120px !important;
}
#msform .back {
	min-width: unset;
	padding-left: 15px;
	padding-right: 15px;
	background:none;
	float:right;
	color:#0089cf;
}
.left{text-align:left;}
.marque { color: #296584;}
.txt300{width:300px;}

.loadermain {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
}
.loadermain .loading {
	position: absolute;
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background-color: #fff;
	border-radius: 0.3rem;
	box-shadow: 5px 5px 20px rgba(0,0,0,.3);
}
@media(max-width:575px){
	.errh3{font-size:1rem; justify-content:center;}
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	margin-bottom:10px;
}
.refbtn {	
	width: 60px;
	margin: 0;	
	padding: 15px;
}
.btncaptcha{width:100% !important;}
.logdetails{font-weight:bold;}
.red{color:red;}
.divc{display:flex; justify-content:center;}
.clsdate {
	background-image: url(../img/images/calendar2.png);
	background-position: right;
	background-repeat: no-repeat;
	background-position-x: 98%;
}
.cgptable td, .cgptable th{
	padding: 5px;
}
.tdright{text-align:right !important;}