@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
@import url('/font/stylesheet.css');
#online-investing{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	margin-top:192px;
	background:url(/images/online-investing-bg.jpg) center no-repeat;
}
#online-investing .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
	     padding-top: 0px;
}

#online-investing .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#oi-body{
	padding-bottom:50px;
	background:#fff;
	}
.oi-main-heading{
	font-family: 'robotomedium';
	font-size:25px;
	line-height:30px;
	color:#000;
	text-align:left;
	padding-bottom: 30px;
	}
#oi-body .table {
    margin-bottom: 0px;
	    background: #eeeeee;
}	
.table-head{
	background:#05508e;
	 color:#fff;
	 font-family:'robotoregular';
	font-size:14px;
	}
#oi-body .table-bordered>tbody>tr>td, #oi-body .table-bordered>tbody>tr>th, #oi-body .table-bordered>tfoot>tr>td, #oi-body .table-bordered>tfoot>tr>th, #oi-body .table-bordered>thead>tr>td, #oi-body .table-bordered>thead>tr>th {
    border: 1px solid #d3d3d3;
}

#oi-body .table>tbody>tr>td, #oi-body .table>tfoot>tr>td,  #oi-body .table>thead>tr>td {
    padding: 10px;
    vertical-align: top;
  
}	
.modal-title {
    margin: 0;
    font-size: 17px;
    font-family: 'robotoregular';
}
.oi-download-btn{
    background: #0297e2;
    color: #fff;
    /* padding: 20px; */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: 16px;
    border-radius: 5px;
        width: 290px;
		    margin-bottom: 13px;
			    margin-top: 10px;
	}
.oi-download-btn-kyc{
	
	   background: #0297e2;
    color: #fff;
    /* padding: 20px; */
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: 16px;
    border-radius: 5px;
        width: 290px;
		    margin-bottom: 13px;
			    margin-top: 10px;
	}	
	
.oi-kyc-inner a{
	color:#fff;
	    font-size: 14px;
	
	}
.oi-kyc-inner a:hover{	
    color: #ff7545;
}
	
.oi-download-btn:hover {
	background: #ffa811;
	}	
.oi-download-list{
	text-align:left;
	font-family:'robotoregular';
	font-size:14px;
	line-height:25px;
	color:#000;
	padding-bottom: 0px;
	}
.oi-download-list ul{	
	    -webkit-padding-start: 22px;
}
.oi-download-list li{	
	list-style-type: none;
}
	
.oi-download-list li:before {
    /* content: '\2022'; */
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: #c03929;
    margin-right: 10px;
    vertical-align: middle;
	border-radius:25px;
}


.oi-or{
	color:#ff5400;
	font-family:'poppins-medium';
	font-size:14px;
	text-align:center;
	line-height:18px;
	}
.oi-mail a{
	color:#1676b9;
	font-family: 'robotomedium';
	font-size:16px;
	    padding-left: 17px;
	}
.oi-mail a:hover{
	color:#c03929;
}	
.call-to-collect{
	    padding-left: 17px;
	}
.oi-td-head{
	font-family: 'robotomedium';
	font-size:16px;
	line-height:18px;
	color:#000000;
	padding-top:10px;
	}	
.oi-linked-text a{
	color:#1676b9;
	font-family:'robotoregular';
	font-size:14px;
	}
.oi-linked-text a:hover{
		color:#c03929;}
.proceed-to{
	padding-top:10px;
	font-family:'robotoregular';
	font-size:14px;
	line-height:25px;
	color:#000;
	padding-bottom: 0px;
	}
.table-bordered>tbody>tr>th{
	    padding-top: 20px;
		    text-align: center;
	}	
.oi-normal-text{
	font-family:'robotoregular';
	font-size:14px;
	line-height:25px;
	color:#000;
	padding-top: 10px;
	}		
.mulibold{
		
	font-family: 'robotomedium';
	}
	@-moz-document url-prefix() { 

#online-investing .va-table {
    padding-top: 70px;
}
}



@media(min-width:1200px) and (max-width:1440px){}
@media(min-width:992px) and (max-width:1199px){

	}
@media(min-width:768px) and (max-width:991px){
	#online-investing {
    margin-top: 237px;
}
	}
@media(min-width:320px) and (max-width:767px){
	#online-investing {
    margin-top: -5px;
}
	}
@media(min-width:320px) and (max-width:380px){}
@media(max-width:320px){
}