@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
#sip_investment{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	margin-top:192px;
	background:url(/images/SIP-investment-bg.jpg) center no-repeat;
}
#sip_investment .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}

#sip_investment .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.sip-invest-page-heading{
	font-family: 'nunito-regular';
	font-size:40px;
	line-height:45px;
	color:#fff;
	text-align:left;
	padding-left:10px;
	}

.sip-investment-content-heading{
	font-family: 'nunito-bold';
	font-size:25px;
	    line-height: 48px;
	padding-top:30px;
	
	text-align:left;
	color:#3a3a3a;
}
.sip-investment-head-content{
	font-family: 'nunitoi-Semibold';
	font-size:16px;
	line-height:20px;
	color:#232020;
	text-align:left;
	padding-bottom:20px;
	
	}
#calculator-area{
	min-height:500px;
	background:#fff;
	padding-bottom:20px;
	}
	
#sip-invest-calc{
	background:#e9fafe;
	min-height:425px;
	padding: 25px 35px;
	border-radius:5px;
	border:1px solid #baccd8;
	}	
.sip-invest-calc-head{
	font-family: 'nunito-regular';
	font-size:18px;
	line-height:30px;
	color:#000;
	padding-bottom: 30px;
	}
.sip-text-italic{
	font-family: 'nunito-italic';
	}	
.text-above-fields{
	font-family: 'nunito-regular';
	font-size:14px;
	line-height:30px;
	}
	
#sip-invest-calc input{
    background: #fff;
    border: 1px solid #baccd8;
    outline: none;
    width: 96%;
    min-height: 35px;
	    padding-left: 20px;
}	

	
.expect-text{
	font-family: 'nunito-regular';
    font-size: 14px;
    line-height: 30px;
    color: #232020;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}	


rzslider {
  margin: 0 auto;
  height: 18px;
  padding-top: 5px;
}
 rzslider .rz-bar {
  height: 6px;
}
rzslider .rz-bubble {
  display: none;
}
 rzslider .rz-pointer {
  width: 12px;
  height: 12px;
  top: 2px;
  border-radius: 10px;
 
}
 rzslider .rz-pointer:after {
  display: none;
}

 rzslider.red-bar .rz-bar {
  background-color: #e6e6e6;
}
 rzslider.red-bar .rz-selection {
  background-color: #3598dc;
}
rzslider.red-bar .rz-pointer {
	background:#004e9c;
   height: 10px;
    width: 10px;
	border-radius: 100px;
}
rzslider .rz-ticks .tick.selected {
  background: #3598dc;
}
rzslider .rz-ticks .tick .tick-value {
    position: absolute;
    top: -17px;
    transform: translate(-50%, 0);
}

.principle-at-risk{
	width: 100%;
    min-height: 50px;
    background: #e9e9e9;
    margin-top: 25px;
    border-radius: 5px;
	font-family: 'nunito-regular';
	font-size:13px;
	line-height:15px;
	color:#fff;
	border:1px solid #cfcfcf;
	}	
.risk-text{
    border-right: 1px solid #cfcfcf;
    min-height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
	color:#646464;
	padding-right: 0px;
	}	
.risk-bg-active{
	   background: #4bcd3d;
	   color:#fff;
	}
.principle-at-risk .col-lg-2 {
     width: 19.986667%;
}
.principle-last{
	  border-right: 0px solid #6f6262;
	}
	
.risk-calculate-btn .btn {
    display: inline-block;
    padding: 10px 45px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 17px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:#fff;
    background: #00aaff;
    border: 0px solid transparent;
    border-radius: 4px;
}	
.risk-calculate-btn	.btn.active.focus, .risk-calculate-btn .btn.active:focus, .risk-calculate-btn .btn.focus, .risk-calculate-btn .btn:active.focus, .risk-calculate-btn .btn:active:focus, .risk-calculate-btn .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
	background: #07528e;
}
/*---------Sip Side image area--------------------*/
.sipcalc_side
{
	background:url(/images/SIPcalc-sidebg.png) top center no-repeat;
	min-height:425px;
	background-color:#f2f4f9;
	border:1px solid #c9c9c9;
	border-radius:2px;
	padding:30px 20px;
	-webkit-box-shadow: -2px 2px 12px 0px rgba(181,179,179,1);
-moz-box-shadow: -2px 2px 12px 0px rgba(181,179,179,1);
box-shadow: -2px 2px 12px 0px rgba(181,179,179,1);
}
.sipcalc_side_head
{
	color:#264863;
	font-family:'nunito-regular';
	font-size:17px;
	padding-top:150px;
}
.sipcalc_side_para
{
	color:#0a6259;
	font-family:'nunito-regular';
	font-size:14px;
	padding-top:15px;
	line-height:18px;
}
.get-start
{
	background:#014b8a;
	color:#ffffff;
	border-radius:5px;
	padding:10px 35px;
	outline:none;
	border:0;
	font-family:'nunito-regular';
	font-size:13px;
	text-transform:uppercase;
	margin-top:20px;
}
.get-start:hover
{
	background:#1897ce;
	color:#ffffff;
	outline:none;
}
/*----------------------Result Area----------------------*/
#sip-invest-result{
	background:#f3f7fa;
	min-height:672px;
	padding-top:160px;
	padding-bottom:40px;
	margin-top:20px;
	display:none;
	}

.legend-area
{
	background:#3297ec;
	min-height:40px;
	border-radius:3px 3px 0 0;
	color:#ffffff;
	padding:10px 5px;
	line-height:20px;
	font-size:16px;
}
.wealth-dot
{
	width:15px;
	height:15px;
	border-radius:3px;
	background:#014b8a;
	position:absolute;
	top:3px;
	left:10px;
}
.amount-invest-dot
{
	width:15px;
	height:15px;
	border-radius:3px;
	background:#5bb512;
	position:absolute;
	top:3px;
	left:10px;
}
.pie-bg
{
	background:#ffffff;
	border-radius:0 0 3px 3px;
	border:1px solid #f1f2f6;
	-webkit-box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
-moz-box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
}
.expected-txt
{
	background:#dcdcdc;
	border-radius:3px;
	font-family: 'Muli-bold';
	font-size:16px;
	line-height:20px;
	padding:15px 15px;
	color:#000000;
}
.expectedreturn-txt
{
	background:#3297ec;
	border-radius:4px;
	font-family: 'Muli-bold';
	font-size:16px;
	line-height:30px;
	padding:15px 15px;
	color:#ffffff;
}

.return-tableyr
{
	background:#ffffff;
	border-radius:0 0 3px 3px;
	border:1px solid #f1f2f6;
	-webkit-box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
-moz-box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
box-shadow: 4px 4px 13px 0px rgba(232,236,239,1);
margin-top:5px;
}
.table-striped>tbody>tr {
	border-top:1px solid #e6e6e6;
	font-family:'nunito-regular';
	color:#515151;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px 30px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fafafa;
}
.table-striped>tbody>tr:nth-of-type(1) {
    background-color: #ffffff;
	font-family:'Muli-bold';
	font-size:16px;
	color:#000000;
}
.table-striped>tbody>tr:nth-of-type(2) {
    background-color: #fffaf7;
}
/*---Table --------------*/
/*.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #ccc 0px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}*/

.expectedreturn-txt2
{
	background:#0760ac;
	border-radius:4px;
	font-family: 'nunito-regular';
	font-size:24px;
	line-height:40px;
	padding:15px 15px;
	color:#ffffff;
	margin-top:30px;
}
.button-start
{
	background:#5bb512;
	padding:5px 30px;
	border:0;
	border-radius:3px;
	color:#ffffff;
	margin-left:20px;
}
.button-start:hover
{
	background:#258be1;
	padding:5px 30px;
	border:0;
	border-radius:3px;
	color:#ffffff;
}

.sip-invest-text{
	 font-family: 'nunito-regular';
	font-size:14px;
	line-height:20px;
	color:#232020;
	    padding-left: 10px;
	padding-top:50px;
	padding-bottom:50px;
	}	
.font-opensanssemibold{
	 font-family: 'Muli-bold';
	}	
	
#benefit-of-sip{
	background:#f3f7fa;
	min-height:400px;
	}
.benefit-head{
	font-family: 'nunito-bold';
	font-size:25px;
	text-align:left;
	color:#000;
	padding-top:50px;
	}
.benefit-head-content{
	font-family: 'nunito-regular';
	font-size:18px;
	line-height:24px;
	color:#000000;
	}
.benefit-list{
	font-family: 'nunito-regular';
	font-size:16px;
	color:#000;
	padding-top:40px;
	}
.benefit-list ul{
	margin-left: 0px;
    -webkit-padding-start: 6px;
}
.benefit-list li{
	list-style-type:none;
	 margin:0;
        
		    padding-bottom: 5px;
}


.benefit-list li:before{
/*	content:'\2022'; */
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: #ff8a00;
    margin-right: 15px;
    vertical-align: middle;    
}
