/*********breadcrumb***********/
.breadcrumb li a{
	color: #fff !important;
}

li:before {
    padding: 0 6px;
    color: #ccc;
}
 .text-gray-silver {
    color: #fff !important;
}  

/**********End Breadcrumb**********/

/**********Common**************/
.btn-back{
	background-color: #fff !important;
    border-color: #ca3436 !important;
    color: #ca3436 !important;
    font-weight: bold !important;
}
.btn-back:hover {
	background-color:#ca3436 !important;
	border-color:#ca3436 !important;
	color:#fff !important;
}

.btn-invest:hover{
	background-color: #fff !important;
    border-color: #2d2f94 !important;
    color: #2d2f94 !important;
}
.btn-invest {
	background-color:#2d2f94 !important;
	border-color:#2d2f94 !important;
	color:#fff !important;
	/* font-weight: bold !important; */
}



  @keyframes rotate {
  
 

  0% {
        right: 0;
        top: 0;
    }
    50% {
    
   
        right : 80%;
        top: 80%;
    }
    100% {
        right: 0;
        top: 0;
    }
  
}


.btn-blink {
  background-color: #ca3436;
  color: white !important;
  font-weight: bold !important;
  
  animation: rotate 5s linear infinite;
   position: relative;
  
  
}
.btn-blink:hover{
	 background-color: #fff !important;
	 border-color:#ca3436 !important;
	 color:#ca3436 !important;
	
  
}

section.inner-header {
    background: #000142 !important;
}
.card-header {
		padding: 0.75rem 1.25rem
	}
.page-heading {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.hide {
    display: none !important;
}

.service-box:after {
    background: #ca3436 !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 #2d2f95 !important;
    opacity: 1 !important;
}

.slider-selection {
    background: #2d2f95 !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:#2d2f95 !important;
	color:#fff !important;
}

#tbl_scheme_returns tfoot tr td ,.mf-research-table tfoot tr td{
	background-color: #fff1f0 !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: #2d2f95 !important;
    color: #fff !important;
}

table td>a.mutual-funds-anchor{
	
	color:#00215e !important;
}
/******End MF Research******/

/******Goals******/
.goalcontentbg {
   background:#2d2f95 !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: #ca3436 !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: #fa5850 !important;
}

.amtcolor{
    color: #ca3436 !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 #fa5850 !important;
    border-radius: 25%;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    background: #fafafa !important;
    color: #fa5850 !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: #fa5850 !important;
    color: #fff !important;
}

/******End Goals******/

/******News******/
.active>.page-link, .page-link.active {
    background-color: #f95750;
    border-color: #f95750;
}
/******News******/
