@charset "utf-8";
/* CSS Document */


/*-----------FONTS------------*/
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans_regular/NotoSans-Regular-webfont.eot');
    src: url('../fonts/notosans_regular/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans_regular/NotoSans-Regular-webfont.woff') format('woff'),
         url('../fonts/notosans_regular/NotoSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans_regular/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rockwellregular';
    src: url('../fonts/rockwell/rock-webfont.eot');
    src: url('../fonts/rockwell/rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwell/rock-webfont.woff') format('woff'),
         url('../fonts/rockwell/rock-webfont.ttf') format('truetype'),
         url('../fonts/rockwell/rock-webfont.svg#rockwellregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url(../fonts/open_sans/opensans-regular-webfont.eot);
    src: url(../fonts/open_sans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/open_sans/opensans-regular-webfont.woff) format('woff'),
         url(../fonts/open_sans/opensans-regular-webfont.ttf) format('truetype'),
         url(../fonts/open_sans/opensans-regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebas_neue/bebasneue-webfont.eot');
    src: url('../fonts/bebas_neue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas_neue/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebas_neue/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebas_neue/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family:'FreestyleScript-Regular';
	src: url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.eot');
	src: url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.woff') format('woff'),
		url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.otf') format('opentype'),
		url('../fonts/free_style/FreestyleScript-Regular_latin+latin-ext_gdi.svg#FreestyleScript-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

/*---------------Reset--------------*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'open_sansregular';
	font-style: normal;
	font-size: 14px;
	color: #333;
	line-height:26px;
}
@media (max-width: 767px) {
body {
	font-size: 14px;
	line-height:22px;
}
}
/*----Remove White Space----------====*/

html, body {

width: auto !important;
  overflow-x: hidden !important;
}

/*-==============CLose============*/



::selection {
	background: #e55f25;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #e55f25;
	color: #fff;
	text-shadow: none;
}
:-moz-ui-invalid:not(output) {
    box-shadow: 0 0 1.5px 1px rgba(255,255,255,0);
}
.form-control:focus {
  border-color: #e55f25;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(229, 95, 37, .075), 0 0 8px rgba(255,246,242,.6);
          box-shadow: inset 0 1px 1px rgba(229, 95, 37, .075), 0 0 8px rgba(255,246,242,.6);
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: -2px;
}
select {
	-webkit-appearance:initial;
}
a {
	outline: 0;
	color:#cc3300;
	text-decoration:none;
}
a:hover {
	color:#111;
	outline: 0;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:active {
	color:#111;
	text-decoration:none;
	outline: none;
}
a:focus {
	color:#111;
	text-decoration:none;
	outline: none;
}
.mar-top10 {
	margin-top: 10px !important;
}
.mar-top20 {
	margin-top: 20px !important;
}
.mar-top30 {
	margin-top: 30px !important;
}
.mar-top40 {
	margin-top: 40px !important;
}
.mar-top50 {
	margin-top: 50px !important;
}
.mar-btm10 {
	margin-bottom: 10px !important;
}
.mar-btm20 {
	margin-bottom: 20px !important;
}
.mar-btm30 {
	margin-bottom: 30px !important;
}
.mar-btm40 {
	margin-bottom: 40px !important;
}
.mar-btm50 {
	margin-bottom: 50px !important;
}
.mar-btm60 {
	margin-bottom: 60px !important;
}
/*-------------StyleSheet--------------*/


.back-to-top {
	text-align:center;
	font-family: 'latoregular';
    cursor: pointer;
	font-weight:bold;
	color: #2b6258 !important;
    position: fixed;
	background: rgba(255,255,255,.9);
    bottom: 30px;
	padding:6px 10px;
	border-radius:4px;
	border:none;
    right:20px;
	display:none;
	z-index:99999;
}
.back-to-top:hover {
	background: #fff;
	color: #107fc9; !important;
}
.q-consult {
	text-align:right;
	color: #fff;
    position: fixed;
    top: 222px;
	height:auto;
	width:47px;
	border:none;
    right:0px;
	z-index:99999;
}
@media (max-width: 1024px) {
.q-consult {
	text-align:right;
	color: #fff;
    position: fixed;
    top: 200px;
	height:auto;
	width:33px;
	border:none;
    right:0px;
	z-index:99999;
}
}
@media (max-width: 992px) {
.q-consult {
	text-align:right;
	color: #fff;
    position: fixed;
    top: 140px;
	height:auto;
	width:26px;
	border:none;
    right:0px;
	z-index:99999;
}
}
@media (max-width: 480px) {
.q-consult {
	text-align:right;
	color: #fff;
    position: fixed;
    top: 122px;
	height:auto;
	width:20px;
	border:none;
    right:0px;
	z-index:99999;
}
}

/*===========================================*/




/*----------------*/



header {
    border-bottom: 3px solid #e5e5e5;
    padding: 15px 0 10px;
    position: relative;
}
header .logo-main {
	margin-top:0;
}
header .contact-us {
	display:block;
	text-align:right;
	color:#484b51;
}
header .contact-us .top-links {
	margin:0;
	padding:0;
	list-style:none;
}
header .contact-us .top-links li {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
header .contact-us .top-links .store-btn-header {
	padding:0 7px;
}
header .contact-us .top-links .store-btn-header img {
	width:auto;
	height:auto;
}
header .contact-us .top-links .store-btn-header:hover {
	opacity:.8;
}
header .contact-us .top-links .number {
    background-image: url("../images/phn-icon-header.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-left: 1px dotted #ff3300;
    font-family: "bebas_neueregular";
    font-size: 35px;
    line-height: 50px;
    padding-left: 51px;
    vertical-align: middle;
	position:relative;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: -52px;
    position: absolute;
    left: 0;
	display:block;
}
header .contact-us .top-links .number .apply-now-btn-new img {
	width:100px;
	height:auto;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: -52px;
    position: absolute;
    right: 0;
	display:block;
}
header .contact-us .top-links .number .contact-us-btn-new img {
	width:104px;
	height:auto;
}
header .contact-us .top-links .number .apply-now-btn-new{
	width:auto;
	height:auto;
}
header .contact-us .top-links .number .apply-now-btn-new:hover ,header .contact-us .top-links .number .contact-us-btn-new:hover {
	opacity:.8;
}


header .nav-home {
    display: block;
    margin-top: 17px;
    text-align: center;
}
header .nav-home .nav-line {
	list-style:none;
	margin:0;
	padding:0;
}
header .nav-home .nav-line li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}
header .nav-home .nav-line li:first-child{
	border-left:none;
	padding-left:0;
}
header .nav-home .nav-line li:last-child{
	padding-right:0;
}
header .nav-home .nav-line li a{
	color:#455660;
	padding:10px 0 10px;
}
header .nav-home .nav-line li a:hover{
	color:#f16625;
}
header .nav-home .nav-line li .active{
	color:#f16625;
}
header .nav-home .nav-line li .dropdown-wrapper {
    background-clip: padding-box;
    background-color:  rgba( 255,  255, 255, 0.93);
    border:none;
    border-radius:0;
	border-top:solid 2px #f16625;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 14px;
    left: -19%;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 190px;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: 22px;
    z-index: 1000;
}
header .nav-home .nav-line li .dropdown-wrapper .top-arrow { position:absolute;left:46%; top:-9px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #f16625; }

header .nav-home .nav-line .dropdown-menu  li:first-child {
}
header .nav-home .nav-line .dropdown-menu  li {
    border-left: medium none;
    padding-left: 15px;
	display:block;
	padding: 0;
	font-size:12px;
}
header .nav-home .nav-line li .dropdown-wrapper .dropdown-submenu {
	position:relative;
}
header .nav-home .nav-line li .dropdown-wrapper .dropdown-submenu .dropdown-inner1 {
	background-clip: padding-box;
    background-color:  rgba( 255,  255, 255, 0.9);
    border:none;
    border-radius:0;
	border-top:solid 2px #f16625;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    float: none;
	right:auto;
    font-size: 14px;
    left: 190px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: -10px;
    z-index: 1000;
}
header .nav-home .nav-line li .dropdown-wrapper span {
    display: block;
    position: absolute;
    right: 7px;
	font-size:11px;
    top: 4px;
}
.dropdown-menu > li {
	border-left:solid 3px rgba(241,102,37,0);
}
header .nav-home .nav-line .dropdown-menu  li a {
	padding:5px 12px;
	border-left: 3px solid rgba(0,0,0,0);
}
header .nav-home .nav-line .dropdown-menu  li a:hover, header .nav-home .nav-line .dropdown-menu  li a:focus {
    background-color: #f5f5f5;
    text-decoration: none;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px 0  rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 4px 0  rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px 0  rgba(0,0,0,0.1);
	border-left:solid 3px rgba(241,102,37,1);
}



@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-wrapper {
        display: block;
    }
	 .dropdown-wrapper .dropdown-submenu:hover .dropdown-inner1 {
		 display: block;
	}
}

/*----------------QUERIES-----------------*/

@media (max-width: 1200px) {
header .nav-home ul {
    text-align: center;
}
header .nav-home ul li {
	display:inline-block;
	font-size:13px;
	padding:0 8px 0 11px;
}
header .nav-home {
}
header .nav-home .nav-line li {
    padding: 0 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
}
}
@media (max-width: 992px) {
header .nav-home {
	display:none;
}
header .logo-main {
	text-align:center;
}
header .contact-us {
    color: #484b51;
    display: block;
    text-align: center;
}
}
@media (max-width: 640px) {

}

@media (max-width: 480px) {

}
@media (max-width: 360px) {
header .contact-us .top-links b h6 {
    font-size: 15px;
}
}


/***************-----------------*/
#menu {
	display:none;
}
.slicknav_menu {
	display:none;
}
.logo-mobile-view {
	display:none;
}

@media (max-width: 992px) {
	#menu {
	display:block;
}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		margin-top:20px;
	}
	.logo-main {
		display:none;
	}
	.logo-mobile-view {
		display:block;
	position:absolute;
	text-align:left;
	top:10px;
	left:10px;
}

.logo-mobile-view img {
	width:170px;
	height:auto;
}
.slicknav_nav li ul li i {
    color: #888;
    float: right;
    padding-top: 6px;
}
}

/*------------------------*/

.search-btn {
    background-image: url("../images/search-icon.png") !important;
    background-position: center 7px;
    background-repeat: no-repeat;
    height: 34px;
    width: 40px;
}






/*----------------*/

#banner-home {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/banner-home.jpg);
	padding:10px 0;

}
#banner-credit-repair {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/banner-credit-repair.jpg);
	padding:25px 0;

}
#banner-home-loan {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/banner-home-loan.jpg);
	padding:25px 0;

}
#banner-car-loan {
    background-image: url("../images/banner-car-loan.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}
#banner-personal-loan {
    background-image: url("../images/banner-personal-loan.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}
#banner-truck-loan {
    background-image: url("../images/banner-truck-loan.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}
#banner-no-deposite {
	background-image: url("../images/banner-no-deposite.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}


.cya_wrap{
	z-index:999;
	background-image:url(../images/form-bg.jpg);
	border-radius:10px;
	min-height:350px;
	display:block;
	padding: 10px 10px 25px;
}
.cya_wrap .form-control {
    height: 45px;
    margin-bottom: 13px;
    padding-left: 40px;
}
.cya_wrap .bg-man {
    background-image: url("../images/form-selct-man.png");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    padding-left: 37px;
	position:relative;
	-webkit-appearance:initial;
}

.cya_wrap .bg-phn {
    background-image: url("../images/form-selct-phn.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    font-size: 14px;
	-webkit-appearance:initial;
}
.cya_wrap .bg-msg {
    background-image: url("../images/form-selct-msg.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    font-size: 14px;
	-webkit-appearance:initial;
}
.cya_wrap .bheading{
	font-family: 'open_sansregular';
	color:#fff;
	font-weight:bold;
	padding-left:20px;
	padding-top:7px;
	font-size:20px;
	margin-bottom:10px;
}
.cya_wrap .mbtn{
	background: #e96125; /* Old browsers */
    width: 100%;
	color:#FFF;
    font-family: arial;
    font-size: 25px;
    padding: 6px;
}
.cya_wrap .mbtn:hover{
	background: #b44024; /* Old browsers */
	color:#FFF;
}

.cya_wrap p{
	font-family:arial;
	font-size:11px;
	padding-top:20px;
	color:#6e7074;
}
.banner-content .content {
}
.banner-content h2 {
	color:#fff;
	width:30%;
	margin-bottom:5px;
	font-family: 'bebas_neueregular';
	font-size:56px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner-content h3 {
	color:#fff;
	font-family: "Arial Black", sans-serif;
	margin-bottom:5px;
	font-size:25px;
	margin-bottom:30px;
	margin-top:25px;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.banner-content .hm-loan-points {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
.banner-content .hm-loan-points li {
    background-image: url("../images/tick-white.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.banner-content .hm-loan-points li a {
	color:#fff;
	text-decoration:underline;
}
.banner-content .hm-loan-points li a:hover {
	color:#222;
}

.main_btn{
	background: #e96125; /* Old browsers */
	color:#FFF;
}
.main_btn:hover{
	background: #b44024; /* Old browsers */
	color:#FFF;
}

@media (max-width: 1200px) {
.cya_wrap .bheading{
	font-size:18px;
}
}
@media (max-width: 992px) {
.banner-content h2 {
    font-size: 56px;
    margin-bottom: 5px;
    width: 56%;
}
.cya_wrap{
	margin-top:20px;
}
}
@media (max-width: 640px) {

#banner-home {
    background-position: right top;
}
.banner-content h2 {
    font-size: 56px;
    margin-bottom: 5px;
    width: 100%;
}
.cya_wrap .bheading {
    color: #fff;
    font-family: "open_sansregular";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 11px;
    padding-top: 20px;
}
.banner-content .hm-loan-points li {
    background-image: url("../images/tick-white.png");
    background-position: left 0;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 40px;
}
}
@media (max-width: 360px) {
.cya_wrap .mbtn{
    font-size: 21px;
}
}


/*-------------------*/


#loan-services {
	padding:35px 0 20px;
}
#loan-services h3 {
	text-align:center;
	font-size:36px;
	color:#333;
	margin-bottom:40px;
}
#loan-services figure {
	margin-bottom:20px;
}
#loan-services h4 {
	font-size:16px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
}
#loan-services p {
	font-size:14px;
}
#loan-services p a:hover {
	text-decoration:underline;
}


#other-section {
	background-color:#f1f0f0;
	padding:40px 0;
}
#other-section .points {
	list-style:none;
	padding:0;
	margin:0;
}
#other-section h3 {
	font-size:22px;
	font-weight:bold;
	color:#333;
	margin-top:0;
	margin-bottom:20px;
}
#other-section .points li {
	line-height:21px;
	color:#cc3300;
	font-size:16px;
	background-position:left 6px;
	margin-bottom:10px;
	padding-left:15px;
	background-image:url(../images/left-arrow-sm.png);
	background-repeat:no-repeat;
}
.border-line {
	border-left:solid 1px #8f8e8e;
	border-right:solid 1px #8f8e8e;
	padding-bottom:30px;
	margin-bottom:0px;
	
}
#other-section .loans-typ {
	list-style:none;
	padding:0;
	margin:0;
}
#other-section .loans-typ {
	text-transform:uppercase;
	color:#fff;
}
#other-section .loans-typ a {
	position:relative;
	display:block;
	color:#fff;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	margin-bottom:8px;
	text-transform:uppercase;
	border-radius:5px;
	padding:8px 10px 7px 60px;
}
#other-section .loans-typ a .img-span {
	position:absolute;
	text-align:center;
	width:38px;
	height:auto;
	top:5px;
	left:12px;
}
#other-section .loans-typ .home-loan {
	background-color: #ff8226; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODIyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODY0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ff8226 0%, #e86404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8226), color-stop(100%,#e86404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff8226 0%,#e86404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff8226 0%,#e86404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff8226 0%,#e86404 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff8226 0%,#e86404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8226', endColorstr='#e86404',GradientType=0 ); /* IE6-8 */
}
#other-section .loans-typ .home-loan:hover {
	background-color: #e86404;
}
#other-section .loans-typ .car-loan {
	background: #eb6639; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTJlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #eb6639 0%, #ae2e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6639), color-stop(100%,#ae2e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* IE10+ */
background: linear-gradient(to bottom, #eb6639 0%,#ae2e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6639', endColorstr='#ae2e00',GradientType=0 ); /* IE6-8 */
}
#other-section .loans-typ .car-loan:hover {
	background-color: #ae2e00;
}
#other-section .loans-typ .truck-loan {
	background: #104d91; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNGQ5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjJhNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #104d91 0%, #0b2a4d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#104d91), color-stop(100%,#0b2a4d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #104d91 0%,#0b2a4d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #104d91 0%,#0b2a4d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #104d91 0%,#0b2a4d 100%); /* IE10+ */
background: linear-gradient(to bottom, #104d91 0%,#0b2a4d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104d91', endColorstr='#0b2a4d',GradientType=0 ); /* IE6-8 */
}
#other-section .loans-typ .truck-loan:hover {
	background-color: #0b2a4d;
}
#other-section .loans-typ .prsnl-loan {
	background-color: #6a6a6a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhNmE2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjNiM2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #6a6a6a 0%, #3b3b3b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6a6a6a 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6a6a6a 0%,#3b3b3b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6a6a6a 0%,#3b3b3b 100%); /* IE10+ */
background: linear-gradient(to bottom, #6a6a6a 0%,#3b3b3b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-8 */
}
#other-section .loans-typ .prsnl-loan:hover {
	background-color: #3b3b3b;
}

#why-go {
	padding:40px 0;
	color:#fff;
	background: #013773; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMzc3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTI1NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #013773 0%, #01254d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#013773), color-stop(100%,#01254d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #013773 0%,#01254d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #013773 0%,#01254d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #013773 0%,#01254d 100%); /* IE10+ */
background: linear-gradient(to bottom, #013773 0%,#01254d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013773', endColorstr='#01254d',GradientType=0 ); /* IE6-8 */
}
#why-go a:hover{
	color:#fff;
	text-decoration:underline;
}
#why-go h2 {
	text-align:center;
	font-size:36px;
	margin-top:0;
	margin-bottom:30px;
	font-weight:bold;
}
#why-go ul {
	list-style:none;
	padding:0;
	margin:0;
}
#why-go ul li{
	padding:0 40px 0px 40px;
	min-height:30px;
	background-image:url(../images/tick-hm.png);
	background-position:left top;
	font-size:18px;
	line-height:29px;
	margin-bottom:15px;
	background-repeat:no-repeat;
}
#why-go .free-conslt {
	-webkit-box-shadow: 3px 3px 5px 1px #000;
	-moz-box-shadow: 3px 3px 5px 1px #000;
	-ms-box-shadow: 3px 3px 5px 1px #000;
	box-shadow: 3px 3px 5px 1px #000;
	position:relative;
	margin:0 auto;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background: #fd8126; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkODEyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODYxMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fd8126 0%, #d86109 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8126), color-stop(100%,#d86109)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fd8126 0%,#d86109 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fd8126 0%,#d86109 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fd8126 0%,#d86109 100%); /* IE10+ */
background: linear-gradient(to bottom, #fd8126 0%,#d86109 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8126', endColorstr='#d86109',GradientType=0 ); /* IE6-8 */
}
#why-go .free-conslt:hover {
	text-decoration:none;
}
#why-go .free-conslt aside {
	position:absolute;
	right: -185px;
    top: -7px;
	padding: 18px 20px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height:17px;
	z-index:1;
	border-radius:50%;
	background: #eb6639; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjYzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTJlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #eb6639 0%, #ae2e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6639), color-stop(100%,#ae2e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eb6639 0%,#ae2e00 100%); /* IE10+ */
background: linear-gradient(to bottom, #eb6639 0%,#ae2e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6639', endColorstr='#ae2e00',GradientType=0 ); /* IE6-8 */
}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {
#why-go .free-conslt {
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 0 -162px;
}
#why-go .free-conslt aside {
    font-size: 13px;
    line-height: 14px;
    right: -168px;
    top: -12px;
}
.border-line {
	border-right:none;
	margin-bottom:16px;
}
}
@media (max-width: 640px) {
.border-line {
	border:none;
	margin-bottom:0px;
	padding-bottom:30px;
}
#loan-services {
    padding: 28px 0 20px;
}
#loan-services h3 {
    font-size: 32px;
}
#other-section .points li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 11px;
}
#why-go ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 30px;
    padding: 0 0 0 40px;
}
}
@media (max-width: 480px) {
#why-go .free-conslt {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 0 -131px;
}
#why-go .free-conslt aside {
    font-size: 11px;
    line-height: 13px;
    right: -135px;
    top: -11px;
	padding: 15px 11px;
}
}

@media (max-width: 360px) {
#why-go .free-conslt {
    font-size: 14px;
    font-weight: bold;
    margin: 22px auto 0 -9px;
    padding: 5px 8px;
}
#why-go .free-conslt aside {
    font-size: 11px;
    line-height: 12px;
    right: -3px;
    top: -45px;
	padding: 10px 15px;
}

}
@media (max-width: 320px) {
#why-go .free-conslt {
    font-size: 14px;
    font-weight: normal;
	margin: 27px auto 0 -11px;
}
}


#loan-lenders {
    padding: 10px 0 20px;
}
#loan-lenders .carousel-indicators {
    display: none;
}
#loan-lenders .carousel-inner {
    overflow: unset;
    position: relative;
    width:90%;
	margin: 32px auto 0;
}
#loan-lenders .carousel-control {
    bottom: 0;
    color: #000;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: -21px;
	width:auto;
}
#loan-lenders .carousel-control.left {
    background-image:none;
    background-repeat:no-repeat;
}
#loan-lenders .carousel-control.right {
	background-image:none;
    background-repeat:no-repeat;
    left: auto;
    right: 0;
}

#social-panel{
	background-color:#282828;
	padding:20px 0;
}
#social-panel h5{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
#social-panel .form-control {
	border-radius:18px;
	position:relative;
}
#social-panel .form-control .search-btn {
    height: 30px;
    position: absolute;
    right: 8px;
    top: 3px;
    width: 30px;
}
#social-panel .form-control input {
	width:80%;
	border:none;
	outline:none;
}
#social-panel .social-links {
	margin:0;
	padding:0;
	list-style:none;
}
#social-panel .social-links li {
	float:left;
	margin-right:8px;
}
#social-panel .social-links li .youtube {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#social-panel .social-links li .youtube:hover {
	background-color:#9e0f0f;
}
#social-panel .social-links li .fb {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#social-panel .social-links li .fb:hover {
	background-color:#3165b3;
}
#social-panel .social-links li .twtr {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#social-panel .social-links li .twtr:hover {
	background-color:#24b1d4;
}
#social-panel .social-links li .in {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#social-panel .social-links li .in:hover {
	background-color:#166fa7;
}
#social-panel .social-links li .gpls {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#social-panel .social-links li .gpls:hover {
	background-color:#cf2525;
}



footer {
	padding: 20px 0;
	background-image:url(../images/footer-bg.jpg);
}
footer h4{
	background-image:url(../images/fotr-arrw.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom: 20px;
	color:#bfbdbd;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
footer .footer-nav {
    border-bottom: 1px solid #3a3a3a;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
}
footer .footer-nav a{
	color:#bfbdbd;
}
footer .footer-nav a:hover {
	color:#cc3300;
}
footer .footer-nav li {
	padding-left:15px;
	float:left;
	border-right:solid 1px #3a3a3a;
}

footer .footer-nav .one {
	width:15%;
	padding-left:0;
}
footer .footer-nav .two {
	width:25%;
}
footer .footer-nav .three{
	width:20%;
}
footer .footer-nav .four {
	width:18%;
}
footer .footer-nav .five {
	width:22%;
	border:none;
}
footer .footer-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
}
footer .footer-nav li ul li{
	width:100%;
	border:none;
	display:block;
	background-image:url(../images/fotr-arrw.png);
	background-position:left 9px;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#bfbdbd;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

footer .footer-links {
    padding: 10px 0 0;
}
footer .footer-links .footer-sitemap .main-pg {
	margin:0;
	padding:0;
	list-style:none;
}
footer .footer-links .footer-sitemap .main-pg li {
	display:block;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 12px;
}
footer .footer-links .footer-sitemap .main-pg li a {
	color:#d14318;
	display:inline-block;
	border-bottom-:solid 1px rgba(225,225,225,.1);
}
footer .footer-links .footer-sitemap .main-pg li .inner-pg {
	margin:0;
	padding:0;
	list-style:none;
}
footer .footer-links .footer-sitemap .main-pg li .inner-pg li {
	display:block;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	padding-left:5px;
	margin-bottom: 0px;
}
footer .footer-links .footer-sitemap .main-pg li .inner-pg li a {
	color:#bfbdbd;
	border-bottom:none;
}
footer .footer-links .footer-sitemap .main-pg li .inner-pg li a:hover {
	color:#fff;
}

footer .footer-add {
	margin:0;
	padding:0;
	list-style:none;
	margin:40px 0 0 0;
}
footer .footer-add li{
	display:block;
	float:none;
	width:100%;
}
footer .footer-add .apply-loan {
	position:relative;
	margin-bottom:30px;
}
footer .footer-add .apply-loan .sign {
    left: -13px;
    position: absolute;
    top: -8px;
}
footer .bottom-nav {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}
footer .bottom-nav li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    text-transform: uppercase;
}
footer .bottom-nav li a{
	color:#eee;
}
footer .bottom-nav li a:hover{
	color: #d14318;
	text-decoration:underline;
}

footer .awards {
	margin-top:30px;
	text-align:left;
}

@media (max-width: 1200px) {
header .contact-us .top-links .number {
    font-size: 30px;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: -45px;
    position: absolute;
    left: 0;
}

header .contact-us .top-links .number .contact-us-btn-new {
    bottom: -45px;
    position: absolute;
    right: 0;
}
header .contact-us .top-links .number .apply-now-btn-new img {
	width:88px;
	height:auto;
}
header .contact-us .top-links .number .contact-us-btn-new img {
	width:88px;
	height:auto;
}
header .contact-us .top-links .store-btn-header img {
    height: auto;
    width: 150px;
}
}
@media (max-width: 992px) {
header .contact-us .top-links {
    list-style: outside none none;
    margin: 0;
    padding: 0 58px 0 0;
	text-align:left;
}
header .contact-us .top-links .store-btn-header img {
    height: auto;
    width: 120px;
}
header .contact-us .top-links .number {
    background-position: 9px center;
    background-size: 18px auto;
    font-size: 22px;
    line-height: 36px;
    padding-left: 32px;
    padding-right: 48px;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: 0;
    position: absolute;
    right: -75px;
	left:auto;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: 0;
    position: absolute;
    right: -191px;
}
header .contact-us .top-links .number .apply-now-btn-new img {
	width:110px;
	height:auto;
}
header .contact-us .top-links .number .contact-us-btn-new img {
	width:110px;
	height:auto;
}
#loan-lenders .carousel-control img {
	width:36px;
	height:auto;
}
#loan-lenders .carousel-inner .col-sm-2 {
	padding:0 10px;
}
#social-panel h5 {
	 margin-top:30px;
}
footer .footer-nav .one {
    padding-left: 0;
    width: 30%;
	border:none;
	min-height:1px;
}
footer .footer-nav .two {
    width: 40%;
	border:none;
}
footer .footer-nav .three {
    width: 30%;
	border-right:0;
}
footer .footer-nav .four {
    padding-left: 0;
    width: 30%;
	border:none;
}
footer .footer-nav .five {
    width: 40%;
	border:none;
}
footer .footer-add li {
    float: left;
    padding-right: 18px;
    width: auto;
}
footer .awards {
	margin-top:15px;
	text-align:center;
	margin-bottom:15px;
}
}
@media (max-width: 640px) {
header .contact-us .top-links .store-btn-header img {
    height: auto;
    width: 90px;
}
header .contact-us .top-links .store-btn-header {
    padding: 0 2px;
}
header {
    padding: 15px 0 10px;
}
header .contact-us {
    margin-top: 0;
}
footer .footer-nav li ul li {
	font-size:12px;
	padding-left: 16px;
	background-position: left 8px;
}
footer .footer-nav .one {
    padding-left: 0;
    width: 45%;
}
footer .footer-nav .two {
    padding-left: 0;
    width: 55%;
}
footer .footer-nav .three {
    padding-left: 0;
    width: 45%;
}
footer .footer-nav .four {
    padding-left: 0;
    width: 55%;
}
footer .footer-nav .five {
    padding-left: 0;
    width: 45%;
}
#loan-lenders .carousel-control img {
    height: auto;
    width: 30px;
}
#loan-lenders .carousel-inner > .item .col-xs-2 {
	padding-left: 2px;
    padding-right: 2px;
}
#loan-lenders .carousel-inner > .item .col-xs-2 .thumbnail {
    margin-bottom: 0;
    padding: 0;
}
#loan-lenders .carousel-inner {
    margin: -6px auto 24px;
    width: 90%;
}
header .contact-us .top-links {
    text-align: left;
}
header .contact-us .top-links .number .apply-now-btn-new img {
    height: auto;
    width: 80px;
}
header .contact-us .top-links .number .contact-us-btn-new img {
    height: auto;
    width: 80px;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: 0;
    left: auto;
    position: absolute;
    right: -43px;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: 0;
    position: absolute;
    right: -137px;
}
}
@media (max-width: 480px) {
header .contact-us .top-links {
    list-style: outside none none;
    margin: 0 0 0 -22px;
    padding: 0;
}
header .contact-us .top-links .store-btn-header img {
    height: auto;
    width: 98px;
}
header .contact-us .top-links .store-btn-header {
    padding: 0 2px;
}
header .contact-us .top-links .number {
    background-position: 9px center;
    background-size: 15px auto;
    font-size: 18px;
    line-height: 36px;
    padding-left: 28px;
    padding-right: 48px;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: 0;
    position: absolute;
    right: -40px;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: 0;
    position: absolute;
    right: -130px;
}

header .contact-us .top-links .store-btn-header img {
    height: auto;
    width: 80px;
}
}
@media (max-width: 360px) {
header .contact-us .top-links .number {
    background-position: 16px center;
    background-size: 15px auto;
    border-left: medium none;
    font-size: 20px;
    line-height: 55px;
    padding-left: 33px;
    padding-right: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
header .contact-us .top-links .store-btn-header img {
    height: auto;
    margin: 0 1px;
    width: 131px;
}
header .contact-us .top-links .store-btn-header {
    float: left;
    padding: 0 7px;
    width: 50%;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: 2px;
    position: absolute;
    right: 126px;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: 2px;
    position: absolute;
    right: 25px;
}
header .contact-us .top-links .number .apply-now-btn-new img {
	width:90px;
	height:auto;	
}
header .contact-us .top-links .number .contact-us-btn-new img {
	width:90px;
	height:auto;
}
footer .bottom-nav li {
    font-size: 11px;
    padding: 10px 2px 0;
}
header .contact-us {
    display: block;
    float: left;
    margin-top: 74px;
    width: 100%;
}
.footer-sitemap {
	float:left !important;
	width:100% !important;
}
footer .footer-nav li ul li {
	font-weight:normal;
}

/*-----header links-----*/

header .contact-us {
    position: relative;
    text-align: center;
}
header .contact-us .top-links {
    left: -30px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -77px;
    width: 360px;
}
/*---------------*/

}
@media (max-width: 320px) {
header .contact-us .top-links {
    width: 320px;
}
#social-panel .social-links li {
    float: left;
    margin-right: 3px;
}
#loan-lenders {
    padding: 5px 0 30px;
}
header .contact-us .top-links .number .apply-now-btn-new {
    bottom: 2px;
    position: absolute;
    right: 103px;
}
header .contact-us .top-links .number .contact-us-btn-new {
    bottom: 2px;
    position: absolute;
    right: 9px;
}
header .contact-us .top-links .number .apply-now-btn-new img {
    height: auto;
    width: 80px;
}
header .contact-us .top-links .number .contact-us-btn-new img {
    height: auto;
    width: 80px;
}
}

/*--------------------------------*/

#home-loans-panel {
	padding:40px 15px 11px 0;
}
#home-loans-panel figure{
	margin-bottom:20px;
}
#home-loans-panel h4{
	font-size:16px;
	line-height:24px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
}
#home-loans-panel h3{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#home-loans-panel p {
	font-size:14px;
}
.stroke-btn {
	font-size:14px;
	font-weight:lighter;
	background-color:none;
	border:solid 1px #cc3300;
}
.stroke-btn:hover {
	background-color:#cc3300;
	color:#fff;
}
.stroke-btn:focus {
	color:#fff;
}
#home-loans-panel .points {
	margin:0;
	list-style:none;
	padding:0;
}
#home-loans-panel .points li {
    background-image: url("../images/arrw-1.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    color: #cc3300;
	font-size:16px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 19px;
}

/*----------------------------------*/

#home-loans-middle {
	padding:25px 0 40px;
	background-color:#013671;
	font-size:16px;
}
#home-loans-middle h3 {
	font-size:21px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
#home-loans-middle .interest-rate {
}
#home-loans-middle .interest-rate .nav-tabs {
	background-color:#c93905;
	border-bottom-color:#e5e5e5;
}
#home-loans-middle .interest-rate .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-top: 15px;
}
#home-loans-middle .interest-rate .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	background-color: rgba(255, 255, 255, 0.1);
    line-height: 1.42857;
    margin-right: 2px;
	color:#fff;
    padding: 7px 10px;
	
}
#home-loans-middle .interest-rate .nav-tabs > li.active > a, #home-loans-middle .interest-rate .nav-tabs > li.active > a:hover, #home-loans-middle .interest-rate .nav-tabs > li.active > a:focus {
	background-color:#e5e5e5;
	color: #c93905;
    padding: 7px 10px;
}
#home-loans-middle .interest-rate .nav > li > a:hover, #home-loans-middle .interest-rate .nav > li > a:focus {
    background-color: #e5e5e5;
    text-decoration: none;
	color:#c93905;
}
#home-loans-middle .interest-rate .tab-content {
	font-size:14px;
	background-color:#fff;
}
#home-loans-middle .interest-rate .tab-content .table {
	margin-bottom:0;
}
#home-loans-middle .interest-rate .interest-lender {
    border-bottom: 3px solid #c93905;
    min-height: 353px;
    overflow-x: auto;
}
#home-loans-middle  .table > tbody > tr > td {
    border-top: 1px dashed #b6b6b6;
}


#home-loans-middle .free-consalt {
	float:left;
	color:#fff;
	width: 100%;
	display:block;
	margin-bottom:30px;
	padding:10px;
	background-color:#c93905;
}
#home-loans-middle .free-consalt figure{
	float:left;
	width:40%;
	padding-right:15px;
}
#home-loans-middle .free-consalt p {
	float:right;
	line-height:22px;
	width:60%;
}
#home-loans-middle .free-consalt p .read-more {
	background-color:#111;
	font-size:14px;
	color:#fff;
	margin-top:10px;
	padding:4px 8px;
}
#home-loans-middle .free-consalt p .read-more:hover {
	background-color:#444;
	color:#fff;
}
#home-loans-middle .usefl-calc {
	float:left;
	color:#fff;
	 width: 100%;
	display:block;
	padding:10px;
	background-color:#138bb2;
}
#home-loans-middle .usefl-calc figure{
	float:left;
	width:40%;
	padding-right:15px;
}
#home-loans-middle .usefl-calc .points {
	float:right;
	width:60%;
	list-style:none;
	padding:0;
	margin:0;
}
#home-loans-middle .usefl-calc .points li{
	display:block;
	background-repeat:no-repeat;
	background-position:left 9px;
	padding-left:15px;
	background-image:url(../images/arrw-2.png);
}

@media (max-width: 1200px) {
#home-loans-middle .interest-rate .interest-lender {
    min-height: 371px;
}
}
@media (max-width: 992px) {
#home-loans-middle .interest-rate .interest-lender {
    min-height: 0;
}
}
@media (max-width: 640px) {
#home-loans-middle .interest-rate {
}
#home-loans-middle .interest-rate  .table {
	min-width:500px !important;
}
#home-loans-middle .interest-rate .tab-content {
    margin-bottom: 35px;
}
}
@media (max-width: 360px) {
}

/*------------------------------*/

#banner-home-buyer {
	padding:40px 0 30px;
	background-color:#ebebeb;
}
#banner-home-buyer figure {
    margin-bottom: 20px;
}
.content h4 {
	font-size:18px;
	font-weight:bold;
	color:#cc3300;
	line-height:24px;
}
.breadcrumb-custom {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
.breadcrumb-custom a {
	color:#555;
}
.breadcrumb-custom a:hover {
	color:#cc3300;
}
.getstarted {
    display: inline-block;
	/* font-family:'FreestyleScript-Regular'; */
    font-family: "Dancing Script",cursive;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 0;
}
.btn-aplynowhmlon {
	margin-left: 20px;
    margin-top: -28px;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(201, 57, 5)),
	color-stop(1, rgb(144, 40, 2))
);
color:#fff;
font-size:30px;
font-weight:bold;
padding:8px 20px;
background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);

}

.btn-aplynowhmlon:hover, .btn-aplynowhmlon:active, .btn-aplynowhmlon.active {
    background-image: -moz-linear-gradient(center bottom , rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	color:#fff;
}


#home-buyer-grant {
	padding:0 0 0px 0;
}
#home-buyer-grant h4{
	font-size:18px;
	font-weight:bold;
	color:#cc3300;
	margin-top: 15px;
}
#home-buyer-grant h3{
	font-size:26px;
	margin-top:30px;
}
.points-inner {
	margin:0 ;
	padding:0;
	list-style:none;
}
.points-inner li {
	background-image:url(../images/sqr-dot.jpg) !important;
	background-position:left 8px !important;
	background-repeat:no-repeat !important;
	padding-left:15px !important;
	color:#333 !important;
	font-size:14px !important;
	font-weight:normal !important;
	padding-bottom:0 !important;
	line-height:22px !important;
	margin-bottom:7px !important;
}
#home-buyer-grant table {
	margin-top:0;
	border:solid 1px #ccc;
}
#home-buyer-grant .table > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    vertical-align: bottom;
}
#home-buyer-grant .table > tbody > tr > td{
	border-top:none;
}
#home-buyer-grant .table > tbody > tr:nth-child(2n) {
	background-color:#f0f0f0;
}


.side-panel {
	border-left: dotted 1px #333;
	padding-left:20px;
	margin: 40px 0;
}
.side-panel .points{
	margin:0;
	padding:0;
	list-style:none;
}
.side-panel h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.side-panel .points li {
    background-image: url("../images/arrw-1.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    color: #cc3300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 19px;
}
.free-consltion-add {
	display:block;
	background-color:#cc3300;
	padding-bottom:20px;
	margin: 30px 0;
}
.free-consltion-add h6{
	background-color:#333;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin-top:0;
	padding:6px 20px;
}
.free-consltion-add .points-add {
	margin:0;
	position:relative;
	padding:25px 10px 13px 90px;
	list-style:none;
}
.free-consltion-add .points-add .msg-icon {
    display: inline-block;
    left: 22px;
    position: absolute;
    top: 20px;
}
.free-consltion-add .points-add li {
    background-image: url("../images/crcl-tick.png");
    background-position: left 0;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 6px;
    padding-left: 30px;
}

#loan-comparison {
}
#loan-comparison .top-btn {
	margin:0;
	padding:0;
	list-style:none;
}
#loan-comparison .top-btn li {
	float:none;
	display:inline-block;
	margin-bottom:20px;
	text-align: left;
	vertical-align: middle;
}

.btn-rqst-free  {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(201, 57, 5)),
	color-stop(1, rgb(144, 40, 2))
);
color:#fff;
font-size:30px;
margin: 0 10px;
font-weight:bold;
padding:8px 20px;
background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
}
.btn-rqst-free:hover:hover, .btn-rqst-free:active, .btn-rqst-free.active {
    background-image: -moz-linear-gradient(center bottom , rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	color:#fff;
}
#loan-comparison .table-top-link {
    background-color: #f2f0f0;
    border: 1px solid #ccc;
    display: block;
    float: left;
    padding: 5px;
    width: 100%;
}
#loan-comparison .table-top-link .table-bradcrumb {
	margin: 5px 0 0;
	padding:0;
	float:right;
	list-style:none;
}
#loan-comparison .table-top-link .pdf-dwnld {
    background-image: url("../images/pdf-icon.png");
    background-position: left 4px;
    background-repeat: no-repeat;
    line-height: 36px;
    padding: 10px 0 10px 34px;
}
#loan-comparison .table-top-link .print {
    background-image:url(../images/print-icon.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    line-height: 36px;
    padding: 10px 0 10px 38px;
}
#loan-comparison .table-top-link .table-bradcrumb li {
    display: inline-block;
    margin: 0 3px;
}
#loan-comparison .table-top-link .table-bradcrumb li a {
    color: #fff;
	background-color:#c93905;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
#loan-comparison .table-top-link .table-bradcrumb .active {
	background-color: #333;
}

.comparison-table {
	background-color:fff;
    border: 1px solid #ccc;
    display: block;
    float: left;
	margin-top:4px;
	margin-bottom:4px;
    padding: 5px;
    width: 100%;
}
.table-wrapper {
	overflow-x:auto;
}
.comparison-table .table-wrapper .btn-danger {
    background-color: #e96125 ;
    border-color: #db561b ;
    color: #ffffff;
}
.comparison-table .table-wrapper .btn-danger:hover {
    background-color: #c83f02;
    border-color: #b72f00;
    color: #fff;
}
.comparison-table .table-wrapper table {
	background-color:#fff;
}
.comparison-table .table-wrapper table thead{
	background-color:#f2f0f0;
	border:solid #ccc 1px;
}
.rating {
	margin:0;
	padding:0;
	list-style:none;
}
.rating li {
	display:inline-block;
	margin:1px;
}

@media (max-width: 1200px) {
.rating li img {
	width:15px;
	height:15px;
}
}
@media (max-width: 992px) {
.table-wrapper {
	position:relative;
}
.table-wrapper:before {
    color: #222222;
    content: url("../images/scroll-image.png");
    left: 16px;
    position: absolute;
    top: 0;
	z-index:9999;
}
.table-wrapper .table {
    font-size: 12px !important;
    min-width: 850px;
    width: 100%;
}
.rating li img {
	width:12px;
	height:12px;
}
}
@media (max-width: 640px) {
.comparison-table .table-wrapper .btn-danger {
    background-color: #e96125;
    border-color: #db561b;
    color: #ffffff;
    font-size: 12px;
}
}
@media (max-width: 480px) {
#home-buyer-grant .inner-top figure {
    float: none;
    width: 100%;
}
#home-buyer-grant .inner-top aside {
    float: none;
    width: 100%;
}
#home-buyer-grant h4 {
    color: #cc3300;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
}


#free-consultation {
}

#free-consultation h4 {
	color: #cc3300;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 15px;
}
#free-consultation h3 {
	color:#333;
	margin-bottom:25px;
	font-size:36px;
}
.free-conslt-form {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.free-conslt-form label {
    font-size: 14px;
    font-weight: lighter;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px !important;
}
.free-conslt-form > .panel-heading {
    background-color: #282828;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.points-crcle {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}
.points-crcle li{
	background-repeat:no-repeat;
	background-position:left 0;
	line-height:20px;
	padding-left:37px;
	padding-bottom:14px;
}
.points-crcle li:nth-child(1){
	background-image:url(../images/crcle-icn-1.png);
}
.points-crcle li:nth-child(2){
	background-image:url(../images/crcle-icn-2.png);
}
.points-crcle li:nth-child(3){
	background-image:url(../images/crcle-icn-3.png);
}
.points-crcle li:nth-child(4){
	background-image:url(../images/crcle-icn-4.png);
}
.points-crcle li:nth-child(5){
	background-image:url(../images/crcle-icn-5.png);
}
.points-crcle li:nth-child(6){
	background-image:url(../images/crcle-icn-6.png);
}
.points-sqr {
	margin:0;
	padding:0;
	list-style:none;
}
.points-sqr li {
    background-image:url(../images/sqr-dot.jpg);
    background-position: left 6px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 19px;
}
.points-sqr li{
}
.btn-rqst-free-cnslt  {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(201, 57, 5)),
	color-stop(1, rgb(144, 40, 2))
);
color:#fff;
font-size:30px;
margin: 0 10px;
font-weight:bold;
padding:8px 20px;
background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin:15px 0;
    padding: 8px 20px;
}
.btn-rqst-free-cnslt:hover, .btn-rqst-free-cnslt:active, .btn-rqst-free-cnslt.focus {
    background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	color:#fff;
}

#home-buyer-grant .inner-top {
	float:left;
	width:100%;
}
#home-buyer-grant .inner-top figure {
	float:left;
	width:30%;
}
#home-buyer-grant .inner-top aside {
	float:left;
	width:70%;
}
#other-section .points {
	list-style:none;
	padding:0;
	margin:0;
}

/*-----------------------------*/

.points-crcle-other {
	margin: 20px 0 0;
	padding:0;
	list-style:none;
}
.points-crcle-other li{
	background-repeat:no-repeat;
	background-position:left 0;
	line-height:20px;
	color:#cc3300;
	font-size:18px;
	font-weight:bold;
	padding-left:37px;
	padding-bottom:14px;
}
.points-crcle-other li p {
	color:#333;
	margin-top:10px;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
}
.points-crcle-other li p b {
	display:block;
	font-weight:bold;
}
.points-crcle-other li:nth-child(1){
	background-image:url(../images/crcle-icn-1.png);
}
.points-crcle-other li:nth-child(2){
	background-image:url(../images/crcle-icn-2.png);
}
.points-crcle-other li:nth-child(3){
	background-image:url(../images/crcle-icn-3.png);
}
.points-crcle-other li:nth-child(4){
	background-image:url(../images/crcle-icn-4.png);
}
.points-crcle-other li:nth-child(5){
	background-image:url(../images/crcle-icn-5.png);
}
.points-crcle-other li:nth-child(6){
	background-image:url(../images/crcle-icn-6.png);
}
.points-crcle-other li:nth-child(7){
	background-image:url(../images/crcle-icn-7.png);
	padding-bottom: 0 !important;
}

.apply-online-heading {
	/* font-family:'FreestyleScript-Regular'; */
	font-family: 'Dancing Script', cursive;
	color:#cc3300;
	font-size:45px;
	margin-bottom:0;
}
.bnr-line-bold {
	font-weight:bold;
	color:#fff;
	font-size:22px;
	line-height: 27px;
	margin-top:0;
}
.bnr-line-bold a {
	color:#fff;
	text-decoration:underline;
}
.calc-heading {
	/* font-family:'FreestyleScript-Regular'; */
	font-family: 'Dancing Script', cursive;
	color:#333;
	font-size:45px;
	margin-bottom:0;
}
.view-all-btn {
    background-color: #c93905;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 7px;
}
.view-all-btn:hover {
	color:#fff;
	background-color:#a02a00;
}

/*------------------==////////////==-----------------------*/

.btn-calc {
    background-color: #c93905;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.btn-calc:hover {
	color:#fff;
	background-color:#a02a00;
}
#loan-calc {
	margin:0 0 30px;
}
.calculator-panel .panel-heading {
	background-color:#c93905;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.calculator-panel .panel-body {
	border-left:solid #d7d7d7 1px;
	border-right:solid #d7d7d7 1px;
	border-bottom:solid #d7d7d7 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.calculator-panel .table {
	margin-bottom:0;
}
.calculator-panel .table > tbody > tr > td {
    border-top: 1px dotted #ccc;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
}
.calculator-panel .table > tbody > tr:first-child >td {
	border-top:none;
}
.calc-links {
	margin:0;
	padding:0;
	list-style:none;
}
.calc-links li {
	background-image:url(../images/calc-icon.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:30px;
	text-decoration:underline;
	margin-bottom:7px;
	font-weight:bold;
	color:#c93905;
	font-size:16px;
}
.calc-links li:hover {
	text-decoration:none;
}

.motor-finder-form {
	border:solid 1px #ccc;
	padding:10px;
	border-radius:5px;
	background-color:#efefef;
	margin-bottom:30px;
	margin-top:20px;
}
.motor-finder-form h6 {
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
.motor-finder-form .form-group {
	margin-bottom:10px;
	float:left;
	width:100%;
}
.motor-finder-form .col-lg-12 {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.motor-finder-form .form-group label {
	font-weight:normal;
	text-align:right;
	line-height:16px;
	margin-top:0;
	padding-right:0;
}
.submit-btn {
	background-color:#c93905;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.submit-btn:hover {
	color:#fff;
}

#truck-loan {
	padding:30px 0;
}
#truck-loan  h4 {
    color: #cc3300;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}
.points-crcle-other table{
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.points-crcle-other table tr td:nth-child(1){
	font-weight:bold;
}
.points-crcle-other table tr td:nth-child(2){
	font-weight:bold;
}
.points-crcle-other table tr td:nth-child(4){
	font-weight:bold;
}
#home-buyer-grant .inner-top aside h4 {
    color: #cc3300;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0 !important;
}

/*------------=========RESPONSIVE CSS==========------------------*/

/*----------WIDTH=1200------------*/

@media (max-width: 1200px) {
	
.cya_wrap {
    min-height: 366px;
}
.free-consltion-add h6{
	font-size:30px;
}
#home-buyer-grant .inner-top aside {
    padding-left: 15px;
}
}

/*----END-----------END-------*/

/*----------WIDTH=992------------*/

@media (max-width: 992px) {
#home-buyer-grant .inner-top aside {
    padding-left:0;
}	
.side-panel {
    border-left: medium none;
    margin: 40px 0;
    padding-left: 0;
}
.cya_wrap {
    min-height: 340px;
}
.btn-aplynowhmlon {
    background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: -15px;
    padding: 8px 20px;
}
.btn-rqst-free-cnslt {
    font-size: 13px;
}
}

/*----END-----------END-------*/

/*----------WIDTH=640------------*/

@media (max-width: 640px) {
#home-buyer-grant .inner-top aside {
    padding-left:15px;
}
#loan-lenders .carousel-control img {
    height: auto;
    width: 25px;
}	
#loan-lenders .carousel-control {
    top: -7px;
}
.cya_wrap {
    margin-top: 20px;
}
.free-conslt-form label {
    padding-left: 15px;
	padding-top:10px;
}
.form-group {
    margin-bottom:0;
}
.btn-aplynowhmlon {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -16px;
}
.table {
    font-size: 12px !important;
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 480px) {
.btn-aplynowhmlon {
    margin-top: 10px;
	margin-left:0;
    padding: 8px 20px;
}

}
/*----END-----------END-------*/

/*----------WIDTH=360------------*/
@media (max-width: 992px) {
.getstarted {
    font-size: 56px;
	display:block;
}
.btn-aplynowhmlon {
	margin-left:0;
    margin-top: 20px;
}
}
@media (max-width: 360px) {
	
#home-loans-middle .free-consalt figure {
    float: left;
    margin-bottom: 10px;
    padding-right: 15px;
    width: 100%;
}
#home-loans-middle .usefl-calc figure {
    float: left;
    margin-bottom: 10px;
    padding-right: 15px;
    width: 100%;
}
#home-loans-middle .free-consalt p {
    float: right;
    line-height: 22px;
    width: 100%;
}
#home-loans-middle .usefl-calc .points {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#loan-lenders .carousel-indicators {
    display: block ;
}
#loan-lenders .carousel-indicators {
    bottom: -42px;
    left: 50%;
    list-style: none outside none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
#loan-lenders .carousel-indicators li {
	background-color: #fff;
    border: 1px solid #cc3300;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-indent: -999px;
	height: 14px;
    margin: 0;
    width: 14px;
}
#loan-lenders .carousel-indicators .active {
    background-color: #cc3300;
    height: 14px;
    margin: 0;
    width: 14px;
}
#loan-lenders .carousel-control {
	display:none;
}
.btn-aplynowhmlon {
    font-size: 17px;
    margin-left: 0;
    margin-top: 23px;
    padding: 8px 20px;
}
.getstarted {
    font-size: 56px;
}
.btn-aplynowhmlon {
    font-size: 11px;
    margin-left: 0;
    margin-top: 23px;
    padding: 8px 5px;
	font-weight:normal;
}
#loan-lenders h3 {
	font-size:18px;
	font-weight:bold; 
}
.btn-rqst-free-cnslt {
    font-size: 10px;
    font-weight: normal;
    padding: 8px 10px;
}
#home-buyer-grant .inner-top aside {
    float: none;
    width: 100%;
    padding-left:0 ;
}
#home-buyer-grant .inner-top figure {
    float: none;
    width: 100%;
}
.free-consltion-add h6 {
    font-size: 28px;
}
.btn-rqst-free {
    font-size: 15px;
}
#loan-comparison .table-top-link .table-bradcrumb li a {
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    width: 20px;
}
}
@media (max-width: 320px) {
.side-panel {
    border-left: medium none;
    margin: 40px 0 20px;
    padding-left: 0;
}
}

/*----END-----------END-------*/


/**************************************
/ Blog
**************************************/
/*** Blog on Home Page ***/
.blog-summary {line-height: 18px;}
.post-info-shade { background:#f8f8f8; }
.post-info { line-height:20px; padding-top:10px; }
.post-info h4 {line-height: 26px; margin-top: 0px;}
.post-info h4 a, .post-info h4 a:hover {color:#333; text-decoration: none;}
.post-info ul li {list-style: none; padding-bottom: 2px; margin: 0px;}
.post-preview {line-height: 20px;}
.blog .title-bg, .sidebar .title-bg {
	background: none repeat scroll 0 0 #e96125;
    color: #fff;
    margin-bottom: 10px;
	float:left;
	width:100%;
    padding: 8px 5px 7px;
}
.blog .title-bg i {
	display:inline-block;
	float:right;
}
.search-box {
	float:left;
	margin-bottom:20px;
	width:100%;
}
.search-box .form-control {
	border-radius:0;
}
.blog .title-post {
	margin-top:0;
	margin-bottom:15px;
}
.blog .title-post a {
	font-size:22px;
	color:#cc3300 !important;
	font-weight:bold;
}
.blog .title-post a:hover {
	color:#333 !important;
}
.btn-blogrdmr {
	background-color:#e96125;
	color:#fff;
	padding: 10px 15px 9px;
}
.btn-blogrdmr:hover {
	color:#fff;
	background-color:#cc3300 ;
}
.btn-rdmre-inr {
	display:none;
	background-color:#e96125;
	color:#fff;
	padding:8px 15px 7px;
}
.btn-rdmre-inr:hover {
	color:#fff;
	background-color:#cc3300;
}
@media only screen and (max-width: 640px) {
.btn-rdmre-inr {
	display:inline-block;
}
}

.blog .blog-post {
	border-bottom:solid 1px #dfdfdf;
	padding-bottom:20px;
	display:block;
	position:relative;
	margin-top:30px;
}
.blog .blog-post .article-date {
    background-color: #3070c8;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    padding: 6px 9px 1px 7px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
}
.blog .blog-post .article-date:before {
    content: url("../images/time-arrow-1.png");
    left: -10px;
    position: absolute;
    top: 4px;
}

#tab-info {
	margin-top:20px;
}
#tab-info .tab-content {
	padding-top:20px;
}
#tab-info .nav-tabs .active a {
	background-color:#e96125;
	color:#fff;
	border: 1px solid transparent;
}
#tab-info .nav-tabs .active a:focus {
	border: 1px solid transparent;
}

.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #e96125;
    border-radius: 15px;
    color: #e96125;
    display: inline-block;
    padding: 1px 14px 2px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #e96125;
    text-decoration: none;
	color:#fff;
}

.blog-post p {
    line-height: 23px;
    margin-top: 10px;
}

/* All Sizes up to Large Desktop */
@media only screen and (max-width: 1199px) {
	.post-info h4 {clear:both;}
	.blog-details-preview {display: none; border:1px solid #000;}
}


/* Mobile Landscape Size */
@media only screen and (max-width: 479px) {
	.blog h4 {width:260px;}
}

.post-summary {background: #f8f8f8; padding-bottom: 20px; overflow: auto;}
.post-summary p {padding:20px; margin:0px;}
.post-summary-footer {margin: 0px; padding:0px 20px;}
.post-summary-footer button {margin: 0px; float:left;}
ul.post-data {float:left; width:100%;}
ul.post-data-3 {margin-top:20px;}
ul.post-data li, ul.post-data-3 li {
	list-style: none; 
	float: left; 
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}
ul.post-data li:first-child,
ul.post-data-3 li:first-child {border: none; padding-left: 0px;}
ul.post-data li:last-child {padding-right: 0px;}

/* Small Desktop Size */
@media (min-width: 980px) and (max-width: 1199px) {
	ul.post-data-3 li:last-child {display: none;}
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.post-summary-footer button {float: none; margin-bottom: 20px;}
	.blog article button {float: left; clear: both; margin-bottom: 20px;}
	ul.post-data-3 {display: none;}
	ul.post-data {float: none; clear: both; margin: 0px;}
	ul.post-data li:last-child {
		-o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 120px;
	}
}

.blog-style-2 h4 {margin-top:0px; margin-bottom: 10px;}
.blog-style-2 ul.post-data {margin:0px 0px 20px 0px;}
.blog-style-2 ul.post-data li {
	float: none; 
	margin:0px; 
	padding: 5px 0px 0px 0px;
	border: none;
}
.blog-style-2 ul.post-data li i {
	color:#cc3300;
	width:15px;
	text-align:center;
	height:auto;
}
.blog-style-2 ul.post-data li a {
	color:#333;
}
.blog-style-2 ul.post-data li a:hover {
	color:#333;
	text-decoration:underline;
}
.blog-post-grid {margin:0px;}
.blog-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
.blog-post-hover { 
	display:none; 
	width:270px; height:220px;
	background:url(../img/post-item-hover.png);
	position:absolute; 
	z-index: 10;
}
.blog-post-hover p{
	color: #f8f8f8;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.blog-post-hover a{
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
	color: #f8f8f8;
}
.blog-post-hover a:hover{ text-decoration: none; color: #d8450b;}

@media (min-width: 768px) and (max-width: 1199px) {
	.blog-post-hover {width:220px; height:179px;}
	.blog-post-hover a{ font-size: 20px; line-height: 24px;}
	}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.post-summary-footer{display: none;}
	.post-summary{padding-bottom: 0px;}
	.blog-style-2 {display: none;}
}
/*----SEACH----------*//

    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    }
 
    #custom-search-form button {
       background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0 5px;
    position: absolute;
    right: 6px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }   
    .search-query:focus{
        width: 260px;
    } 
/*----------------*/



/*** Blog Full Page ***/
.post-content {background: #f8f8f8; overflow: auto;}
.post-body {padding: 20px;}
.about-author img {float: left; margin-right: 20px;}

/*** Comments ***/
.comments ul {margin:0px;}
.comments ul li {
	list-style: none;
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 40px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}
.comments ul li ul {margin-left:40px; padding-top: 20px;}
.comments ul li ul li {
	border-top: 1px dotted #a9a9a9;
	border-bottom: none;
	padding: 20px 20px;
	margin-bottom:0px;
}
.comments ul li ul li:last-child {padding-bottom: 0px;}

.comments ul li img {margin:0px 10px 10px 0px;}
.comment-name {
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
}
.comment-date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	clear: both;
}
.comment-content { clear:both; padding-top:10px; }
.comment-form-container input,
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}


/**************************************
/ Sidebar
**************************************/
.sidebar {
	margin-top:30px;
}
.sidebar input {
    border:none;
    width: 100%;
}
.sidebar ul.post-category-list,
.sidebar .tab-content .tab-pane ul {margin:0px; margin-bottom:30px;}
.sidebar ul.post-category-list li,
.sidebar .tab-content .tab-pane ul li {
	list-style: none; 
	border-bottom: 1px dashed #a9a9a9;
	padding:10px 5px;
}
.sidebar ul.post-category-list li a{
	font-family: "Oswald", sans-serif; 
	font-weight: normal;
	color:#333;
	text-transform:uppercase; 
}
.sidebar ul.post-category-list li a:hover {
	color:#cc3300;
	text-decoration:underline;
}
.sidebar ul.post-category-list li:first-child,
.sidebar .tab-content .tab-pane ul li:first-child{ padding-top: 0px; }
.sidebar ul.post-category-list li:last-child { padding-bottom: 0px; border-bottom:none; }
.sidebar ul.post-category-list li i {padding-right: 5px; background-position: 0 -95px;}
.sidebar .tab-content .tab-pane ul li i {padding-right: 5px;}

.popular-posts{ margin: 0px;}
.popular-posts li {
background-image: url("../images/sqr-dot.jpg");
background-position: left 4px;
background-repeat: no-repeat;
list-style: none;
margin-bottom: 10px;
clear: both;
display: block;
padding-left:22px;
}
.popular-posts li h6 {
	margin-bottom:0;
}
.popular-posts li a {
	font-size:15px;
	color:#333 !important;
	font-weight:bold;
	line-height:22px;
}
.popular-posts li a:hover{
	color:#e96125 !important;
}
.popular-posts li .post-thumb {
	width:100px;
	margin-right:10px;
	height:auto;
	float:left;
}
.popular-posts li a, 
.popular-posts li a:hover {color:#333333; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
.popular-posts li em {font-family:Georgia, "Times New Roman", Times, serif;}
p.side {margin-bottom: 20px;}



.popular-articles {
    border-bottom: 1px solid #e7e8ee;
    display: block;
    float: left;
    list-style: none outside none;
    padding-bottom: 20px;
    width: 100%;
}
.p-artcle-title {
	font-size:22px;
	color:#3070c8;
	margin-top:0;
}
.popular-articles li {
    border-radius: 6px;
    border-right:solid 1px rgba(231,232,238,1);
    float: left;
    padding: 10px 10px 25px;
}
.popular-articles li:last-child {
	border-right:none;
}
.popular-articles li:last-child:hover{
	border-right:none;
}
.popular-articles li:hover {
	background-color:#e5e5e5;
	border-right:solid 1px rgba(231,232,238,0);
}
.popular-articles li .post-thumb {
	float:left;
	width:55px;
}
.popular-articles li h6 {
    float: right;
    width: 71%;
	margin-bottom:0;
	margin-top:3px;
}
.popular-articles li a, .popular-articles li a:hover {
    color: #333333;
    text-decoration: none;
}
.popular-articles li em {
    bottom: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    position: absolute;
    right: 18px;
}
/*---------------------*/

.top10-doctors { margin: 0px;}
.top10-doctors li {
	list-style: none; 
	margin-bottom: 20px; 
	clear: both;
	display: block;
	min-height: 70px;
}
.top10-doctors li h6 { font-size:16px; font-weight:bold; margin-bottom:0;}
.top10-doctors li p { font-size:13px; font-weight:normal; margin-bottom:0;}
.top10-doctors li span { color:#3070c8;}
.top10-doctors li a { color:#3070c8;} 
.top10-doctors li a:hover {color:#333333; text-decoration: none;}
.top10-doctors li img {float: left; margin-right: 20px; width:55px; height:55px; display:inline-block; margin-bottom:20px;}

#fade-quote-carousel.carousel .carousel-inner {
	margin-bottom:20px;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 210px;
  padding-left: 0;
  position: absolute;
  right: 0px !important;
  width:70% !important;
  margin-left:0;
  display:inline-block;
  font-size: 28px;
  text-align: center;
  z-index: 999;
}
#fade-quote-carousel.carousel .carousel-indicators li {
	background-color:transparent;
	height:auto;
	width:auto;
  	color:#3070c8;
	text-indent:0;
	border:none;
}
#fade-quote-carousel.carousel .carousel-indicators li:hover {
	color:#222;
}


@media only screen and (max-width: 992px) {
.popular-articles li {
	min-height:152px;
	border-right:none;
}
.popular-articles li .post-thumb {
    display:block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.popular-articles li h6 {
    float: none;
	display:block;
    margin-bottom: 0;
    margin-top: 11px;
    width: 100%;
}
}
@media only screen and (max-width: 640px) {
.popular-articles li {
    float: left;
    min-height: 1px;
    width: 100%;
	padding:10px;
}
.popular-articles li h6 {
    display: block;
    float: none;
    margin-bottom: 5px;
    margin-top: 11px;
    width: 100%;
}
.popular-articles li .post-thumb {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    text-align: center;
    width: 55px;
}
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #e15c30;
}

#page-heading {
	padding-bottom:10px;
	color:#455660;
}
#page-heading .border1 {
    border-bottom: 3px solid #f60;
    margin-bottom: 0 !important;
    width: 78px;
	text-align:left;
}
#page-heading .border2 {
	border-top: 1px solid #eee;
    margin: 0 !important;
    width:100%;
}
.points-inner-tick-crcl {
	margin:0;
	padding:0;
	list-style:none;
}
.points-inner-tick-crcl li {
    background-image: url("../images/tick-crcle.png") !important;
    background-position: left 8px !important;
    background-repeat: no-repeat !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 22px !important;
    margin-bottom: 2px !important;
    padding-bottom: 0 !important;
    padding-left: 27px !important;
    padding-top: 8px;
}

.cmrcl-loan-box {
	background-color:#eeeeee;
	padding:10px 15px;
	margin-bottom:30px;
}
.cmrcl-loan-box h5 {
	color:#c93905;
	font-size:20px;
	font-weight:bold;
}
.cmrcl-loan-box h6 {
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#commercial-loan {
	padding:20px 0;
	background-color:#c93905;
	-webkit-box-shadow:inset 0 0 5px 0 #030303;
box-shadow:inset 0 0 5px 0 #030303;
}

/*------------------------*/

.app-download {
	border-radius:4px;
	background-color:#013773;
	background-image:url(../images/app-download1.png);
	background-repeat:no-repeat;
	background-position: right -27px bottom;
	padding:10px;
	margin-bottom:30px;
}
.app-download h2 {
	font-size:27px;
	font-weight:normal;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}
.app-download h3 {
	font-size:25px;
	font-weight:bold;
	color:#fff;
	margin-top:0;
}
.app-download a {
	margin:3px 0;
	display:inline-block;
	clear:both;
}
@media only screen and (max-width: 992px) {
	.app-download {
		width:272px;
	}
}


.leave-comment {
	padding:0;
}
.leave-comment h3{
	color:#333;
	margin-bottom:20px;
}
.leave-comment .well {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
padding: 30px 20px 0 10px;
}
.leave-comment label{
	font-weight:normal;
}
.leave-comment input {
	margin-bottom:10px;
}
.leave-comment .leave-cmnt {
	padding:5px 10px;
	background-color:#e96125;
	color:#fff;
	margin:20px 0;
}
.leave-comment .leave-cmnt:hover {
	background-color:#c93905;
	color:#fff;
}

@media only screen and (max-width: 640px) 
{
.leave-comment .well {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
padding: 10px;
}

}


/*------------------------------------------------*/
#ld-timeline h1 {
text-align:center;
color:#333;
font-size:36px;
font-weight:bold;
position:relative;
margin-top:40px;
}
#ld-timeline .line-btm {
    background-color: #e86236;
    bottom: -13px;
    height: 4px;
    left: 41.7%;
    position: absolute;
    width: 200px;
}
#ld-timeline h2 {
text-align:center;
color:#e86236;
font-family: 'bebas_neueregular';
font-size:44px;
margin-bottom:0;
}
#ld-timeline .page-header {
	border:none;
}
#ld-timeline .timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
#ld-timeline .timeline:after {
    background-color: #fff;
    border: 3px solid #d8d8d8;
    border-radius: 50%;
    content: " ";
    height: 18px;
    left: 49.3%;
    position: absolute;
    top: -6px;
    width: 18px;
}
#ld-timeline .timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #d8d8d8;
left: 50%;
margin-left: -1.5px;
}
 
#ld-timeline .timeline > li {
position: relative;
text-align:center;
margin-bottom: -30px;
}
 
#ld-timeline .timeline > li:before,
#ld-timeline .timeline > li:after {
content: " ";
display: table;
}
 
#ld-timeline .timeline > li:after {
clear: both;
}
 
#ld-timeline .timeline > li:before,
#ld-timeline .timeline > li:after {
content: " ";
display: table;
}
 
#ld-timeline .timeline > li:after {
clear: both;
}
 
#ld-timeline .timeline > li > .timeline-panel {
width: 46%;
float: left;
border-radius:8px;
border: 1px solid #d4d4d4;
padding: 20px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
background: #f1f1f1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1f1f1 0%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
}
#ld-timeline .timeline > li > .timeline-panel h3 {
	font-size:24px;
	font-weight:bold;
	color:#333;
	margin-bottom:0;
	margin-top: 8px;
}
 
#ld-timeline .timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
 
#ld-timeline .timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #eee;
border-right: 0 solid #eee;
border-bottom: 14px solid transparent;
content: " ";
}
 
#ld-timeline .timeline > li > .timeline-badge {
color: #fff;
font-family: 'bebas_neueregular';
width: 60px;
height: 60px;
line-height: 57px;
font-size: 26px;
text-align: center;
position: absolute;
top: 16px;
left: 49.6%;
margin-left: -25px;
border:solid #fff 1px;
background-color: #e86236;
-moz-box-shadow: 0 0 0 3px #e86236;
-ms-box-shadow: 0 0 0 3px #e86236;
-webkit-box-shadow: 0 0 0 3px #e86236;
box-shadow: 0 0 0 3px #e86236;
z-index: 100;
border-radius: 50%;
}
#ld-timeline .timeline > li:nth-child(2) > .timeline-badge {
background-color: #1d3a6f;
-moz-box-shadow: 0 0 0 3px #1d3a6f;
-ms-box-shadow: 0 0 0 3px #1d3a6f;
-webkit-box-shadow: 0 0 0 3px #1d3a6f;
box-shadow: 0 0 0 3px #1d3a6f;
}
#ld-timeline .timeline > li:nth-child(3) > .timeline-badge {
background-color: #4a4a4a;
-moz-box-shadow: 0 0 0 3px #4a4a4a;
-ms-box-shadow: 0 0 0 3px #4a4a4a;
-webkit-box-shadow: 0 0 0 3px #4a4a4a;
box-shadow: 0 0 0 3px #4a4a4a;
}
#ld-timeline .timeline > li:nth-child(4) > .timeline-badge {
background-color: #e86236;
-moz-box-shadow: 0 0 0 3px #e86236;
-ms-box-shadow: 0 0 0 3px #e86236;
-webkit-box-shadow: 0 0 0 3px #e86236;
box-shadow: 0 0 0 3px #e86236;
}
#ld-timeline .timeline > li:nth-child(5) > .timeline-badge {
background-color: #1d3a6f;
-moz-box-shadow: 0 0 0 3px #1d3a6f;
-ms-box-shadow: 0 0 0 3px #1d3a6f;
-webkit-box-shadow: 0 0 0 3px #1d3a6f;
box-shadow: 0 0 0 3px #1d3a6f;
}
#ld-timeline .timeline > li:nth-child(6) > .timeline-badge {
background-color: #4a4a4a;
-moz-box-shadow: 0 0 0 3px #4a4a4a;
-ms-box-shadow: 0 0 0 3px #4a4a4a;
-webkit-box-shadow: 0 0 0 3px #4a4a4a;
box-shadow: 0 0 0 3px #4a4a4a;
}
#ld-timeline .timeline > li:nth-child(7) > .timeline-badge {
background-color: #e86236;
-moz-box-shadow: 0 0 0 3px #e86236;
-ms-box-shadow: 0 0 0 3px #e86236;
-webkit-box-shadow: 0 0 0 3px #e86236;
box-shadow: 0 0 0 3px #e86236;
}
 
#ld-timeline .timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
 
#ld-timeline .timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
 
#ld-timeline .timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
 
#ld-timeline .timeline-badge.primary {
background-color: #2e6da4 !important;
}
 
#ld-timeline .timeline-badge.success {
background-color: #3f903f !important;
}
 
#ld-timeline .timeline-badge.warning {
background-color: #f0ad4e !important;
}
 
#ld-timeline .timeline-badge.danger {
background-color: #d9534f !important;
}
 
#ld-timeline .timeline-badge.info {
background-color: #5bc0de !important;
}
 
#ld-timeline .timeline-title {
margin-top: 0;
color: inherit;
}
 
#ld-timeline .timeline-body > p,
#ld-timeline .timeline-body > ul {
margin-bottom: 0;
}
 
#ld-timeline .timeline-body > p + p {
margin-top: 5px;
}

@media (max-width: 1200px) {
#ld-timeline .timeline:after {
    left: 49.1%;
}
#ld-timeline .line-btm {
    left: 39.7%;
}
#ld-timeline .timeline > li > .timeline-panel {
    width: 45%;
}

}
@media (max-width: 992px) {
	
#ld-timeline .timeline > li > .timeline-panel {
    width: 43.5%;
}	
#ld-timeline .timeline > li > .timeline-badge {
    left: 49.3%;
}
#ld-timeline .timeline > li > .timeline-panel h3 {
    font-size: 20px;
}
#ld-timeline .line-btm {
    left: 36.7%;
}

}
@media (max-width: 767px) {
#ld-timeline .timeline > li {
margin-bottom: 20px;
}
#ld-timeline ul.timeline:before {
left: 40px;
}
 
#ld-timeline ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}
 
#ld-timeline ul.timeline > li > .timeline-badge {
left: 10px;
margin-left: 0;
top: 16px;
}
 
#ld-timeline ul.timeline > li > .timeline-panel {
float: right;
}
 
#ld-timeline ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
 
#ld-timeline ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
#ld-timeline .timeline:after {
    background-color: #fff;
    border: 3px solid #d8d8d8;
    border-radius: 50%;
    content: " ";
    height: 18px;
    left: 5.1%;
    position: absolute;
    top: -6px;
    width: 18px;
}
#ld-timeline .line-btm {
    left: 33.7%;
}

}
@media only screen and (max-width: 480px) {
#ld-timeline .timeline:after {
    left: 6.9%;
}
#ld-timeline ul.timeline > li > .timeline-badge {
    left: 9px;
}
#ld-timeline .line-btm {
    left: 28.7%;
}
}
@media only screen and (max-width: 360px) {
#ld-timeline .timeline-panel figure img {
    height: auto;
    width: 150px;
}
#ld-timeline h1 {
    color: #333;
    font-size: 25px;
}
#ld-timeline .line-btm {
    left: 20.7%;
}
#ld-timeline .timeline:after {
    left: 9.4%;
}
#ld-timeline .timeline > li > .timeline-panel h3 {
    font-size: 17px;
}
}
@media only screen and (max-width: 320px) {
#ld-timeline .timeline:after {
    left: 10.4%;
}
#ld-timeline .line-btm {
    left: 17.7%;
}
#ld-timeline h1 {
    color: #333;
    font-size: 23px;
}
}

/*---------------------------------*/

#ld-others {
	padding:80px 0 30px;
}
#ld-others .table {
    background: #f1f1f1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f1f1f1 0%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f1f1f1 0%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
}
#ld-others  h2 {
	font-family: 'bebas_neueregular';
	font-size:44px;
	color:#e86236;
	margin-bottom:30px;
}
#ld-others  h2 span {
	font-family: 'open_sansregular';
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#ld-others .table thead {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
#ld-others .table thead th{
	border-left:solid 1px #fff;
}
#ld-others .table thead th:first-child{
	border-left:none;
	background-color:#fff;
}
#ld-others .table .loans-direct {
	background-color:#dd5300;
}
#ld-others .table .comptitor {
	background-color:#1d3a6f;
}
#ld-others .table > thead > tr > th {
    border-bottom: 10px solid #fff;
    vertical-align: middle;
	text-align:center;
	height:80px;
}
#ld-others .table > tbody > tr > td {
    border-bottom: 2px solid #fff;
    vertical-align: middle;
	border-left: 2px solid #fff;
	min-height:20px;
	padding: 7px 15px;
}
#ld-others .table > tbody > tr > td:first-child {
	border-left:none;
}
#ld-others .table h5 {
	font-size:14px;
	font-weight:bold;
	margin:6px 0;
	line-height:18px;
	color:#333;
}
#ld-others .table h4 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#dd5300;
}
#ld-others .table i {
    padding-right: 5px;
}
#ld-others .table-wrapper {
	overflow-x:auto;
}
#ld-others .table-wrapper .table {
	min-width:700px;
}
@media only screen and (max-width: 640px) {
#ld-others {
	padding:10px 0 30px;
}
#apply-now .apply-now-form {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%;
}
}

/*----------------------*/

.top-lenders {
	margin-top:20px;
	overflow-x:auto;
}
.top-lenders .table {
    border: 1px solid #ddd;
	border-top:none !important;
    margin-top:0 !important;
	background-color:#FFF !important;
	min-width:500px;
}
.top-lenders .table > tbody > tr > td {
    border-top:solid 1px #ddd !important;
	border-left: 1px solid #ddd !important;
}
.top-lenders .table > tbody > tr:nth-child(2n) {
    background-color: #fff !important;
}
.top-lenders table thead th {
	background-color:#013671;
	color:#fff;
	font-weight:bold;
	border-left:solid 1px #135196 !important;
	border-right:solid 1px #135196 !important;
}
.top-lenders table thead th:first-child {
	border-left:solid 1px #013671;
}
.top-lenders .table > thead > tr > th {
    border-bottom:none !important;
}
.top-lenders .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius:0;
    line-height: 1.42857;
    margin-right: 2px;
	color:#FFF;
	font-size:20px;
	font-family: 'bebas_neueregular';
}
.top-lenders .nav-tabs > li > a:hover {
	background-color:#333;
	color:#fff;
}
.top-lenders .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.top-lenders .nav-tabs > li.active > a, .top-lenders .nav-tabs > li.active > a:hover, .top-lenders .nav-tabs > li.active > a:focus { 
	background-color:#013671;
	border:solid 1px transparent;
	color:#fff;
}
.top-lenders .table > tbody > tr > td {
    border-left: solid 1px #ddd !important;
}
.top-lenders .table > tbody > tr > td:first-child {
	border-left:none;
}
.top-lenders .nav-tabs {
    background-color: #c93905;
    padding-left: 15px;
}

@media only screen and (max-width: 360px) {
.top-lenders .nav-tabs > li > a {
	font-size:16px;
	padding: 10px 8px;
}
#lender-comparison .nav-tabs {
    padding-left: 0;
}
#lender-comparison .nav-tabs > li {
    width: 100%;
}
#lender-comparison .nav-tabs > li > a {
    font-size: 18px;
    padding: 8px 15px;
}
}

/*-----------------------------*/

#contact-us {
	padding:20px 0 0 0;
}
#contact-us .contact-addres {
	border-radius:5px;
	padding:0 15px 20px;
}
#contact-us .contact-addres h3{
	color:#e86236;
	font-size:16px;
	margin-top: 20px;
	font-weight:bold;
}
#contact-us .contact-addres h5{
	color:#333;
	font-size:16px;
	margin-bottom:0px;
	line-height:22px;
	margin-top:5px;
	font-weight:normal;
}

/*-------------------------------*/

#apply-now {
    margin-bottom: 35px;
}

#apply-now .form-steps {
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    list-style: none outside none;
    margin: 0 0 10px;
	float:left;
	width:100%;
    padding: 6px 0;
}
#apply-now .form-steps li {
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #282828;
	border-left: 1px solid #666;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 17px;
    padding: 13px 5px 8px 50px;
    text-align: left;
    vertical-align: middle;
	width:auto;
}
#apply-now .form-steps li:nth-child(1) {
	background-image:url(../images/step-1.png);
	border-left:none;
	opacity:1;
	width:28%;
}
#apply-now .form-steps li:nth-child(2) {
	background-image:url(../images/step-2.png);
	opacity:0.3;
	width:30%;
}
#apply-now .form-steps li:nth-child(3) {
	background-image:url(../images/pdf-icon.png);
	border-left:none;
	width:25%;
	float:right;
}

#apply-now .apply-now-form {
    border: 1px solid #ccc;
    border-radius: 4px;
	float:left;
	width:100%;
    margin-bottom: 15px;
    margin-top: 10px;
}
#apply-now .apply-now-form label {
    font-size: 14px;
    font-weight: lighter;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px !important;
}
#apply-now .apply-now-form > .panel-heading {
    background-color: #e15c30;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
#apply-now .apply-now-form > .panel-heading .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
#apply-now .apply-now-form > .panel-heading span {
	float:right;
	font-size:13px;
	font-weight:normal;
}
#apply-now .form-steps li.active
{
opacity:1;
}

@media (max-width: 1200px) {
#apply-now .form-steps li:nth-child(1) {
    width: 27%;
}
#apply-now .form-steps li:nth-child(2) {
    width: 31%;
}
#apply-now .form-steps li:nth-child(3) {
    width: 25%;
}
}
@media (max-width: 992px) {
#apply-now .form-steps li:nth-child(1) {
    width: 27%;
}
#apply-now .form-steps li:nth-child(2) {
    width: 31%;
}
#apply-now .form-steps li:nth-child(3) {
    width: 35%;
}
}


@media (max-width: 640px) {
#apply-now .apply-now-form label {
    padding-left: 15px;
	padding-top:10px;
}
.form-control {
	margin-bottom:10px;
}
#apply-now .form-steps li {
    background-position: 2px center;
    background-repeat: no-repeat;
    color: #282828;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 45px;
    line-height: 17px;
    padding: 13px 2px 8px 41px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
#apply-now .form-steps li:nth-child(1) {
    border-left: medium none;
    width: 100%;
}
#apply-now .form-steps li:nth-child(2) {
    border-left: medium none;
    width: 100%;
}
#apply-now .form-steps li:nth-child(3) {
    border-left: medium none;
	width:100%;
}
#apply-now .apply-now-form > .panel-heading {
    padding-bottom: 22px;
}
}

@media (max-width: 360px) {
#apply-now .form-steps li {
    background-position: left center;
}
#apply-now .form-steps li {
	font-size:13px;
}
}

/*--------------------*/

.form-radio-btn {
	margin:10px 0 0 0;
	padding:10px;
	list-style:none;
	background-color:#ccc;
	color:#333;
}
.form-radio-btn li {
	display:inline-block;
	margin:5px;
	font-size:18px;
	padding-right:10px;
	border-right:solid 1px #999;
}
.form-radio-btn li:nth-child(2) {
	border-right:none;
}
.form-radio-btn li label {
	margin-bottom:0;
}
@media (max-width: 640px) {
.form-radio-btn li {
	border-right:none;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
	width:100%;
	font-size:14px;
}
.form-radio-btn li:nth-child(2) {
	border-bottom:none;
	padding-bottom:0;
}
}

/*------------------------===========================-------------------------*/

.live-chat {
	border:solid 1px #ccc;
	border-radius:5px;
	padding:10px;
	text-align:right;
	background-image:url(../images/live-chat-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 10px 10px 50px;
	margin-bottom:20px;
}
.live-chat h5{
	font-size:21px;
	color:#dd592c;
	font-weight:bold;
	text-align:right;
}
.live-chat .numbr{
	display:block;
	font-size:28px;
	color: #cc3300 !important;
	font-weight:bold;
	text-align:right;
	font-family: 'bebas_neueregular';
}
.live-chat .btn-live-chat {
    background-color: #e96125;
    color: #ffffff;
    font-family: "open_sansregular";
    font-size: 16px;
	margin-top:10px;
    padding: 8px 15px;
}
.live-chat .btn-live-chat:hover {
    background-color: #b13002;
    color: #ffffff;
}

.broker-add {
	border:solid 1px #ccc;
	border-radius:5px;
	padding:15px;
	text-align:left;
	padding: 15px;
	margin-bottom:20px;
}
.broker-add h5{
	font-size:21px;
	color:#dd592c;
	font-weight:bold;
	text-align:left;
	margin-top:0;
}
.broker-add h4{
	font-size:16px;
	font-weight:bold;
}
.broker-add .numbr{
	display:block;
	font-size:28px;
	color:#333;
	font-weight:bold;
	margin-top:17px;
	text-align:left;
	font-family: 'bebas_neueregular';
}
.broker-add .numbr span{
	color:#dd592c;
}
/*----------------TESTIMONIAL PAGE-------------------------*/


.client-testimonials {
	background-color:#fff;
	border-radius:5px;
}
.client-testimonials .testimonial-body {
	text-align:center;
	padding-bottom:20px;
}
.client-testimonials .testimonial-body h4 {
	font-size:18px;
	font-weight:bold;
	color:#d14318;
	font-family: 'rockwellregular';
}
.client-testimonials .testimonial-body hr {
	border:solid 1px  #777;
	width:50px;
	height:3px;
	border-radius:5px;
	margin:0 auto;
	position:relative;
}
.client-testimonials .testimonial-body hr:before {
    background-color: #bbb;
    content: "";
    height: 1px;
    position: absolute;
    left: -70px;
    top: 1px;
    width: 70px;
}
.client-testimonials .testimonial-body hr:after {
    background-color: #bbb;
    content: "";
    height: 1px;
    position: absolute;
    right: -70px;
    top: 1px;
    width: 70px;
}
.client-testimonials .testimonial-body h6 {
	font-size:14px;
	font-weight:bold;
	color:#999;
}
.client-testimonials .testimonial-body h5 {
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    padding: 0 50px;
    position: relative;
}
.client-testimonials .testimonial-body h5:after {
    background-image: url("../images/quotes-bg2.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 38px;
    position: absolute;
    right: 0;
    width: 46px;
}
.client-testimonials .testimonial-body h5:before {
    background-image: url("../images/quotes-bg1.png");
    background-repeat: no-repeat;
    content: "";
    height: 38px;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
}
/*----------------TESTIMONIAL PAGE CLOSE-------------------------*/

/*-----------==========-----------*/

#testimonial-home {
    background-color: #eee;
    padding: 15px 0;
}
#testimonial-home h1 {
    color: #333333;
    display: inline-block;
    font-family: "bebas_neueregular";
    font-size: 26px;
	margin-bottom:0;
    position: relative;
}
#testimonial-home h1:before {
	position:absolute;
	top:-10px;
	left:17px;
	content:"";
	height:3px;
	width:77px;
	background-color:#cc3300;
}
#testimonial-home h3 {
    color: #cc3300;
	font-weight:bold;
    font-size: 20px;
	margin-top:0;
}
#testimonial-home h5 {
    color: #888;
    font-size: 14px;
	margin-top:5px;
}
#testimonial-home h4 {
    color: #999;
    font-size: 16px;
}
#testimonial-home .testimonial-part {
}

#testimonial-home .carousel-indicators {
    bottom: 20px;
}
#testimonial-home .carousel-indicators li {
    background-color:#ccc;
    border:none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    width: 13px;
}
#testimonial-home .carousel-indicators .active {
    background-color: #cc3300;
	border:none;
    height: 14px;
    margin: 0;
    width: 14px;
}
#testimonial-home .testimonial-part {
	padding:0;
}
#testimonial-home .testimonial-part .profile img {
	width:100px;
	height:100px;
	display:block;
}
#testimonial-home .testimonial-part small {
	text-align:right;
}
#testimonial-home .testimonial-part p {
	color:#555;
	position:relative;
	margin-top:5px;
	font-style:italic;
	line-height:23px;
}
#testimonial-home .testimonial-part p img {
	position:absolute;
	top:-6px;
	left:-54px;
	text-indent:9999;
	z-index:9999;
}
#testimonial-home .carousel-inner {
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


@media (min-width: 1200px) {
#testimonial-home .container {
    width: 1000px;
  }
}
@media (max-width: 640px) {
#testimonial-home .testimonial-part .profile {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 122px;
}

#testimonial-home .testimonial-part p img {
	position:absolute;
	top:-10px;
	left:0px;
	text-indent:9999;
	z-index:9999;
}
#testimonial-home .carousel-indicators {
    bottom: -31px;
}
#testimonial-home {
    background-color: #eeeeee;
    padding: 15px 0 44px;
}
.broker-add .numbr {
    line-height: 30px;
}
.live-chat {
    padding: 10px 10px 55px;
}
}
@media (max-width: 480px) {
#testimonial-home .testimonial-part .profile {
	width:122px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#testimonial-home .testimonial-part small {
	text-align:center;
}
}

.bottom-icon {
    bottom: -30px;
    height: 31px;
    position: absolute;
    right: 0;
    width: 76px;
}
.bottom-icon .carousel-control {
    color: #3070c8;
    font-size: 32px !important;
    opacity:1;
    position: absolute;
    text-align: center;
    text-shadow:none;
    top: 0;
    width: 40%;
}
.bottom-icon .carousel-control.left {
    background-image:none !important;
    background-repeat: repeat-x;
}
.bottom-icon .carousel-control.right {
    background-image:none !important;
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}


#term-policy {
	padding:30px 0;
}
#term-policy h3{
	font-weight:bold;
	font-size:20px;
	color:#cc3300;
}
#term-policy h4{
	font-weight:normal;
	font-size:16px;	
	line-height:22px;
}


.btn-contact-us {
    background-color: #e96125 !important;
    border-color: #db561b !important;
    color: #ffffff;
}
@media (max-width: 992px) {
.table-scroll-2 {
	position:relative;
	overflow-x:auto
}
.table-scroll-2 .table {
	min-width:900px !important;
	width:100%;
}
.table-scroll-2:before {
    color: #222222;
    content: url("../images/scroll-white.png");
    left: 10px;
    position: absolute;
    top: 0;
	z-index:9999;
}


#banner-home-buyer figure {
    margin-bottom: 10px;
    margin-top: 30px;
}
#banner-home-buyer .col-md-4:first-child figure{
    margin-top: 0px;
}
}
@media (max-width: 640px) {

.table-2-warpper {
	overflow-x:auto;
}
.table-2-warpper .table {
	width:100%;
	min-width:500px;
}
#home-buyer-grant figure .pull-right {
    margin-bottom: 10px;
    margin-left: 12px;
}
.motor-finder-form .form-group {
    float: left;
    margin-bottom:0;
    width: 100%;
}
.content {
	margin-top:20px;
}
#banner-credit-repair {
    background-position: right top;
}
.table-scroll {
	position:relative;
	padding-top:30px;
}
.table-scroll:before {
    color: #222222;
    content: url("../images/scroll-image.png");
    left: 16px;
    position: absolute;
    top: 0;
	z-index:9999;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
}
.breadcrumb-custom {
    padding: 5px 0;
}
#loan-lenders {
    padding: 0 0 44px;
}
figure.pull-right {
    margin-left: 10px;
	margin-bottom:10px;
}
}

#broker-form h3 {
    color: #cc3300;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 25px;
}
#broker-form p {
	line-height:22px;
}
#conveyancing  h3{
	color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 25px;
}
#conveyancing  h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 25px;
}
#conveyancing .points {
	margin:0;
	padding:0;
	list-style:none;
}
#conveyancing .points li {
	line-height:21px;
	color:#cc3300;
	font-size:16px;
	background-position:left 6px;
	margin-bottom:10px;
	padding-left:15px;
	background-image:url(../images/left-arrow-sm.png);
	background-repeat:no-repeat;
}
.loans-video {
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.btn-rqst-free-cnslt-main  {
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(201, 57, 5)),
	color-stop(1, rgb(144, 40, 2))
);
color:#fff;
font-size:30px;
margin: 0 10px;
font-weight:bold;
padding:8px 20px;
background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin:15px 0;
    padding: 8px 20px;
}
.btn-rqst-free-cnslt-main:hover, .btn-rqst-free-cnslt-main:active, .btn-rqst-free-cnslt-main.focus {
    background-image: -o-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -moz-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: -ms-linear-gradient(bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
background-image: linear-gradient(to bottom, rgb(201, 57, 5) 0%, rgb(144, 40, 2) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	color:#fff;
}

.convyesing-price {
  color: #fff;
  display: inline-block;
  font-size: 29px;
  height: 100%;
  line-height: 41px;
  padding-right: 0;
  position: relative;
  width: 431px;
}
.convyesing-price .c-batch {
  background-image: url("../images/c-batch.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #000;
  display: block;
  font-size: 78px;
  height: 107px;
  line-height: 1;
  padding-top: 8px;
  position: absolute;
  right: -234px;
  text-align: right;
  top: 0;
  width: 293px;
  z-index: 1;
  padding-right: 19px;
}
.convyesing-price .c-batch span {
	font-size:14px;
}

@media (max-width: 1200px) {
.arrow {
    background-image: url("../images/drop-down-arrow.png");
    background-origin: border-box;
    background-position: right 3px center;
    background-repeat: no-repeat;
    padding-right: 25px !important;
}
.convyesing-price {
  font-size: 26px;
  width: 369px;
}
}
@media (max-width: 992px) {
.loans-video iframe {
    height: 360px;
    width: 500px;
}
}
@media (max-width: 640px) {
#banner-home-buyer {
    padding: 10px 0 30px;
}
#loan-lenders .carousel-indicators {
    bottom: -60px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
#loan-lenders .carousel-inner .thumbnail {
    border:none;
}
.loans-video iframe {
    height: 360px;
    width: 500px;
}
.btn-rqst-free-cnslt-main {
	font-size:16px;
}
.btn-rqst-free-cnslt-main span {
	display:none;
}
}
@media (max-width: 480px) {
.loans-video iframe {
    height: 360px;
    width: 400px;
}
.convyesing-price {
  width: 100%;
  padding-bottom: 90px;
}
.convyesing-price .c-batch {
  right: 22px;
  top: auto;
  bottom: -27px;
}
}
@media (max-width: 360px) {
#contact-us {
    padding: 0;
}
.loans-video iframe {
    height: 200px;
    width: 300px;
}
.btn-rqst-free-cnslt-main {
    font-size: 14px;
	padding:5px 10px;
    font-weight: normal;
}
}
@media (max-width: 320px) {
.btn-rqst-free-cnslt-main {
    font-size: 12px;
    font-weight: normal;
}
.loans-video iframe {
    height: 185px;
    width: 260px;
}
}

/*------------------------------------------*/

#error {
	margin-top: 72px;
	margin-bottom:50px;
}
#error h6 {
	text-align:center;
	line-height:15px;
}
.error-page {
	background-color:#f2eae5;
	border-radius: 7px;
	border: 2px solid #ffffff;
	-webkit-box-shadow:0 0 19px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.2);
}
.error-page h1 {
    color: #e96125;
    font-family: "bebas_neueregular";
    font-size: 176px;
    line-height: 1;
    text-align: center;
}
.error-page p {
	line-height:20px;
}
.error-page ul {
	padding:0;
	list-style:none;
}
.error-page ul li{
	background-image:url(../images/arrw-1.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	line-height:19px;
	padding-bottom:7px;
	padding-left:18px;
}
.error-page .panel-heading {
	background-color:#f0d7cb;
	text-align:center;
	font-size:14px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
}
.error-page .panel-heading span {
	font-weight:bold;
}

/*---------------------*/

.side-form-arrow {
	display:block;
	position:relative;
}
.cya_wrap .side-form-arrow::before {
    background-color: #fff;
    background-image: url("../images/drop-down-arrow.png");
    background-origin: border-box;
    background-position: 0 50%;
    background-repeat: no-repeat;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
    height: 43px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 21px;
    z-index: 99999;
}
#live-chat-btn {
	position:fixed;
	bottom:0;
	z-index:999999;
	right:30px;
	display:block;
}
@media (max-width: 640px) {
#live-chat-btn img {
	width:120px;
	height:auto;
}
}
/*-------------------------------*/

#move-site {
	background-image:url(../images/move-bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	padding:50px 0 30px;
}
#move-site .mlink{
	color:#ca3d27;
}
#move-site .heading-text {
	text-align:center;
	position:relative;
	padding:0 60px;
}
#move-site .heading-text .plane {
	position:absolute;
	right:0;
	top:0;
}
#move-site .heading-text h1 {
	font-family: 'rockwellregular';
	color:#ca3d27;
	font-weight:bolder;
	font-size:65px;
	margin-bottom:7px;
	line-height:50px;
}
#move-site .heading-text h2 {
	font-family: 'bebas_neueregular';
	color:#000;
	font-weight:bold;
	font-size:38px;
	margin-top:0;
}
#move-site .btn-move {
	background-color:#ca3d27;
	font-size:34px;
	color:#fff;
	border-radius:30px;
	display:block;
	margin-top:15px;
	text-decoration:underline;
}
#move-site .btn-move:hover {
	text-decoration:none;
	background-color:#ae2914;
	color:#fff;
}
#move-site h3 {
	font-size:30px;
	color:#000;
	margin-top:0;
	font-weight:bold;
	margin-bottom:15px;
}
#move-site h4 {
	font-size:22px;
	color:#333;
	line-height:30px;
	margin-top:0;
	font-weight:bold;
	margin-bottom:15px;
}
#move-site .call-back-form {
	position:relative;
	padding-right:50px;
}
#move-site .col-md-5 {
	margin-top:40px;
}
#move-site .border-right-site {
	border-right:solid 1px #ccc;
}
#move-site .form-control {
	border-radius:0;
}
#move-site .call-back-form:after {
	content:url(../images/arrow-back.png);
	position:absolute;
	right:-10px;
	top:5px;
}

#move-site .social-links {
	margin:0;
	padding:0;
	list-style:none;
}
#move-site .social-links li {
	float:left;
	margin-right:8px;
}
#move-site .social-links li .youtube {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#move-site .social-links li .youtube:hover {
	background-color:#9e0f0f;
}
#move-site .social-links li .fb {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#move-site .social-links li .fb:hover {
	background-color:#3165b3;
}
#move-site .social-links li .twtr {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#move-site .social-links li .twtr:hover {
	background-color:#24b1d4;
}
#move-site .social-links li .in {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#move-site .social-links li .in:hover {
	background-color:#166fa7;
}
#move-site .social-links li .gpls {
	background-color:#d0453f;
    border-radius: 50%;
    color: #fff;
	float:left;
    font-size: 28px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
#move-site .social-links li .gpls:hover {
	background-color:#cf2525;
}
#move-site-footer {
	text-align:center;
	padding:10px 0;
	background-color:#f5f4f4;
	border-top:solid 2px #d8d8d8;
	font-size:15px;
	color:#333;
}
#move-site-footer p {
	margin:0;
}
#move-site .send-btn {
	font-size:18px;
	color:#fff;
	padding:5px 35px;
	border-radius:0;
	background-color:#ca3d27;
}
#move-site .send-btn:hover {
	background-color:#ae2914;
	color:#fff;
}
/*------------------------*/

#headr-move-site {
	padding:10px 0;
	border-bottom:solid #d8d8d8 2px;
}
#headr-move-site. logo-move {
}
#headr-move-site .top-nmbr {
	margin:0;
	padding:0;
	list-style:none;
}
#headr-move-site .top-nmbr li {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
#headr-move-site .top-nmbr .number {
    background-image: url("../images/phn-icon-header.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    font-family: "bebas_neueregular";
    font-size: 35px;
	margin-top:20px 0 0;
    line-height: 50px;
    padding-left: 51px;
    vertical-align: middle;
}
@media (max-width: 992px) {
#move-site .border-right-site {
	border-right:none;
}
}
@media (max-width: 640px) {
#headr-move-site .top-nmbr {
	margin-top:20px;
}
#move-site .btn-move {
	font-size:22px;
}
#move-site .heading-text {
    padding:100px 0 0;
    position: relative;
    text-align: center;
}
#move-site .heading-text .plane {
    position: absolute;
    right: 28%;
    top: -5px;
}
#move-site .call-back-form {
    padding-top: 40px;
    position: relative;
	padding-left: 0;
}
#move-site .call-back-form:after {
    top: 40px;
}
}

/*-----------------------------------------*/

.captcha-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 45px;
    margin-bottom: 13px;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
}
.tp-cd {
	height: 50px;
    margin-bottom: 13px;
	border-radius:4px;
	padding-right: 0;
}
.tp-cd .form-control {
	padding-left:10px;
}
@media (max-width: 992px) {
.tp-cd {
    padding-left: 0;
}
}


#calculator-main {
	padding:30px 0;
}
#calculator-main .calc-panel {
	position:relative;
	display:block;
	padding:10px 0 10px 90px;;
}
#calculator-main .calc-panel:hover {
	background-color:#f6f6f6;
}
#calculator-main .calc-panel:hover figure img {
}
#calculator-main .calc-panel figure {
	position:absolute;
	top:15px;
	left:15px;
}
#calculator-main .calc-panel p {
	color:#222;
}
#calculator-main .calc-panel h4 {
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
}
#calculator-main .calc-panel figure img {
	width:60px;
	height:auto;
}
#calculator-main .side-panel-2 {
	margin-bottom:20px;
}

.tel-desktop
{
display:inline;
}
.tel-phone
{
display:none;
}


@media (max-width: 640px) {

.tel-desktop
{
display:none;
}
.tel-phone
{
display:inline;
}



}