.just-content{
	text-align: justify;
}
/*********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: #00898e !important;
    color: #00898e !important;
    font-weight: bold !important;
}
.btn-back:hover {
	background-color:#00898e !important;
	border-color:#00898e !important;
	color:#fff !important;
}

section.inner-header  {
	background:#e2f9e7 !important;
}
.card-header {
		padding: 0.75rem 1.25rem
	}
.page-heading {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.hide {
    display: none !important;
}

.service-box:after {
    background: #6fdfff !important;
}

.btn-secondary{
	
	background:#1E4383;
	border:#1E4383;
	color:#fff;
}
.btn-secondary:hover{
	
	background:#fff;
	border:#1E4383;
	color:#000;
}

.btn-secondary:active{
	
	background:#1E4383;
	border:#1E4383;
	color:#fff;
}
/********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 #325595 !important;
    opacity: 1 !important;
}

.slider-selection {
    background: #325595 !important;
}

.list-group-item .row > * {
    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:#1e4383 !important;
	color:#fff !important;
}

#tbl_scheme_returns tfoot tr td ,.mf-research-table tfoot tr td{
	background-color: #e2f9e7 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color:#000 !important;
}
tr.odd td.sorting_1, tr.even td.sorting_1 {
    background-color:#e2f9e7 !important;
}

.table thead tr th {
    border: 1px solid #eee !important;
    background-color: #325595 !important;
    color: #fff !important;
}

table td>a.mutual-funds-anchor{
	
	color:#00215e !important;
}
/******End MF Research******/

/******Goals******/
.goalcontentbg {
   background:#325595 !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: #489f59 !important;
    border-radius: 10px !important;
    border:1px solid #489f59 !important;
}
.box.bg-tf.p-3.plutus2:hover {
    color: #489f59 !important;
    background: #fff !important;
}
.plutus3{
   	color: #fff !important;
    background: #1d5a90 !important;
    border-radius: 10px !important;
    border:1px solid #1d5a90 !important;
}

.box.bg-tf.p-3.plutus3:hover {
    color: #1d5a90 !important;
    background: #fff !important;
}

.checkcolor{
  	color: #00898e !important;
}

.amtcolor{
    color: #00898e !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 #00898e !important;
    border-radius: 25%;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    background: #fafafa !important;
    color: #00898e !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: #00898e !important;
    color: #fff !important;
}

/******End Goals******/

/******News******/
.active>.page-link, .page-link.active {
    background-color: #00898e;
    border-color: #00898e;
}
/******News******/
.result-box #spn_risk_1{
	color: #00898e;
}

/*icon*/
.icon-ambitions{
  display: inline-block;
  width: 50px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/icon/ambitions.png"); /* Replace with your icon path */
}
.icon-securing{
	display: inline-block;
  width: 50px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/icon/securing.png"); /* Replace with your icon path */
}
.icon-growth{
	display: inline-block;
  width: 50px; /* Adjust as needed */
  height: 50px; /* Adjust as needed */
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/icon/asset-growth.png"); /* Replace with your icon path */
}

@media (max-width: 767px) {
	.border-sm-0 {
		border: 0px ! important;
	}
	.border-bottom-sm-1px {
		border-bottom: 1px solid #45c4e9 !important;
	}
}
.boxshadow{
    box-shadow: 0 0 10px 0px rgb(172 172 172 / 50%) !important;
}
.read-more{
	color: #325595 !important;
}
.read-more:hover{
	color: #10bdbc !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #1e4383;
}
.form-control{
    padding: 8px 20px !important;
}