.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: #292562  !important;
    border-color: #292562 !important;
    color: #fff !important;
    font-weight: bold !important;
}
.btn-back:hover {
	background-color:#fff !important;
	border-color:#292562 !important;
	color:#292562 !important;
}

section.inner-header  {
	background: #e3edff !important;
}
.card-header {
		padding: 0.75rem 1.25rem
	}
.page-heading {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.text-theme-colored1{
	color:#292562;
}

#contactcard .card{
	
	padding:20px;
	text-align:left;
	background:#e3edff;
	border:0px solid;
	border-radius:20px;
	color:#fff;
}

/* #contactcard .card:nth-child(2){
	
	background:#;
} */

#contactcard .card h4{
	color:#fff;
}
#contactcard .card-body{
	
	border:5px solid #fff;
	padding:30px;
	border-radius:20px;
	
	background:#292562;
}
 
 #expert .card::before{
	
	
	content: "";
    position: absolute;
    width: 230px;
    height: 450px;
    background:#e3edff;
    right: -68px;
    bottom: -31px;
    z-index: -1;
    border-radius: 115px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
}

#expert .card:hover {
	
	background:#292562;
	color:#BB1F25;
	
}


#expert .card img{
	
	border-radius:50%;
	width:70%;
}

#expert .card{
	position: relative;
    z-index: 1;
    padding-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.service-box:after {
    background: #BB1F25 !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 #292562 !important;
    opacity: 1 !important;
}

.slider-selection {
    background: #292562 !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:#292562 !important;
	color:#fff !important;
}

#tbl_scheme_returns tfoot tr td ,.mf-research-table tfoot tr td{
	background-color: #efffff !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: #292562 !important;
    color: #fff !important;
}

table td>a.mutual-funds-anchor{
	
	color:#00215e !important;
}
/******End MF Research******/

/******Goals******/
.goalcontentbg {
   background:#292562 !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: #B71E24 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border:1px solid #B71E24 !important;
}
.box.bg-tf.p-3.plutus2:hover {
    color: #292562 !important;
    border:1px solid #292562 !important;
    background: #fff !important;
}
.plutus3{
   	color: #fff !important;
    background: #292562 !important;
    border-radius: 10px !important;
    border:1px solid #292562 !important;
}

.box.bg-tf.p-3.plutus3:hover {
    color: #292562 !important;
    background: #fff !important;
}

.btn-secondary{
	
	 background: #292562 !important;
	color: #fff !important;
	border:1px solid #292562 !important;
}

.btn-secondary:hover{
		color: #292562 !important;
		 background: #fff !important;
		 border:1px solid #292562 !important;
}

.checkcolor{
  	color: #B71E24 !important;
}

.amtcolor{
    color: #B71E24 !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 #B71E24 !important;
    border-radius: 25%;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    background: #fafafa !important;
    color: #B71E24 !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: #B71E24 !important;
    color: #fff !important;
}

/******End Goals******/

/******News******/
.active>.page-link, .page-link.active {
    background-color: #292562;
    border-color:#292562;
}
/******News******/
.result-box #spn_risk_1{
	color: #B71E24;
}

/*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 #eeeeee  !important;
	}
}
.boxshadow{
    box-shadow: 0 0 10px 0px rgb(172 172 172 / 50%) !important;
}
.read-more{
	color: #BB1F25 !important;
}
.read-more:hover{
	color: #292562 !important;
}