<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********breadcrumb***********/
.breadcrumb li a{
	color: #686868 !important;
}

li:before {
    padding: 0 6px;
    color: #ccc;
}
 .text-gray-silver {
    color: #002d80 !important;
}  

/**********End Breadcrumb**********/

/**********Common**************/
.btn-back{
	background-color: #fff !important;
    border-color: #e88033 !important;
    color: #e88033 !important;
    font-weight: bold !important;
}
.btn-back:hover {
	background-color:#e88033 !important;
	border-color:#e88033 !important;
	color:#fff !important;
}

section.inner-header  {
	background: #cadafd !important;
}
.card-header {
		padding: 0.75rem 1.25rem
	}
.page-heading {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.hide {
    display: none !important;
}

.service-box:after {
    background: #fb6c65 !important;
}

/********End Common**********/

/********Calculator******/
.text-muted {
    color: rgb(0 0 0)!important;
}
.slider {
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 10px;
}

.slider-track {
    background-color: #eee !important;
    background-image: none !important;
}

.slider-handle{
	background-color: #fff !important;
    border: 2px solid #0338ac !important;
    opacity: 1 !important;
}

.slider-selection {
    background: #0338ac !important;
}

.list-group-item .row &gt; * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    font-weight: 700;
}

.steps {
	border-color: rgba(0, 0, 0, 0);
	border-style: none solid;
	border-width: 0 1px;
	margin: 0px 0px 35px !important;
	position: relative;
	width: 100%;
}

.tick {
    color: #000000;
    font-size: 9px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
  	letter-spacing: 0px;
  	width: 50px;
}
 
/******End Calculator******/

/******MF Research******/

#tbl_scheme_returns thead tr th{
	border:1px solid #eee !important;
	background-color:#0338ac !important;
	color:#fff !important;
}

#tbl_scheme_returns tfoot tr td ,.mf-research-table tfoot tr td{
	background-color: #bcd0fa !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color:#000 !important;
}
tr.odd td.sorting_1, tr.even td.sorting_1 {
    background-color: #edf3ff !important;
}

.table thead tr th {
    border: 1px solid #eee !important;
    background-color: #0338ac !important;
    color: #fff !important;
}

table td&gt;a.mutual-funds-anchor{
	
	color:#00215e !important;
}
/******End MF Research******/

/******Goals******/
.goalcontentbg {
   background:#0338ac !important;
    color: #fff !important;
    position: relative;
    bottom: 0 !important;
    transition: bottom ease 0.5s !important;
    padding: 7px !important;
    border-radius: 5px !important;
}
.goalcontentbg:hover {
  bottom: -10px !important;
}

.plutus2{
	color: #fff !important;
    background: #e88033 !important;
    border-radius: 10px !important;
}
.box.bg-tf.p-3.plutus2:hover {
    border-color:#1c3c8b  !important;
    color: #1c3c8b  !important;
}
.plutus3{
	background-color:#24adfb !important;
    color: #fff !important;
}

.box.bg-tf.p-3.plutus3:hover {
    background: #1c3c8b  !important;
}

.checkcolor{
  	color: #e88033 !important;
}

.amtcolor{
    color: #e88033 !important;
}
#tbl_portfolio_returns a {
    font-size: 11px !important;
    font-weight: bold !important; 
}

table thead tr th.threturn .yearsfilter a {
    width: 21px;
    height: 20px;
    border: 1px solid #e88033 !important;
    border-radius: 25%;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    background: #fafafa !important;
    color: #e88033 !important;
    text-shadow: none;
    position: relative;
    z-index: 1;
    margin: 0 1px;
    top: -5px;
}

table thead tr th.threturn .yearsfilter a:hover, table thead tr th.threturn .yearsfilter a.active {
    background: #e88033 !important;
    color: #fff !important;
}

/******End Goals******/

/******News******/
.active&gt;.page-link, .page-link.active {
    background-color: #f95750;
    border-color: #f95750;
}
/******News******/


</pre></body></html>