html,
body, .view{
  height: 100%;
  font-size: 0.95rem;
  /*background: #135595;*/
}
.view .mask {
  overflow: auto;
}

/* @media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 1000px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .view {
    height: 650px;
  }
}*/

.top-nav-collapse {
  background-color: #fff !important;
 
}

.navbar:not(.top-nav-collapse) {
  background: #fff !important;
}
.container{
  margin:auto auto;
}
@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #fff !important;
  }
  .border-left{
    border-left: 0 !important;
  }
}

.rgba-gradient {
  background: #003d7b;
  /* background: -webkit-linear-gradient(45deg, rgba(21,60,129, 0.7), rgba(18, 170,220, 0.4) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%));
  background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%); */
} 
.card-shadow{
	-webkit-box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
}
.card-bg {
  
  background-image: url(../img/login-bg.png);
  background-repeat: no-repeat; 
  background-position: bottom right;
  background-color: #1468ab;
  background-size: 65%;
}
h6 {
  line-height: 1.7;
}
/* .main{
	background-color:#fff;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center center;
} */
.wel-text{
  font-size: 1.5rem;
color: #98b9d4;
}

.nav-tabs {
  display: none;
}
h1{
  font-size: 2rem;
  font-weight: 400;
}
h2{
  color: #1472af;
font-size: 1.4rem;
font-weight: 500 !important;
text-transform: capitalize;
}
@media (min-width: 768px) {
  .login-text{
    display: block;
  }
  .mob-text{
    display: block;
  }
  .login-text-mob{
    display: none;
  }
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-tabs {
    border-bottom: none;
    /*border-right: 1px solid #ddd;*/
    display: flex;
  }
  .nav-tabs {
    /* margin: 0 15px; */
  }
  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
    color: #fff;
    border:0
  }
  .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    color:#000;

  }
  .nav-tabs .nav-link:focus {
    background-color: #fff;
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    color:#000;
    
  }
  .nav-tabs .nav-link.active {
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: #0275d8 #fff #0275d8 #0275d8;
  }
  .nav-link {
    display: inline-block;
}

  .card1 {
    border: none;
    margin-top:1rem;
  }

  .card1 .card-header {
    display: none;
  }
  .card1 .collapse {
    display: block;
  }
  .mn-ht{
    min-height:405px;
  }
}
@media (max-width: 575px) {
.corp-login-btn {
  float: left !important;
  margin-top: 8px;
}
.wel-txt-alg{
  text-align:left !important;
}
}
@media (max-width: 767px) {
  #expand-text{
    height: auto !important;
    overflow:auto !important;
    padding-bottom:25px;
  }
  .dropdown-content {
    margin-left: 17px !important;
    max-height: 200px;
    overflow: auto;
  }
 div#myDropdown {
    max-height: 200px;
    overflow-y: scroll;
} 
  .border-left{
    border-left: 0 !important;
  }
  .login-text{
    display: none;
  }
  .login-text-mob{
    display: block;
  }
  .mob-text{
    display: none;
  }
  
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-tabs {
    border-bottom: none;
    /*border-right: 1px solid #ddd;*/
    display: flex;
    text-align: center;
  }
  .nav-tabs {
    /* margin: 0 15px; */
  }
  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
    color: #135595;
    border:0
  }
  .nav-item a{
    outline: none;
  }
  .nav-tabs li a{
    text-decoration: underline;
  }
  
  .nav-tabs .nav-link:hover {
    /* background-color: #f7f7f7;
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    color:#000; 
    border-bottom: 1px solid #be353c;
color: #002f5f;*/
text-decoration: none;

  }
  .nav-tabs .nav-link:focus {
    /* background-color: #fff;
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-radius: 1rem;
    color:#000; */
    /* border-bottom: 1px solid #be353c;
color: #002f5f; */
    
  }
  .nav-tabs .nav-link.active {
    /* border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px; */
    border-bottom: 1px solid #be353c;
color: #002f5f;
text-decoration: none;
  }
  .nav-tabs .nav-link.active:hover {
    /* background-color: #fff;
    border-color: #0275d8 #fff #0275d8 #0275d8;
    background-color: #fff;
    border-bottom-color: #ddd !important;
    border-right-color: #fff !important;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    color:#000; */
    border-bottom: 1px solid #be353c;
color: #002f5f;
  }
  
  .nav-link {
    display: inline-block;
}
  /* .tab-pane {
    display: block !important;
    opacity: 1 !important;
    
  } */
  .card-bg {
  
    background-image: url(../img/login-bg.png);
    background-repeat: no-repeat; 
    background-position: bottom right;
    background-color: #1468ab;
    background-size: 35%;
  }
 
}
.btn-login{
  background-color: #008cc7 !important;
  /* width: 100%; */
  color:#fff;
  padding: .5rem 2.5rem !important;
}
.btn-login a{
  font-size: 1rem !important; 
  color:#fff;
}
.btn-login:hover{
  color:#fff;
}

.card-header {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(20, 104, 171);
  border-bottom: 1px solid rgb(7, 66, 113);
}
.card-header h5 a {
  color:#fff;
  font-size: 1rem;
}

.navbar{
  padding: 0;
  display: block;
}
.navbar.scrolling-navbar{
  padding-top: 5px;
  padding-bottom: 0;
  /*border-top: 8px solid transparent;
border-image: url('../img/bg-top.png') 8 0 0 0 round;*/
}
.navbar.scrolling-navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
  -moz-box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
  box-shadow: 0px 1px 60px -18px rgba(0,0,0,1);
}
/* .navbar.scrolling-navbar.top-nav-collapse img{
  width:80%;
} */
.logo img{
  width:80%;
}
.finlogo img{
  width:90%;
}
.logo-text {
  font-size: 0.75rem;
  color: #003d7b;
}
@media (max-width: 374px){
  .logo-text {
    font-size: 0.6rem;
    color: #003d7b;
  }
  }
.fa-bars::before {
  color: #fff;
  font-size: 1.5rem;
}
.mobile-nav-icon a{
  background: #0073ba;
  padding: 1rem 0.8rem 0.6rem 0.8rem;
  border-radius: .2rem;

}
.bg-top{
  border-top: 20px solid transparent;
   border-image: url('../img/bg-top.png') 20 0 0 0 round;
}
#show-hidden-menu{
  background: #fff;
  padding: 0.2rem 1rem .6rem;
  border-radius: 0px 0px 12px 12px;
  font-size: 1.3rem;
  position: absolute;
  top: 0px;
  right: 58px;
  
}

/* #upper_left {
  width: 25px; height: 25px;
  position: absolute;
  top: 0; left: 0;
  background-image: url("../img/left-corner.png");
  background-repeat: no-repeat;
  background-color: red;
  }
  
  #upper_right {
  width: 25px; height: 25px;
  position: absolute;
  top: 0;
  right: 0%;
  background-image: url("../img/right-corner.png");
  background-repeat: no-repeat;
  background-color: red;
  } */
 
label.field span.required::after {
  color: inherit;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.error label.field span {
  color: #F02318;
}
label.field .psuedo_select {
  background: rgba(255, 255, 255, 0);
  position: relative;
  border-bottom: 1px solid #ced4da;
  color: #666;
  cursor: pointer;
  height: 24px;
  /* font-size: 20px;
  line-height: 24px; */
  margin: 24px 32px 0 0;
  min-width: 100%;
  padding-top: 24px;
  outline: 0;
  z-index: 1;
}
label.field .psuedo_select::after {
  
  content: "";
  height: 12px;
  width: 13px;
  position: absolute;
  top: 6px;
  right: 8px;
  -webkit-transition-property: background;
  transition-property: background;
  border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid rgba(0, 0, 0, 0.12);
}
label.field .psuedo_select .selected {
  height: 24px;
  /* left: 1px; */
  line-height: 18px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
  color: #495057;
font-weight: 400;
}
label.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  height: 0;
  list-style: none;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1px;
  pointer-events: none;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  width: 100%;
  z-index: 2;
}
label.field .psuedo_select ul li {
  height: 24px;
padding: 2px 5px;
}
label.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
label.field.focused {
  color: #007BED;
}
label.field.focused .psuedo_select {
  border-color: #007BED;
}
label.field.focused .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
label.field.focused .psuedo_select ul {
  opacity: 1;
  pointer-events: all;
}
.menu-icons{
  position: absolute;
right: 17px;
top: 6px;
}
.menu-icons img{
  width:28px
}
.navbar{
  box-shadow: none;
}
.titlebar{
  background: #F6F6F6;
  border:1px solid #EBECEE;
  border-radius: 12px;
  padding: .4rem 0;
  /* position: relative;
  top: -14px; */
  z-index: 9999;
}
.titlebar h5{
  font-weight:400;
  margin-top: 8px;
  line-height: 1rem;
}
.card-bg-small {
  background-image: url(../img/login-bg.png);
    background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #1468ab;
  background-size: 40%;
}
.tab-title{
  background-color: #fff;
border-radius: 8px 8px 0 0;
border: 0;
padding: .3rem 1.5rem;
color: #1472af;
font-size: 1.4rem;
font-weight: 500 !important;
text-transform: capitalize;
}
.pr-adj{
  padding-right: 0.95rem !important;
}
.sup-logo img{
  text-align: center;
margin: 0 auto;
background: #fff;
padding: 10px 20px;
border-radius: 0px 0px 16px 16px;
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.wel-txt-alg{
  text-align:right ;
}
.corp-login-btn{
  float: right;
border: 0;
color: #fff;
background: #ee4c63;
border-radius: 3px;
text-align: center;
padding: 4px 10px;
}
.progress-val{
  float: right;
border: 0;
color: #fff;
background: #EE4C63;
border-radius: 5px;
text-align: center;
font-size: .85rem;

}
.wel-txt{
  color: #EE4C63;
}
.progress {
  padding:0;
  height: 0.5rem;
}
.sub-text{
  font-size: 0.8rem;
  color: #4f4e4e;
}
h4{
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 1.1rem;
}
/* select starting stylings ------------------------------*/
.select {
	position: relative;
	width: 100%;
}
.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 1rem;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
  height: auto;
  padding: .6rem 0 .4rem 0;
  color: #495057;
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
  -webkit-appearance:none;
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color: rgba(0,0,0, 0.26);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	color: #757575;
	top: -22px;
	transition: 0.2s ease all;
	font-size: 0.8rem;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2F80ED;
	/* transition: 0.2s ease all; */
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
/*table,
th,
td {
 border:none
}
table {
 width:100%;
 display:table;
 border-collapse:collapse;
 border-spacing:0
}
table.striped tr {
 border-bottom:none
}
table.striped>tbody>tr:nth-child(odd) {
 background-color:rgba(242,242,242,0.5)
}
table.striped>tbody>tr>td {
 border-radius:0
}
table.highlight>tbody>tr {
 -webkit-transition:background-color .25s ease;
 transition:background-color .25s ease
}
table.highlight>tbody>tr:hover {
 background-color:rgba(242,242,242,0.5)
}
table.centered thead tr th,
table.centered tbody tr td {
 text-align:center
}
tr {
 border-bottom:1px solid rgba(0,0,0,0.12)
}
td,
th {
 padding:15px 5px;
 display:table-cell;
 text-align:left;
 vertical-align:middle;
 border-radius:2px
}*/
 
@media only screen and (max-width: 992px) {
 table.responsive-table {
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  display:block;
  position:relative
 }
 table.responsive-table td:empty:before {
  content:'\00a0'
 }
 table.responsive-table th,
 table.responsive-table td {
  margin:0;
  vertical-align:top
 }
 table.responsive-table th {
  text-align:left
 }
 table.responsive-table thead {
  display:block;
  float:left
 }
 table.responsive-table thead tr {
  display:block;
  padding:0
 }
 table.responsive-table thead tr th::before {
  content:"\00a0"
 }
 table.responsive-table tbody {
  display:block;
  width:auto;
  position:relative;
  overflow-x:auto;
  white-space:nowrap
 }
 table.responsive-table tbody tr {
  display:inline-block;
  vertical-align:top
 }
 table.responsive-table th {
  display:block;
  text-align:right;
  width: 120px !important;
border: 0 !important;
 }
 table.responsive-table td {
  display:block;
  min-height:1.25em;
  text-align:left;
  border: 0 !important;
}
 table.responsive-table tr {
  border-bottom:none;
  padding:0 10px
 }
 table.responsive-table thead {
  border:0;
  border-right:1px solid rgba(0,0,0,0.12)
 }
}
.table-view table{
  font-size: 13px;
  color: #666;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}
.table-view table th{
  padding: 10px 10px;
  border-bottom: 1px solid #dee2e6
}
.table-view table tr{
  border: 0;
}
.table-view table thead {
    /* -webkit-box-shadow: 0px 4px 5px -4px #ccc;
            box-shadow: 0px 4px 5px -4px #ccc; */
            background-color: #1468AB;
            color: #fff;
}
.table-striped tbody tr:nth-of-type(2n+1) {

  background-color: #f9f9f9;

}
.table-view table a{
  text-decoration: underline;
}
.table-view{
  padding: 15px 0;
}
.table-view table td{
  padding: 10px 10px;
}
.text-blue{
  color: #276DA5;
  font-size: 1.3rem;
}
.text-red{
  color: #F16E7F;
  font-size: 1.5rem;
}
.rotate{
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.rotate.down{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}
.fa-chevron-down::before {
  content: "\f078";
  color:#000;
}
.floating-btn{
  position: absolute;
  bottom: 15px;
  right: 0px;
  margin: 0;
  padding: 5px 5px 5px 10px;
  background: #1464a3;
  color: #fff;
  border-radius: 8px 0 0 8px;
  font-weight: 400;
}
.floating-btn:hover{
  color:#fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mega-menu .main-links ul {
    width:90%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .mega-menu .main-links ul {
    width:92%;
  }
}
/*@media screen and (min-width: 1201px) and (max-width: 1366px) {
  .mega-menu .main-links ul {
    width:93.5%;
  }
}*/
.navbar1 {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.navbar1 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown1 {
  float: left;
  overflow: hidden;
}
i.fa.fa-caret-down.marleft {
    margin-left: 8px;
}
.dropdown1 .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color:#fff;
  padding: 14px 16px;
  background-color: #1375b1;
  font: inherit;
  margin: 0;
}
.navbar1 a:hover, .dropdown1:hover .dropbtn {
  background-color: #fff;
  color: #003d7b !important;
  border-radius: 6px;
}
a.back-link {
    display: none;
}
.dropdown-content a {
    color: #146FAC !important;
}
.dropdown-content { background:#fff;
  display: none;
  position: absolute;
  width: 99%;
  left: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 1px;
  z-index: 1;
}
.dropdown-content .header {
  padding: 16px;
}
.dropdown-content {    margin-left: 7px;
    padding: 2px 6px;
    border: 1px solid #fff;
}
button.dropbtn{
    color: #fff !important;
    border-radius: 0px;
    padding: 10px !important;
}
.submenur{ 
  padding:0px;
  width: 100% !important;
}
.dropdown1.active button.dropbtn {
    background-color: #fff !important;
    color: #003d7b !important;
    border-radius: 6px 6px 0px 0px;
    padding: 10px !important;
}
.dropdown1.active .dropdown-content {
    display: block;
    padding-left: 0;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
 
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
 
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
 
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.tooltip-inner {

    background-color:black !important;
}