/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */

.fw-600{
	font-weight: 600;
}

.fs-10{
	font-size: 10px;
}
.fs-11{
	font-size: 11px;
}
.fs-12{
	font-size: 12px;
}
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.fs-16{
	font-size: 16px;
}

.fs-17{
	font-size: 17px;
}

.fs-18{
	font-size: 18px;
}

.fs-19{
	font-size: 19px;
}

.fs-20{
	font-size: 20px;
}
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
    background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.menuzord-menu > li > a {
    font-size: 14px !important;
}

.slider {
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 10px;
}
.slider-track {
    background-color: #eee !important;
    background-image: none !important;
}
.slider-selection {
    background: #db2b1c !important;
}
.slider-handle {
	background-color: #fff;
    border: 2px solid #4c4d4d !important;
    opacity: 1 !important;
}

#tbl_scheme_returns thead tr th {
	border: 1px solid #eee !important;
    background-color: #7b0d0c !important;
    color: #fff !important;
}
#tbl_scheme_returns tfoot tr td{
	background-color: #ffe5e5 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color:#000 !important;
}
tr.odd td.sorting_1, tr.even td.sorting_1 {
    background-color: #fff6f5 !important;
}

.table thead tr th {
    background-color: #7b0d0c !important;
    color: #fff !important;
}
.mf-research-table tfoot tr td{
	background-color:  #ffe5e5 !important;
	font-weight: bold;
	font-size: 12px;
	color:#000;
}

.bread{
    position:relative;
    z-index:0 !important;
}
li:before {
    padding: 0 6px;
    color: #ccc;
}
 .text-gray-silver {
    color: #c0c0c0 !important;
}
   
/******Goals********/

h1.text-center {
    color: #4c4d4d !important;
    font-size: 30px !important;
}
.goalcontentbg {
    background: #333333 !important;
    color: #fff !important;
    position: relative;
    bottom: 0;
    transition: bottom ease 0.5s;
    padding: 7px;
    border-radius: 5px;
}
.goalcontentbg:hover {
  bottom: -10px;
}

.plutus2 {
    color: #db291a !important;
    border: 2px solid !important;
}

.box.bg-tf.p-3.plutus2:hover {
    border-color: #333333 !important;
    color: #333333 !important;
}

.plutus3 {
    background-color: #db2b1c !important;
    color: #fff !important;
}

.box.bg-tf.p-3.plutus3:hover {
    background: #333333 !important;
}
.hide {
    display: none !important;
}

#homeSlider input{
    color: #fff;
    font-weight: 600;
    text-align: left;
    width: 120px !important;
    background: repeat;
    border: none;
    padding: 0px;
} 
#homeSlider span.rupees.btn{
	color: #fff;
	background: #bc1d0f;
	border: 1px solid #DBDAD7;
	border-radius: 15px;
	font-size: 16px;
	padding:0px 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none; 
}

@media(max-width:1350px){
	.overlay1-card{
		transform: translate(15px, 95px) !important;
	}
	.overlay2-card{
		transform: translate(290px, -90px) !important;
	}
}
@media(max-width:991px){
	.overlay1-card{
		transform: translate(15px, 95px) !important;
	}
	.overlay2-card{
		transform: translate(15px, -95px) !important;
	}
}

