/* CSS Document */
body, .grey-text{
	background:#F3f3f3;
	font-family: 'Open Sans', sans-serif;
	color:#272727;
	font-size:15px;
	
}
h1,h2,h3,h4, .sub-title{
	font-family: 'Oswald', sans-serif;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
	color: #818588;
	
}
.blue-text{
	color:#1488c7;
}
.logo-bar .col-md-3{
	padding-right:0;
}
#header{
	padding:20px 0;

	background-color:white;
}

.sticky {  
	position: fixed;  
	/*left:0 ;*/ 
	top: 0;  
	z-index: 100;  
	border-top: 0; 
	background:#fff;
	box-shadow:0 0 3px 3px #CCC;
	/*border:2px solid rgb(17,117,188);*/
	border-bottom:5px solid rgb(17,117,188);
	padding:5px;
	border-radius:0 0 5px 5px;
	background-color:rgba(255, 255, 255, 0.8);
	margin-left:69px;
}  

.mobile-menu{
	border:1px solid rgb(17,117,188);
	border-radius:5px;
	width:90%;
	box-shadow:0 0 2px 1px rgb(17,117,188);
}

#footer{
	padding:40px 0;
	position:relative;
}
#footer #logo-m{
	position:absolute;
	bottom:20px;
	right:20px;
}


/*index page */
.index-content{
	/*padding-top:40px;*/
	padding-bottom:40px;
	/*text-align:center;*/
	background:#f3f3f3;
}
.index-content h4{
	padding:40px 0;
	margin:0;
	color:#1488c7;
}
#slider-div{
	background:url(../../images/banner-index.png) center no-repeat;
	background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer 7/8 */
}
.carousel-inner .item{
	/*height:420px;*/
	padding:15px 0;
}
.carousel-control{
	background-color:transparent;
}
.glyphicon{
	display:block;
	width:40px;
	height:60px;	
}
.slider-prev, .slider-next{
	position:absolute;
	top:50%;
	margin-top:-30px;
}
.slider-prev{
	left:20%;
}
.slider-next{
	right:20%;
}

.carousel-inner h1{
	color:#1488c7;
	font-size:56px;
	padding:0;
	margin:0;
}
.carousel-inner .sub-title{
	font-size:38px;
}
.key-points{
	padding:0;
	padding:3px;
	font-size:16px !important;
}
.grey-btn{
	background:#909090;
	display:block;
	border-radius:3px;
	color:#fff;
	text-align:center;
	padding:8px 0;
	text-decoration:none;
}
.grey-btn:hover{
	background:#515151;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-decoration:none;
	color:#fff;
}
.triangle{
	float:right; margin-right:30px;
}


/* form style */
.form-wrapper{
	/*position:relative;
	z-index:1;*/
}
.form-lady{
	position:absolute;
	z-index:10;
	right:-55px;
	bottom:5px;
}
form:not(#contact-form){
	width:256px;
	border:3px solid #1488c7;
	border-radius:10px;
	background:#fff;
}
.form-header{
	background:#1488c7;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
}
.form-group{
	padding:2px 15px;
}
.form-group input, .form-group select{
	width:75%;
	float:left;
	font-size:15px;
	padding:5px;
	border:1px solid #999;
	border-radius:5px;
}

.form-group img{
	float:right;
	margin-right:3px;
	vertical-align:middle;
	margin-top:8px;
}
.form-group img:hover, .key-points img[rel=tooltip]:hover{
	cursor:help;
}
.green-btn{
	display:block;
	width:100%;
	background:#7cad00;
	color:#fff !important;
	text-align:center;
	border-style:solid;
	border-width:thin;
	border-color:#5a850b;
	padding:8px 0;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}
.green-btn:hover{
	background:#5a850b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-decoration:none;
	color:#fff;
	text-shadow:-1px -1px #999;
}
.Offline{
	display:block;
	width:100%;
	background:#999;
	color:#fff;
	text-align:center;
	border:none;
	padding:8px 0;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}

.Offline:hover{
	background:#666;
	color:#fff;
	text-shadow:-1px -1px #999;
}
.Online{
	display:block;
	width:100%;
	background:#95c93d;
	color:#fff;
	text-align:center;
	border:none;
	padding:8px 0;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}

.Online:hover{
	background:rgb(109,168,53);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-decoration:none;
	color:#fff;
	text-shadow:-1px -1px #999;
}

.BeRightBack{
	display:block;
	width:000%;
	background: #ffd65e; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */

	color:#000;
	text-align:center;
	border:none;
	padding:8px 0;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}

.BeRightBack:hover{
	background: #febf01; /* Old browsers */
background: -moz-linear-gradient(top,  #febf01 0%, #febf01 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf01), color-stop(100%,#febf01)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #febf01 0%,#febf01 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #febf01 0%,#febf01 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #febf01 0%,#febf01 100%); /* IE10+ */
background: linear-gradient(to bottom,  #febf01 0%,#febf01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */

	color:#000;
	text-shadow:-1px -1px #999;
}

.Away{
	display:block;
	width:100%;
	background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	color:#fff;
	text-align:center;
	border:none;
	padding:8px 0;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}

.Away:hover{
	background: #ff670f; /* Old browsers */
background: -moz-linear-gradient(top,  #ff670f 0%, #ff670f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff670f), color-stop(100%,#ff670f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff670f 0%,#ff670f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */


	color:#fff;
	text-shadow:-1px -1px #999;
}
p.validation-img{
	float:left;
	margin-right:3px;
	display:block;
	width:12px;
}

ul.nav-pills{
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}
.nav-pills > li {
   /* height: 55px;*/
	/*background:url(../../images/red-arrow.gif) center -12px no-repeat;*/
}

.dropdown-menu > li >a, 
.nav > li > a{
	border-radius:0;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-transform:capitalize;
}
.nav > li.dropdown.active.open > a, 
.nav > li.dropdown.active.open > ul.dropdown-menu a:hover,
.nav > li.dropdown.open > a, 
.nav > li.dropdown.open > ul.dropdown-menu a:hover,
.nav > li > a:hover
{
  color: #fff;
  background-color: #94BB2E;
  border-color: #fff;
  border-radius:5px;
}

.header-nav li a{
	color:#272727;
	font-size: 14px;
}
.header-nav > li:last-child > a{
	color:#1488c7;
	font-weight:bold;
}
.header-nav > li:last-child > a:hover{
	color:#fff;
}
	
#industry:hover>.dropdown-submenu{display:block;}	
	
ul.dropdown-submenu{
	padding:0;
	display:none;
}
.dropdown-submenu li{
	list-style:none;
	margin:0;
	padding:0;
}
	

#bl-dropdown{
	background-image:url(../../images/arrow-down.png);
	background-repeat:no-repeat;
	background-position:50% 32px;
}
.dropdown-menu li {
	width:250px;	
}
.dropdown-menu li a{
	border-bottom:1px solid #ccc;
	width:95%;
	display:block;
	margin:0 auto;
	padding:5px;
}
.dropdown-menu li a em{
	font-size:16px;
}
#mml-btn{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 37%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(37%,#f9f9f9), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 37%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 37%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 37%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 37%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

.padding-bottom-40{
	padding-bottom:40px;
}
.padding-top-40{
	padding-top:40px;
}

footer#footer{
	background-color:rgb(37,37,37);
	color:#CCC;
}
.footer{
	/*padding:0 0 40px 0;*/
	
}
.footer p{
	margin:0;
	font-size:13px;
	text-align:left;
	padding:4px 0;
}
#footer a{
	color:rgb(167,169,172);
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
#footer a:hover{
	color:#fff;
}
.copyright{
	color:#777777;
}
.eleven-px{
	font-size:13px;
	
}

.fixed-side-btn{
	width:38px;
	height:320px;
	position:fixed;
	right:0;
	top:50%;
	margin-top:-160px;
	
}
#live-help{
	background:url(../../images/live-help.png) center no-repeat;
	width:38px;
	height:151px;
	display:block;
}
#feedback{
	background:url(../../images/feedback.png) center no-repeat;
	width:38px;
	height:151px;
	display:block;
	margin-top:10px;
}

.main-content{
	margin:30px auto;
}


/* table style */

table.special{
    border-radius:8px;
	color:#333;
	margin-bottom:30px;
	width:100%;
}
table.special h3{
	color:white;
}
table.special tr td, table.special tr th{
	height:60px;
	padding:0 15px;
}
table.special th{
	background:#1488c7;
	color:white;
	border-radius:8px 8px 0 0;
}
table.special tr td:not(.grey){
	/*border-bottom:1px solid #ccc;*/
	background-color:rgb(230,231,231);
}
table.special tr td.grey{
	border-right:1px solid #000;
}

table.vert{
	width:100%;
}
table.vert th{
	width:25%;
	border-bottom:1px solid #ccc;
}
	
table.special h4{
	color:white;
}
table.special h6{
	font-size:16px;
	cursor:pointer;
	color:#333;
	padding:5px 0;
	font-weight:bold;
}
table.special .accordion-open span { background:url(../../images/minus.png) center no-repeat; display:block; float:right; width:14px; height:14px; }
table.special .accordion-close span {background:url(../../images/plus.png)  center no-repeat; display:block; float:right; width:14px; height:14px; }





#banner{
	height:150px; 
	border:1px solid black;
	margin-top:30px;
}
.main-title{
	border:1px solid black;
}
.articles{
	margin-top:30px;
}

.loan-spec-wrapper{
	border-radius:8px;
	overflow:hidden;
	background-color:#1488c7;	
	font-size:16px;
}
.loan-spec:not(:last-child){
	border-bottom:1px solid #ccc;

}
.loan-spec > .col-sm-4{
	background:#1488c7; color:white;	
	padding:10px;
}
.loan-spec > .col-sm-8{
	padding:10px;
	background-color:#f3f3f3;
}





/* pop up form style */
.modal{
	/*margin-top:55px;*/
}

.modal-header{
	background-color:#1488c7;
	text-align:center;
	border:none;
	overflow:visible;
	border-radius:5px 5px 0 0;
}
.modal-header h4{
	color:#fff;
	font-size:35px;
	font-weight:bold;
	padding:0;
	font-family:Calibri;
}
.modal-header h5{
	color:#fff;
	padding:0;
	font-size:20px;
	font-family:Calibri;
}
.modal-body{
	padding:0;
}
form#popup-form {
	width:100%;
	border-radius:0 0 5px 5px;
	background-color:#f3f3f3;
	padding:10px 0;
}
#popup-form .form-group{
	width:80%;
	margin: 0 auto 10px auto;
}
#popup-form button, #popup-form p{
	width:80%;
	margin:0 auto;
}
#popup-form input, #popup-form select{
	width:100%;
}
.modal-header button.close{
	width:34px;
	height:34px;
	background:url(../../images/close-btn-black.png) center no-repeat;
	opacity:1;
	text-indent:-9999px;
	margin-top:-25px;
	margin-right:-25px;

}


@media (min-width: 768px) {
	.slider-apply-btn{
		display:none;
	}

}
@media (max-width: 767px) {
	.fixed-side-btn{
		display:none;
	}
	.form-wrapper,#preapp-form{
		display:none;
	}
	.index-icon{
		display:none;
	}
	
	.slider-apply-btn{
		display:block;
	}
	.index-grey-btn img{
		margin-top:-9px
	}
}
@media (min-width: 801px) {
	div.slicknav_menu{
		display:none;
	}
	.mobile-footer-nav{
		display:none;
	}
}
@media (max-width: 800px) {
	.logo-bar, .nav-pills{
		display:none;
	}
	#header{display:none;}
	div.slicknav_menu{
		display:block;
	}	
	#manageloan{
		display:none;
	}
	body{
		padding-top:43px;
	}
}



@media (max-width:991px) {
	.form-lady{
		display:none;
	}
	.nav-pills{
		padding-top:20px;
	}
	.mobile-footer-nav{
		display:block;
		margin:0 auto;
		width:80%;
		margin-bottom:20px;
	}
	.footer{
		display:none;
	}
	#logo-m{
		display:none;
	}
	.big-icon{
		display:none;
	}
	.maxvsbank{
		padding-top:15px;
	}
	#manageloan{
	    margin-right:120px;
	}
	
}
@media (min-width:481px){
	.slicknav_menu{
		width:100%;
		display:block;
	}
	
}
@media (max-width:480px) {
	#word-get{display:none;}
	.carousel-inner h1,.sub-page-banner h1  {
		font-size:38px;
	}
	.carousel-inner .sub-title, .sub-page-banner h2  {
		font-size:26px;
	}
	.nav-tabs>li>a{
		padding:5px;
	}
	.nav-tabs>li>a>h4{
		font-size:16px;
	}
	#header{display:none;}
	
	.modal-header h4{
		padding:0;
		margin:0 auto;
		font-size:22px;
		line-height:100%;
		font-family: 'Open Sans',sans-serif !important;
	}
	.modal-header h5{
		padding:5px 0 0 0;
		margin:0 auto;
		font-size:16px;
		line-height:100%;
		font-family: 'Open Sans',sans-serif !important;
	}
	.modal-header{
		padding:15px;
	}
	.modal-dialog{
		padding-top:20px !important;
	}
	#popup-form button{
		font-size:16px;	
	}
	#popup-form .form-group{
		padding:0 !important;
	}
	#popup-form label, #popup-form input, #popup-form select{
		font-size:16px !important;
	}
	#popup-form .form-group img{
		margin-top:3px !important;
	}
}
@media (max-width:382px) {
.nav-tabs>li>a{
		padding:5px 3px;
	}
	.nav-tabs>li>a>h4{
		font-size:14px;
	}

}


<!-- customized plugin css-->

.popover{
z-index:9999;
width:300px;
}
.popover-title{
	background-color:#1488c7;
	color:#fff;
	font-weight:bold;
}
.popover-content{
	font-size:13px;
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;/*content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;*/}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


input, select{
	color:#666666;
}
input:-moz-placeholder{
  color:#666666;
}
input:-ms-input-placeholder{
  color:#666666;
}
input:-webkit-input-placeholder{
  color:#666666;
}

.tab-pane{
	padding:20px;
	border:1px solid rgb(221, 221, 221);
	border-top:none;
	/*background-color:rgb(221, 221, 221);*/
}
.nav-tabs > li > a:hover{
	background:rgb(221, 221, 221);
}
.nav-tabs> li.active > a{
	/*background:rgb(221, 221, 221);*/
}

.modal-dialog{
	padding-top:85px;
}

.index-content .panel-title{
	padding:5px;
}
.panel-default > .panel-heading{
	background:#7CAD00;
}
div.panel-heading h3{
	color:white;
}


.col-sm-3 p, .col-sm-3 h4{ text-align:center}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background: #94BB2E;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
 
.social a{
	display:inline-block;
	opacity:.75;
	-ms-transform: scale(.85,.85); /* IE 9 */
	-webkit-transform: scale(.85,.85); /* Chrome, Safari, Opera */
	transform: scale(.85,.85);
}
.social a:hover{
	opacity:1;
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	transform: scale(1,1);
}


.old-ie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/pattern.png) repeat;
	background-color: #333;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	color: #fff;
	text-align: center;
	padding-top: 15%;
	display: none;
}
.form-wrapper {
	display: none;
}
#preapp-form {
	position: relative;
	top: -100px;
}
.index-grey-btn {
	height: 60px;
	position: relative;
}
.index-grey-btn a {
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
.index-grey-btn img {
	position: absolute;
	top: 15px;
	right: 30px;
}
.reviewtext {
	
}
.reviewtitle {
	font-family: 'Oswald', sans-serif;
	color: #1488C7;
	font-size: 25px;
	padding-top: 20px;
}
.reviewsubtitle {
	font-family: 'Oswald', sans-serif;
	color: #1488C7;
	font-size: 18px;
	padding-top: 10px;
	
}
.g-btn {
	background: #95c93d;
	display: block;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	text-decoration: none;
}
.g-btn:hover {
	background: rgb(109,168,53);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	text-decoration: none;
	color: #fff;
}

@media (max-width: 450px) {
  .mobilehide{width:40px;}
}

@media  (min-width: 767px) and (max-width:1000px){
  .mobilehide{width:50px;}
  .loan-list{
  }
}

.index-apply-btn {
    background: none repeat scroll 0 0 #95C93D;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}

#manageloan{
	float:right;
	width:160px;
	padding:10px; 
	font:14px Arial, Helvetica, sans-serif; 
	background:#757575;
	color:white;
	margin-right:28%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom:10px;

}
#manageloan:hover{
	background:#515151;
}


.well {
border:#Ffd193;
background-color:#e8e8e8 !important;

margin-bottom:0;
}
.index-content {
	padding-bottom:0px;
}
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 12px 12px 0 12px;
border-color: #e8e8e8 transparent transparent transparent;	
}
#awards-wrap{
	background-color:#fff; padding:20px 0;
}
#awards-wrap > .container{
	background:#fff;
	border:10px solid #fff;
	border-radius:8px;
	padding:0;
}
.awards-img{
	
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:3px !important;
	color:#faa516;
	font-weight:bold;
	font-size:14px;
}
.awards-img img{
	vertical-align:middle;
	margin:0 auto;
}
.customer-name{
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	text-align:right;
	color:#1488c7;
	margin-bottom:15px;
}
.grey-btn-small{
	width:180px !important;
	display:block; margin:0 auto;
}
.green-btn-small{
	width:180px !important;
	margin:15px auto;
}
.ssh{
		display:none;
	}
@media all and (max-width: 480px){
	.awards-img:nth-child(6),
	.awards-img:nth-child(7),
	.awards-img:nth-child(8)
	
	{
		display:none;
	}
	.awards-img:nth-child(1){
		width:100%;
	}
	.awards-img{
		width:50%;
		text-align:center;
		margin-top:0 !important;
	}
	
	.carousel-inner .col-sm-7, .index-content .col-sm-6{
		padding-left:0;
		padding-right:0;
	}
	
	.key-points{
		font-size:16px;
	}
	.well-sm p{
		font-size:16px;
		}
	.ss{
		display:none;
	}
	.ssh{
		display:block;
	}
}

/* color theme for mobile nav  */
.slicknav_menu{
	padding:8px 0px;
}
.slicknav_btn {
	float:left;
	margin-top:0 !important;
	margin-left:15px;
}	
#mobile-logo{
	position:absolute !important;
	left:50%;
	margin-left:-28px;
	top:2px;
}
.slicknav_nav{
	padding:10px 0 0 0 !important;
}
.slicknav_nav li{
	background:#1e75bc;
	border-top: 1px solid #3A96E0;
	border-bottom: 1px solid #185E96;
}
.slicknav_nav > li:last-child{
	font-weight:bold;
	background-color:#95c93d;
	border-bottom:1px solid #A4D059 !important;
	border-bottom:1px solid #8ABD35 !important;
}
.slicknav_nav li a{
	border-bottom:none;
	color:#fff;
}


li.slicknav_parent ul{
	margin:0 !important;
	background-color:transparent !important;
}

li.slicknav_parent ul li a{
	padding-left:30px;
	font-size:14px;
}
li.slicknav_parent ul li a:before{
	content: "•";
	margin-right: 10px;
}
li.slicknav_parent ul li{
	border:none;
}



.popover {
    max-width: 380px;
    min-width: 320px;
}
.popover img{
	margin:0 10px 10px 0;
	display:block;
	width:64px;
	float:left;
}
@media all and (max-width:480px){
	.popover {
		max-width: 380px;
		min-width: inherit;
	}	
	.popover img{
		display:none;
	}
}
.panel-title a{
	color:#FFF;
}
.termscondition{
	padding:20px;
}
.modal-header h5 {
  color: #fff;
  padding: 0;
  font-size: 20px;
  font-family: Calibri;
}