/* Initial Set Up */
@font-face {
		font-family: 'Gotham-Book';
		src: url('../fonts/Gotham-Book.otf');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'Gotham-Bold';
		src: url('../fonts/Gotham-Bold.otf');
		font-weight: bold;
		font-style: normal;
}
@font-face {
		font-family: 'proxima-nova-bold';
		src: url('../fonts/proxima-nova-bold.otf');
		font-weight: bold;
		font-style: normal;
}
@font-face {
		font-family: 'proxima-nova-reg';
		src: url('../fonts/proxima-nova-reg.otf');
		font-weight: normal;
		font-style: normal;
}
html, body {
	height: 100%;
	position: relative;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer, .push {
	min-height: 4em;
	clear:both;
}
.xs-footer{
	position: fixed;
	bottom: 0px;
	width: 99%;
	/* Set the fixed height of the footer here */
	background:white;
	border-top: 1px solid #ddd;
	z-index: 1051;
}
.xs-footer .btn-group .btn-blank-white, .xs-footer .btn-group .btn-green{
	margin: 0px 10px;
	padding: 7px 5px;
}
.xs-footer .btn-group .btn-green{
	background: rgba(119,147,34,1);
	border: 2px solid rgba(119,147,34,1);
}
body {
	font-family: 'proxima-nova-reg', Fallback, sans-serif;
	background-color: #fff;
	color: #494949;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #494949;
	font-family: 'Gotham-Bold', Fallback, sans-serif;
}
.thin-h1,.thin-h2,.thin-h3,.thin-h4,.thin-h5,.thin-h6{
	color: #494949;
	font-family: 'Gotham-Book', Fallback, sans-serif;
}
h1, .h1, .thin-h1{
	font-size:48px;
}
h2, .h2, .thin-h2{
	font-size:36px;
}
h3, .h3, .thin-h3{
	font-size:24px;
}
h4, .h4, .thin-h4{
	font-size:20px;
}
h5, .h5, .thin-h5{
	font-size:18px;
}
h6, .h6, .thin-h6{
	font-size:16px;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
.norightpadding {
	padding-right: 0px;
}
.noleftpadding {
	padding-left: 0px;
}
a:hover, a:active, a:focus {
	outline: 0;text-decoration:none;cursor: pointer;
}
/*button:focus {outline:0;}*/
.btn-blue {
	border-radius: 30px;
	padding: 13px 50px;
	color: #fff;
	font-weight: bold;
	background: rgba(64,131,191,1);
	background: -moz-linear-gradient(left, rgba(64,131,191,1) 0%, rgba(44,91,133,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,131,191,1)), color-stop(100%, rgba(44,91,133,1)));
	background: -webkit-linear-gradient(left, rgba(64,131,191,1) 0%, rgba(44,91,133,1) 100%);
	background: -o-linear-gradient(left, rgba(64,131,191,1) 0%, rgba(44,91,133,1) 100%);
	background: -ms-linear-gradient(left, rgba(64,131,191,1) 0%, rgba(44,91,133,1) 100%);
	background: linear-gradient(to right, rgba(64,131,191,1) 0%, rgba(44,91,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4083bf', endColorstr='#2c5b85', GradientType=1 );
}
.btn-blue:hover {
	color: #fdcc68;
	text-decoration: none;
}
.btn-green {
	border-radius: 30px;
	padding: 13px 30px;
	color: #fff;
	font-weight: bold;
	background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
text-decoration: none!important;
}
.btn-green:hover {
	color: #656565;
	text-decoration: none;
}
.btn-green-lg {
	border-radius: 30px;
	padding: 7px 80px;
	color: #fff;
	font-weight: bold;
	background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
text-decoration: none!important;
}
.btn-green-lg:hover {
	color: #656565;
	text-decoration: none;
}
.btn-blank-white-lg {
	border-radius: 30px;
	padding: 5px 80px;
	margin: 0 10px;
	color: #656565;
	font-weight: bold;
	border: 2px solid #656565;
	text-decoration: none;
}
.btn-blank-white-lg:hover {
	text-decoration: none;
}
.btn-blank-white-md {
	border-radius: 30px;
	padding: 8px 25px;
	margin: 0 10px;
	color: #656565;
	font-weight: bold;
	border: 2px solid #656565;
	text-decoration: none;
}
.btn-blank-white-md:hover {
	text-decoration: none;
}
.btn-white-sm {
	border-radius: 30px;
	padding: 6px 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none!important;
	border: 1px solid #656565;
}
.btn-white-sm:hover {
	color: #656565;
	text-decoration: none;
}
.btn-blank-white-xs {
	border-radius: 30px;
	padding: 3px 10px;
	margin: 20px auto;
	color: #656565;
	font-size: 12px;
/*	font-weight: bold;*/
	border: 1px solid #656565;
	text-decoration: none;
}
.btn-blank-white-xs:hover {
	text-decoration: none;
}
.btn-green-sm {
border-radius: 30px;
padding: 7px 25px;
color: #fff;
font-weight: bold;
background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
text-decoration: none!important;
}
.btn-green-sm:hover {
	color: #656565;
	text-decoration: none;
}
.btn-dashboard-xs {
border-radius: 30px;
padding: 7px 15px;
color: #fff;
font-weight: bold;
background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
text-decoration: none!important;
}
.btn-dashboard-xs:hover {
	color: #656565;
	text-decoration: none;
}
.btn-green-md {
border-radius: 30px;
padding: 10px 25px;
color: #fff;
font-weight: bold;
background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
text-decoration: none!important;
}
.btn-green-md:hover {
	color: #656565;
	text-decoration: none;
}
.btn-blank-white {
	border-radius: 30px;
	padding: 11px 50px;
	margin: 0 10px;
	color: #656565;
	font-weight: bold;
	border: 2px solid #656565;
	text-decoration: none;
}
.btn-blank-white:hover {
	text-decoration: none;
}
.form-control-text-center{
	text-align: center;
}
.page {
	margin-top: 60px;
}
.dark-text{
	color: #656565!important;
}
.vertical-center{
	display: table-cell;
	vertical-align: middle!important;
}
/*universal form style*/
.selectbox {
	margin-top: 30px !important;
}
.form-control{
	color: #656565;
	font-weight: 600;
	font-size: 16px;
}
.form-group label.control-label {
	color: #656565;
	/*font-weight: 600;*/
	font-size: 14px;
	margin: 10px 0 0 0;
}
.checkbox label, .radio label, label {
	color: #656565;
	font-size: 14px;
	font-weight: 600;
	/*width: 100%;*/
	text-align: left;
}
.non-checkbox label{margin-top:15px;}
.xs-amount{margin-top:5px;}
/* rupee format */
.rupee-amount{display: inline;}
.rupee-amount-text{position: relative;}
.rupee-amount-text > i {
	position: absolute;
	display: block;
	left:0;
	bottom:0;
	width: 20px;
	font-style: normal;
	font-size: 18px;
	padding: 5px 0px;
	line-height: 1.42857143;
}
.rupee-amount-text input {
	padding-left: 20px;
	padding-right: 0;
}
/*ends universal form style*/
.conf-pwd-container, .pwd-container{
	position: relative;
}
.conf-pwd-container .error-msg, .pwd-container .error-msg{
	display: none;color: red;font-weight: bold;
}
.conf-pwd-container i.fa, .pwd-container i.fa{
	display: none;
	position: absolute;
	top:5px;right:0;
	line-height: 2;
}
.conf-pwd-container i.fa-check, .pwd-container i.fa-check{color: green;}
.conf-pwd-container i.fa-times, .pwd-container i.fa-times{color: red;}
/* ==================== SPINNER CONTAINER ==================== */
.spinner-container{position: relative!important;}
.spinner-container.blur{-webkit-filter: blur(5px);filter: blur(5px);}
.spinner-div-overlay,.spinner-div{position:absolute;top:0;left:0;bottom:0;right:0;display: none;z-index: 1021;}
.spinner-div-overlay{background-color: white;opacity: 0.8;display: none;z-index: 1009;}
.spinner-div{margin: 50px;background-color: none;padding: 10px;}
.spinner-div-content{position:absolute;top:50%;transform: translateX(-50%) translateY(-60%);left:50%;width:90%;width:400px;margin: 0px auto;}
.spinner-div-content h1{margin-bottom: 50px;text-align: center;}
.spinner-div-content .progress{height: 10px;border-radius: 5px;margin-bottom: 0px;}
/* ==================== SPINNER CONTAINER ==================== */

/*=====Ends Initial Set Up=====*/
/*INNER HEADER*/
.inner-header .navbar, .inner-header .navbar.navbar-default {
	margin-bottom: 0;
	background: rgb(3,165,84); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(3,165,84) 0%, rgb(26,121,60) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgb(3,165,84) 0%,rgb(26,121,60) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgb(3,165,84) 0%,rgb(26,121,60) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a554', endColorstr='#1a793c',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
}
.inner-header .navbar {
/*	min-height: 76px;*/
}
.inner-header .navbar .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	opacity: 0.6;
}
.inner-header .navbar .navbar-nav > li > a:hover {
	color: #fff !important;
	opacity: 1 !important;
}
.inner-header .active a {
	color: #fff !important;
	opacity: 1 !important;
	background-color: transparent !important;
}
.inner-header .navbar .navbar-brand {
	height: 60px;
	padding: 0 !important;
}
.inner-header .nav > li > a > img {
	margin-top: -4px !important;
}
.inner-header .navbar .divider-vertical {
		height: 20px;
		margin: 20px 9px 0px 9px;
/*	padding: 27px 0;*/
		border-right: 1px solid #ddd;
/*		border-left: 1px solid #f2f2f2;*/
}
/*ENDS INNER HEADER*/
/*LOGIN PAGE*/
.login-container {
	margin-top: 3%;
	text-align: center;
}
.login-container{
	margin: 0;
}
.form-header{
	color: #fff !important;
	font-family: 'proxima-nova-bold', Fallback, sans-serif !important;
}
.login-box {
text-align: center;
background-color: #fff;
/*padding: 30px 100px;*/
margin-top: 10px;
-webkit-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.3);
box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.3);
}
.login-box h3, .login-box h4 {
margin: 0;
/*font-size: 25px;*/
color: #abd430;
font-family: 'Gotham-Book', Fallback, sans-serif;
}
.login-box .form-control {
	text-align: center !important;
}
.login-box p {
	margin-bottom: 20px;
}
.login-box a {
	font-size: 14px;
	color: #4183bf;
	font-weight: bold;
	text-decoration: underline;
}
.captcha-box {
	/*margin: 20px 0;*/
}
.btn-login {
	border-radius: 30px;
	padding: 12px 120px;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	background: rgba(171,212,49,1);
background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
}
.btn-login:hover {
	color: #000 !important;;
	font-weight: bold;
	text-decoration: none;
}
/*ENDS LOGIN PAGE*/
/* REGISTER PAGE */
.wide-panel .panel-body{
	padding-left: 25px;
	padding-right: 25px;
}
/* ENDS REGISTER PAGE */
/*FORM CONTAINER*/
.body-bg .wrapper{
	background: url("../img/login-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login-bg {
	margin-top: 60px;
	min-height: 768px;
}
.form-container {
	overflow: hidden;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	margin-top: 10px;
}
.form-box .panel-body {
	min-height: 400px !important;
}
.form-box .basicinfobox{
    min-height: 330px !important;
}
.form-box .panel-heading {
	background-color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
}
.form-box .panel-footer {
	background-color: #fff;
	border-top: 0px;
	padding-bottom: 25px;
}
.form-box .panel-footer .btn-blank-white-lg {
	margin: 0;
	float: left;
}
.form-box .panel-footer .btn-green-lg {
	margin: 0;
	float: right;
}
.step-wazard li {
	padding: 0 !important;
}
.form-container h2 {
	font-family: 'proxima-nova-bold', Fallback, sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 100;
	margin: 0 0 15px 0;
}
.txt-inputs .form-group {
	margin-top: 0px;
	padding-bottom: 30px !important;
}
.otp-button {
	margin-top: 30px;
}
.help-block {
	color: #656565;
	margin-top: 7px;
	font-weight: bold;
}
.proceed-container {
	text-align: right;
}
.verify-container {
	margin-top: 30px;
}
.btn-verify {
	/*float: left;*/
}
.btn-resend {
	/*float: right;*/
}
.captcha-container p {
	font-size: 16px;
	font-weight: 400;
	color: #BDBDBD;
}
/*ENDS FORM CONTAINER*/
/*HEADING GRAY BOX*/
.page-heading {
	margin-top: 76px;
	/*padding: 27px 0;*/
	background-color: #f0f0f0;
	text-align: center;
	height: 80px;
}
.page-heading h2 {
	margin: 0;
}
.goals-list {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 100px;
}
.goals-list a {
	text-decoration: none;
	font-weight: 600;
	line-height: 25px;
}
.goals-list a:hover {
	color: #343434;
}
.TAX, .VAC, .OTHR {
	color: #e0584b;
}
.RET, .EDU {
	color: #4083bf;
}
.CAR, .HEALTH {
	color: #fba900;
}
.MRG, .HOME {
	color: #607a12;
}
.fab-menu {
	position: absolute;
	bottom: 10px;
}
/*ENDS HEADING GRAY BOX*/
/*PERSONAL INFO*/
/*personal info(radio buttons css)*/
.btn-circle {
	border-radius: 30px;
	padding: 4px 20px;
	color: #fff;
	font-weight: bold;
	background: rgba(171,212,49,1);
	background: -moz-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(171,212,49,1)), color-stop(100%, rgba(119,147,34,1)));
	background: -webkit-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
	background: -o-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
	background: -ms-linear-gradient(left, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
	background: linear-gradient(to right, rgba(171,212,49,1) 0%, rgba(119,147,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd431', endColorstr='#779322', GradientType=1 );
}
.btn-circle.btn-lg {
	border-radius: 30px;
	padding: 4px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #656565;
}
.radio-btn {
	padding-bottom: 30px !important;
}
.gender, .marital-status {
	font-size: 16px;
	font-weight: 400;
	color: #BDBDBD;
	margin-bottom: 0;
}
/*ends personal info(radio buttons css)*/
/*ENDS PERSONAL INFO*/
/*RISK PROFILE*/
.risk-slider {
	//min-height: 350px;
}
.risk-slider .risk-questions{
	padding-top: 10px;
}
.risk-slider .risk-options {
	padding: 0 50px;
}
.risk-slider .risk-questions h3 {
	margin-bottom: 20px;
}
.risk-questions h3 {
	margin: 0;
	font-family: 'Gotham-Book', Fallback, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}
/*ENDS RISK PROFILE*/
/*=====PORTFOLIO DASHBOARD=====*/
.sip-container {
	text-align: center;
}
.sip-container img {
	margin-top: 24px;
}
.info-box {
/*
	-webkit-box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
	-moz-box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
	box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
*/
}
.custom-input {
	margin: 0;
	padding: 0;
}
.custom-input .form-control {
	margin-bottom: 0 !important;
}
.asd {
	font-size: 18px;
}
.custom-input-text {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.sip-info {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}
/*yellow box*/
.yellow-box {
	border: 1px solid #fba900;
	background-color: #fba900;
	color: #fff;
	font-weight: 500;
}
.info-heading01 {
	border-right:2px solid #fff;
	padding:15px 0;
}
.info-heading02 {
	border-right:2px solid #fff;
	padding:15px 0;
}
.info-heading03 {
	border-right:2px solid #fff;
	padding:0;
}
.info-heading04 {
	border-right:2px solid #fff;
	background-color:#b07501;
}
.info-heading05 {
	background-color:#b07501;
}
.info-heading06 {
	padding:15px 0;
}
.info-detail {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.info-detail h4{
	font-weight: 500;
}
.info-detail h4 small {
	color: #656565;
	font-weight: bold;
}
.info-detail01 {
	border-right:2px solid #ccc;
	padding:5px 0;
}
.info-detail01 p {
	color: #fba900;
	font-weight: 500;
}
.info-detail02 {
	border-right:2px solid #ccc;
	padding:15px 0;
}
.info-detail03 {
	border-right:2px solid #ccc;
	padding:15px;
}
.info-detail04 {
	border-right:2px solid #ccc;
	padding:15px 0;
}
.info-detail05 {
	padding:15px 0;
}
.toggle-container {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 25px;
}
.toggle-container .togglebutton label {
	color: #656565 !important;
}
/*ends yellow box*/
/*gray box*/
.gray-box {
	border: 1px solid #e4e4e4;
	background-color: #ebebeb;
	color: #fff;
	font-weight: 500;
}
.gray-info-detail {
	border-left: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
}
.gray-info-detail h4{
	color: #d8d8d8;
	font-weight: 500;
}
.gray-info-detail h4 small {
	color: #d8d8d8;
	font-weight: bold;
}
.gray-info-detail01 {
	border-right:2px solid #e4e4e4;
	padding:5px 0;
}
.gray-info-detail01 p {
	color: #d8d8d8;
	font-weight: 500;
}
.gray-info-detail02 {
	border-right:2px solid #e4e4e4;
	padding:15px 0;
}
.gray-info-detail03 {
	border-right:2px solid #e4e4e4;
	padding:15px 0;
}
.gray-info-detail04 {
	border-right:2px solid #e4e4e4;
	padding:15px 0;
}
.gray-info-detail05 {
	padding:15px 0;
}
.gray-info-heading04 {
	border-right:2px solid #fff;
	background-color:#e4e4e4;
}
.gray-info-heading05 {
	background-color:#e4e4e4;
}
.gray-toggle-container {
	border-left: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
	padding: 5px 10px;
	margin-bottom: 25px;
}
.gray-toggle-container .togglebutton label {
	color: #d8d8d8 !important;
}
/*ends gray box*/
/*red box*/
.red-box {
	border: 1px solid #e0584b;
	background-color: #e0584b;
	color: #fff;
	font-weight: 500;
}
.info-heading01 {
	border-right:2px solid #fff;
	padding:15px 0;
}
.info-heading02 {
	border-right:2px solid #fff;
	padding:15px 0;
}
.info-heading03 {
	border-right:2px solid #fff;
	padding:0;
}
.red-info-heading04 {
	border-right:2px solid #fff;
	background-color:#9c3d34;
}
.red-info-heading05 {
	background-color:#9c3d34;
}
.info-heading06 {
	padding:15px 0;
}
.red-info-detail {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.red-info-detail h4{
	font-weight: 500;
}
.red-info-detail h4 small {
	color: #656565;
	font-weight: bold;
}
.red-info-detail01 {
	border-right:2px solid #ccc;
	padding:5px 0;
}
.red-info-detail01 p {
	color: #e0584b;
	font-weight: 500;
}
.red-info-detail02 {
	border-right:2px solid #ccc;
	padding:15px 0;
}
.red-info-detail03 {
	border-right:2px solid #ccc;
	padding:15px;
}
.red-info-detail04 {
	border-right:2px solid #ccc;
	padding:15px;
}
.red-info-detail05 {
	padding:15px 0;
}
.red-toggle-container {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 25px;
}
.red-toggle-container .togglebutton label {
	color: #656565 !important;
}
/*ends red box*/
/*total-calc-box*/
.total-calc-box {
	border: 1px solid #d8d8d8;
	background-color: #d8d8d8;
}
.total-calc-box h4 {
	margin: 0;
	font-size: 16px;
	color: #656565;
	font-weight: bold;
	min-height: 60px;
	padding: 15px 0;
}
.calc-heading01 {
	border-right:2px solid #fff;
/*	padding:5px 15px;*/
}
.calc-heading01 h4 {
	padding: 23px 0;
}
.calc-heading02 {
	border-right:2px solid #fff;
/*	padding:10px 5px;*/
}
.calc-heading06 {
	padding:15px 0px;
}
/*ends total-calc-box*/
.right-button {
	/*margin-top: 80px;*/
	margin-bottom: 50px;
	float: right;
}
/*=====ENDS PORTFOLIO DASHBOARD=====*/
/*=====RECOMMENDATIONS=====*/
.recommendation-box {
	text-align: center;
	margin-bottom: 10px;
}
.recc-red {
	background-color: #e0584c;
	color: #fff;
	font-weight: bold;
}
.recc-red p {
	padding-top: 7px;
}
.recc-heading01 {
	border-right: 1px solid #fff;
}
.recc-heading01 p {
	line-height: 57px;
}
.recc-heading02 {
	border-right: 1px solid #fff;
	background-color: #9b3d35;
}
.recc-heading03 {
	background-color: #e0584c;
	border-right: 1px solid #fff;
}
.recc-heading04 {
	background-color: #e0584c;
}
.recco-title {
	border-right: 1px solid #ccc;
}
.recco-title h4 {
	font-family: 'Gotham-Bold', Fallback, sans-serif;
	font-weight: 600;
}
.recc-details {
	background-color: #fff;
	color: #656565;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.recommendation-list p {
	margin: 0;
}
.recommendation-list a, .recommendation-list a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #4183bd;
	text-decoration: none;
}
.recommendation-list a i {
	font-size: 16px;
	margin-right: 7px;
}
.add-to-cart {
	text-align: right;
}
/*=====ENDS RECOMMENDATIONS=====*/
/*INVESTOR DETAILS*/
.kyc-container {
	-webkit-box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
	-moz-box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
	box-shadow: 1px 1px 8px 0px rgba(101,101,101,0.6);
	margin-bottom: 50px;
}
.kyc-title {
	text-align: center;
	background-color: #4183bf;
}
.kyc-title h4 {
	color: #fff;
	margin: 0;
	/*padding: 20px 0;*/
	font-weight: 500;
}
.kyc-info {
	padding: 15px 15px 50px 15px;
}
.kyc-info .form-group {
	margin-bottom: 10px !important;
}
.kyc-info span {
	color: #4183bf;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.kyc-info .radio {
	margin-top: 0 !important;
	padding-left: 5px;
}
.kyc-info .form-group .radio label {
	color: #656565 !important;
	padding-left: 35px !important;
	font-weight: 600;
}
.kyc-info .form-group label {
	padding-left: 35px !important;
	font-weight: 600;
}
.personal-details .form-control {
	/*color: #ccc;*/
}
.personal-details .form-group label {
	/*color: #656565 !important;*/
	padding-left: 0px !important;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.kyc-info .personal-details span {
	/*color: #4183bf;*/
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.kyc-info .personal-details .text-red {
	color: #e0584c;
}
.bank-details .form-group label {
	color: #656565 !important;
	padding-left: 0px !important;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.bank-details .form-control {
	/*color: #ccc;*/
}
.investor-footer {
	text-align: center;
	margin: 60px 0 0 0;
}
/*ENDS INVESTOR DETAILS*/
/*ORDER CONFIRMENT PAGE*/
.cart-box {
	text-align: center;
	margin-bottom: 20px;
}
.gray-cart .table > thead > tr > th{
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #808080;
    font-weight: 600;
}
.gray-cart .table > thead > tr th.gray-cart-th{
    background-color:#2c5b85;
}
.red-cart .table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #e0584b;
	font-weight: 600;
}
.red-cart .table > thead > tr th.red-cart-th{
	background-color:#9c3d34;
}
/*===================================*/
.red-cart .table > thead > tr th.gray-cart-th{
	background-color:#ccc;
	color:#656565;
}
.blue-cart .table > thead > tr th.gray-cart-th{
	background-color:#ccc;
	color:#656565;
}
.yellow-cart .table > thead > tr th.gray-cart-th{
	background-color:#ccc;
	color:#656565;
}
.green-cart .table > thead > tr th.gray-cart-th{
	background-color:#ccc;
	color:#656565;
}
/*===================================*/
.light-blue-cart .table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #5bc0de;
	font-weight: 600;
}
.light-blue-cart .table > thead > tr th.light-blue-cart-th{
	background-color:#5bc0de;
}
.blue-cart .table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #497ebd;
	font-weight: 600;
}
.blue-cart .table > thead > tr th.blue-cart-th{
	background-color:#2c5b85;
}
.yellow-cart .table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #fba800;
	font-weight: 600;
}
.yellow-cart .table > thead > tr th.yellow-cart-th{
	background-color:#af7500;
}
.green-cart .table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #abd430;
	font-weight: 600;
}
.green-cart .table > thead > tr th.green-cart-th{
	background-color:#779322;
}
.cart-box p {
	font-weight: 600;
}
.cart-box h4 {
	font-weight: 600;
}
.blue-box {
	background-color: #497ebd;
	color: #fff;
	font-weight: 600;
}
.cart-header {
	border-right: 1px solid #eee;
	padding: 10px 0px;
	min-height: 60px;
}
.cart-header:last-child {
	border-right: 0px;
}
.cart-header p {
	margin: 0;
}
.cart-info {
	background-color: #fff;
	color: #656565;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.cart-details-title {
	/*border-right: 1px solid #ccc;*/
	min-height: 150px;
	padding-top: 35px;

}
.cart-details-title h4 {
	font-family: 'Gotham-Bold', Fallback, sans-serif;
	font-weight: 600;
}
.cart-details {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px 5px;
	min-height: 150px;
}
.cart-details:last-child {
	border-right: 0px;
}
.cart-details p {
	margin: 0;
	font-weight: 600;
}
.cart-details .radio label {
	padding-left: 35px !important;
	font-size: 14px;
	font-weight: 600;
	color: #656565;
}
.text-blue {
	color: #497ebd;
}
.border-btm {
	border-bottom: 1px solid #ddd;
}
/*.border-btm:last-child {
	border-bottom: 0px;
}*/
.confirm-note {
	margin-bottom: 30px;
}
.confirm-note .form-group .checkbox label {
	color: #656565 !important;
	font-weight: 600 !important;
}
.confirm-box {
	margin-bottom: 30px;
}
/*ENDS ORDER CONFIRMENT PAGE*/
/*=====FOOTER=====*/
.footer {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
}
.security-container {
	border-bottom: 1px solid #ddd;
}
.footer p {
	text-align: center;
	margin: 0;
	padding: 20px 0;
}
.footer-links {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.footer_dv {
		width: 100%;
}
.footer_dv h4 a{
	color: #656565;
		font-weight: bold;
		margin-bottom: 20px;
		text-transform: uppercase;
}
.footer_dv ul {
		list-style: outside none none;
		margin: 0;
		padding: 0;
}
.footer_dv ul li:first-child {
		border-top: medium none;
		box-shadow: none;
}
.footer_dv ul li {
		border-top: 1px solid #ddd;
		box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
		color: #f1f2f2;
		padding: 5px 0;
}
/*=====ENDS FOOTER=====*/
/*EDIT PROFILE*/
.edit-menu {
	border-radius: 0px;
	box-shadow: none;
}
#menu .list-group .list-group-item {
	padding: 20px 15px;
	background-color: #497ebd;
	color: #fff;
	font-size: 16px;
	margin-bottom: 2px;
}
#menu .sublinks .list-group-item  {
	background-color: #fff;
	color: #656565;
	font-size: 14px;
	padding: 8px 15px;
}
#menu .sublinks .list-group-item:hover, #menu .sublinks .list-group-item:focus {
	color: #497ebd;
}
#menu .sublinks .red {
	color: #e0584c;
}
.profile-info h2 {
	font-family: 'Gotham-Bold', Fallback, sans-serif;
	font-weight: bold;
	color: #497ebd;
	font-size: 27px;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eee;
}
.edit-profile-form h3 {
	font-family: 'Gotham-Bold', Fallback, sans-serif;
	color: #497ebd;
	margin: 15px 0 20px 0;
}
/*.edit-profile-form .form-group {
	margin-bottom: 10px !important;
}
.edit-profile-form .form-control {
	color: #656565 !important;
}
.edit-profile-form .form-group label {
	color: #656565 !important;
	font-weight: 600 !important;
}*/
.edit-profile-button {
	margin-top: 60px;
}
/*ENDS EDIT PROFILE*/
.outofbox{
	position: absolute;
	left: -100000px;
}
/*NET BANKING PAGE*/
.net-banking-box {
	border: 1px solid #ccc;
	padding: 20px 25px;
	margin: 10px 0;
	-webkit-box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
}
.net-banking-box p {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #4a4a4a;
}
.netbanking-txt th {
	color: #4a4a4a;
	text-align: center;
}
.dnload {
	color: #497ebd;
}
.net-footer-btns tr td {
	border-top: 0px !important;
}
.net-banking-box-lower {
	border: 1px solid #ccc;
	padding: 20px 25px;
	margin: 20px 0 50px 0;
	-webkit-box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
box-shadow: 5px 5px 17px -1px rgba(0,0,0,0.2);
}
/*ENDS NET BANKING PAGE*/

/* SOFTWARE BACKGROUND IMAGE FOR BODY CLASS*/
.software-bg {
	position: relative;
	height: 100%;
	min-height: 768px;
	background: url("../img/login-bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.panel{
	/* FOR FUTURE USE */
	/*-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/

    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}


/* TUSHAR CSS STARTS HERE */
.checkbox input[type=checkbox]:disabled + .checkbox-material .check:before{
	color:#bbb;
}
.checkbox input[type=checkbox]:disabled + .checkbox-material .check{
  border-color: #bbb;
  cursor: not-allowed;
}
.add-to-cart{
	margin-top: 20px;
}
.disabled-chktext{
	color:#bbb;
}
.text-green{
	color:#009688;
	font-size:11px;
	font-weight:none;
}
@media (max-width: 767px) {
	.home-gray-txt {
		margin-top: 0 !important;
		transform: translateY(-0%) !important;
	}
	.slider-para-contribution{
		font-size: 13px;
		font-weight: 600;
	}
}

@media (max-width: 480px) {
	.loan-equation h3{
		font-size:16px;
	}
}
/* TUSHAR CSS ENDS HERE */
.white-text {
	color: white;
}
.blue-text {
	color: #2c5b85;
}
.green-text {
	color: #779332;
}
.yellow-text {
	color: #af7500;
}
.red-text {
	color: #9c3d34;
}
.leftpad{
	text-align:left;
}
.carousel-divindicators{
    padding-top: 75px;
    padding-left: 0px;
    text-align: center;
}

.carousel-divindicators li{
display: inline-block;
border: 1px solid #ccc;
list-style: none;
line-height: 30px;
position: relative;
margin:0px;
margin-left: 20px;
cursor: pointer;
text-align: center;
width: 30px;
height: 30px;
}
.carousel-divindicators li.active{
background: orange;
}
.carousel-divindicators li.done{
background: #779322;
color:#fff;
}
.carousel-divindicators li.disabled{
background: #eee;
}
/*RISK PROFILE*/
.three {
	position: relative;
}
.slider-buttons {
	position: absolute;
	bottom: -56px;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.riskslider {
	min-height: 350px;
}
.risk-questions{
	padding-top: 10px;
	margin-top: 70px;
}
.risk-options {
	padding: 0 50px;
}
.risk-questions h3 {
	margin-bottom: 20px;
}
.riskerrormessage-container{
    height: 50px;
}
.risk-questions h3 {
	margin: 0;
	font-family: 'Gotham-Book', Fallback, sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.riskslider .slick-dots {
	text-align: center;
	position: absolute;
	z-index: 9999;
}
.riskslider .slick-dots li {
	background-color: #ddd;
	width: 40px;
	height: 40px;
}
.slick-dots li:hover {
	background-color: #abd431;
}
.slick-dots li:visited {
	background-color: #2e4056;
}
.riskslider .slick-dots li a {
	font-size: 20px;
	font-weight: bold;
	color: #656565;
	text-decoration: none;
	line-height: 40px;
}

/*ENDS RISK PROFILE*/
/*RISK RESULTS PAGE CSS*/
.risk-resultpage {
	margin-top: 90px;
}
.risk-upper-container {
	padding-bottom: 10px;
/*	margin-bottom: 25px;*/
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.risk-upper-container img {
	width: 220px;
	height: 218px;
}
.rupper-content {
	background-color: #ececec;
	padding: 15px 20px;
}
.rupper-content h4 {
	color: #2db0fe;
	font-weight: 600;
}
.rupper-content h3 {
	color: #1c80bb;
	font-weight: 600;
}
.rupper-content p {
	color: #1c80bb;
}
.welcomepage-content{
    background-color: #ececec;  
    padding: 25px 200px;
}
.welcomepage-content p{
    text-align: left;
}
.investment-rationale-box {
	padding-bottom: 25px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.investment-rationale-box h4 {
	color: #1c80bb;
	font-weight: 600;
/*	padding-bottom: 25px;*/
}
.investment-chart h5 {
	color: #1c80bb;
	font-weight: 600;
}
.investment-chart img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.risk-lower-container {
	width: 70%;
}
.risk-lower-container img {
	float: left;
	width: 83px;
	height: 74px;
	margin-right: 20px;
	margin-bottom: auto;
	text-align: left;
}
.risk-lower-container p {
	color: #1c80bb;
	font-weight: 600;
	overflow: hidden;
	text-align: left;
}
/*RISK PROFILE INTRO*/
.risk-intro {
	margin-top: 40px;
}
.risk-intro h3 {
	font-family: 'Goatham-Book', Fallback, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #16748e;
}
.risk-intro-content {
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.risk-intro-content img {
	width: 100%;
	height: auto;
}
.goal-assure {
	/*text-align: center;*/
	margin-top: 30px;
}
.goal-assure{
	padding: 30px;
	border: 1px solid #08bdf2;
	color: #16748e;
	font-size: 18px;
	font-weight: 500;
}
.goal-assure h3{
	text-align: center;
}
.risk-intro .intro-investment-box {
	text-align: left;
}
.risk-intro .intro-investment-box p {
	color: #16748e;
	font-size: 18px;
	font-weight: 500;
}
/*ENDS RISK PROFILE INTRO*/
.thankupaymenttable{
    background-color: #e4e4e4;
}
/*THANK YOU PAGE CSS*/
.thankyoupage {
	margin-top: 100px;
}
.thankyou-container {
	padding: 25px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
.thankyou-box {
	background-color: #f5f5f5;
	padding: 20px;
	margin: 15px 0;
}
.thankyou-box p {
	margin: 0;
}
/*ENDS THANK YOU PAGE CSS*/
.breadcrumbs-container ul.step li a{
	cursor: default;
}
.breadcrumbs-container ul.step li a:hover{
	/*background-color: #fba900 !important;*/
}
.active-page{
	background-color: #fba900 !important;
}
.makepayment{
    border-radius: 0px;
    padding: 5px 30px;
    margin: 0px 10px 0px 0px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #bdbdbd;
    text-decoration: none;
    background-color: #009688}

.makepayment:hover {
	text-decoration: none;
        color: #fff;
}
.modal-content .modal-footer button.terms-and-condition{
    margin: 0px 34px;
}
.page-editProfile{
	margin-top:100px ! important;
}
.btn-makepayment {
    
    color: white !important;
    text-shadow: none !important;
    background-color: #4183c0 !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.datatable-td{
    
    margin-top: 13px;
}
.backpaymentbtn{
    border-radius: 0px;
    padding: 5px 30px;
    margin: 0px 10px 0px 0px;
    color: #000;
    font-weight: bold;
    border: 1px solid #bdbdbd;
    text-decoration: none;
    background-color: #d2d2d2}

.backpaymentbtn:hover {
	text-decoration: none;
}
.refresh{
    color:#808080;
}
.captchatext{
    font-size: 20px;
}
.paymentbutton{
    margin-bottom: 20px;text-align: right;
}
.footerpaymentbutton{
margin-top: 20px;text-align: right;
}
/*Style for Tooltip*/

.printtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.printtooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 50px;
}

.printtooltip:hover .tooltiptext {
    visibility: visible;
}
/*my investments button*/
.gotomyinvestments{
    margin-top: 36px;
    text-align: right;
    margin-right: 80px;
}