/*******header-bg color**********/
.bg-green {
          background: linear-gradient(to right, #e9fccf 0%, #e9fccf 80%);
}
/*******header top line bg color**********/
.contact-info {
    background: #576195 	;
}

/*******menu bar background******/
.bg-light{
	background: #4680BB  none repeat scroll 0 0 !important;
}


/*****icons bacground color in **/
.svg-icons-3{
	background: #2d4f7e;
}
/*****border-bottom box **/
.deposite-section-2{
	border-bottom: 5px solid #292961;
}

/*****border-bottom box **/
.deposite-section-5{
	border-bottom: 5px solid #292961;
}

/*******************code of conduct page text color*/
.run_text_02{
	color: #af3c13;
}
/******gallay calculator andd login color **/
.login-btn{
	    background: #007bff  ;

}
/***get a quate**/
.quote-btn > button{
	    background: #336129  none repeat scroll 0 0;

}

/***header border rotate shape color ****/
.header-main.white:after
{
	    border-right: 15px solid #304f9d;
}
/***inner heading color****/
.heading-h4 h4 {
    color: #292961;
}
/****************.inner-heading h1******************/
.inner-heading h1{
	color: #292961;
}

/*****************************************tabs color loan page ***********************/
#tabs{
	background-color: ##2ca9b4;
}


/******************footer border****************/
.footer{
	    border-top: 8px solid #292961;
}

/*********************menu bar heading color******************/

.innner-heading-main h1{
	color: #00002c;
}
/****************heading-color change ***************/
.cnttext_02{
	color: #00002c;
}


.modal-header{
	    background: linear-gradient(to right, #af3c13 0%, #6e6eb0 100%);
}
.design-by{
    text-decoration: none;
}

/******************hover effect active effect***************/
.navbar-nav .nav-item .nav-link{
	color: #fff !important;
}
.navbar-nav .nav-item .nav-link.active{
	border-bottom: 2px solid #007bff;
	color: #fff !important;
}
.navbar-nav .nav-item .nav-link:hover{
	border-bottom: 2px solid #007bff;
	color: #fff !important;
}
.dropdown-content{
	    border-bottom: 5px solid #007bff;
}
.dropdown-content a:hover {background-color: #007bff;color: #fff;transition: all 0.5s ease;}