#header-top {
    background: #309841 none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
}
a {
   outline: 0;
}

#header-top #login-boxes {
    border-right: 1px solid #ffffff;
    float: right;
    margin: 2px;
}
.header-top-content ul li a {
    color: #ffffff;
    font-size: 13px;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

#header-top li {
    border-left: 1px solid #ffffff;
    padding: 0 15px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

#slider-partners .item{
    margin: 3px;
    text-align: center;
}
#slider-partners .item img{
    display: block;
    /*width: 100%;*/
    height: auto;
}


.panel.callout {
    background: #FFFFFF;
  border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  border-color: #e1e1e1;
  border-width: 3px 1px 1px;
}

.panel.callout.panel_green {
  border-color: #92cd18 !important;
}

.range-orange {
    background: none repeat scroll 0% 0% #d9450c;
}

.panel.callout.panel_blue {
  border-color: #0F75BC !important;
}

.panel, .callout, .radius p{
    font-size: 12px;
}

#memberBenefit p {
    font-size: 13px;
}

.nopadmarg {
    padding: 0!important;
    margin: 0!important;;
}

.nomargin {
    margin: 0!important;;
}

a.button.facebook {
    background: #215387 url("../images/login_sprite.png") no-repeat scroll 0 2px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

a.button.google {
  background: #DF4A32 url("../images/google-button.png") no-repeat;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

img.logo {
   width: 160px;
}

img.footer_social_bottom {
   width: 30px;
}

#footer-login {
    height: 150px;
    padding-top: 10px;
    display: table;
    width: 100%;
    text-align: center;
    color: #000000;
}

#why_us {
    background: #F0F3F6;
    padding: 30px;
    color: #999999;
}
#why_us .why_us_img {
    text-align: center !important;
    margin-bottom: 20px;
}
#our_partners {
    padding: 10px;
  background: #FFFFFF;
}

#home_testimonial {
  padding: 30px;
  background: #1b75bb;
}

#home_testimonial blockquote, blockquote p, #home_testimonial blockquote cite {
  color: #ffffff;
}
#home_testimonial h2 {
  color: #ffffff;
}

#about_us_team {
    background: #F0F3F6;
    padding: 30px;
    color: #999999;
}

#about_us_team h3 {
  font-size: 15px;
}

#footer {
    background: #0f3e78 url("../images/bg-footer.jpg") no-repeat scroll center bottom / cover;
    color: #FFFFFF;
}
#footer .wrapper {
  padding: 30px;
  margin-bottom: 5px;
}
#footer p {
    font-size: 12.5px;
}

#footer a {
  color: #FFFFFF;
}

#footer i {
  font-size: 20px;
  margin-right: 5px;
}

#footer a.footer_link {
  color: #FFFFFF;
  font-size: 13.5px;
}


#loan_lists {
    padding: 30px;
    color: #999999;
}

#about_us {
    /*background-image: url('../images/about_bg.jpg');*/
    margin: auto;
}

#investment_header_bg {
    background-image: url('../images/about_bg.jpg');
    margin: auto;
}

.display-table {
    display: table;
}

.display-table-slider {
    display: table;
}

.white {
    color: #fff !important;
}

.va-align {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    height: 555px;
    background: rgba(0,0,0,0.7);
    color: #fff;
}

.overlay_instrument_detail {
    width: 100%;
    height: 555px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}

.overlay-slider {
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

#about_us .overlay {
    height: 414px;
}

#investment_header_bg .overlay {
  height: 414px;
}

#about_us .overlay_instrument_detail {
    height: 414px;
}

.instrument_detail_desc p {
  font-size: 14px!important;
}

.link-cart {
    display: inline-block;
    padding: 9px 22px 7px;
    clear: both;
    color: #008cba;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #008cba;
    border-radius: 5px;
}
.small-height {
    height: 40px!important;
    padding: 0!important;
}

.link-cart-checkout {
    display: inline-block;
    padding: 9px 22px 7px;
    clear: both;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  background: #008cba;
    border: 2px solid #008cba;
    border-radius: 5px;
}

.link-cart-checkout:hover{
  color: #ffffff;
}
.link {
    display: inline-block;
    margin: 20px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
}

.link:hover {
    background: #1A77BA;
    color: #fff;
    border-color: #007BA4;
    text-decoration: none;
}

.link:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}

.link {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

/****************************************Contact Us Page******************************/
#contact_page {
    position: relative;
    background-position: 0px 655px;
}

#contact_page_form {
    padding: 30px;
}

#contact_detail {
    background-color: #fff;
    padding-top: 10px;
    margin-top:20px;
}


#contact_detail input[type="button"] {
    width: 100px;
    float: right;
}


#address {
    height: 375px;
    width: 65%;
    background: rgba(255,255,255,.9);
    position: relative;
    margin: auto;
    margin-top: -460px;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
}

#address .fa {
    color: #1fad9d;
    font-size: 20px;
}


#close-btn {
    float: right;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}

#open-btn {
    margin: auto;
    margin-top: -49px;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #1fad9d;
    padding: 5px;
    cursor: pointer;
    display: none;
    padding-top: 11px;
}

#search-cover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: none;
    height: 100%;
    max-height: 1080px;
    max-width: 1920px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

@media only screen and (min-width: 40.063em) {
    #search-cover {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
}

@media only screen and (max-device-width: 480px) {
    #testimonial_slider img {
        width: 100%!important;
    }

    .wrapper_circle {
      width: 100%!important;
    }

    ul.margin-right-menu {
      margin-right: 0px;
      background-color: #CFCFCF!important;
    }

    .top-bar-section ul li {
      background: #222222 !important;
    }

    .top-bar-section ul li > a {
      color: #ffffff !important;
    }

    .top-bar .title-area {
      margin-left: 0px;
    }

    .text-homepage-slide {
      margin: 0 20px 0 20px!important;
    }
    .text-homepage-slide h1 {
      font-size: 30px!important;
    }
    .full-bg .rich-text {
      margin-top: 20px!important;
    }

    .full-bg .rich-text img.img-logo-ojk {
      margin-left: 0px!important;
    }
    .hide-small-ojk {
      display: block!important;
    }
}

@media only screen and (max-device-width: 414px) {
  .img-logo-ojk {
      display: none;
  }
}

.img-logo-ojk {
    max-width: 185px;
    margin-left: 20px;
}

.hide-small-ojk {
  display: none;
}

@media only screen and (max-device-width: 980px) {
  .partner-img-wrapper {
      margin: 0 auto;
      width: 100%;
  }
}

.wrapper-search {
    position: relative; display: inline-block!important; direction: ltr;
    z-index: 99;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.wrapper {

  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

footer, .push {
  height: 4em;
}
.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#blog .rich-text {
  /*text-align: center;*/
}
.full-bg .rich-text {
  margin-top: 130px;
}

.full-bg .rich-text ul{
  padding-left: 30px;
  margin: 0px;
}

.full-bg .rich-text ul li {
  font-size:25px;
  color: #FFCA08;
}


.pagination {
  text-align: center!important;
}

p.text-danger {
  color: #ed5565!important;
}

.stick-img {
  background: rgba(0, 0, 0, 0) url("../images/line.png") no-repeat scroll 0 0;
  height: 6px;
}

.font-bold {
  font-weight: bold;
}

.font-light {
  font-weight: 300;
}

.flag-language img {
  max-width: 25px;
}

.flag-language {
  margin-right: 20px;
  font-size: 11px;
}
.flag-language-login {
  font-size: 11px;
  text-align: right;
}

table.table-admin {
  width: 100%;
}
table.table-admin tbody tr {
  cursor: pointer;
}

.widget-blog h5 {
    border: 3px solid rgba(86, 86, 86, 0.2);
    border-radius: 20px;
    color: #565656;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 20px;
    padding: 4px 15px;
    text-align: center;
    text-transform: uppercase;
}


.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #1b75bb;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: rgba(248, 168, 164, 1);
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #1b75bb;
    color: #fff;
}

.wizard > .content
{
    /*background: #eee;*/
    display: block;
    margin: 0.5em;
    min-height: 20em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
    padding-left:0px;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #f16c65;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}

.suggestions_loan_amount {
  font-size: 15px;
  font-weight: bold;
  color: #000000 !important;
}

.wrap_suggestion_amount {
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}


span.bg_image_rounded{
    background: #92cd18 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto 15px;
    text-align: center;
    width: 60px;
}

span.bg_image_rounded_red{
    background: #D31820 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin: 10px auto 15px;
    text-align: center;
    width: 60px;
}

.progress {
  margin-bottom: 0px!important;
  border: none!important;
  padding: 0px!important;
  margin-top: 10px;
}

.progress span.meter {
  padding-left: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

.progress span.zero {
  padding-left: 10px;
  font-weight: bold;
  color: #000000;
}

.nopadd {
  padding: 0px!important;
}

.risk span {
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
}
.risk {
  margin-bottom: 20px;
}
#loan_lists .row h3 {
  color: #4d4d4d;
}
.detail_inv {
  padding: 10px;
  text-align: left;
}

.detail_inv .instrument_desc_list {
  max-height: 100px;
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
}

.statistic h4 {
  font-weight: bold!important;
  color: #4d4d4d;
}

.cc_gutter {
    min-height: 375px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}
.instrument_detail_header p {
  font-size: 13px!important;
}
.instrument_header_title {
  margin-top: 100px;
}

#slider-partners .owl-pagination {
  margin-top: 25px;
}

.detail_instrument_data div {
  font-weight: bold;
}

.investment_header p {
  font-size: 13px;
}
.investment_header h4.header_title {
  font-weight: bold;
}

#about_partner {
  padding: 30px;
}

/*#about_partner .main_image {*/
  /*text-align: center;*/
  /*margin: 30px auto;*/
/*}*/

#about_partner .main_content img {
  /*float: left;*/
  padding-right: 20px;
  max-width: 250px;
}

#about_partner .main_content ul{
  margin-left: 2.1rem;
}
#about_partner .main_content ul li::marker{
  color: #1B75BB;
}
ul.partner_list {
  padding: 0px;
  margin: 0px;
}

ul.partner_list li{
  list-style: none;
}

.partner_image_small {
  max-width: 100px;
}

.owl-testimonial .item {
    border-radius: 3px;
    color: #fff;
    margin: 10px;
    padding: 30px 0;
    text-align: center;
}

.owl-testimonial .testimonial_content {
  height: 170px;
  max-height: 170px;
}

.product_columns .panel {
  height: 300px!important;
}

.partner-img-wrapper {
  margin: 0 auto;
  width: 86%;
}
.item-partner {
  /*float: left;
  margin: 35px;*/
  font-weight: 500;
  width: 100%;
}

.item-partner img {
  width: 120px;
}

.blog_content {
  overflow: hidden;
}

.help-block {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  margin-top: -10px;
  color: #1A77BA;
}

#hint_id_email {
  margin-top: -15px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

#search_section {
  border-bottom: 5px #0F75BC solid;
}

#hor-minimalist-b thead {
  background: #BAD5EA none repeat scroll 0 0;
}

#hor-minimalist-b
{
	font-size: 12px!important;
	background: #fff !important;;
	width: 100% !important;;
	border-collapse: collapse !important;;
}
#hor-minimalist-b th
{
	font-size: 14px!important;
	font-weight: normal !important;
	color: #000000 !important;
	padding: 10px 10px !important;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc !important;
	color: #222222 !important;
	padding: 10px 8px !important;
  cursor: pointer;
}
/*#hor-minimalist-b tbody tr:hover td*/
/*{*/
	/*color: #009 !important;*/
/*}*/

/*#hor-minimalist-b tbody tr:hover*/
/*{*/
	    /*-webkit-transform:scale(1.05);*/
    /*-moz-transform:scale(1.05);*/
    /*-ms-transform:scale(1.05);*/
    /*-o-transform:scale(1.05);*/
    /*transform:scale(1.05);*/
  /*font-weight: bold!important;*/
  /*box-shadow: 0 0 1px 1px #0F75BC;*/
  /*-webkit-box-shadow: 0 0 1px 1px #0F75BC;*/
  /*-moz-box-shadow:    0 0 1px 1px #0F75BC;*/
  /*background: #F9F9F9!important;*/
/*}*/

form .textInput input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    background-clip: padding-box;
    border-radius: 5px;
    transition: border 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}

form .textInput input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    background-color: #ffffff;
    border-color: #E8E8E8;
    box-shadow: none;
    color: #2c2e2f;
    font-size: 0.9375rem;
    height: 50px;
    line-height: 1.4em;
    text-shadow: none;
}

form .textInput .holder {
  margin-top: 5px!important;
}

form .textInput input[type="text"]:disabled {
    background: #F5F5F5!important;
}

.m-bottom-10 {
  margin-bottom: 10px;
}
.title-login {
  font-weight: 400;
  color: #4e4e4e;
}

.full-bg {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
.rating-label{
    border-radius: 1000px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5rem;
    margin-bottom: inherit;
    min-width: 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.btn-green {
  background: #40B350 !important;
  border: none!important;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-grey {
  background: #999999 !important;
  border: none!important;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grey-color {
    color: #A4A5A7 !important;
}
.img-logo {
  max-width: 160px;
}

.has_dropdown_white {
  border-color: rgba(10, 1, 0, 0.4) transparent transparent!important;
}

.our_mission {
  padding: 40px;
}

.shareholders h5 {
  background: #E5E5E5;
  margin: 0;
  padding: 20px;
  font-weight: 400;
  height: 90px;
}
.border-blue {
  border-bottom: 2px solid #1866A4;
}

.border-white {
  border-bottom: 2px solid #ffffff;
}

.border-yellow {
  border-bottom: 2px solid #E1D100;
}
.border-yellow-rounded {
  border: 2px solid #E1D100;
  box-shadow:none;
}

.heigh-fix {
  height: 220px;
}

.loanpanel.panel.callout{
  padding: 0;
}

.loanpanel.panel.callout .panel-body {
  padding: 10px;
}

.agreement ol li ul.list-bullet{
  list-style-type: square!important;
}
.agreement ol { counter-reset: item }

.agreement ol li { display: block }

.agreement ol li:before {
  font-weight: bolder;
  content: counters(item, ".") ". "; counter-increment: item
}
.agreement ol li.header-li:before {
  content: "";
}
.panelheader {
  background: #F0F0F0;
  padding: 10px;
}

.border-hover i {
  float: right;
  font-size: 30px;
  color: #1B75BB;
  padding: 12px;
  display: none;
}

.border-hover:hover i {
  display: block;
}

.ic_individual {
  background: url("../images/ic-individual.png") no-repeat;
  width: 260px;
  height: 220px;
  display: block;
}

.border-hover-padding {
  padding: 50px;
}

.border-hover-padding:hover {

   border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 2px #A4C2D8;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0 2px 2px #A4C2D8;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0 2px 2px #A4C2D8;
}

.border-hover-padding:hover h4 {
  color: #1B75BB;
}

.ic_institutional {
  background: url("../images/ic-institutional.png") no-repeat;
  width: 260px;
  height: 220px;
  display: block;
}


/*WIZARD*/
.wizard-btn-circle {
  width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.wizard-btn-circle.current-btn {
  background: #1B75BB;
  color: #ffffff;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 26px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

label {
  font-weight: bold;
}

form .textInput button, form .textInput .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
.stepwizard-step p {
  font-weight: 400;
}
.input-bg-checklist {
  float: right;
    margin-right: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    color: #37B34A;
  font-size: 20px;
}
.input-bg-not-checklist {
  float: right;
    margin-right: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    color: red;
  font-size: 20px;
}

.panel-body p {
  font-size: 13.5px;
}

.choose-funder h4 {
  font-weight: bolder;
  color: #898989;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    padding: 0;
}

.partner_heading_blue h5 {
  background: #BAD5EA;
  padding: 10px;
  color: #4d4d4d;
}

.partner_heading_blue ul {
  padding-left: 20px;
}

.investment_summary h5 {
  background: #BAD5EA;
  padding: 10px;
  color: #4d4d4d;
}

.investment_summary table {
  border:none;
}

.disabled_form {
  background-color: #F5F5F5!important;
}

.text-homepage-slide {
  margin: 200px 70px 0 70px;
}

.select_instrument_detail h3 {
  font-weight: bolder !important;
  color: #4d4d4d;
}

.rating-system {
  color: #000000!important;
  font-weight: 400;
  margin-bottom: 50px;
}

.rating-system p, .rating-system ul li {
  font-size: 14px!important;
  font-weight: 400;
}
.rating-system table{
  border-collapse: collapse;
}
.rating-system table thead tr th, table thead tr td{
  border: 1px solid #939393;
}

#faq_accordion h2 {
    background: #e5e5e5 none repeat scroll 0 0;
    font-size: 22px;
    font-weight: 400;
    margin-top: 40px;
    padding: 10px 0 10px 10px;
}

.partner-img img {
  max-width: 55px;
}
.partner_rating {
  background: #F0F3F6;
}

.subscribe_form button {
  width: 100%;
  padding:0.9rem 2rem 0.9rem;
}

.blue_divider {
  border-top: 2px solid #1866A4;
}

#footer .wrapper_menu {
    padding: 30px;
}
.darkblue {
  background-color: #11558a;
}

.footer_br {
  line-height: 20px;
}
.footer_br h2 {
  font-size: 22px;
}

.footer_br h3 {
  font-size: 18px;
}
.how_it_works h3 {
  font-size: 18px;
}

#loan_lists .row h2 {
  font-size: 22px;
  font-weight: bolder!important;
  color: #4d4d4d;
}

#loan_lists h3 {
  font-size: 18px;
}

.content_page_wgtail h1 {
 font-size: 25px!important;
}

h3.small_title_h3 {
  font-size: 17px!important;
}


.menu-link.text-scroll-white span {
    padding: 10px 40px;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    color: #e0e0e0;
}
.menu-link.text-scroll span {
  padding: 10px 40px;
  border: 1.5px solid #e0e0e0;
  border-radius: 4px;
  font-size: 12px;
  color: #4A4A4A;
}


.btn_peer {
    padding: 10px 40px;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    color: #4A4A4A;
}

.btn_peer:hover {
    border: 1.5px solid #FFCA05 !important;
    background-color: #FFCA05;
    color: white !important;
}
.s-text {
    font-size: 12px;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000 !important;
}

li.has-dropdown.language.tablet.not-click {
    display: none;
}

@media screen and (max-width: 480px) {
    ul.margin-right-menu {
        margin-right: 0px;
        background-color: #2296f3!important;
        padding: 20px 0;
        min-height: 100vh;
    }
    .name img {
        margin-top: 0px;
        margin-left: 15px;
    }
    .menu-link.text-scroll span, .menu-link span {
        color: #ffffff;
    }
    .top-bar.expanded .title-area {
        background: #ffffff;
        box-shadow: 0px 1px 1px 1px #eee;
    }
    .top-bar-section ul li {
        line-height: 2;
        background: none !important;
    }
    .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
        color: #000;
        display: block;
        font-size: 12px;
    }
    .top-bar-section .language .dropdown li:not(.has-form):not(.active) > a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
        background: #2296f3;
        color: #ffffff !important;
    }
    p {
        font-family: "Roboto", sans-serif;
    }
    .full-bg {
        background-position: 35%;
    }
    .text-homepage-slide li h4 {
        font-size: 16px;
    }
    .richtext-image {
        width: 50%;
        padding-top: 15px;
    }
    .btn-green {
        margin: 0;
        width: 100%;
        text-align: center;
        top: 20px;
        position: relative;
        font-weight: 400;
        letter-spacing: 1px;
    }
    section#statistik, #why_us, #loan_lists, #footer .wrapper_menu {
        padding: 25px 15px 15px 15px;
    }
    section#statistik h2, #why_us h2, #loan_lists .row h2 {
        font-size: 24px;
        font-weight: 400 !important;
    }
    section#statistik h3, .how_it_works h3, #loan_lists .row h3 {
        font-size: 14px !important;
        margin-left: 20px;
    }
    .panel-bg {
        margin: 40px 0 0;
        padding: 0;
    }
    .panel-bg .panel {
        padding: 1.24rem 1.24rem 0;
    }
    .btn {
        margin-bottom: 0;
    }
    .p-top h4 {
        font-size: 24px;
    }
    .p-top p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .img-panel {
        max-width: 40%;
    }
    .how_it_works {
        margin-bottom: 20px !important;
    }
    .how-it-works {
        min-height: auto !important;
    }
    #why_us .small-12 {
        padding: 0;
    }
    #why_us .medium-centered {
        padding: 0;
        margin: 0;
    }
    .how_it_works h4 {
        font-size: 14px;
        font-weight: 400;
    }
    .how_it_works p {
        font-size: 12px;
        line-height: 1.4444;
    }
    table {
        border: 0;
    }
    table#hor-minimalist-b tbody td:before {
        width: 50% !important;
    }
    table#hor-minimalist-b tbody tr {
        border: 1px solid #eee !important;
        margin-bottom: 20px;
        display: block;
        border-radius: 4px;
    }
    #hor-minimalist-b td {
        border-bottom: 0 !important
    }
    table#hor-minimalist-b tbody tr:last-child {
        margin-bottom: 0;
    }

    #home_testimonial blockquote {
        border: 0;
    }
    #home_testimonial blockquote cite {
        font-size: 11px;
        padding-top: 15px;
    }
    #home_testimonial .margin-bottom-70 {
        margin-bottom: 0;
    }

    .wrapper_menu.darkblue {
        text-align: center;
    }
    .footer_br h2, .footer_br h3 {
        font-size: 18px;
        padding: 15px 0;
        font-weight: 400;
    }
    #our_partners, #our_partners ol li {
        font-size: 14px;
    }
    #our_partners .margin-bottom-70 {
        margin: 0;
        max-width: 100%;
    }
    .reveal-modal {
        border: 0 !important;
        padding: 20px;
    }
    .reveal-modal h4, .reveal-modal h3 {
        font-size: 16px;
    }
    .reveal-modal .loanpanel.panel.callout {
        padding: 0;
        border-radius: 4px;
        margin-right: 0 !important;
        box-shadow: 0px 2px 3px 0px #eee;
        border: 1px solid #ebebeb54;
    }
    .reveal-modal .link-cart {
        margin: .5rem 0;
    }
    .reveal-modal img {
        border-radius: 4px;
    }

    /*Investment Page*/

    .more_filter a {
        width: 100%;
        text-align: center;
    }
    .style_bottom_cart {
        min-height: auto !important;
        height: auto !important;
    }
    .bottom_cart.style_bottom_cart .link-cart-checkout, .bottom_cart.style_bottom_cart .link-cart {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 641px) and (max-width: 950px) {
    .img-logo {
        width: 120px;
    }
    .menu-link.text-scroll span {
        padding: 10px;
    }
    ul.margin-right-menu {
        margin-right: 0;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 6px !important;
        line-height: 70px;
        margin-right: 0 !important;
    }
    .menu-link {
        margin-right: 0;
    }
    .f-topbar-fixed {
        padding-top: 80px !important;
    }
}

@media only screen and (min-width: 951px) and (max-width: 1200px) {
    .img-logo {
        width: 120px;
    }
    .menu-link.text-scroll span {
        padding: 10px;
    }
    ul.margin-right-menu {
        margin-right: 0;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 20px 8px !important;
        line-height: 40px;
        margin-right: 0 !important;
    }
    .menu-link {
        margin-right: 0;
    }
    .f-topbar-fixed {
        padding-top: 80px !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 800px) {
    .panel-outline h4:before {
        top: 30px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    .tablet {
        display: block !important;
    }
    .normal {
        display: none;
    }
}


.landing-page .m-features-title {
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    font-size: 18px;
    opacity: 1;

  }

    @media (min-width: 992px) {
      .landing-page .m-features-title {
        display: inline-block;
        margin: 0 0;
        min-width: 170px;
        padding: 0 5px 6px;
        text-align: center;
      }
    }

.landing-page .m-features-text {
    font-size: 15px;
  }

    @media (max-width: 991px) {
      .landing-page .m-features-text {
        padding-top: 5px;
        text-align: left;
      }
    }
    @media (min-width: 992px) {
      .landing-page .m-features-text {
        -webkit-transition: height 0.4s ease-out;
        -moz-transition: height 0.4s ease-out;
        -ms-transition: height 0.4s ease-out;
        -o-transition: height 0.4s ease-out;
        transition: height 0.4s ease-out;
        background-color: rgba(27, 117, 187, 0.9);
        bottom: 0;
          -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 14px;
        display: block;
        height: 0;
        left: 0;
        margin: 0 15px;
        min-height: 0;
        padding: 0 10px 0;
        position: absolute;
        right: 0;
      }

        .landing-page .m-features-text:before {
          content: attr(data-before-content);
          color: #FFFFFF;
          display: block;
          font-size: 20px;
          text-align: center;
        }
    }


  .landing-page .m-features-item--no-hassle:before, .landing-page .m-features-item--incentives:before {
    background-size: 67%; }
    @media (min-width: 544px) {
      .landing-page .m-features-item--no-hassle:before, .landing-page .m-features-item--incentives:before {
        background-size: 100%; } }
  @media (min-width: 992px) {
    .landing-page .m-features-item:hover:before,
    .landing-page .m-features-item:hover .m-features-title {
      opacity: 0.1; } }
  @media (min-width: 992px) {
    .landing-page .m-features-item:hover .m-features-text {
      height: 100%;
      max-height: 220px;
      padding-bottom: 20px;
      padding-top: 15px; } }




.landing-page .m-features-item {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-top: 25px;
    padding-left: 70px;
    position: relative;
    text-align: left; }
    @media (min-width: 544px) {
      .landing-page .m-features-item {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 50%;
        min-height: 91px;
        padding-left: 15px;
        padding-top: 85px;
        text-align: center; }
        .landing-page .m-features-item:nth-child(2n+2) {
          clear: left; } }
    @media (min-width: 992px) {
      .landing-page .m-features-item {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 25%;
        padding-top: 160px;
        overflow: hidden;
      }

        .landing-page .m-features-item:nth-child(2n+2) {
          clear: none;
        }
    }
    .landing-page .m-features-item:before {
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out;
      background-repeat: no-repeat;
      background-size: 50%;
      content: "";
      display: block;
      left: 15px;
      position: absolute;
      top: 0;
      opacity: 1;
    }

  @media (min-width: 544px) {
    .landing-page .m-features-item:before {
      background-size: 100%;
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 992px) {
    .landing-page .m-features-item:before {
      top: 20px; } }

.text-center-m-features-item {
  text-align: center;
}

p {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
button.btn, button.expand, button.small{
    font-family: "Montserrat",sans-serif;
}


.btn-invest-card {
    box-shadow: 0 4px 0 0 rgb(57, 111, 175);
}
.btn-invest-card, .btn-invest {
    background: rgb(73, 144, 226);
    font-size: .8125rem;
    color: #fff;
    padding: .6rem;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    /*line-height: 1.5;*/
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
