@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff') format('woff'), url('OpenSans-Bold.ttf')  format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
*
{
	margin:0;
	padding:0;
	outline:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img
{
	max-width:100%;
	vertical-align:middle;
	width:auto;
	border:none;
}
a{
	text-decoration:none;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}
li
{
	list-style:none;
}

/** header area start **/

.home-top-area
{
	width:100%;
	display:inline-block;
	position:relative;
}
.header-area
{
	width:100%;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.header-top-area
{
	width:100%;
	display:inline-block;
/*	background-color:rgba(255,255,255,1); */
	background-color:rgba(23,99,160,1);
	padding:10px 0;
	margin-bottom:-4px;
}
.wrapper
{
	width:90%;
	max-width:990px;
	margin:0 auto;
}
.logo-area
{
	width:40%;
	float:left;
	line-height:83px;
	margin-left: -10px;
}
.top-head-nav
{
	width:60%;
	float:right;
}
.top-head-nav li
{
	width:23%;
	float:left;
	margin-left:2.66%;
	text-align:center;
}
.top-head-nav li:first-child
{
	margin-left:0;
}
.top-head-nav li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1763a0;
	border:1px solid #d2d6e3;
	display:block;
	padding:50px 0 10px 0;
}
.top-head-nav li a:hover
{
	color:#fff;
}
.top-head-nav li:nth-child(1) a
{
	background:url(../img/home-icon.png) no-repeat center 10px #fff;
}
.top-head-nav li:nth-child(1) a:hover
{
	background:url(../img/home-icon-hover.png) no-repeat center 10px #1763a0;
}
.top-head-nav li:nth-child(2) a
{
	background:url(../img/about-icon.png) no-repeat center 10px #fff;
}
.top-head-nav li:nth-child(2) a:hover
{
	background:url(../img/about-icon-hover.png) no-repeat center 10px #1763a0;
}
.top-head-nav li:nth-child(3) a
{
	background:url(../img/contact-icon.png) no-repeat center 10px #fff;
}
.top-head-nav li:nth-child(3) a:hover
{
	background:url(../img/contact-icon-hover.png) no-repeat center 10px #1763a0;
}
.top-head-nav li:nth-child(4) a
{
	background:url(../img/donate-icon.png) no-repeat center 10px #fff;
}
.top-head-nav li:nth-child(4) a:hover
{
	background:url(../img/donate-icon-hover.png) no-repeat center 10px #1763a0;
}
.top-head-nav li.head-nav-select:nth-child(1) a
{
	background:url(../img/home-icon-hover.png) no-repeat center 10px #1763a0;
	color:#fff;
}
.top-head-nav li.head-nav-select:nth-child(2) a
{
	background:url(../img/about-icon-hover.png) no-repeat center 10px #1763a0;
	color:#fff;
}
.top-head-nav li.head-nav-select:nth-child(3) a
{
	background:url(../img/contact-icon-hover.png) no-repeat center 10px #1763a0;
	color:#fff;
}
.top-head-nav li.head-nav-select:nth-child(4) a
{
	background:url(../img/donate-icon-hover.png) no-repeat center 10px #1763a0;
	color:#fff;
}
.header-bottom-area
{
	width:100%;
	display:inline-block;
	background-color:#951a1f;
	height:10px;
	float:left;
}
.bottom-head-nav
{
	width:100%;
	display:inline-block;
	float:left;
}
.bottom-head-nav li
{
	width:20%;
	float:left;
	display:table;
	text-align:center;
	border-right:1px solid #7881a4;
	height:50px;
}
.bottom-head-nav li:first-child
{
	border-left:1px solid #7881a4;
}
.bottom-head-nav li a
{
	display:table-cell;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}
.bottom-head-nav li a:hover
{
	background-color:#12a7de;
}
.bottom-head-nav li.head-nav-select a
{
	background-color:#12a7de;
}

.responsive-menu-area
{
	display:none;
	float:right;
}
.section-shortcut
{
	color:#2b3f7b;
	font-family: 'OpenSans-Bold';
	font-size:12px;
	cursor:pointer;
	padding:10px 0 10px 40px;
	float:right;
	margin-top:10px;
}
.responsive-menu
{
	color:#2b3f7b;
	font-family: 'OpenSans-Bold';
	font-size:16px;
	cursor:pointer;
	background:url(../img/home-icon.png) no-repeat left top;
	padding:10px 0 10px 40px;
	float:right;
	margin-top:10px;
}
.responsive-nav
{
	width:300px;
	display:none;
	background-color:#1763a0;
	z-index:99999;
	position:absolute;
	right:5%;
	top:83px;
}
.responsive-nav li
{
	width:100%;
	display:inline-block;
	float:left;
	border-bottom:1px solid #fff;
	text-align:center;
}
.responsive-nav li a
{
	display:block;
	color:#fff;
	padding:10px 0;
	text-transform:uppercase;
	font-size:16px;
}
.responsive-nav li a:hover
{
	background-color:#12a7de;
}
.responsive-nav li.head-nav-select a
{
	background-color:#12a7de;
}

/** header area end **/

/** banner area **/

.banner-area
{
	width:100%;
	display:inline-block;
}

/** banner area **/

/** middle area start **/

.middle-area
{
	width:100%;
	display:inline-block;
}
.white-bg-area
{
	width:100%;
	display:inline-block;
	background-color:#fff;
	padding:10px 0;
}
.welcom-phonix-area
{
	width:100%;
	display:inline-block;
	margin:40px 0;
}
.welcom-phonix-left
{
	width:65%;
	float:left;
}
.blue-head
{
	background:url(../img/blue-bg-head.png) no-repeat left center;
	font-size:25px;
	color:#1763a0;
	font-family: 'OpenSans-Bold';
	text-transform:uppercase;
	padding:5px 0 5px 35px;
	width:100%;
	display:inline-block;
}
.welcom-para
{
	width:100%;
	display:inline-block;
	padding-left:40px;
	margin:10px 0;
}
.welcom-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	line-height:25px;
}
.welcom-phonix-right
{
	width:35%;
	float:left;
	text-align:center;
	position:relative;
}

/** pulse effect **/

@-webkit-keyframes pulse 
  {       
    0% {-webkit-transform: scale(0); opacity: 0;}
    8% {-webkit-transform: scale(0); opacity: 0;}
    15% {-webkit-transform: scale(0.1); opacity: 1;}
    30% {-webkit-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1);}
  }

  @-moz-keyframes pulse 
  {       
    0% {-moz-transform: scale(0); opacity: 0;}
    8% {-moz-transform: scale(0); opacity: 0;}
    15% {-moz-transform: scale(0.1); opacity: 1;}
    30% {-moz-transform: scale(0.5); opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1);}
  }
  
  .pulse_holder
  {
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
  }
    
  .pulse_holder .pulse_marker 
  {
    width: 16px;
    height: 16px;
    background: url(../img/phone-icon.png) no-repeat center center #fff;
    border-radius: 50%;
	padding:20px;
	border:1px solid #951a1f;
	z-index:999;
	position:relative;
  }
 
  .pulse_holder .pulse_rays 
  {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    right: -55px;
    top: -55px;
    opacity: 0.1;
    width: 150px;
    height: 150px;
    border: 2px solid #951a1f;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite; 
    border-image: initial;
  }
  

/** pulse effect **/

.phone-numbr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:url(../img/phn-numbr-bg.png) no-repeat left center;
	width:192px;
	position:absolute;
	top:-42px;
	left:-75px;
	display:inline-block;
	padding: 10px 0 16px 0;
	z-index:99;
	opacity:0;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}
.pulse_holder:hover .phone-numbr
{
	opacity:1;
}
.what-optn-area
{
	width:100%;
	display:inline-block;
/*	background:url(../img/what-optn-bg.png) no-repeat center center #2b3f7b; 
	background-size:auto 100%;  */

	background-color: #2b3f7b; 
   	background-image: url("../img/what-optn-bg-short.png");
   	background-position: right top;
   	background-repeat: no-repeat; 
	background-size: auto 100%;
	padding:40px 0 20px 0;
}
.white-head
{
	background:url(../img/white-bg-head.png) no-repeat left center;
	font-size:25px;
	color:#fff;
	font-family: 'OpenSans-Bold';
	text-transform:uppercase;
	padding:5px 0 5px 35px;
	width:100%;
	display:inline-block;
}
.white-head2
{
	background:url(../img/twitter.png) no-repeat left center;
	padding-left:95px;
}

.what-optn-para
{
	width:70%;
	display:inline-block;
	padding-left:40px;
	margin:10px 0;
}
.what-optn-para a
{
	color:inherit;
	text-decoration: none;
}
.what-optn-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.click-here
{
	color:#12a7de;
}
.loan-calc-btn 
{
	width:100%;
	display:inline-block;
	padding-left:40px;
	margin-top:10px;
}
.loan-calc-btn a
{
	font-size:16px;
	color:#12a7de;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 50px;
	background-color:#fff;
	border-radius:2px;
	display:inline-block;
	border:1px solid #fff;
}
.loan-calc-btn a:hover
{
	background-color:#12a7de;
	color:#fff;
}

/** testimonial slider start **/

.testimonial-slider
{
	width:100%;
	padding:30px 0 0 0;
	display:inline-block;
}
.testimonial-content
{
	width:100%;
	text-align:center;
	display:inline-block;
}
.client-img
{
	width:125px;
	height:125px;
	border-radius:50%;
	text-align:center;
	margin:0 auto;
}
.client-img img
{
	width:125px;
	height:125px;
	border-radius:50%;
}
.quatation-area
{
	width:100%;
	padding:10px 0;
}
.testimonial-title
{
	font-size:16px;
	color:#3e3e3e;
	font-family: 'OpenSans-Bold';
}
.testimonial-title:before
{
	content:'“';
}
.testimonial-title:after
{
	content:'”';
}
.quatation-para
{
	display:inline;
	padding:10px 0;
}
.quatation-para:before
{
	content:'“';
	color:#dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	vertical-align: -6px;
}
.quatation-para:after
{
	content:'”';
	color:#dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	vertical-align: -6px;
}
.quatation-para p
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	display:inline;
	font-style:italic;
	font-weight:bold;
	line-height:30px;
}
.testimonial-name
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	font-style:italic;
	display:block;
	font-weight:bold;
}

/** testimonial slider end **/

.success-story-area
{
	width:100%;
	display:inline-block;
	background:url(../img/success-story-bg.jpg) no-repeat center center;
	padding:40px 0 25px 0;
	background-attachment:fixed;
}
.succes-story-para
{
	width:75%;
	display:inline-block;
	padding-left:40px;
	margin:50px 0 10px;
	float:right;
}
.left-img
{
	width:25%;
	display:inline-block;
	float:left;
}
.succes-story-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.suces-story-name
{
	font-family: 'OpenSans-Bold';
	width:100%;
	display:inline-block;
	padding-left:40px;
	color:#12a7de;
	text-align:right;
}
.read-more-btn
{
	width:100%;
	display:inline-block;
	padding-left:40px;
	margin-top:10px;
	text-align:right;
}
.read-more-btn a
{
	font-size:14px;
	color:#12a7de;
	font-family: 'OpenSans-Bold';
	padding:18px 45px;
	background-color:#fff;
	border-radius:2px;
	display:inline-block;
	border:1px solid #fff;
}
.read-more-btn a:hover
{
	background-color:#12a7de;
	color:#fff;
}
.blog-area
{
	width:100%;
	display:inline-block;
	padding:30px 0;
}
.blog-content
{
	width:100%;
	display:inline-block;
	margin-top:25px;
	background-color:#fafafa;
}
.blog-content-left
{
	width:43%;
	float:left;
	background-color:#fff;
	text-align:center;
	border:1px solid #e4e4e4;
}
.blog-content-right
{
	width:55%;
	float:right;
}
.blog-title
{
	font-family: 'OpenSans-Bold';
	color:#737373;
	font-size:25px;
	width:100%;
	display:inline-block;
	margin-top:10px;
}
.blog-date-area
{
	width:100%;
	display:inline-block;
	margin:10px 0 20px 0;
}
.blog-date
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cacaca;
	margin-right:10px;
}
.blog-crcl
{
	background:url(../img/litle-circle.png) no-repeat left center;
	padding-left:15px;
}
.blog-para
{
	width:100%;
	display:inline-block;
}
.blog-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	line-height:25px;
}
.read-more-btn-blue
{
	width:100%;
	display:inline-block;
	text-align:right;
	margin-top:30px;
}
.read-more-btn-blue a
{
	font-size:14px;
	color:#fff;
	font-family: 'OpenSans-Bold';
	padding:18px 45px;
	background-color:#951a1f;
	border-radius:2px;
	display:inline-block;
	border:1px solid #951a1f;
}
.read-more-btn-blue a:hover
{
	background-color:#fff;
	color:#951a1f;
}

/** middle area end **/

/** footer area start **/

.footer-area
{
	width:100%;
	display:inline-block;
}
.blue-line-area
{
	width:100%;
	background-color:#f1f1f1;
	display:inline-block;
	height:5px;
	float:left;
}
.blue-line-area span
{
	width:30%;
	display:inline-block;
	background-color:#12a7de;
	height:5px;
	float:left;
}
.grey-bg-area
{
	width:100%;
	display:inline-block;
	background:#1763a0;
}
.socail-area
{
	padding:25px 0;
	width:100%;
	display:inline-block;
}
.social-links
{
	width:100%;
	display:inline-block;
	margin-top:20px;
}
.social-links li
{
	width:24%;
	float:left;
	margin-left:1.33%;
	border:1px solid #fff;
}
.social-links li:first-child
{
	margin-left:0;
}
.social-links li a
{
	display:block;
	height:104px;
}
.social-links li:nth-child(1) a
{
	background:url(../img/fb-icon.png) no-repeat center center;
}
.social-links li:nth-child(1) a:hover
{
	background:url(../img/fb-icon-hover.png) no-repeat center center #fff;
}
.social-links li:nth-child(2) a
{
	background:url(../img/tw-icon.png) no-repeat center center;
}
.social-links li:nth-child(2) a:hover
{
	background:url(../img/tw-icon-hover.png) no-repeat center center #fff;
}
.social-links li:nth-child(4) a
{
	background:url(../img/google-icon.png) no-repeat center center;
}
.social-links li:nth-child(4) a:hover
{
	background:url(../img/google-icon-hover.png) no-repeat center center #fff;
}
.social-links li:nth-child(3) a
{
	background:url(../img/linkdin-icon.png) no-repeat center center;
}
.social-links li:nth-child(3) a:hover
{
	background:url(../img/linkdin-icon-hover.png) no-repeat center center #fff;
}
.info-link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#951a1f;
	margin:10px auto 0;
	display:inline-block;
	text-align:center;
}
.footer-area .white-bg-area
{
	text-align:center;
}
.copyrite-msg
{
	width:100%;
	display:inline-block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	margin:10px 0;
}

/** footer area end **/

/** about us start **/


.inner-banner .header-area
{
	position:static;
}
.about-us-top
{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.inner-head-txt
{
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	display:inline-block;
	line-height:25px;
	text-align:justify;
}
.about-us-area
{
	background:url(../img/about-us-bg.jpg) no-repeat left center;
	width:100%;
	display:inline-block;
	background-attachment:fixed;
	background-size:auto 100%;
}
.about-us-para
{
	width:100%;
	display:inline-block;
	margin:40px 0;
}
.about-us-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:25px;
	margin:10px 0;
}
.about-us-detail
{
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.about-us-detail li
{
	width:100%;
	display:inline-block;
	margin:50px 0;
}
.about-us-detail li:nth-child(2n)
{
	padding-left:100px;
}
.about-us-left
{
	width:30%;
	float:left;
	text-align:center;
}

.about-img-left
{
	width: 192px;
	height: 192px;
	position:relative;
	margin:auto;
}  
.about-img
{
	width: 192px;
	height: 192px;
	border-radius: 50%;
	z-index:999;
	position:relative;
	background-color:#e8e098;
}
.about-img img
{
	width: 192px;
	height: 192px;
	border-radius: 50%;
}
.about-img-left .pulse_rays2
{
	margin: 0 auto;
	position: absolute;
	right: -55px;
	top: -55px;
	opacity: 0.1;
	width: 300px;
	height: 300px;
	border: 2px solid #2b3f7b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	/* Giving Animation Function */
	-webkit-animation: pulse 2s linear infinite;
	-moz-animation: pulse 2s linear infinite; 
	border-image: initial;
}
.about-us-right
{
	width:65%;
	float:right;
	padding:20px 0;
}
.about-tilte
{
	width:100%;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2a3968;
	font-weight:bold;
}
.about-sub-title
{
	width:100%;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2a3968;
	margin:10px 0;
}
.about-detail-para
{
	width:100%;
	display:inline-block;
	margin-top:5px;
}
.about-detail-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	line-height:25px;
	text-align:justify;
}

/** about us end **/

/** blog page start **/

.blog-list-area
{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.blog-list
{
	width:100%;
	display:inline-block;
	margin:20px 0 10px;
}
.blog-list li
{
	width:100%;
	display:inline-block;
	margin:10px 0;
	background-color:#fafafa;
}
.pagination-area {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}
.pagination-area li {
	float: left;
	margin-right: 5px;
}
.pagination-area li a {
	padding: 15px;
	float: left;
	border: 1px solid #eaeaea;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.pagination-area li a:hover {
	border: 1px solid #bbbbbb;
	color: #444444;
}
.selected-page {
	border: 1px solid #bbbbbb !important;
	color: #444444 !important;
}

/** blog page end **/

/** blog detail page start **/

.blog-detail-area
{	  
	width:100%;
	display:inline-block;
	padding:20px 0 10px;
}
.blog-detail-content
{
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.blog-content-img
{
	width:100%;
	background-color:#fff;
	text-align:center;
	border:1px solid #e4e4e4;
	display:inline-block;
}
.blog-detail
{
	width:100%;
	display:inline-block;
}
.blog-detail-bottom-txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b3b3b3;
	width:100%;
	display:inline-block;
	margin-top:30px;
}
.blog-detail-comment
{
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.comment-txt {
	width: 100%;
	display: inline-block;
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	color: #2b3f7b;
	margin: 10px 0;
}
.blog-comment-list {
	width: 100%;
	display: inline-block;
}
.blog-comment-list li {
	margin: 10px 0;
	width: 100%;
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 10px;
}
.user-img {
	float: left;
	width: 15%;
}
.comment-user-area {
	width: 84%;
	float: right;
}
.user-name {
	width: 100%;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #737373;
	text-transform: uppercase;
}
.comment-date {
	width: 100%;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #cacaca;
	margin: 5px 0;
}
.user-comment {
	width: 100%;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	line-height: 18px;
}
.email-adress-txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
}
.red-txt
{
	color:#ff3636;
}
.blog-detail-form-area {
	width: 100%;
	display: inline-block;
	margin: 20px 0 10px;
}
.blog-form-left {
	width: 49%;
	float: left;
}
.blog-txt-field
{
	width: 100%;
	display: inline-block;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 15px;
}
.blog-input-field {
	width: 100%;
	border: 1px solid #e4e4e4;
	display: inline-block;
	padding: 10px;
	margin: 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b6b6b6;
	font-size: 16px;
}
.blog-input-field-currency {
	width: 85px;
	border: 1px solid #e4e4e4;
	display: inline-block;
	padding: 10px;
	margin: 5px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b6b6b6;
	font-size: 16px;
}
.blog-form-right {
	width: 49%;
	float: right;
}
.blog-textarea {
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 10px;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #b6b6b6;
	font-size: 16px;
	display: inline-block;
	height: 208px;
}
.folow-up-chkbox
{
	float:left;
	margin:20px 20px 15px 0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#646464;
}
.folow-up-chkbox input
{
	display:none;
}
.folow-up-chkbox input + span
{
	background:url(../img/unchk-box.png) no-repeat center center;
	width:18px;
	height:19px;
	display:inline-block;
	float:left;
	margin-right:10px;
}
.folow-up-chkbox input:checked + span
{
	background:url(../img/chk-box.png) no-repeat center center;
}
.blog-btn-form {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.blog-form-btn {
	color: #fff;
	background-color: #951a1f;
	border: none;
	border-radius: 2px;
	padding: 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float:right;
	cursor:pointer;
	border:1px solid #951a1f;
}
.blog-form-btn:hover {
	background-color: #fff;
	color:#951a1f;
}

/** blog detail page end **/

/** success stories page start **/

.succes-story-area
{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.succes-story-list
{
	width:100%;
	display:inline-block;
	margin:20px 0;
}
.succes-story-list li
{
	width:100%;
	display:inline-block;
	margin:10px 0;
	border:1px solid #ededed;
}
.succes-story-list li .succes-story-img
{
	width:30%;
	float:left;
}
.succes-story-list li .succes-story-content
{
	width:68%;
	float:right;
	padding-right:10px;
}
.succes-story-list li:nth-child(2n) .succes-story-img
{
	width:30%;
	float:right;
	text-align:right;
}
.succes-story-list li:nth-child(2n) .succes-story-content
{
	width:68%;
	float:left;
	padding-left:10px;
}
.succes-story-title
{
	color:#2b3f7b;
	font-family: 'OpenSans-Bold';
	font-size:20px;
	margin:10px 0;
	width:100%;
	display:inline-block;
}
.success-story-para
{
	width:100%;
	display:inline-block;
}
.success-story-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	text-align:justify;
	line-height:30px;
}

/** success stories page end **/

/** other funding options page start **/

.small-business-area
{
	width:100%;
	display:inline-block;
	background:url(../img/about-us-bg.jpg) no-repeat left center;
	background-attachment:fixed;
	background-size:auto 100%;
	padding:30px 0;
}
.smal-business-para
{
	width:100%;
	display:inline-block;
}
.smal-business-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:30px;
	margin:15px 0;
}
.at-glance-txt
{
	font-family: 'OpenSans';
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.at-glance-list
{
	width:100%;
	display:inline-block;
	margin-top:15px;
}
.at-glance-list li
{
	width:49%;
	float:left;
	font-family: 'OpenSans';
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/gud-icon.png) no-repeat left top;
	padding:5px 0 5px 35px;
	min-height:50px;
}
.at-glance-list li:nth-child(2n)
{
	margin-left:2%;
}
.blue-bg-area
{
	width:100%;
	display:inline-block;
	background-color:#12a7de;
	padding:10px 0;
}
.sba-team-para
{
	font-family: 'OpenSans';
	font-size:20px;
	color:#fff;
	line-height:35px;
	margin:20px 10%;
	width:80%;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
.other-funding-area
{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.other-funding-txt
{
	width:100%;
	display:inline-block;
	color:#2a3968;
	font-family: 'OpenSans';
	font-size:20px;
	margin:10px 0;
}
.sba-list
{
	width:100%;
	display:inline-block;
	margin:10px 0;
}
.sba-list li
{
	width:49%;
	float:left;
	font-family: 'OpenSans';
	font-size:18px;
	color:#646464;
	background:url(../img/gud-icon.png) no-repeat left top;
	padding:5px 0 5px 35px;
	min-height:65px;
}
.sba-list li:nth-child(2n)
{
	margin-left:2%;
}

/** other funding options page end **/

/** contact page start **/

#contct-main-cont
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px 0px;
}
#contct-lft-cont
{
	width:46%;
	height:auto;
	display:inline-block;
	float:left;
}
.contct-head
{
	font-family: 'OpenSans-Bold';
	font-size:16px;
	color:#2b3f7b;
	padding-left:7%;
	display:block;
	background:url(../img/contct-head.png) no-repeat left center;
	text-transform:uppercase;
}
#contct-lft-cont form
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px 0px;
}
#contct-lft-cont form label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#646464;
	display:block;
	padding:20px 0px 0px;
	clear:both;
}
#contct-lft-cont form label span
{
	color:#afafaf;
	font-size:14px;
}
#contct-lft-cont form .inpt
{
	width:99%;
	height:38px;
	background:#fcfcfc;
	border:1px solid #e4e4e4;
	padding-left:2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#646464;
	margin-top:5px;
}
.rado 
{
	float:left;
	padding-right:7% !important;
	clear:none !important;
}
.rado input
{
	display:none;
}
.rado span
{
	width:17px;
	height:17px;
	display:inline-block;
	background:url(../img/rado-btn.png) no-repeat center;
	cursor:pointer;
	float:left;
	margin-right:10px;
}
.rado input:checked + span
{
	background:url(../img/rado-btn-hover.png) no-repeat center;
}
.category-drop
{
	width:99%;
	margin-top:5px;
}

.dropdown_listing_form {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dropdown_listing_form select {
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    color: #646464;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 38px;
    line-height: 32px;
    outline: medium none;
    padding-left: 1.5%;
    width: 100%;
}

.dropdown_listing_form:before, .dropdown_listing_form:after {
    background:url(../img/drop-down-img.png) no-repeat center #fcfcfc;
    border-bottom-style: solid;
    border-top: medium none;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 1px;
    width: 30px;
}

.dropdown_listing_form:before, .dropdown_listing_form:after {
    color: rgba(255, 255, 255, 0);
    content: "";
    height: 36px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 30px;
    z-index: 2;
}
#contct-lft-cont form textarea
{
	width:99%;
	height:158px;
	border:1px solid #e4e4e4;
	background:#fcfcfc;
	max-height:158px;
	max-width:99%;
	margin-top:5px;
	padding-left:2%;
	padding-top:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	color:#646464;
}
#sbmt
{
	width:186px;
	height:52px;
	color:#fff;
	background:#2a3968;
	border:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	cursor:pointer;
	margin-top:20px;
}
#sbmt:hover
{
	background-color:#12a7de;
}
#contct-rght-cont
{
	width:44%;
	height:auto;
	float:right;
	display:inline-block;
}
#adres-lst
{
	width:100%;
	height:auto;
	display:inline-block;
}
#adres-lst li
{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:50px 0px 0px;
}
.adrs-imgs
{
	width:114px;
	height:114px;
	display:block;
	margin:0 auto;
	background:#2a3968;
	line-height:114px;
	text-align:center;
	border-radius:50%;
}
.adrs-imgs img
{
	vertical-align:middle;
}
.adrs-txt
{
	text-align:center;
	font-family: 'OpenSans';
	font-size:20px;
	color:#646464;
	text-align:center;
	display:block;
	padding-top:30px;
}
#contct-map
{
	width:100%;
	height:auto;
	display:inline-block;
	padding-top:40px;
}
.google-maps
{
    position: relative;
	width: 100%;
}
.google-maps iframe
{
        width: 100% !important;
}

/** contact page end **/

/** Retirement Funding page start **/

.retirement-funding-area
{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.retirement-funding-content
{
	width:100%;
	display:inline-block;
	margin:10px 0;
}
.retirement-funding-img
{
	width:42%;
	float:left;
}
.retirement-funding-img img
{
	border:5px solid #fff;
	box-shadow:1px 1px 5px #dbdbdb;
}
.retirement-para
{
	width:56%;
	float:right;
}
.retirement-para p
{
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:35px;
}
.retirement-para span
{
	font-weight:bold;
}
.rollover-area
{
	width:100%;
	display:inline-block;
	background:url(../img/rollover-bg.jpg) no-repeat left center;
	background-size:auto 100%;
	background-attachment:fixed;
	padding:20px 0;
}
.rollover-para
{
	width:100%;
	display:inline-block;
	padding:30px 0;
}
.rollover-para p
{
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:35px;
	text-align:justify;
}
.process-work-area
{
	width:100%;
	display:inline-block;
	padding:20px 0;
}
.process-work-img
{
	width:100%;
	display:inline-block;
	margin:10px 0;
	text-align:center;
}
.process-work-caption
{
	width:100%;
	display:inline-block;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	font-weight:bold;
	margin-top:30px;
}
.process-work-para
{
	width:100%;
	display:inline-block;
	margin:10px 0;
}
.process-work-para p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#646464;
	text-align:justify;
	line-height:35px;
}
.founding-process-area
{
	width:100%;
	display:inline-block;
	background:url(../img/funding-process-img.jpg) no-repeat left center;
	padding:20px 0;
	background-attachment:fixed;
	background-size:auto 100%;
}
.founding-process-list
{
	width:100%;
	display:inline-block;
}
.founding-process-list li
{
	margin:10px 0;
	width:100%;
	display:inline-block;
	background:url(../img/process-list-icon.png) no-repeat left 3px;
	padding:0 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:25px;
	text-transform:uppercase;
	text-align:justify;
}
.faq-tab
{
	margin-bottom:50px;
}

/** Retirement Funding page end **/

/** Unsecured line of credit page start **/

#unscured-top
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px 0px;
}
#unscured-cont
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px 0px;
}
#unscured-cont-img
{
	width:40%;
	height:auto;
	float:left;
	display:inline-block;
	padding:5px .5%;
	box-shadow:0 5px 5px #ededed;
}
#unscured-cont-txt
{
	width:57%;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#646464;
	line-height:35px;
	text-align:justify;
	font-size:14px;
}
#unscred-wth-back
{
	width:100%;
	display:inline-block;
	background:url(../img/unredited-line-back.jpg) no-repeat center top;
	padding:40px 0px;
	background-attachment:fixed;
	background-size:auto 100%;
	margin:40px 0px 0px;
}
#unscred-head
{
	font-family: 'OpenSans';
	font-weight:bold;
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
}
.unscrd-descrp
{
	font-size:16px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:25px 0px 0px;
	text-align:justify;
}
#unscurd-lst
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:30px 0px 20px;
}
#unscurd-lst li
{
	width:45%;
	padding:10px 0px 10px 40px;
	background:url(../img/bullet.png) no-repeat left top;
	margin-left:10%;
	float:left;
	line-height:20px;
	font-family: 'OpenSans';
	font-size:18px;
	color:#646464;
	min-height:60px;
}
#unscurd-lst li:nth-child(2n+1)
{
	margin-left:0px;
}
#credit-line-cont
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:40px 0px;
}
#credit-lst
{
	width:100%;
	display:inline-block;
	padding:20px 0px 0px;
}
#credit-lst li
{
	padding:30px 0px 10px;
	display:inline-block;
	background:#12a7de;
	width:19.5%;
	float:left;
	margin-left:.625%;
}
#credit-lst li:nth-child(5n+1)
{
	margin-left:0px;
}
.credit-lst-img
{
	width:100%;
	text-align:center;
	display:block;
	min-height:51px;
	line-height:51px;
}
.credit-lst-img img
{
	vertical-align:middle;
}
.credit-lst-txt
{
	font-size:16px;
	font-family:'OpenSans';
	color:#fff;
	line-height:20px;
	text-align:center;
	padding:10px 0px 0px;
	display:block;
	min-height:50px;
}
#credit-lst-decrp
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#646464;
	line-height:25px;
	padding-top:30px;
	text-align:justify;
}
#faq-tab
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:40px 0px 0px;
}
.faqs_list_sect {
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 1.5% 0;
    width: 97%;
	margin:20px 0px 0px;
}
#faqs dt {
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0 0 15px;
    padding: 10px 0;
	background:url(../img/tabs-close-img.png) no-repeat scroll 98% center #12a7de;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 35px;
}
#faqs dd {
    color: #646464;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 20px 10px;
}
#faqs .expanded {
    background:url(../img/tabs-open-img.png) no-repeat scroll 98% center #2a3968;
}
#minim-credit-cont
{
	width:100%;
	height:auto;
	display:inline-block;
	background:url(../img/minimum-credit-req-back.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:auto 100%;
	padding:30px 0px;
	margin:40px 0px 0px;
}
#minim-credit-lst
{
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 0px 0px;
}
#minim-credit-lst li
{
	width:100%;
	background:url(../img/minimum-credit-req-bulet.png) no-repeat left top;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0px 5px 35px;
	text-transform:uppercase;
	margin:10px 0px;
}
#did-u-nw
{
	font-size:14px;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	padding:10px 0px 30px;
}
#did-u-nw span
{
	font-size:16px;
}

/** Unsecured line of credit page end **/

@media all and (min-width: 1400px){
	
.what-optn-area,
.success-story-area,
.inner-banner,
.about-us-area,
.small-business-area,
.rollover-area,
.founding-process-area,
#unscred-wth-back,
#minim-credit-cont
{
	background-size:100% 100%;
}
	
}

@media all and (min-width: 961px) and (max-width: 1100px){
	
.what-optn-area
{
	background-position:right top;
}
.success-story-area
{
	background-position:left top;
}
.at-glance-list li
{
	font-size:18px;
}
.sba-list li
{
	font-size:16px;
}
#unscred-wth-back, #minim-credit-cont
{
	background-size:auto 100%;
}
.what-optn-area,
.success-story-area,
.inner-banner,
.about-us-area,
.small-business-area,
.rollover-area,
.founding-process-area
{
	background-size:auto 100%;
}
	
}

@media all and (min-width: 769px) and (max-width: 960px){
	
.top-head-nav li a
{
	font-size:14px;
}
.blue-head, .white-head
{
	font-size:20px;
	background-position:left 10px;
}
.loan-calc-btn a
{
	font-size:14px;
}
.blog-title
{
	font-size:20px;
}
.what-optn-area
{
	background-position:right top;
}
.success-story-area
{
	background-position:left top;
}
.about-us-left
{
	width:40%;
}
.about-us-right
{
	width:55%;
}
.about-us-detail li:nth-child(2n)
{
	padding-left:0;
}
.succes-story-list li .succes-story-img, .succes-story-list li:nth-child(2n) .succes-story-img
{
	width:35%;
}
.succes-story-list li .succes-story-content, .succes-story-list li:nth-child(2n) .succes-story-content
{
	width:62%;
}
.adrs-txt
{
	font-size:18px;
}
.small-business-area
{
	background-position:center center;
}
.at-glance-list li
{
	font-size:16px;
	width:100%;
	margin-left:0 !important;
}
.sba-team-para
{
	font-size:18px;
	width:95%;
	margin: 20px 2.5%;
}
.sba-list li
{
	font-size:16px;
	width:100%;
	margin-left:0 !important;
}
.retirement-para p
{
	line-height:30px;
}
#minim-credit-cont, #unscred-wth-back
{
	background-size:auto 100%;
}
.credit-lst-txt
{
	font-size:15px;
}
.what-optn-area,
.success-story-area,
.inner-banner,
.about-us-area,
.small-business-area,
.rollover-area,
.founding-process-area
{
	background-size:cover;
}

.what-optn-area
{
	background-size:100% auto;
}	
}

@media all and (min-width: 100px) and (max-width: 768px){
	
.top-head-nav, .header-bottom-area
{
	display:none;
}
.header-top-area
{
	border-bottom:8px solid #951a1f;
}
.responsive-menu-area
{
	display:block;
}
.header-top-area
{
	height:83px;
}
.logo-area
{
	line-height:65px;
}
.blue-head, .white-head
{
	font-size:20px;
	background-position:left 10px;
}
.loan-calc-btn a
{
	font-size:14px;
	padding:15px 40px;
}
.blog-title
{
	font-size:20px;
}
.testimonial-title
{
	font-size:15px;
}
.what-optn-area
{
	background-position:right top;
}
.success-story-area
{
	background-position:left top;
}
.succes-story-para
{
	margin-top:20px;
	padding-left:0;
}
.suces-story-name
{
	padding-left:0;
}
.what-optn-para
{
	width:100%;
}
.about-us-left
{
	width:40%;
}
.about-us-right
{
	width:55%;
}
.about-us-detail li:nth-child(2n)
{
	padding-left:0;
}
.about-us-para p
{
	font-size:14px;
	text-align:justify;
}
.about-img-left, .about-img, .about-img img
{
	width:150px;
	height:150px;
}
.about-img-left .pulse_rays2
{
	right:-25px;
	top:-25px;
	width:200px;
	height:200px;
}
.user-img
{
	width:20%;
}
.comment-txt
{
	font-size:18px;
}
.comment-user-area
{
	width:79%;
}
.blog-form-btn
{
	padding: 15px 40px;
}
.succes-story-list li .succes-story-img, .succes-story-list li:nth-child(2n) .succes-story-img
{
	width:100%;
	text-align:center;
}
.succes-story-list li .succes-story-content, .succes-story-list li:nth-child(2n) .succes-story-content
{
	width:100%;
	padding:10px;
}
.contct-head
{
	padding-left:11%;
}
.adrs-txt
{
	font-size:15px;
}
.small-business-area
{
	background-position:center center;
}
.smal-business-para p
{
	text-align:justify;
}
.at-glance-list li
{
	font-size:16px;
	width:100%;
	margin-left:0 !important;
}
.sba-team-para
{
	font-size:16px;
	width:100%;
	margin: 20px 0;
}
.sba-list li
{
	font-size:16px;
	width:100%;
	margin-left:0 !important;
}
.other-funding-txt
{
	font-size:18px;
}
.retirement-funding-img
{
	width:100%;
	text-align:center;
	margin:10px 0;
}
.retirement-para
{
	width:100%;
}
.retirement-para p
{
	line-height:30px;
}
.rollover-para p
{
	line-height:30px;
}
.process-work-para p
{
	line-height:30px;
}
#unscured-cont-img
{
	width:60%;
	float:none;
	margin:0 auto;
	display:block;
}
#unscured-cont-txt
{
	width:100%;
	float:none;
	margin-top:20px;
}
#unscred-wth-back, #minim-credit-cont
{
	background-size:auto 100%;
}
.credit-lst-txt
{
	font-size:12px;
	line-height:16px;
}
.what-optn-area,
.success-story-area,
.inner-banner,
.about-us-area,
.small-business-area,
.rollover-area,
.founding-process-area
{
	background-size:cover;
}
.what-optn-area
{
	background-size:100% auto;
}
}

@media all and (min-width: 100px) and (max-width: 600px){
	.left-img
	{
		width:100%;
		text-align:center;
	}
	.succes-story-para
	{
		width:100%;
	}
.welcom-phonix-left
{
	width:100%;
}
.welcom-phonix-right
{
	width:100%;
	height:130px;
}
.blog-content-left, .blog-content-right
{
	width:100%;
}
.responsive-nav
{
	width:90%;
}
.responsive-menu
{
	font-size:14px;
}
.logo-area
{
	width:60%;
}
.blue-head, .white-head
{
	font-size:16px;
	background-position:left 4px;
}
.welcom-para p, .what-optn-para p, .succes-story-para p
{
	text-align:justify;
	line-height:30px;
}
.social-links li a
{
	height:80px;
}
.social-links li
{
	width:23%;
	margin-left:2.66%;
}
.about-us-detail li
{
	margin-top:20px;
}
.about-us-left
{
	width:100%;
	margin-bottom:30px;
}
.about-us-right
{
	width:100%;
}
.about-tilte, .about-sub-title
{
	text-align:center;
}
.read-more-btn-blue a
{
	padding:15px 45px;
}
.blog-form-left, .blog-form-right
{
	width:100%;
}
.blog-title {
    font-size: 18px;
}
.blog-para p
{
	text-align:justify;
}
.succes-story-title
{
	font-size:18px;
}
#contct-lft-cont, #contct-rght-cont
{
	width:100%;
}
.contct-head
{
	padding-left:7%;
}
#contct-rght-cont
{
	padding:50px 0px 0px;
}
.adrs-txt
{
	font-size:20px;
}
.at-glance-list li
{
	font-size:15px;
}
.sba-team-para
{
	font-size:15px;
	text-align:justify;
}
.other-funding-txt {
    font-size: 16px;
}
.sba-list li
{
	font-size:15px;
}
.rollover-para
{
	padding:10px 0;
}
#unscurd-lst li
{
	width:100%;
	float:none;
	margin-left:0;
}
#credit-lst li
{
	padding-top:10px;
	min-height:131px;
}
#unscred-head
{
	font-size:18px;
}
.what-optn-area,
.success-story-area,
.inner-banner,
.about-us-area,
.small-business-area,
.rollover-area,
.founding-process-area
{
	background-size:cover;
}
.what-optn-area
{
	background-size:100% auto;
}
}

@media all and (min-width: 100px) and (max-width: 480px){
	
.responsive-nav li a
{
	font-size:14px;
}
.blue-head, .white-head
{
	font-size:16px;
}
.white-head2
{
	padding-top:8px;
	padding-bottom:8px;
}
.pulse_holder
{
	left:45%;
}
.loan-calc-btn a
{
	width:100%;
	text-align:center;
}
.comment-txt {
    font-size: 16px;
}
.user-img {
    width: 25%;
}
.comment-user-area {
    width: 70%;
}
.blog-form-btn
{
	width:100%;
	display:inline-block;
	padding:15px 0;
	margin-top:10px;
}
.succes-story-title
{
	font-size:16px;
}
.adrs-txt
{
	font-size:18px;
}
.contct-head
{
	padding-left:8%;
}
#unscured-cont-img
{
	width:80%;
}
#credit-lst li
{
	width:45%;
	margin-left:10%;
	margin-top:20px;
}
#credit-lst li:nth-child(2n+1)
{
	margin-left:0;
}
.credit-lst-txt
{
	font-size:15px;
}
.header-area
{
	position:static;
}
