@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body{
font-family: 'Roboto', sans-serif;
color: #000000;
	}
/*Header*/
.main-body{
    padding-top: 7rem;
    padding-bottom: 2rem;
}
.navbar-nav li{
	padding-left: 20px;
	}
.navbar-nav li a{
	color: #888888;
	}
.navbar-nav li a.active{
	color: #000000;
	box-shadow: 0px 3px 6px #0000000D;
border-radius: 5px;
	}
.navbar-nav li a:hover{
	color: #000000;
	}	
.navbar-toggler {;
    background-color: #1e467a;
}	
.navbar-toggler-icon {
    background-image:url(../images/burger-lines.svg);
}
.left-sec h1{
	    font-size: 37px;
	}	
.left-sec h3{
	    color: #888888;
	}
.left-sec p{
	    color: #888888;
		    padding-top: 20px;
    padding-bottom: 20px;
	}	
.left-sec a{	
    background: #1E467A;
    border-radius: 32px 29px 32px 32px;
    padding: 10px;
    color: #fff;
    display: inline-block;	
	width: 40%;
    text-align: center;
    margin-right: 2%;
}
.left-sec img{
	    margin-top: 3rem;
	}
.right-sec{
box-shadow: -3px 3px 16px #0000000d;
    border-radius: 5px;
    padding: 40px 25px;
    position: fixed;
    height: 80vh;
    overflow-y: auto;
    width: 50%;
	}	
.right-sec h1{
	    font-size: 25px;
	}	
.right-sec p{
	    color: #888888;
		padding-bottom: 30px;
	}
.right-sec ol li{
	color: #888888;
	}	
.radio-tab div{
	    padding-right: 20px;
	}	
.radio-tab label{
	color: #000000;
	}	
/*tables*/	
.pf-table th{
	color: #1E467A;
	font-weight:700;
	    vertical-align: middle;
	    border-top: none;
	}	
.pf-table td{	
	color: #888888;
}
.table-text p{
    font-size: 11px;
    padding-top: 20px;
	padding-bottom: 0px;
}
.blue-heading{
	color: #1E467A;
	font-weight:700;
	font-size:17px;
	}
.dash2[_ngcontent-Kotak-c212] {
    border-bottom: 1px solid #d9d9d9;
    padding: 2% 0;
}
.dash2 div{
	    color: #888888;
	}	
.cta a{
	    background: #1E467A;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    width: 40%;
    text-align: center;
	}
/*Modal*/
.profile-box h1{
	    font-size: 30px;
	}	
.profile-box p{
	color: #888888;
	font-size: 16px;
	}
.profile-box ul li{
	background:url(../images/right-arrow.png) no-repeat;
	    padding-bottom: 10px;
    color: #888888;
    padding-left: 20px;
	    list-style-type: none;
    background-position: 0 5px;
	}	
.profile-box h4{
font-size: 19px;
	}	
.ofscroll[_ngcontent-Kotak-c212] {
    overflow-x: scroll;
}
.thead-blue td{
	    color: #1E467A;
    font-weight: 700;
	}	
/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.docs a{
	color: #888888;
	padding:7px;
	display:block;
	border-bottom:1px solid #888888;
	}
.docs a:after{
	content:url(../images/download-icon.svg);
	    float: right;
	}	
/*accordion*/	
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card-title{
	    font-size: 16px;
    color: #1E467A;
	}
.card-title:hover{
	text-decoration:none;
	cursor:pointer;
	}
.card-body ol li{
	padding-bottom:5px;
	font-size:15px;
	}
.card{
	border:none;
	}	
.card-header{
	    /*border: none;*/
    background: none;
	}	
.card-header[aria-expanded="true"]{
	border: none;
	}
.bar-inner{	
    background: #D2D2D2 0% 0% no-repeat padding-box;
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 5px;
	margin-bottom: 20px;
}
.bar-box{
      width: 8%;
    margin: 0 5%;
	text-align:center;
	}
	
.bar-inner p{
color: #fff;
    /* transform: rotate(270deg); */
    padding: 48px 0px;
    background: #717171;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 85%;
    display: block;
    line-height: 2.5 !important;
	} 
	
.bar-inner p:hover{
	background: #1E467A;
	transition:all ease-in-out 0.2s;
	}
.bar-box p{
	    line-height: 1;
    padding-top: 12px;
	}
.bar-inner p#bar2{
	height: 75%;
	}
.bar-inner p#bar3{
	height: 65%;
	}
.bar-inner p#bar4{
	height: 55%;
	}
.bar-inner p#bar5{
	height: 60%;
	}			
.bar-inner p span{	
    transform: rotate(270deg);
    display: block;
    width: 122px;
    text-align: center;
    height: auto;
    position: absolute;
    top: 40%;	
	    left: -1.8rem;
}
@media only screen and (max-width:991.9px){
.right-sec {
    padding: 25px 15px;
    position: static;
    height: auto;
    overflow-y: auto;
    width: auto;
    margin-top: 2rem;
}
	}	
@media only screen and (max-width:767.9px){	
.bar-main .col{
	    max-width: 33%;
		margin-bottom: 10%;
	}
.bar-box {
    width: 14%;
    margin: 0 3%;
}
.bar-inner p span {
    left: -2rem;
}
}

