body{
    font-family: 'sf_ui_light';
    font-size:15px;
    /*color:#666;*/
    color:#4c5761;
    font-weight:normal;
    background: #fff;
}

a{
    color:#20baf0;
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{ font-family: 'sf_ui_thin'; font-weight:normal;  color:#000000; margin:0 0 20px 0;}
h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue{color:#48b9e1;}
h1.text-color,h2.text-color,h3.text-color,h4.text-color,h5.text-color,h6.text-color{color:#4c5761;}

h1{font-size:40px;}
h2{font-size:38px;}
h3{font-size:28px;}
h4{font-size:18px;}

h2.blue-common{font-size:24px; font-family: 'sf_ui_semibold'; color:#48b9e1; margin-bottom: 20px;}

p{margin:0 0 20px 0;}
strong, .strong{font-weight:normal; font-family: 'sf_ui_bold'; }
strong.semi, .strong-semi{font-weight:normal; font-family: 'sf_ui_semibold'; }
strong.mid, .strong-mid{font-weight:normal; font-family: 'sf_ui_medium';}

.light { font-family: 'sf_ui_light';}
.thin { font-family: 'sf_ui_thin';}
.regular { font-family: 'sf_ui_regular'; font-family: 'sf_ui_medium';}

.f-14{font-size:14px;}
.f-16{font-size:16px;}
.f-18{font-size:18px;}
.f-20{font-size:20px;}

.text-blue{color:#20baf0;}
.text-black{color:#555;}

a, .btn, #header, .testimonial-block, label.gender-label, .navbar-top .navbar-nav > li.user-info-menu > a > .user-thumb,
#header.affix .navbar-header  {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-cover{
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position:center center;
}

.seprator{
border-bottom:#dddddd solid 1px;

}

/*-- main container --*/
.main-container{overflow:hidden;}
.main-container{padding-top:66px;}
/*.home-page .main-container{padding-top:0;}*/
#content{clear: both; background:#fff; padding:20px 0 40px 0;}
body.home-page #content{clear: both; padding: 0;}

/*-- navigation --*/
#header{ position:fixed; z-index:9; width:100%; left:0; top:0; box-shadow:0 0 5px rgba(0,0,0,0.3);  padding-top:20px; padding-bottom:20px; background:rgba(255,255,255,1); }

.navbar-top {font-family: 'sf_ui_thin';  height:auto; min-height:inherit; background:none;  font-size:16px; margin:0; border:0; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}


#header.affix-top{top:0;}
#header.affix{padding-top:10px; padding-bottom:10px;}

.navbar-brand{height:auto; padding:0 15px; margin-right:30px;}
.navbar-brand img{width:100%; max-width:238px;}

.navbar-top .navbar-nav .btn,
.navbar-top .navbar-nav > li a{font-family: 'sf_ui_light'; line-height: 24px; font-size: 14px; letter-spacing: 1px; }
.navbar-top .navbar-nav > li > a{height:27px;  }
.navbar-top .navbar-nav > li> a{padding:2px 20px;border-radius:30px; color:#454e56;}
.navbar-top .navbar-nav > li> a:hover,
.navbar-top .navbar-nav > li> a:active,
.navbar-top .navbar-nav > li> a:focus,
.navbar-top .navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{ background-color:#20baf0; color:#fff;}

.navbar-default .navbar-nav > li.search-link{margin-left: 10px;}
.navbar-default .navbar-nav > li.search-link > a{ display: block; background: url(../images/nav-search-icon.png) no-repeat center center; width:25px; height: 27px; }

.user-info-dropdown-menu{width:310px;}
.navbar-top .navbar-nav .dropdown-menu{top:45px; background: #f0f6fa; border: 0; border-radius:0 !important; padding:0;}
.navbar-top .navbar-nav .dropdown-menu > li{}
.navbar-top .navbar-nav .dropdown-menu > li > a{padding:4px 12px; position:relative; color:#454e56;}
.navbar-top .navbar-nav .dropdown-menu > li > a:hover,
.navbar-top .navbar-nav .dropdown-menu > li > a:focus,
.navbar-top .navbar-nav .dropdown-menu > li > a:active{background-color:#20baf0; color:#fff;}

.navbar-top .navbar-nav .dropdown-menu .dropdown-menu2{list-style: none; margin: 0; padding: 0;}
.navbar-top .navbar-nav .dropdown-menu .dropdown-menu2 li a{padding:4px 18px; display: block; color:#454e56; text-decoration: none;}
.navbar-top .navbar-nav .dropdown-menu .dropdown-menu2 li > a:hover,
.navbar-top .navbar-nav .dropdown-menu .dropdown-menu2 li > a:focus,
.navbar-top .navbar-nav .dropdown-menu .dropdown-menu2 li > a:active{background-color:#20baf0; color:#fff;}

.affix .navbar-top .navbar-nav > li.user-info-menu > a {padding-left:50px;}
.affix .navbar-top .navbar-nav > li.user-info-menu > a > .user-thumb{width:40px; height:40px; margin-top:-20px;}
.affix .navbar-top .navbar-nav .dropdown-menu {top:37px; }

.navbar-default .navbar-toggle{ padding: 8px; border: 0; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{background: none;}
.navbar-default .navbar-toggle .icon-bar {background-color: #20baf0; transition: 0.4s;}
.navbar-default .navbar-toggle:hover .icon-bar {background-color: #20baf0;}

.navbar-default .navbar-toggle.collapsed .icon-bar {
  background-color: #888; 
  -webkit-transform: rotate(0deg) translate(0, 0) ;
  transform: rotate(0deg) translate(0, 0) ;
   opacity: 1;
}

.navbar-default .navbar-toggle .icon-bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 6px) ;
    transform: rotate(-45deg) translate(-3px, 6px) ;
}
/* Fade out the second bar */
.navbar-default .navbar-toggle .icon-bar2 {opacity: 0;}

/* Rotate last bar */
.navbar-default .navbar-toggle .icon-bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -6px) ;
    transform: rotate(45deg) translate(-3px, -6px) ;
}

/*-- showcase --*/
.showcase{clear:both; position:relative; height:730px; overflow:hidden; background:url(../images/home-showcase-img-1.jpg) no-repeat center center; background-size: cover !important; }
.showcase-container{padding:180px 0 100px 0; text-align: center; color:#fff;}

.showcase-container h1{color:#fff; font-size:50px; font-family: 'sf_ui_bold'; margin-bottom: 45px; }
.showcase-container h2{color:#fff; font-size:38px; font-family: 'sf_ui_thin'; margin-bottom: 40px; }
.showcase-container h3{color:#fff; font-size:30px; font-family: 'sf_ui_bold'; margin-bottom: 40px; }
.showcase-container h4{color:#fff; font-size:25px; font-family: 'sf_ui_bold'; margin-bottom: 30px; }

.showcase-container .loan-form{ width:100%; max-width: 780px; margin:0 auto; background: rgba(0,0,0,0.6); color:#fff; padding: 20px 15px; border-radius: 6px;}
.showcase-container .loan-form .label-col{width:28%;}
.showcase-container .loan-form label{font-size:24px; padding: 5px 0; color:#fff; display: block; margin: 0;}
.showcase-container .loan-form .select-combo-col{width:38.33%;}
.showcase-container .loan-form .select-combo-col .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width: 100%; }
.showcase-container .loan-form .btn{font-size: 24px;}

/*-- top-rated-partner --*/
.top-rated-partner{background: #454e56; padding: 30px 0 40px; clear: both;}
.titel-text{color:#fff; font-size:18px; text-align: center; margin: 0 0 15px 0;}
.top-rated-partner-logos-block .owl-item  .item{text-align: center;}
.top-rated-partner-logos-block .owl-item  .item  img{max-width: 100%; width: auto; display: inline-block;}
.top-rated-partner-logos-block .owl-nav .owl-prev,
.top-rated-partner-logos-block .owl-nav .owl-next{position: absolute; width:35px; height: 35px; top:50%; margin-top:-16px; overflow: hidden; text-indent: -9999px; }
.top-rated-partner-logos-block .owl-nav .owl-prev{background: url(../images/c-prev-arrow.png) no-repeat center center; background-size: cover; left: -35px;}
.top-rated-partner-logos-block .owl-nav .owl-next{background: url(../images/c-next-arrow.png) no-repeat center center; background-size: cover; right: -35px;}

/*-- home sections --*/
.section-block{padding: 80px 0;}
.section-block .sec-head{margin-bottom: 30px; text-align: center;}
.section-block .sec-head h2{font-size:38px; margin:0;}

.well-match-section .sec-head{margin-bottom: 60px !important;}
.well-match-section .well-match-block{text-align: center;}
.well-match-section .well-match-block figure{margin:0 0 20px 0; }
.well-match-section .well-match-block h2{font-size:24px; font-family: 'sf_ui_bold'; margin-bottom:15px; text-align: center; }
.well-match-section .well-match-block p{font-size: 16px; font-family: 'sf_ui_light';}

.find-best-section{background: #48b9e1; color:#fff; padding: 40px 0;}
.find-best-section .sec-head{margin-bottom: 50px;}
.find-best-section .sec-head h2{color:#fff;}

.we-make-easy-section{background: url(../images/home-we-make-easy-bg.jpg) no-repeat center center; background-size: cover; color:#fff; padding: 80px 0;}
.we-make-easy-section .sec-head{margin-bottom: 60px;}
.we-make-easy-section .sec-head h2{font-size:45px; color:#fff;}

.we-make-easy-block{ color:#fff; text-align: center; max-width: 280px; margin:0 auto; margin-bottom: 50px; }
.we-make-easy-block span.round{width: 112px; height: 112px; border-radius: 100%; padding: 15px 0; margin-bottom: 20px; display: inline-block; background: #839eae; color:#fff; font-size:60px; font-family: 'sf_ui_ullight'; text-align: center;}
.we-make-easy-block span.round-1{background: #839eae; }
.we-make-easy-block span.round-2{background: #a270ae; }
.we-make-easy-block span.round-3{background: #6cb490; }

.we-make-easy-block h2{font-size: 26px; font-family: 'sf_ui_semibold'; color:#fff;}
.we-make-easy-block p{font-size: 18px;}

.our-featured-section{padding: 80px 0;}
.our-featured-section .sec-head{margin-bottom: 60px;}
.our-featured-section .sec-head h2{color: #454e56;}

.our-featured-row{margin:0 -5px;}
.our-featured-row div.col-md-3{padding: 0 5px;}
.our-featured-block{border:1px solid #e8edf0; padding: 30px 10px;}
.our-featured-block figure{margin:0 0 5px 0; height:80px; text-align:center;}
.our-featured-block figure img{width:200px;}
.our-featured-block h2{font-size:22px; color:#000000; font-family: 'sf_ui_semibold'; text-align: center; margin-bottom: 0 0 30px 0;}
.our-featured-block ul.list-dot{margin:0; padding: 0; margin:0 -5px 20px -5px; list-style: none;}
.our-featured-block ul.list-dot li{padding: 0 0 0 20px; position: relative; margin-bottom: 5px;}
.our-featured-block ul.list-dot li:before{content: "•"; position: absolute; left:5px; top:0px;}
.our-featured-block .btn-blue{font-size: 15px; height: 40px; width: 186px;}

.pl-fundamental-section{
  padding: 80px 0; 
  color:#fff; 
  background: rgb(152,70,213);
  background: linear-gradient(90deg, rgba(152,70,213,1) 0%, rgba(132,88,218,1) 39%, rgba(0,212,255,1) 100%);
}
.pl-fundamental-section .sec-head{margin-bottom: 60px !important;}
.pl-fundamental-section .sec-head h2{color: #fff;}

.pl-fundamental-section h3{font-size: 24px; font-family: 'sf_ui_semibold'; color:#fff;}
.pl-fundamental-section p{font-size: 18px; letter-spacing: 0.5px;}

.find-best-section-white{background: #fff; padding: 80px 0;}
.find-best-section-white .sec-head{margin-bottom: 60px;}
.find-best-section-white .sec-head h2{color:#454e56;}

.imp-info-section{background: #f6f9fb; padding: 40px 0;}
.imp-info-section h2{font-size: 16px; color:#454e56;}
.imp-info-section p{font-size:14px; color:#454e56; margin: 0 0 30px 0;}

/*-- page title with image --*/
.page-header{clear: both; margin: 0; border: 0;}
.page-header .title-block{background:#8ea5ba; padding: 20px 0; }
.page-header .title-block h1{font-size: 30px; margin: 0; color:#fff;}
.page-header .title-block h2{font-size: 30px; margin: 0; color:#fff;}

.page-header-img{clear: both; position: relative; height: 645px; background-color: #ccc; background-repeat: no-repeat; background-size: cover;}
.page-header-img .title-block{background:rgba(0,188,255,0.42); padding: 20px 0; }
.page-header-img .title-block h1{font-size: 30px; margin: 0; color:#fff;}
.page-header-img .title-block h2{font-size: 30px; margin: 0; color:#fff;}
.page-header-img .head-text-block{clear: both; font-size: 20px; color:#fff; padding:120px 0; }
.page-header-img .head-text-block h2{font-size: 45px; color: #fff;}

.page-header-step-img{clear: both; position: relative; min-height: 522px; background-color: #ccc; background-repeat: no-repeat; background-size: cover;}
.page-header-step-img .head-text-block{clear: both; font-size: 20px; color:#fff; padding:50px 0; }
.page-header-step-img .head-text-block h1{font-size: 55px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-step-img .head-text-block h2{font-size: 55px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-step-img .head-text-block h3{font-size: 34px; color: #fff; text-align:center; }


/*-- .page-header-score{clear: both; position: relative; min-height: 522px; background-color: #ccc; background-repeat: no-repeat; background-size: cover;} --*/
.page-header-score{
  clear: both;
  background: rgb(152,70,213);
  background: linear-gradient(90deg, rgba(152,70,213,1) 0%, rgba(132,88,218,1) 39%, rgba(0,212,255,1) 100%)
}
.page-header-score .head-text-block{clear: both; font-size: 20px; color:#fff; padding:40px 0; }
.page-header-score .head-text-block h1{font-size: 55px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-score .head-text-block h2{font-size: 50px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-score .head-text-block h3{font-size: 30px; color: #fff; text-align:center; }


/*-- .page-header-iframe{clear: both; position: relative; min-height: 522px; background-color: #ccc; background-repeat: no-repeat; background-size: cover;} --*/
.page-header-iframe{
  clear: both;
  background: rgb(152,70,213);
  background: linear-gradient(90deg, rgba(152,70,213,1) 0%, rgba(132,88,218,1) 39%, rgba(0,212,255,1) 100%)
}
.page-header-iframe .head-text-block{clear: both; font-size: 20px; color:#fff; padding:40px 0; }
.page-header-iframe .head-text-block h1{font-size: 55px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-iframe .head-text-block h2{font-size: 50px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }
.page-header-iframe .head-text-block h3{font-size: 20px; color: #000; text-align:left; font-family: 'sf_ui_bold'; margin: 10px 0 -10px 0;}
.page-header-iframe .head-text-block h4{font-size: 30px; color: #fff; text-align:center; }
.page-header-iframe .head-text-block h5{font-size: 22px; color: #fff; text-align:center; font-family: 'sf_ui_bold'; }


/*-- page title with gradiyant --*/
.page-header-grd{
  clear: both;
  background: rgb(152,70,213);
  background: linear-gradient(90deg, rgba(152,70,213,1) 0%, rgba(132,88,218,1) 39%, rgba(0,212,255,1) 100%)
}
.page-header-grd .title-block{padding: 35px 0; text-align: center; }
.page-header-grd .title-block h1{font-size: 45px; margin: 0 0 20px 0; color:#fff;}
.page-header-grd .title-block h2{font-family: 'sf_ui_medium'; font-size: 20px; margin: 0; color:#fff;}
.page-header-grd .title-block h3{font-family: 'sf_ui_medium'; font-size: 20px; margin: 0; color:#fff;}

.hd-dark-gray-belt{background: #454e56; color:#fff; padding: 7px 0; clear: both; font-size: 14px; font-family: 'sf_ui_regular';}
.hd-dark-gray-belt a{color:#fff; display: inline-block;}
.hd-dark-gray-belt .right-part{text-align: right;}
ul.hd-dark-gray-belt-nav{list-style: none; padding: 0; margin: 0; float: right;}
ul.hd-dark-gray-belt-nav li{float: left; padding:0 10px; position: relative;}
ul.hd-dark-gray-belt-nav li + li:before{content:"|"; position: absolute; left: 0; top:0; color:#fff;}
ul.hd-dark-gray-belt-nav li:last-child{padding-right: 0;}


.hd-light-gray-belt{background: #fff; color:#fff; padding: 0 0; clear: both; font-size: 14px; font-family: 'sf_ui_regular';}


/*-- about us --*/
.about-block{clear: both; font-size: 18px; margin-bottom: 40px;}
.about-block figure{margin: 0 0 20px 0; text-align: center;}
.about-block h2{font-size: 24px; text-align: center; font-family: 'sf_ui_semibold'; color:#48b9e1;}

/*-- credit pages --*/
.main-content-block {font-size: 18px;}
.main-content-block .content {line-height: 25px; margin:0 0 15px 0; font-size:17px;}
.main-content-block .content li {line-height: 25px; margin:0 0 15px 0; font-size:17px;}
.main-content-block li{line-height: 20px;margin:0 0 20px 0;}
ul.dot-list{padding: 0; margin: 0 0 0px 0; list-style: none;}
ul.dot-list li{padding-left: 15px; position: relative;}
ul.dot-list li:before{content: "•"; font-size: 20px; line-height: 24px; position: absolute; left:0; top:0; height: 20px;}

.sidebar{margin: 0; padding: 0; max-width: 325px; width: 100%;}
.sidebar-right{float: right;}
.sidebar-block-blue{background: #f6f9fb; padding: 20px 13px; border-radius: 4px; margin-bottom:20px ;font-size:16px;}
.sidebar-block-blue h3{font-size:16px; font-family: 'sf_ui_semibold'; color:#454e56; margin:0 0 12px 0; }
.sidebar-block-blue ul.dot-list:last-child{margin-bottom: 0;}
.sidebar-block-blue ul.dot-list li{margin-bottom: 5px;}
.sidebar-block-blue ul.dot-list li:before{content: "•"; color: #48b9e1; font-size: 16px; line-height: 20px; position: absolute; left:0; top:0; height: 16px;}

.sidebar-block-blue .google-ads{margin:0;}
.sidebar-block-blue .google-ads img{width: 100%; height: auto;}

/*-- perosnal loan page --*/
.perosnal-loan-block{clear: both;}
.perosnal-loan-block h2{font-size:45px; color:#4c5761; text-align: center; margin-bottom: 30px;}
.personal-loan-accordian .panel + .panel{margin-top: 15px;}
.personal-loan-accordian .panel{border-radius: 0; border-color:#e8edf0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.personal-loan-accordian .panel-heading{padding:12px; padding-left:50px ; background: #fff url(../images/accordian-icon.png) no-repeat 15px center;}
.personal-loan-accordian .panel-title{font-size: 18px; font-family: 'sf_ui_semibold'; }
.personal-loan-accordian .panel-title a{color: #20baf0;}
.personal-loan-accordian .panel-title a:hover,
.personal-loan-accordian .panel-title a:focus,
.personal-loan-accordian .panel-title a:active{text-decoration: none;}
.personal-loan-accordian .panel-body{padding:20px; border-color:#e8edf0 !important;}
.personal-loan-accordian .pl-title{font-size:30px; font-family: 'sf_ui_thin'; margin-bottom: 10px;}

/*-- form result page / search result page  --*/
.refine-search-block{border:1px solid #efefef; padding:20px 15px;}
.refine-search-block h2{font-size: 20px; font-family: 'sf_ui_bold'; color:#20baf0; text-align: center; padding-bottom: 15px;  margin:0 0 15px 0; border-bottom: 1px solid #efefef;}
.refine-search-block .rf-s-block{padding-bottom: 25px;  margin:0 0 15px 0; border-bottom: 1px solid #efefef;}
.rf-s-block .text-title{font-size:16px; text-align: center; margin-bottom: 0;}
.rf-s-block output{text-align: center; font-size: 26px; font-family: 'sf_ui_bold'; padding: 0 0 12px 0;}

.result-block{margin:0 0 15px 0; border:1px solid #efefef; clear: both; padding: 30px 20px 30px 20px; position: relative;}

.main-content-block .tip-block{margin:0 0 18px 0; border:1px solid #efefef; clear: both; padding: 15px; position: relative;}
.main-content-block .tip-block h2{font-family: 'sf_ui_bold'; font-size: 16px; color:#20baf0;  margin: 0 0 10px 0; padding:0 15px 0 0;text-align: left;}
.main-content-block .tip-block p{font-size: 13px; color:#000; margin: 0 0 0 0;text-align: justify;}


.result-block .result-number{background: #20baf0; color:#fff; width: 35px; height: 31px; line-height: 31px; text-align:center; font-size:14px; font-family: 'sf_ui_heavy'; position: absolute; left:0px; top:3px; border-radius:0 5px 5px 0; }
.result-block .call-out{background: #f80017; color:#fff; height: 31px; line-height: 31px; text-align:center; font-size:12px; font-family: 'sf_ui_heavy'; position: absolute; left:0px; top:10px; border-radius:0 5px 5px 0;font-style:italic;}
.result-block .call-out-2{background: #f80017; color:#fff; height: 31px; line-height: 31px; text-align:center; font-size:12px; font-family: 'sf_ui_heavy'; position: absolute; left:37px; top:3px; border-radius:5px 5px 5px 5px;font-style:italic;}

.result-block-feature{margin:0 0 15px 0; border:solid 3px #17d576; clear: both; padding: 30px 20px 30px 20px; position: relative;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #d2ebf9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#d2ebf9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#d2ebf9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
}
.result-block-feature .result-number{background: #20baf0; color:#fff; width: 35px; height: 31px; line-height: 31px; text-align:center; font-size:14px; font-family: 'sf_ui_heavy'; position: absolute; left:0px; top:3px; border-radius:0 5px 5px 0; }
.result-block-feature .call-out{background: #17d576; color:#fff; height: 31px; line-height: 31px; text-align:center; font-size:12px; font-family: 'sf_ui_heavy'; position: absolute; left:0px; top:10px; border-radius:0 5px 5px 0;font-style:italic;}
.result-block-feature .call-out-2{background: #f80017; color:#fff; height: 31px; line-height: 31px; text-align:center; font-size:12px; font-family: 'sf_ui_heavy'; position: absolute; left:37px; top:3px; border-radius:5px 5px 5px 5px;font-style:italic;}

.rs-block-left{float: left; width: 200px; margin-right: 30px; text-align: center;margin-top:15px;}
.rs-block-left figure{margin: 0;}
.rs-block-left figure + a.btn{margin: 15px 0 0 0; padding: 1px 12px;}
.rs-block-left figure img{max-width: 100%; height: auto; display: inline-block; }
.rs-block-right{overflow: hidden; font-size: 13px; font-family: 'sf_ui_light'; position: relative; padding-right: 170px; } 
.rs-block-right h2{font-family: 'sf_ui_bold'; font-size: 22px; color:#20baf0;  margin: 0 0 5px 0; padding:0 15px 0 0;}
.rs-block-right h3{font-family: 'sf_ui_bold'; font-size: 20px; color:#20baf0;  margin: 0 0 5px 0; padding:0 15px 0 0;}
.rs-block-right p.loan-amount{font-size: 16px; color:#000; margin: 0 0 8px 0;}
.rs-block-right ul.right-checkmark-list{margin: 0; padding:0; list-style: none;}
.rs-block-right ul.right-checkmark-list li{padding:0 0 0 20px; margin-bottom: 3px; background: url(../images/icon-right-checkmark-balck.png) no-repeat left 3px;}

.rs-block-right .rs-block-right-right{ text-align: right; width: 180px; position: absolute; right: 0; top:0; }
.rs-block-right .rs-block-right-right .btn{font-size:21px; margin-bottom: 10px; padding: 10px 20px; text-decoration: none; }
.rs-block-right .rs-block-right-right .btn i.lock{background: url(../images/icon-lock.png) no-repeat left center; width:16px; height: 19px; display: inline-block; margin: 0 10px -1px 0; }
.rs-block-right .rs-block-right-right a{text-decoration: underline;}


.lending-terms-block{padding: 25px 20px; background: #f6f9fb; font-size: 13px; line-height: normal;text-align:justify;}
.lending-terms-block h3{font-size: 16px; font-family: 'sf_ui_semibold'; margin: 0 0 20px 0;}
.lending-terms-block p:last-child{margin: 0;}
.featured-lender-sidebar-block h2{font-size: 16px; font-family: 'sf_ui_semibold'; text-align: center; padding: 10px 0; background: #f6f9fb; border-radius:5px; margin: 0;}
.featured-lender-block{margin-top: 8px; padding: 15px 13px; border:1px solid #e8edf0; clear: both;}
.featured-lender-block .fe-len-left{float: left; width: 103px; margin: 0 15px;}
.featured-lender-block .fe-len-left img{width: 100%;}
.featured-lender-block .fe-len-right{overflow: hidden; text-align: center;}
.featured-lender-block .fe-len-right .btn{height: 32px; line-height: 20px; width: 100%; max-width: 124px; font-size: 15px; margin-bottom: 10px; font-family: 'sf_ui_medium';} 
.featured-lender-block .fe-len-right .btn + a{font-size: 14px; text-decoration: underline; font-family: 'sf_ui_medium';}

/*-- Step form --*/
.steps-form-block{background: #fff; padding: 20px; max-width: 534px; margin: 0 auto; border-radius: 6px;}
.page-header-step-img .head-text-block .steps-form-block h2{font-size: 26px; color:#000; margin-bottom: 30px;}
.steps-form-block .inner-container{ max-width: 270px; margin: 0 auto; color:#454e56; font-size: 14px; text-align: center; }
.steps-form-block .inner-container .bootstrap-select{width: 100% !important;}
.steps-form-block .inner-container .bootstrap-select .btn{border:2px solid #dbe5ec; color:#000000;}
.steps-form-block .inner-container .form-control{border:2px solid #dbe5ec; color:#000000; height: 50px; border-radius: 6px;}
.steps-form-block .pl-step-2 .inner-container .form-group{position: relative;}
.steps-form-block .pl-step-2 .inner-container .input-group{margin-bottom: 15px;}
.steps-form-block .pl-step-2 .inner-container .input-group .form-control {border:2px solid #dbe5ec; color:#000000; height: 50px; border-radius: 6px;}
.steps-form-block .pl-step-2 .inner-container .input-group-addon{font-size:26px; background: none; border:0; color:#000000; }

.easy-compare-lender-section h2{font-size: 28px; text-align: center; color:#20baf0; margin-bottom: 30px;}
.easy-compare-block {margin-bottom: 30px;}
.easy-compare-block .icon{float:left; width:71px; height: ; text-align: center;}
.easy-compare-block .easy-text{margin-left: 71px; font-size: 16px;}
.easy-compare-block .easy-text p:last-child{margin: 0;}
.easy-compare-lender-section .easy-compare-block .easy-text h2{font-size: 18px; font-family: 'sf_ui_bold'; text-align: left; color:#20baf0; margin-bottom:10px !important;}

.loan-terms-section{background: #f6f9fb; padding: 30px 0; font-size: 14px;}
.loan-terms-section .partner-logo-block {margin-bottom: 40px;}
.loan-terms-section .partner-logo-block .p-logo{ width: 20%; float: left; }
.loan-terms-section .partner-logo-block .p-logo img{max-width: 100%;}

.loan-terms-section h3{font-size:16px; margin-bottom: 5px; font-family: 'sf_ui_semibold'; color:#454e56;}
.loan-terms-section p{line-height: normal;}
.loan-terms-section p:last-child{margin-bottom: 0;}

/*-- Blog --*/
.blog-posting-block{margin-bottom: 30px; padding: 0 0 30px 0; border-bottom:1px solid #f6f9fb;}
.blog-posting-block .blog-img{width:190px; margin-right: 40px; float:left;}
.blog-posting-block .blog-img img{width: 100%; height: auto;}
.blog-posting-block .blog-text-block{margin-left: 230px; font-family: arial; font-size: 14px; color:#000000; }
.blog-posting-block .blog-text-block .post-header{margin-bottom: 15px;}
.blog-posting-block .blog-text-block .post-header .post-title{font-size: 16px; font-family: arial; font-weight: bold; margin: 0;}
.blog-posting-block .blog-text-block .post-header .post-date{font-size: 14px; margin: 0;}
.blog-posting-block .blog-text-block .post-header .post-title + .post-date{margin-top: 5px;}
.blog-posting-block .blog-text-block .post-text-block p{margin-bottom:10px;}
.blog-posting-block .blog-text-block .post-text-block a{text-decoration: underline;}

.pagination{border-radius: 0;}
.pagination > li{float: left;}
.pagination > li + li{margin-left: 10px;}
.pagination > li > a{border-radius: 0 !important; font-family: 'sf_ui_semibold'; font-size: 16px; border:0; padding: 6px 15px; background: #4d4d4d; color:#fff;}
.pagination > li > a:hover,
.pagination > li.active > a{background: #47b2ee; color:#fff;}

.blog-single-post{font-family: 'sf_ui_regular';}
.blog-single-post .blog-img{width: 100%; height: auto; margin: 0 0 30px 0;}
.blog-single-post .blog-img img{width: 100%;}
.blog-single-post .blog-text-block .post-header{ margin: 0 0 30px 0;}
.blog-single-post .blog-text-block .post-header .post-title{font-size: 28px; color:#46b2d9; font-family: 'sf_ui_bold'; margin: 0 ;}
.blog-single-post .blog-text-block .post-header .post-date{font-size: 18px; margin: 0 ;}
.blog-single-post .blog-text-block .post-header .post-title + .post-date{margin-top: 20px;}
.blog-single-post .blog-text-block .post-header .post-date + .social-media-share{margin-top: 20px;}
.blog-single-post .blog-text-block .post-text-block{font-size: 16px; color:#000; line-height: 30px;}
.blog-single-post .blog-text-block .post-text-block h2{font-size: 18px; font-family: 'sf_ui_bold'; color:#46b2d9; margin-bottom: 20px; color:3;}
.blog-single-post .blog-text-block .post-text-block p{margin-bottom: 20px;}

.post-footer{clear: both; padding: 20px 0; font-size: 14px;}
.post-footer .post-on-date{margin: 0 0 10px 0;}
.post-footer .post-category{}

.post-comment-section{border-top:1px solid #ececec; padding: 20px 0; margin: 20px 0 0 0;}
.post-comment-section .post-comment-head{padding: 0 0 10px 0; margin: 0 0 20px 0; border-bottom:1px solid #ececec; font-size: 14px; }
.sort-by-right{text-align: right;}
.sort-by-right label{color:#000; font-size: 14px; font-family: 'sf_ui_bold';}
.sort-by-right .bootstrap-select{width: 80px !important;}
.sort-by-right .bootstrap-select .btn{height: 24px; border:1px solid #c9cacf; background: #f5f6f8; font-size: 14px; border-radius: 0; padding: 2px 20px 1px 5px;}
.user-comment-box-block{clear: both; padding: 0 0 20px 0; margin-bottom: 20px; border-bottom:1px solid #e6e8ec;}
.user-comment-box-block .user-pic{float: left; width:48px;}
.user-comment-box-block .user-comment-box{margin-left: 58px;}
.user-comment-box-block .user-comment-box .form-control{border:1px solid #ced1d7; border-radius: 0;}

/*-- FAQs --*/
.faq-block{}
.faq-block h2{font-size: 24px; font-family: 'sf_ui_semibold'; color:#48b9e1; margin-bottom: 20px;}

/*-- customer support --*/
.cs-title{font-size:18px; font-family: 'sf_ui_semibold'; color:#454e56; }
.cs-adress{font-size:16px; margin-bottom: 30px;}

/*-- privacy policy --*/
.privacy-policy-block{font-size:16px;}


/*-- contact us --*/
.contact-form input.form-control{border:1px solid #e8edf0; padding:8px 15px; height: 38px; color:#8ea5ba; font-size: 16px; border-radius: 6px; }
.contact-form textarea.form-control{border:1px solid #e8edf0; padding:8px 15px; height: 137px;  color:#8ea5ba; font-size: 16px; border-radius: 6px; }

.contact-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8ea5ba;
    opacity: 1; /* Firefox */
}
.contact-form .btn-row{margin-top: 40px;}
.contact-form .btn{width: 266px;}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8ea5ba;
    opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #8ea5ba;
    opacity: 1;
}

/*-- --*/
.loader-block{max-width: 570px ; margin: 0 auto; text-align: center;}
.top-logo-block{margin-bottom: 30px; text-align: center;}
.loader-block .logo{margin: 0 auto;}
.loader-block .text-1{font-size: 25px; margin-bottom: 20px; font-family: 'sf_ui_thin';}
.loader-img{margin-bottom: 30px;}
.loader-block h2{font-size: 35px; font-family: 'sf_ui_bold'; margin-bottom: 20px; color:#20baf0;}
.loader-block h3{font-size: 26px; font-family: 'sf_ui_bold'; margin-bottom: 20px; color:#454e56;}

/*-- footer --*/
#footer{background: #454e56; color:#b1bfcb; padding: 35px 0; color:#fff; font-size: 14px; letter-spacing: 0.5px;}
#footer h2.title{color:#fff; font-weight: normal; font-family: 'sf_ui_semibold'; font-size:14px; margin:0 0 10px 0;}
#footer ul{margin:0; padding: 0; list-style: none;}
#footer ul li{padding: 0 0 5px 0; margin: 0;}
#footer a{color:#20baf0;}
#footer a:hover{color:#fff; text-decoration: underline;}

#footer .f-logo{padding: 0 0 20px 0;}
#footer address{line-height: 22px;}
#footer address a{color:#fff;}

.f-hr{margin: 30px 0; border:0; border-bottom: 1px solid #87939d; clear: both;}
.f-notes{font-size:12px; font-family: arial; color:#b1bfcb; letter-spacing: 0; line-height: normal; margin-bottom: 30px;}
.f-notes p{margin: 0 0 20px 0; text-align: justify;}
.f-notes p:last-child{margin-bottom: 0;}

.footer-copyright{font-size:12px; font-family: arial; color:#fff; letter-spacing: 0; }
.copy-right-text{padding: 10px 0 0 0; margin: 0;}
.rights-recer-icons{text-align:right;}
.rights-recer-icons span{display: inline-block; }
.rights-recer-icons span + span{margin-left:15px;}

.complete{font-size:11px; font-family: arial; color:#48b9e1; letter-spacing: 0; line-height: 10px; padding:0 0 10px 0;text-align:center;}
.termsapply{font-size:11px; font-family: arial; color:#828b93; letter-spacing: 0; line-height: normal; padding:0 0 10px 20px;text-align:left;}
.termsapplyleft{font-size:11px; font-family: arial; color:#727c85; letter-spacing: 0; line-height: normal; padding:0 0 10px 0;text-align:left;}

.funds{color:#17d576; font-weight:900;}
.stars{color:#FFC700; font-weight:900;}

/*-- Select a Score Buttons --*/

.select-score-block .btn-excellent{background-color:#00458f; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #469dff;}
.select-score-block .btn-very-good{background-color:#0d6db6; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #469dff;}
.select-score-block .btn-good{background-color:#71207a; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #e336b4;}
.select-score-block .btn-fair{background-color:#af2283; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #e336b4;}
.select-score-block .btn-poor{background-color:#d62b80; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #ff73be;}
.select-score-block .btn-notsure{background-color:#ff1b95; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';box-shadow: inset 0 0 5px 5px #ff53af;}
.select-score-block .btn-bad{background-color:#ff3599; border:#b1bfcb solid 3px; color:#fff;text-align:center; margin: 0 5px 10px 5px; padding: 10px 18px 10px 18px;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius:30px;font-size: 20px;font-family: 'sf_ui_bold';}
.select-score-block .btn-green{background-color:#17d576; color:#fff;text-align:center; margin: 0 15px 25px 5px; padding: 8px 0 8px 0;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px;font-size: 22px;font-family: 'sf_ui_bold';-webkit-box-shadow: 0px 5px 0px 0px #DDDDDD; box-shadow: 0px 5px 0px 0px #DDDDDD;border:1px solid #03bc60;background: rgb(23,213,118);
background: linear-gradient(180deg, rgba(23,213,118,1) 0%, rgba(0,144,72,1) 100%);}


.select-score-block{background: #fff; padding: 20px; margin: 0 auto; border-radius: 10px;padding:0 5% 20px 5%;}
.select-score-block .select-score-text{color:#000; font-family: 'sf_ui_regular'; font-size:18px; margin:10px 0 0 10px; text-align:left; letter-spacing:-0.009em;}
.select-score-block .select-score-text-headline{color:#000; font-family: 'sf_ui_heavy'; font-size:26px; margin:20px 0 0 0; text-align:center;}

.select-score-iframe{background: #fff; padding: 0px; margin: 0 auto; border-radius: 10px;padding:0 5% 20px 5%;color:#000;}
.select-score-iframe .select-score-text{color:#000; font-family: 'sf_ui_semibold'; font-size:20px; margin:20px 0 0 0; text-align:center;}
.select-score-iframe .select-score-text-headline{color:#000; font-family: 'sf_ui_heavy'; font-size:26px; margin:20px 0 0 0; text-align:center;}

.select-score-iframe-header{background: #229854; padding: 0px; margin: 0 0 10px 0; border-radius: 10px;padding:0 5% 0 5%;color:#000;text-align:center;}
.select-score-iframe-header .select-score-text{color:#000; font-family: 'sf_ui_semibold'; font-size:20px; margin:20px 0 0 0; text-align:center;}
.select-score-iframe-header .select-score-text-headline{color:#fff; font-family: 'sf_ui_heavy'; font-size:26px; padding:10px; text-align:center;}

.credit-score-outline{border-bottom:1px solid #d1d1d1;}

.tag-cloud-link{border:2px solid #fff;line-height:40px;padding:0 3px 0 3px;margin:0 3px 0 3px;}

.brief-overview{margin:10px 0 0 230px;font-size:14px;border-top:1px solid #efefef;padding:20px 20px 0 0; text-align: justify;}

.main-content-block .comments-area{margin:0;padding:0;}
.main-content-block .fn{font-size:14px;font-family:arial,helvetica;color:#46b2d9;}
.main-content-block .comment-metadata {font-size:12px;font-family:arial,helvetica;}
.main-content-block .comment-content {font-size:18px;font-family:arial,helvetica;margin:5px 0 0 0;}
.main-content-block .comments-title {font-size:16px;font-family:arial,helvetica;margin:0 0 10px 0;font-style: italic;}

.adunitcontainer{margin:20px 0 20px 0;}

.adunitsponsoredtext{font-family:arial, "Helvetica Neue", Helvetica, Arial, "sans-serif";text-align:left;color:#8ea5ba;text-transform: uppercase;font-size:11px;background-color:#fff;margin-top:10px;}

.sponsorlinktext{font-size:12px;font-family:arial, "Helvetica Neue", Helvetica, Arial, "sans-serif";margin:5px;text-align:right;color:#aaaaaa;}



.subscriber{width:100%;padding:0px 5px;display: block;}
.subscriber h1{margin:0 0 10px 0;padding:0;font-family:'sf_ui_bold';font-size:30px;color:#20baf0;text-align:center;}
.subscriber h2{margin:0 0 10px 0;padding:0;font-family:'sf_ui_regular';font-size:34px;color:#000000;}
.subscriber p{margin:0 0 10px 0;padding:0;font-family:'sf_ui_light';font-size:19px;color:#000;line-height:24px;text-align:center;}
.subscriber img{margin:0 39% 15px 39%;text-align: center;}

.es_textbox_button{background-color:#17d576; color:#fff;text-align:center; margin: 20px 15px 25px 5px; padding: 5px 15px 5px 15px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px;font-size: 22px;font-family: 'sf_ui_bold';-webkit-box-shadow: 0px 5px 0px 0px #DDDDDD; box-shadow: 0px 5px 0px 0px #DDDDDD;border:1px solid #03bc60;}

.es-form-fields{text-align:center;font-size:15px;}
.es-form-fields label{text-align:center;font-size:15px;}