/**--------------------basic style-----------------**/
html,body {
	margin: 0;
	padding: 0;
	font-family: arial,verdana,geneva,sans-serif;
	position:relative;
}
.container{
	    max-width: 970px;
		width:100%;
}
body {
	    background-repeat: no-repeat;
    background-color: #eaf2f9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4daf8',endColorstr='#eaf2f9',GradientType=0);
    background-image: -moz-linear-gradient(top,#b4daf8 0%,#eaf2f9 550px,#eaf2f9 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b4daf8),color-stop(550px,#eaf2f9),color-stop(100%,#eaf2f9));
    background-image: -webkit-linear-gradient(top,#b4daf8 0%,#eaf2f9 550px,#eaf2f9 100%);
    background-image: -o-linear-gradient(top,#b4daf8 0%,#eaf2f9 550px,#eaf2f9 100%);
    background-image: -ms-linear-gradient(top,#b4daf8 0%,#eaf2f9 550px,#eaf2f9 100%);
    background-image: linear-gradient(to bottom,#b4daf8 0%,#eaf2f9 550px,#eaf2f9 100%);
}
body{
	font-size: 14px;
}
.no-padding{
		padding: 0;
}
ul {
    padding: 0;
}
.questionList {
		-webkit-padding-start: 40px;
}
.questionList a{
	color:#cb1313
}
#top a{
	color:#cb1313
}
img{
	max-width: 100%;
}
 h1,h2,h3,h4,h5,h6 {
    color: green;
}
a{
      color: #333;
}
/**--------------------basic style-----------------**/


/**--------------------header style-----------------**/
.header-top {
    margin: 10px 0 0 0;
}
.header-top ul {
    float: right;
}
.header-top ul li {
    float: left;
    list-style: none;
}
.header-top ul li a {
    padding: 0px 15px;
    float: left;
    border-right: 1px solid #ba171f;
    color: #ba171f;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.header-top ul li:last-child a{
		border-right: 0;
		padding-right: 0;
}
.header-middle,.header-bottom{
    background: #fff;
}
.header-contact {
    text-align: center;
}
.header-contact {
    text-align: center;
    border: 2px solid #83a6b6;
    margin: 15px 0;
}
.header-contact h2,.callNow {
		margin:0;
		display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 4px 0;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #c91f27;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91f27',endColorstr='#b2151d',GradientType=0);
    background-image: -moz-linear-gradient(top,#c91f27 0%,#b2151d 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c91f27),color-stop(100%,#b2151d));
    background-image: -webkit-linear-gradient(top,#c91f27 0%,#b2151d 100%);
    background-image: -o-linear-gradient(top,#c91f27 0%,#b2151d 100%);
    background-image: -ms-linear-gradient(top,#c91f27 0%,#b2151d 100%);
    background-image: linear-gradient(to bottom,#c91f27 0%,#b2151d 100%);
}
.header-contact ul{
    padding: 0;
}
.header-contact ul li{
    float: left;
    width: 100%;
    list-style: none;
    color: #b93f45;
    font-size: 19px;
    line-height: 21px;
    padding: 4px 0;
}
.header-contact ul li a{
    color: #b93f45;
}

.logo{
	padding: 0 20px;
}

.logo_wrpr{
	display: table-cell;
	height: 140px;
	vertical-align: middle;
}

.errorContainer{
	float:left;
	margin:5px 0px;
	border:1px solid #DF0505;
	background: url(../images/error_msg.png) no-repeat scroll 9px #FDE4E1;
	width:99.5%;
	height:40px;
}

/** nav---------------style--------------------**/
.nav {
  position: relative;
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
}
.nav ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
  margin-top: 0;
}
/* .nav ul li {
    zoom: 1;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-image: url('../images/bg-nav-old.png');
} */

 .nav ul li {
	zoom: 1;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: middle;
	background-repeat: repeat-x;
	border-right: 1px solid #558352;
} 
/* .nav ul li:hover{
	background:url("../images/bg-nav-hover.png") repeat-x;
} */
.nav ul li span.arrow {
  display: block;
  /* "display:none" to hide arrows for the non-mobile nav */
  position: absolute;
  top: 15px;
  color: #ffffff;
  width: 20px;
  right: 3px;
  margin-left: -10px;
  text-align: center;
  font-size: 24px;
  z-index: 5;
  cursor: pointer;
}
.nav ul li a {
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;			
}

.nav ul li:hover > a {
    background: #D0E6C0;
    color: #02569b;
    text-decoration: none;
}
.nav ul li a:hover {
    color: #333 !important;
}
.nav ul li ul {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  width: auto;
  z-index: 1;
}
.nav ul li ul li {
display: list-item;
}
.nav ul li ul li a {
    display: block;
    color: #444 !important;
    padding: 0px 0;
    width: 250px;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 15px;
    font-weight: normal;
    font-family: arial, sans-serif;
    display: block;
    background-color: #fff !important;
    border: 1px solid #15588d !important;
    border-bottom: 0 !important;
    border-top: 0;
}
.nav ul li ul li:last-child a{
	    border-bottom: 1px solid #15588d !important;
}
.nav ul li:last-child a{
	border-right:0;
}
.nav ul li ul li a:hover {
    background-color: #136795 !important;
		text-decoration:none;
    color: #fff !important;
}
/* .nav ul li:hover > a {
background:none;
    color: #02569b;
   
    text-decoration: none;
} */


.nav ul li:hover > a {
    background: #D0E6C0;
    color: #02569b;
    text-decoration: none;
}

.nav ul li:hover ul {
  display: block;
}
.nav ul li:hover ul a {
  background: #535353;
}
.nav ul li:hover ul a:hover {
  background: #606060;
}
.nav .nav-bars {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #464646;
  font-size: 24px;
  cursor: pointer;
}
.nav .nav-bars i {
  font-weight: bold;
}
.nav.mobile {
  width: 100%;
  padding-top: 50px;
}
.nav.mobile ul {
  display: none;
}
.nav.mobile ul li {
  width: 100%;
  float: none;
}
.nav.mobile ul li span.arrow {
  display: block;
  top: 6px;
  font-size: 16px;
  margin: 0;
  right: 2px;
  left: auto;
  padding: 10px;
}
.nav.mobile ul li span.arrow:hover {
  color: #aaa;
}
.nav.mobile ul li span.arrow.arrow-rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav.mobile ul li a {
  padding: 15px;
}
.nav.mobile ul li ul {
  position: static;
  width: 100%;
}
.nav.mobile ul li ul li {
  width: 100%;
}
.nav.mobile ul li:hover a {
  background: #464646;
  border-bottom: 1px solid #606060;
}
.nav.mobile ul li:hover a:hover {
  background: #535353;
}
.nav.mobile ul li:hover ul {
  display: none;
}
.nav.mobile ul li:hover ul a {
  background: #535353;
}
.nav.mobile ul li:hover ul a:hover {
  background: #606060;
}
.nav.mobile .nav-bars {
  display: block;
}
.header-navigation{
	float: left;
	width: 100%;
	    background-repeat: repeat-x;
    background-image: url('../images/bg-nav.png');
        margin-bottom: 7px;
}

/* .header-navigation ul{
	    float: left;
    margin-bottom: 0;
    width: 100%;
} */
.header-navigation ul{
	    float: left;
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#295e2f+0,34773c+44,295e2f+100 */
background: rgb(41,94,47); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,94,47,1) 0%, rgba(52,119,60,1) 44%, rgba(41,94,47,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,94,47,1) 0%,rgba(52,119,60,1) 44%,rgba(41,94,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,94,47,1) 0%,rgba(52,119,60,1) 44%,rgba(41,94,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295e2f', endColorstr='#295e2f',GradientType=0 ); /* IE6-9 */
			
}
.header-bottom{
	padding: 0 7px;
}
/** nav---------------style--------------------**/

/**--------------------header style-----------------**/

/**--------------------section style-----------------**/
/** slider style **/

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-nav{
	display: none;
}
.flex-direction-nav a:before,.flex-direction-nav a.flex-next:before{
	display: none;
}
.flex-prev{
	background: url('../images/slide_nav_btn.png') no-repeat;
	    width: 30px !important;
    height: 30px !important;
}
.flex-next{
	background: url('../images/slide_nav_btn.png') no-repeat;
	    width: 30px !important;
    height: 30px !important;
        background-position: 0 -170px;
}
.flex-pause{
	background: url('../images/slide_nav_btn_play.png') no-repeat;
	width: 30px !important;
    height: 30px !important;
}
.flex-play{
	background: url('../images/slide_nav_btn_play.png') no-repeat;
	width: 30px !important;
    height: 30px !important;
    background-position: 0 -170px;
}

.flex-direction-nav .flex-prev {
    left: -30px;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    right: -30px;
        opacity: 1;
}
.flex-direction-nav .flex-next {
    left: 100px !important;
}
.flex-direction-nav .flex-prev{
	    left: 25px !important;
}
.flex-direction-nav li a{
    top: 90%;
}
/** slider style **/
#section-home,#section-inner{
	margin-top: 20px;
}
.location-left{
	border: 1px solid #0b5691;
    background: url('../images/pl_hm_location_bg.jpg') center bottom no-repeat;
        padding: 18px;
}
.location-left h3,.location-left h2 {
    margin: 0;
        font-size: 22px;
    text-transform: uppercase;
    text-shadow: -1px 0 0 rgba(0,0,0,.25),1px 0 0 rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.25),-1px 0 0 rgba(0,0,0,.25),1px 2px 4px rgba(0,0,0,.5);
margin-bottom: 15px;
color: #fff;
}
.location-left input{
	height: 40px;
	color: #222425;
}
.location-left .form-inline .form-group{
    width: 40%;
    margin-right: 10px;
}
.location-left .form-inline .form-group select{
	width: 100%;
	    border-radius: 0;
    height: 40px;
    background:#fff url('../images/select_dropdown_bg.png') no-repeat 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.location-left .form-inline .btn {
    border: 2px solid #007e00;
    height: 42px;
    text-shadow: -2px 0 0 #004c00,2px 0 0 #004c00,0 -2px 0 #004c00,0 2px 0 #004c00;
    color: #fff;
    background-color: #b2151d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e00',endColorstr='#004c00',GradientType=0);
    background-image: -moz-linear-gradient(top,#007e00 0%,#004c00 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#007e00),color-stop(100%,#004c00));
    background-image: -webkit-linear-gradient(top,#ff4c54 0%,#004c00 100%);
    background-image: -o-linear-gradient(top,#007e00 0%,#004c00 100%);
    background-image: -ms-linear-gradient(top,#007e00 0%,#004c00 100%);
    background-image: linear-gradient(to bottom,#007e00 0%,#004c00 100%);
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 20px;
}
.location-left .form-inline {
    margin-bottom: 24px;
}
.location-right{
	    /*height: 198px;*/
    border: 1px solid #a9a8a4;
}
.chash-steps ul ,.chash-steps-location ul {
    margin: 22px 0;
    float: left;
}
.chash-steps ul li,.chash-steps-location ul li{
	float: left;
	margin-right: 13px;
	list-style: none;
}
.chash-steps ul li:last-child,.chash-steps-location ul li:last-child{
	margin-right: 0;
}

.landing-cash li{
	margin-right: 4px !important;
	width: 33%;
}

.landing-cash, .landing-cash li a img{
	width: 100%;
}

.landing-cash li:last-child{
	margin-right: 0 !important;
}

.footer-top {
        /* border-top: 8px solid #d82128; */
    border-bottom: 1px solid #aaaaae;
    background-color: #2e7e29;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7e29',endColorstr='#065301',GradientType=0);
    background-image: -moz-linear-gradient(top,#2e7e29 0%,#065301 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e7e29),color-stop(100%,#065301));
    background-image: -webkit-linear-gradient(top,#2e7e29 0%,#065301 100%);
    background-image: -o-linear-gradient(top,#2e7e29 0%,#065301 100%);
    background-image: -ms-linear-gradient(top,#2e7e29 0%,#065301 100%);
    background-image: linear-gradient(to bottom,#2e7e29 0%,#065301 100%);
    padding: 20px 0;
    color: #fff;
    -webkit-box-shadow: 0 10px 8px -8px rgba(0,0,0,.25);
    -moz-box-shadow: 0 10px 8px -8px rgba(0,0,0,.25);
    box-shadow: 0 10px 8px -8px rgba(0,0,0,.25);
}
.footer-top-list h4 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
}
.footer-top-list {
    padding: 0;
    padding-left: 25px;
}
.footer-top-list  ul li{
	list-style: none;
}
.footer-top-list  ul li a{
	    display: inline-block;
    zoom: 1;
    padding: 3px 0;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
        line-height: 13px;
    font-weight: bold;
}
.footer-middle {
    margin: 30px 0;
    padding: 0 20px;
}
.footer-middle p{
	    color: #615858;
        font-size: 11px;
        line-height: 15px;
}
.footer-last{
	    border-top: 1px solid #aaaaae;
    padding: 10px 0;
    border-bottom: 1px solid #aaaaae;
    margin-bottom: 0px;
}
.footer-last-list ul li {
    float: left;
    list-style: none;
        margin-top: 5px;
}
.footer-last-list ul li a {
    padding: 0px 5px 0 5px;
    float: none;
	display:inline-block;
    border-right: 1px solid #15588d;
    color: #15588d;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
}
.footer-last-list ul li:last-child a{
	border-right: 0;
	    padding-right: 0;
}
.footer-last-list {
    padding: 0px;
}
.footer-last-list p {
	padding: 10px 5px 0;
    text-align: left;
    color: #615858;
    font-size: 11px;
}
.footer-last-list:last-child ul li{
	    width: 50%;
		text-align:center;
}
.footer-last-list:last-child ul li a{
	border: 0;
}
.footer-last-list:last-child ul li:last-child a img{
	width: 100%;
}
.footer-top ul li:hover a{
  text-decoration: underline;
}

/**--------------------section style-----------------**/

/**--------------------inner page section style-----------------**/
#section-inner {
    margin: 20px 0;
}
.section-inner-left {
    display: block;
    float: left;
    width: 220px;
    padding: 15px 0 20px 0;
    background-color: #fff;
}
ul.inner-left-step li {
    list-style: none;
    margin: 0 10px;
    margin-bottom: 17px;
}
ul.inner-left-step li:last-child{
	margin-bottom: 0;
}
.inner-left-faq {
    margin-bottom: 30px;
}
.inner-left-faq h4{
	    margin: 0;
    padding: 10px 20px 15px 20px;
    line-height: 23px;
    border-bottom: 1px solid #c3d7de;
    font-size: 18px;
    font-weight: bold;
}
.inner-left-faq ul{
	    margin: 0;
    padding: 15px 20px;
    list-style-type: none;
}
.inner-left-faq ul li a{
	    color: #15588d;
			font-weight:bold;
	    font-size: 14px;
			text-decoration:none;
}
.inner-left-faq ul li:hover a{
	color: #000;
}
.inner-left-faq ul li {
    margin-bottom: 10px;
}
.inner-left-faq ul li:last-child{
	margin-bottom: 0;
}
.inner-left-faq span{
	    padding: 15px 20px;
}
.inner-left-faq span a{
	    color: #d10009;
    text-decoration: none;
    font-weight: bold;
}
.section-inner-main{
	    background: url('../images/two_col_wrpr.gif') left top repeat-y;
}
.section-inner-right{
	display: block;
    float: left;
    width: 700px;
    margin-left: 20px;
    padding: 20px 15px;
    background-color: #fff;
}
.inner-top-content {
    margin-top: 25px;
}
.inner-top-content p {
    margin-bottom: 15px;
}
.section-inner-table ul{
	/**
	 column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  **/
      padding-left: 30px;
}
.section-inner-table ul li {
        margin-bottom: 5px;
}
.section-inner-table{
	   border-top: 4px solid #2481cc;
    background-color: #b3ff9c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ebebff',GradientType=0);
    background-image: -moz-linear-gradient(top,#fff 0%,#ebebff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ebebff));
    background-image: -webkit-linear-gradient(top,#fff 0%,#ebebff 100%);
    background-image: -o-linear-gradient(top,#fff 0%,#ebebff 100%);
    background-image: -ms-linear-gradient(top,#fff 0%,#ebebff 100%);
    background-image: linear-gradient(to bottom,#fff 0%,#ebebff 100%);w
        display: block;
    margin: 20px 0;
    padding: 15px 20px 10px 20px;
}
.section-inner-table h5{
font-size: 19px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 0;
}
.key_table table tr {
    vertical-align: top;
}
.section-inner-bottom p {
    margin-bottom: 15px;
    line-height: 22px;
}
.section-inner-bottom ul{
	padding-left: 40px;
	    margin-bottom: 15px;
}
/* .section-inner-bottom{
	margin-bottom: 30px;
} */
.section-inner-top h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
}
.table-content label {
    width: 100%;
    float: left;
}
.table-content label span{
    width: 17%;
    float: left;
}
.table-content label p{
	float: left;
	    font-weight: normal;
	        width: 83%;
}
ul.table-list-inner {
	/**
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    **/
    	float: left;
	        width: 82%;
}
ul.table-list-inner li{
	font-weight: normal;
	list-style-type: decimal;
    margin-left: 30px;
}
.section-inner-bottom p a,.section-inner-right p a{
	    color: #ba171f;
	    text-decoration: underline;
}
.inner-center{
	text-align: center;
}
.multiple-images img {
    display: inline-block;
}
.multiple-images{
	text-align: center;
}
.inner-top-content p img {
    float: right;
}
ul.all-rights {
    padding: 0;
}
ul.all-rights li{
      font-size: smaller;
     list-style:none;
    margin-bottom: 5px;
}

/**--------------------additional-services page section style-----------------**/
.additional-inner-main{
  background: url('../images/three_col_wrpr.gif') left top repeat-y;
}
.additional-left{
  float: left;
    width: 220px;
}
.additional-middle{
  float: left;
    width: 460px;
}

.additional-right{
    float: left;
    width: 210px;
    margin-left: 20px;
}
.additional-left .inner-left-faq,.apply-now .inner-left-faq {
    margin: 0 0 20px 0;
}
ul.faq-bold li a{
    font-weight: bold;
}
ul.faq-bold li:hover a{
    text-decoration: none;
    color: #d10009;
}

/**--------------------additional-services page section style-----------------**/

/**--------------------apply now page section style-----------------**/
.apply-now-form h4 {
    text-align: center;
    font-size: 28px;
    color: #ff0000;
    margin-bottom: 20px;
}

.apply-now-form h5,.apply-now-form h3{
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.apply-now-form h5{
	font-size: 20px;
}
.apply-form .two-form .form-group {
    width: 47%;
    float: left;
        margin-bottom: 10px;
}
.apply-form .two-form .form-group input,.apply-form .two-form .form-group label,.apply-form .two-form .form-group select,.apply-form .three-form .form-group input,.apply-form .three-form .form-group label,.apply-form .three-form .form-group select,.apply-form .one-form .form-group label,.apply-form .one-form .form-group input,.apply-form .one-form .form-group select{
  width: 100%;
  float: left;
}
.apply-form .two-form .form-group label sup{
  color: red;
}
.apply-form .two-form .form-group:nth-child(even){
  float: right;
}
.apply-form .three-form .form-group {
   /*  width: 31%; */
    float: left;
     margin-bottom: 10px;
}
.apply-form .three-form .form-group:nth-child(2){
 /*  margin:0 15px; */
}
.apply-form .one-form .form-group {
    width: 100%;
    float: left;
        margin-bottom: 10px;
}
.apply-form .one-form .form-group span{
  font-size: 11px;
}
.apply-form .form-inline {
   width: 100%;
   float: left;
}


input.required {
   float: left;
   margin-right: 15px;
}
.usa-btn{
    background-color: #34723c;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 0 0;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    border: 2px solid #4aaa52;
        font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 10px 22px;
        margin-top: 20px;
}
.usa-btn:hover{
  color:#15588d;
  background: #fff;
  text-shadow:none;
  border:2px solid #83BAE7;
}
.loading {
	margin-top: 20px;
}
.apply-form {
    text-align: center;
}
.apply-form label,.apply-form span{
  text-align: left;
}
.disclaimer {
margin: 30px 0 0 0;
    font-size: 11px;
    line-height: normal;
    float: left;
}
sup.req-info {
    float: right;
    /*position: absolute;*/
    right: 0px;
    /*top: 20px;*/
    color: #c42127;
    font-size: 16px;
	font-weight: bold;
}
/**--------------------apply now page section style-----------------**/

/**--------------------location page section style-----------------**/
.locPhone{
		color:#15588d;
}
.location-top ul li img {
    width: 210px;
    height: 100px;
}
.location-top ul li{
      margin-right: 20px;
}
.location-main {
    background: #fff;
    display: block;
        padding: 0 20px;
            padding-bottom: 30px;
}
.map-left > p > strong {
    font-size: 11px;
}
.map-left .input-group input{
color: #333;
    background-color: #8cd2ff;
        border: 1px solid #2481cc;
        border-radius: 0;
        height: 40px
}
.map-left span button{
  background: #8cd2ff url('../../images/site/search.png') no-repeat;
width: 40px;
    height: 40px;
    background-position: center;
        border: 1px solid #2481cc;
        border-radius: 0;
}
.map-left span button:hover,.map-left span button:active,.map-left span button:focus{
  background: #8cd2ff url('../../images/site/search.png') no-repeat;
      background-position: center;
              border: 1px solid #2481cc;
}
.map-right {
    margin-left: 15px;
    width: 64.9%;
    float: right;
}
.map-right ul li {
    float: left;
    list-style: none;
    margin-right: 3px;
}
.map-right ul li:last-child{
  margin-right: 0;
}
.map-right ul li a{
      color: #d8252d;
      text-decoration: underline;
}
.location-middle {
    border-bottom: 1px solid #c3d7de;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.map-list-top h3 a {
    color: #cb1313;
    font-size: 20px;
    text-decoration: underline;
    list-style: none;
}
.map-list-top address a{
  font-weight: bold;
}
.map-list-top h4,.map-list-bottom h4 {
    font-size: 14px;
    color: #000;
}
.map-list-bottom {
    margin-top: 20px;
}
.map-list-bottom p {
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}
.map-list-inner table tr {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.map-list-inner table tr td {
    min-width: 100px;
    float: left;
    font-size: 14px;
}
.map-list-bottom h5 {
    display: block;
    margin-top: 5px;
    color: #7d7d7d;
    margin-bottom: 0;
}
ul.map-img-list li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}
ul.map-route li {
    list-style: none;
    float: left;
    margin-right: 7px;
        width: auto;
}
ul.map-route li a{
  text-decoration: underline;
}
ul.map-route li:last-child{
  margin-right: 0;
}
.map-list li {
    margin-bottom: 10px;
    width: 100%;
        list-style: none;
    float: left;
}
.map-list {
    display: block;
    height: 500px;
    overflow-y: scroll;
        margin-top: 15px;
}
.location-bottom h2 {
    font-size: 24px;
    margin-bottom: .5em;
    margin-top: 0;
    font-weight: bold;
}
.location-bottom h3 {
    font-size: 19px;
    margin-bottom: .5em;
    margin-top: 0;
}
ul.many-location-list li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
ul.many-location-list li a{
  text-decoration: underline;
}
.location-bottom {
    padding-bottom: 30px;
    display: block;
}
.map-list::-webkit-scrollbar {
    width: 1em;
}
 /*
.map-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #c91f27;
} */
 
.map-list::-webkit-scrollbar-thumb {
  background-color: #c91f27;
  outline: 1px solid #c91f27;
}
.single-location h2{
      font-weight: bold;
    font-size: 24px;
    color: #d82028;
}
.single-location .map-left address {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.proandserv h3,.location-contact-info h3{
    font-weight: bold;
    line-height: 1.25em;
    font-size: 16px;
    color: #000;
}
.proandserv h4,.location-contact-info h4{
    font-weight: bold;
    line-height: 1.25em;
    font-size: 14px;
    color: #000;
}
.proandserv ul{
      -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.proandserv ul li{
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}
.pro-image{
      border: 1px solid #3389cf;
          margin-top: 30px;
          display: block;
}
.single-location .map-right {
    width: 50%;
    margin-left: 0;
}
.single-location .map-left,.single-location .map-right{
  padding: 0 15px 0 0;
}

ul.location-info li {
    margin-right: 0;
    width: 50%;
}
.location-contact-info span {
    font-weight: bold;
    line-height: 1.25em;
}
.location-contact-info span {
    font-weight: bold;
    line-height: 1.25em;
    min-height: 50px;
    float: left;
    width: 100%;
}
.location-contact-info p{
      font-size: 18px;
    color: #d82028;
    font-weight: bold;
}
.location-contact-info p a{
      color: #15588d !important;
}
.single-location .map-right p strong{
      font-size: 11px;
    line-height: 20px;
    margin-top: 17px;
    float: left;
    font-weight: bold;
}
.map-inner img{
      border: 1px solid #3389cf;
}
.map-inner {
/*     margin-top: 43px; */
     margin-top: 9px; 
    float: left;
}
/**--------------------location page section style-----------------**/

/**--------------------loan promotion page section style-----------------**/
.promotions {
    background: #fff;
}
.promotions-top {
    text-align: center;
    padding: 50px 15px 20px 15px;
    border-bottom: 1px solid #9A9A9A;
    margin-bottom: 20px;
}
.promotions-top h6 {
    color: #0000ff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.promotions-top h2 span {
    width: 100%;
    float: left;
    color: #ff0000;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
}
.promotions-top h3{
      font-size: 20px;
      font-weight: bold;
    color: #000000;
}
.promotions-top h4 {
    color: #ff0000;
    text-decoration: underline;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.list-country ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 7px;
}
.list-country ul li a,.last-promo strong a{
  text-decoration: underline;
}
.list-country ul li:first-child a{
  font-weight: bold;
  color: #000;
}
.list-country ul li:first-child{
  margin-bottom: 10px;
}
.last-promo strong{
width: 100%;
float: left;
}
.promotions-top:last-child {
    border-bottom: 0;
}
/**--------------------loan promotion page section style-----------------**/

/**--------------------apply-now inner page section style-----------------**/
.about-us ul,.scam-alert ul,.faq-list ul,.lastest-news ul,.privacy-bottom ul,.careers ul{
    padding-left: 40px;
}
.scam-alert h2,.scam-alert h3,.scam-alert h4,.scam-alert h5{
      font-size: 16px;
      font-weight: bold;
}
.faq-categories h2 {
    border-top: 1px solid #2481cc;
    border-bottom: 1px solid #2481cc;
    padding: 10px 0;
    font-size: 19px;
}
.faq-list {
    width: 100%;
    float: left;
    border-bottom: 1px solid #2481cc;
    padding: 0 0 10px 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.faq-list h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.faq-list ul li a,.privacy-bottom ul li a{
  text-decoration: underline;
  color: #15588d;
}
.faq-answers h2{
    border-bottom: 1px solid #2481cc;
    padding: 0 0 10px 0;
    font-size: 19px;
    margin: 0;
}
.faq-ans-list h3 {
    font-size: 18px;
    font-weight: bold;
}
.answers-inner h4{
      font-size: 17px;
    font-weight: bold;
}
.answers-inner {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.answers-inner span a{
  text-decoration: underline;
  color: #15588d;
}
.faq-ans-list {
    width: 100%;
    float: left;
    border-bottom: 1px solid #2481cc;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.answers-inner ul {
    padding-left: 30px;
}
.lastest-news h5{
	    font-size: 16px;
	    font-weight: bold;
}
.privacy-top ul li{
    margin-right: 4px;
}
@media(min-width:1000px){
	.privacy-top ul li img{
			max-width: 284px;
	}
}
.privacy-terms{
	padding: 20px;
}
.careers p img {
    margin: 10px;
    width: 330px;
    height: 220px;
    float: right;
}
.all-stores h3 {
    color: #000;
    font-size: 22px;
}
.all-stores h4 a{
text-decoration: underline;
font-size: 18px;
}
.store-inner h4 {
    margin-bottom: 15px;
}
.store-inner ul li{
	list-style: none;
	margin-bottom: 10px;
}
.store-inner ul li a{
	text-decoration: underline;
}
.store-inner ul{
	padding-left: 10px;
	    margin-bottom: 30px;
}
.contact-us span {
    margin: 10px 0 25px 0;
    float: left;
}
.contact-us .one-form textarea {
    width: 100%;
}
.contact-bottom {
    margin-top: 25px;
}
.contact-bottom h5 {
    text-align: left;
    font-size: 16px;
}
.contact-list img {
    margin: 40px 0 30px 0;
}
.contact-list address a,.contact-list h6  a{
    text-decoration: underline;
}
.contact-list h6 {
    font-size: 13.9px;
    font-weight: bold;
    color: #000;
}
/**--------------------apply-now inner page section style-----------------**/

/**--------------------inner page section style-----------------**/

/**  kumar **/
p.map_phone a {
    margin-right: 10px;
}



/**--------------------inner page section style-----------------**/

/* apply after RP */

.apply-after-form > p{
    margin: 0 0 1em;
	line-height: 1.675em;
	color:#000;

}
.apply-after-form > ul li{
	line-height: 1.675em;
	color:#000;
}
.apply-after-form > ul {
    margin: 0 0 0 40px;
}
.apply-after-form .details {
    margin: 0 0 10px 40px;
}
.section-inner-bottom .telephone-detail{
	text-decoration:none;
	color:inherit;
	display: inline-block;
	margin: 0;
    padding: 0;
}
/* .header-navigation.nav ul li.active {
    background-image: url("../images/bg-nav-hover.png");
    background-repeat: repeat-x;
    
} */
.header-navigation.nav ul li.active a {
    background:#D0E6C0;
    color: #02569b;
    text-decoration: none;
}

.header-navigation.nav ul li.active ul li a{
	background:none;
}
.sticky-footer{
	position:fixed;
	bottom:5px;
	left:0px;
	width:100%;
	z-index:9999;
}

@media(min-width:992px){
	.logo_wrpr {
		display: table-cell;
		height: 140px;
		vertical-align: middle;
	}
	.logo {
		display: block;
		float: left;
		padding: 0 5px;
		text-align: left;
	}
}

@media(max-width:992px){
	.logo_wrpr {
		display: block;
		height: auto;
		vertical-align: middle;
	}
	.logo {
		display: block;
		float: none;
		padding: 0 0px;
		text-align: left;
	}
	.header-middle{
		height: auto;
	}
}

.col-md-9.col-sm-9.col-xs-12.no-padding.header-logo a {
    display: block;
}
.header-logo h1 {
    margin: 0;
}
.col-md-12.no-padding.footer-top.clearfix {
    padding-bottom: 10px;
}
/* .section-inner-table ul li {
    display: inline-block;
    margin-bottom: 5px;
    width: 35%;
} */
.inner-left-step a {
    display: inline-block;
    width: 100%;
}
.key_table{
	border-top: 4px solid #60b05b;
    background-color: #bfffb8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#bfffb8',GradientType=0);
    background-image: -moz-linear-gradient(top,#fff 0%,#bfffb8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#bfffb8));
    background-image: -webkit-linear-gradient(top,#fff 0%,#bfffb8 100%);
    background-image: -o-linear-gradient(top,#fff 0%,#bfffb8 100%);
    background-image: -ms-linear-gradient(top,#fff 0%,#bfffb8 100%);
    background-image: linear-gradient(to bottom,#fff 0%,#bfffb8 100%);
		display: block;
    margin: 20px 0;
    padding: 15px 20px 10px 20px;
}
.table-content strong {
    color: #000;
}
.col-md-12.col-sm-12.col-xs-12.no-padding.section-inner-bottom strong {
    color: #000;
}
a strong {
		color:#cb1313;
}
strong {
    color: #000;
}
.additional-middle .section-inner-bottom p a,.additional-middle .section-inner-right p a {
    color: #000;
    text-decoration: none;
}
.answers-inner a {
    text-decoration: none;
}
.answers-inner a:hover {
    text-decoration: none;
	color:inherit
}
.pro-image{
	margin:0px;
}
.pro-img-map.clearfix {
    clear: both;
}
.col-md-6.eq_height{
	position: relative;
}
.pro-image{
	bottom: 0;
    height: 95%;
    margin: 0;
    position: absolute;
	width: 95%;
}
.sticky-footer{
	display:none;
}
.section-inner-right.apply-now-form h4 strong {
    color: #ff0000;
}
.header-contact ul li span {
    font-size: 19px;
	display:inline-block;
}
#forloanspan,#forcheckspan{
	font-size:11px;
	color:#000;
	display:block;
	width:45%;
	line-height: 14px;
	text-align:right;
	float:left;
	/* margin:5px 0 0 0; */
}

@media (max-width: 767px){
	#forloanspan,#forcheckspan {
	width:100%;
	float:none;
	/* margin:5px 0 0 0; */
	}
.header-contact {
   margin: 5px 0;
}
.single-location h2{
	 margin-bottom: 5px;
    margin-top: 5px;
}
.map-list{margin-top:0px;}
}
.col-md-8.col-sm-9.col-xs-12.no-padding.header-logo a {
    display: inline-block;
	margin-top: 5px;
}
.header-contact ul li:first-child span#forloanspan{
	margin:5px 0 0 0!important;
}
.col-sm-6.eq_height {
    padding: 0;
}

/* .map-inner .gm-style .gm-style-iw */
/* { */
/* width:250px !important; */
/* padding:0px !important; */
/* left:5% !important; */
/* }  */

/* .map-inner .gm-style .gm-style-iw div */
/* { */
/* width:100% !important; */
/* padding:0px !important; */
/* overflow:visible !important; */
/* } */

.form-control.error {
	border: 1px solid red !important; 
	color:red;	
}	
.map_phone{margin:0px;}

.gm-style-mtc {
  display: none;
}
.gm-style .gm-style-iw {
    font-weight: normal;
}
.footer-last-list .secured_icon li:first-child,.footer-last-list .secured_icon li:last-child{
	padding:0 0 0 0;
}
footer{
	padding-bottom:50px;
}
.form-group label span,.form-group label sup {
    font-size: 18px;
}
.form-group label sup {top: 0.1em;}
.check_box_message{
	color:red; font-size:16px; margin-left:5px;
}
h1.page_title{
font-size: 22px;
font-weight: 700;
line-height: 28px;
}
.term_and_conditions,.privacy_policy {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    background: #fff;
    padding: 20px;
}
.privacy_policy ul{list-style: inside;}
.key_table ol{padding-left:15px}

/*---------------A360 ---------------------------*/
.screen-reader-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.apply-now-form h1 {
    color: #ff0000;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
	color:#ff0000;
	font-weight:bold;
}
.contact-us h1 {
	font-size: 28px;
    margin-bottom: 20px;
	text-align: left;
	color: #063e5f;
	font-weight:bold;
}
.apply-now-form h2 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

h2.aaa1Class, h3.aaa1Class,h4.aaa1Class ,h5.aaa1Class,h6.aaa1Class {
   font-weight: bold;
	text-align:left;
}
h2.aaa1Class{
	font-size: 18px;
	line-height:24px;
}
h3.aaa1Class{
	font-size: 16px;
	line-height:22px;
}
h4.aaa1Class{
	font-size: 14px;
	line-height:20px;
}
h5.aaa1Class{
	font-size: 12px;
	line-height:18px;
}
h6.aaa1Class{
	font-size: 12px;
	line-height:18px;
} 
h5.aaa1ClassHeading,h6.aaa1ClassHeading,h2.aaa1ClassHeading,h3.aaa1ClassHeading,h4.aaa1ClassHeading,p.aaa1ClassHeading{
	font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
	color: #000;

}
h2.aaa1ClassHeading{
	font-size: 19px;
	line-height: 28px;
}h3.aaa1ClassHeading{
	font-size: 17px;
	line-height: 24px;
}h4.aaa1ClassHeading{
	font-size: 16px;
	line-height: 22px;
}h5.aaa1ClassHeading{
	font-size: 14px;
	line-height: 20px;
}h6.aaa1ClassHeading{
	font-size: 14px;
	line-height: 20px;
}
.dt-table h3{text-align:center;}
.usacheckClass a{
	 color: #cb1313;
    text-decoration: underline;
}
.map-list-top h2 a {
    color: #cb1313;
    font-size: 20px;
    list-style: outside none none;
    text-decoration: underline;
}
.map-list-top h3,.map-list-bottom h3{font-size:16px;font-weight:bold;display:inline-block}
.map-list-top p,.map-list-bottom p{display:inline-block}
.map-list-top h4,.map-list-bottom h4{font-size:14px;font-weight:bold}
.map-list-top h4, .map-list-bottom h4 {
    color: #000;
    font-size: 14px;
}
.single-location h1 {
    color: #d82028;
    font-size: 24px;
    font-weight: bold;
}
.proandserv h2, .location-contact-info h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25em;
	 min-height: 35px;
}
.promotions-top table td{
	vertical-align:top;
}
.promotions-top table td a{
	margin:0 10px;
}.promotions-top table td a {
display: block;}
.form-control::-moz-placeholder{font-weight:bold;}
.promotions-top p.specials {
    color: #0000ff;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}
.secured_icon {
    font-size: 0;
}
ul.secured_icon li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}