/* here you can put your own css to customize and override the theme */
body {
    /*font-family: 'TrajanPro', Sans-Serif;
    font-family: 'Open Sans' sans-serif;
    font-size: 12px;*/
    -webkit-font-smoothing: antialiased;
}
a {
    color: #12aaeb;
}

a:hover, a:focus {
    color: #043140;
    text-decoration: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.no-shadow {
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.md-radio label > .check {
    background: #78d609;
}

.md-checkbox label > .check {
    border-color: #8bc500;
}

.md-radio label > .box {
    border-color: #959595;
}

.page-header .page-header-top .page-logo .logo-default {
    margin-top: 0px;
}

.home_loan .page-header,
.loan_application .page-header {
    height: auto;
}

.home_loan .page-header .page-header-top .pull-right > span,
.loan_application .page-header .page-header-top .pull-right > span {
    color: #043140;
    font-weight: 600;
}

.home_loan .page-header .page-header-top .pull-right > a,
.loan_application .page-header .page-header-top .pull-right > a {
    margin-left: 15px;
    color: #12aaeb;
}

.page-footer {
    color: #ffffff;
}

.page-footer a {
    color: #12aaeb;
}

.pace .pace-progress {
    top: 0px! important;
}

.filters-content {
    padding: 0;
    text-align: center;
    border-top: none;
}

.filters-content .row-header {
    margin-left: 0;
    margin-right: 0;
}

.filters-content .row-content .logo {
    max-width: 110px;
    min-height: 40px;
    max-height: 60px;
    width: 100%;
}

.filters-content .more-detail .btn-less-detail, .filters-content .more-detail .btn-more-detail {
    display: inline-block;

    color: #193d5a !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    height: 27px;
    padding: 0 20px !important;
    border-bottom: 0 !important;
    border-radius: 8px 8px 0 0 !important;

    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.filters-content .more-detail .btn-less-detail:hover, .filters-content .more-detail .btn-more-detail:hover {
    border-color: #3498db;
    color: #3498db;
}

.filters-content .more-detail .btn-less-detail .fa, .filters-content .more-detail .btn-more-detail .fa {
    margin-left: 10px;
}

.filters-content .row-footer .summary-details {
    text-align: left;
}

.filters-content .row-footer .summary-details .row .line-top {
    border-top: 1px solid #E4E4E9;
    padding: 5px 0;
}

.portlet.light {
  padding: 15px 0;
}

.portlet.light > .portlet-head {
    padding: 15px 20px 10px;
}

.portlet.light > .portlet-head h2 {
    margin: 0 0 4px;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #043140;
}

.portlet.light > .portlet-head .title {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

/* Wizard */
.stepwizard-step p {
    margin-top: 4px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #999;
}

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

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 40px;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #d8d4d4;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    /*width: 33.33333%;*/
}

.stepwizard-step:first-child:before {
    width: 100% !important;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #fff !important;
    top: 14px;
    left: -50%;
}

.stepwizard-step:last-child:before {
    width: 100% !important;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #fff !important;
    top: 14px;
    right: -50%;
}

.stepwizard-step.active:first-child:after {
    width: 50%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #0fa2e1;
    top: 14px;
    left: 50% !important;
    z-index: 9;
}

.stepwizard-step.active:last-child:after {
    width: 50%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #0fa2e1;
    top: 14px;
    right: 50%;
    z-index: 9;
}

.stepwizard-step.active:before {
    width: 50%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #0fa2e1;
    top: 14px;
    right: 0;
    z-index: 9;
}

.stepwizard-step.active:after {
    width: 50%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #0fa2e1;
    top: 14px;
    left: 0;
    z-index: 9;
}

.stepwizard-step.active > div {
    background: #12aaeb;
    color: #ffffff;
    border-color: #d8d4d4;
}

.stepwizard-step.active > p {
    color: #12aaeb;
    font-weight: 600;
    text-transform: uppercase;
}

.step-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.428571429;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ffffff;
    border: 2px solid #d8d4d4;
    color: #043140;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.form-wizard .form-wizard-title,
.form-auth .form-wizard-title {
    margin-bottom: 0;
}

.form-wizard .form-wizard-title h3,
.form-auth .form-wizard-title h3 {
    display: inline-block;

    padding: 10px 30px 10px 0px;
    color: #193d5a;
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
}

.page-eligibility .form-wizard .form-wizard-title h3 {
    padding: 10px 5px 10px 15px;
}

.page-eligibility .nav-tabs li a{
    color: #193d5a;
    background-color: #c2c2c2;
}

.page-eligibility .nav>li>a:focus,
.page-eligibility .nav>li>a:hover{
    background-color: #c2c2c2;
}

.page-eligibility .nav-tabs li.active a{
    background-color: white;
}

.form-auth .form-wizard-title h3 {
    margin-bottom: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: none !important;
}

.form-wizard .form-wizard-subtitle {
    margin-bottom: 5px;
}

.form-wizard .form-wizard-subtitle h4 {
    display: inline-block;
    padding: 10px 25px 10px 0px;
    width: 100%;
    float: left;
    font-style: italic;
}

.form-wizard .form-wizard-subtitle .tooltip-icon {
    margin-right: -10px;
}

.popover .arrow, .popover .arrow:after {
    display: block !important;
}

.popover > .popover-title {
    background: #12aaeb;
    color: #fff;
    padding: 12px 15px;
}

.popover-content > p {
    margin: 4px 0;
}

.form-horizontal #total-costs-outlay .control-label{
    text-align: left;
}

.inline-block{
    display: inline-block;
}

.form-wizard h3 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #043140;
    font-size: 1.125em;
    text-align: left;
}

.form-wizard h4 {
    font-weight: 600;
    color: #193d5a !important;
    font-size: 16px;
}

.form-auth h3 {
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    color: #043140;
    font-size: 18px;
    text-align: center;
}

.form-auth .login-form,
.form-auth .register-form {
    margin: 0 20px;
}

.need-help {
    margin-top: 40px;
}

.need-help h3 {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 18px;
}

.need-help > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.need-help > ul > li > i {
    color: #3498db;
}

.text-red {
    color: red;
}

.text-dark {
    color: black;
}

.form-wizard .error h3,
.form-wizard .error h4 {
    color: #D91E18;
}

.form-wizard .tooltip-icon {
    font-size: 20px;
    margin-top: 12px;
    color: #b3edfb !important;
}

.form-wizard .tooltip-icon .fa-question-circle:before {
    font-weight: normal !important;
}

.form-control{
    height: 40px;
}

.form-wizard .input-text {
    border-left: 1px solid #12aaeb !important;
    border-color: #12aaeb !important;
    height: 36px;
}

.form-wizard .indented {
    margin-bottom: 20px;
}

.form-wizard .slider-container {
    padding: 20px 25px;
}

.form-refinancing.form-wizard .slider-container{
    padding: 20px 0px;
}

.ui-widget-header {
    background: #12aaeb;
}

.slider-container .ui-state-hover,
.slider-container .ui-state-focus {
    border-color: #cccccc;
    background: #f9f9f9;
}

.form-wizard .slider-value {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 20px;
}

.form-wizard .slider-value .info {
    color: #193d5a;
    font-size: 36px;
    font-weight: bold;
    display: block;
    line-height: 1em;
}

.form-wizard .slider-value .unit {
    color: #043140;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
}

.form-wizard .form-group.with-pie {
    position: relative;
}

.form-wizard .easy-pie-chart {
    /*position: absolute;*/
    /*top: 165px;*/
    /*left: 525px;*/
    display: block;
    border-left: #bdc3c7 1px solid;
    /*padding-left: 25px;*/
    /*width: 35%;*/
    margin-top: 45px;
}

.form-wizard .pie-chart-info {
    color: #193d5a;
    width: 100%;
    float: left;
}

.form-wizard .pie-chart-info .info-heading {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1em;
}

.form-wizard .pie-chart-info .info-heading em {
    color: #7f8c8d;
    font-style: normal;
}

.form-wizard .pie-chart-info .info-amount {
    font-size: 24px;
    line-height: 28px;
    color: #193d5a;
    font-weight: bold;
}

.form-wizard .pie-chart-info .info-heading.minor {
    font-size: 14px;
}

.form-wizard .pie-chart-info .info-amount.minor {
    font-size: 24px;
    color:#193d5a;
    line-height: 28px;
}

.form-wizard .input-group-addon {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    border-width: 2px;
    border-color:  #193d5a;
    background: #193d5a;
    color: #fff;
}

.form-wizard .input-group-addon > i {
    color: #fff;
    font-style: normal;
}

.form-wizard .input-group.focus .input-group-addon,
.form-wizard .input-group.focus .form-control {
    color: #12aaeb;
    border-color: #12aaeb;
}

.form-wizard .input-group.focus .input-group-addon {
    background: #12aaeb;
}

.form-wizard .form-group {
    margin: 20px 0 0 0;
    padding-bottom: 15px;
}

.form-wizard .form-group:last-child {
    border-bottom: none;
}

.form-wizard .property-type .property-type-box {
    display: inline-block;
    background: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #979da4;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    vertical-align: top;
    margin: 10px;
    padding: 6px;
    width: 150px;
}

.form-wizard .property-type .property-type-box.circle {
    padding: 0 !important;
    width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.form-wizard .property-type .property-type-box:first-child {
    margin-left: 0;
}

.form-wizard .property-type .property-type-box:last-child {
    margin-right: 0;
}

.form-wizard .property-type .property-type-box > i {
    position: absolute;
    right: -8px;
    top: -8px;
    color: #d0d0d0;
    background: #ffffff;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
}

.form-wizard .property-type .property-type-box > span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.form-wizard .property-type .property-type-box > span.number {
    font-size: 25px;
    font-weight: bold;
    padding: 25px 0;
}

.form-wizard .property-type .property-type-box.circle > span.number {
    padding: 0 !important;
}

.form-wizard #total-costs-outlay .property-type .property-type-box{
    width: 140px;
}

.form-wizard #total-costs-outlay .property-type-box > span.number{
    padding: 0;
    width: 90%;
    height: 40px;
    line-height: 40px;
}

.form-wizard .property-type > a:hover,
.form-wizard .property-type > a:hover > span {
    border-color: #043140;
    color: #043140;
}

.form-wizard .property-type > a.active,
.form-wizard .property-type > a.active > span {
    border-color: #12aaeb;
    color: #12aaeb;
}

.form-wizard .property-type > a:hover > i {
    opacity: 1;
    background: #043140;
    color: #fff;
}

.form-wizard .property-type > a.active > i {
    opacity: 1;
    background: #12aaeb;
    color: #ffffff;
}

#business-loan-eligibility .md-radio input[type=radio]{
    left: 0;
}

#business-loan-eligibility .input-group .form-control:last-child{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.loan-sidebar {
    float: left;
}

.loan-content {
    overflow: hidden;
}

.loan-sidebar h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 4px;
}

.loan-sidebar-portlet,
.loan-content-portlet {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.portlet .loan-sidebar-portlet,
.loan-filter.no-lock-in-loan{
  margin-bottom: 0;
}

.loan-filter {
    margin-bottom: 20px;
    padding: 20px 15px;
}

.loan-filter > p {
    width: 100%;
    float: left;
    color: #5d5c5d;
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 18px;
}

.loan-filter > .refresh-btn {
  margin-bottom: 20px;
}

.loan-filter .input-group-addon {
    background: #8dc63f;
}

.loan-filter .input-group-addon > i {
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.loan-filter > label {
    display: block;
    font-weight: 600;
}

.loan-filter > label > span {
    color: #12aaeb;
}

.loan-filter .amount {
    font-weight: bold;
    font-size: 23px;
    color: #12aaeb;
    line-height: 1em;
}

.loan-filter .percentage {
    font-size: 14px;
    color: #7f8c8d;
}

.loan-filter .ui-state-hover,
.loan-filter .ui-state-focus {
    border-color: #cccccc;
    background: #f9f9f9;
}

.monthly-income-filter > label > span {
    color: #12aaeb;
}

.monthly-income-filter > label {
    display: block;
    font-weight: 600;
}

.banks-filter .bank-logo{
    cursor: pointer;
}

.loan-content-portlet p {
    margin-bottom: 20px;
}

.loan-content .loan {
    border: 2px solid #dedede;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    width: 100%;
    float: left;

    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.loan-content .loan:hover {
    border-color: #12aaeb;
}

.mt-element-ribbon .ribbon.ribbon-color-primary {
    background-color: #12aaeb;
}

.loan-content .loan .portlet-title {
    padding: 0 25px !important;
    -webkit-border-top-left-radius: 48px;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-radius-topleft: 48px;
    -moz-border-radius-bottomright: 35px;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 35px;
}

.loan-content .loan .portlet-title .caption {
    display: block;
    text-align: center;
    padding: 15px 0;
    float: none;
}

.loan-content .loan .portlet-title h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.loan-content .loan .portlet-title h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #12aaeb;
    font-weight: 600;
}

.loan-content .loan .portlet-title .bank-logo {
    position: absolute;
    top: 10px;
    right: 10px;
}

.loan-content .loan .portlet-title .bank-logo img {
    max-height: 48px;
}

.loan-content .mt-element-ribbon .ribbon.ribbon-vertical-left {
    padding-top: 5px;
    padding-bottom: 2px;
    width: 32px;
}

.loan-content .mt-element-ribbon .ribbon {
    padding: 0;
}

.loan-content .mt-element-ribbon .ribbon>.ribbon-sub.ribbon-bookmark:after {
    border-left-width: 16px;
    border-right-width: 16px;
}

.loan-info h5 {
    min-height: 35px;
    color: #12aaeb;
    margin: 0 0 4px;
}

.loan-info .interest-rate h5 {
    font-size: 32px;
}

.loan-info .monthly-installments h5 {
    font-size: 28px;
}

.loan-info .lockin-period h5,
.loan-info .rate-type h5 {
    font-size: 28px;
    color: #555555;
    font-weight: 600;
}

.loan-info .info {
    color: #043140;
}

.loan-info .sub-info {
    color: #919191;
    font-size: 12px;
}

.loan-info a {
    color: #919191;
}

.loan-info a > i {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.loan-info .active a > i {
    color: #ffffff;
    background: #12aaeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.loan-info .active .info {
    color: #12aaeb;
}

.results-container .more-info {
    padding: 0 25px;
}

.col-features h4,
.col-rates h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 4px;
}

.ribbon-content .loan-info {
    margin: 10px 0 15px 0;
    padding: 0 15px;
}

.ribbon-content .more-detail {
    text-align: center;
    border-top: 1px solid #d0d3d4;
    padding: 8px 0;
}

.ribbon-content .more-detail > a {
    border: 0 !important;
    color: #95a5a6;
}

.ribbon-content .more-detail > a:hover {
    color: #4383e0;
}

.facebook-login {
    text-align: center;
}

.form .form-auth .btn-facebook {
    display: inline-block;
    width: auto;
}

.selectlist {
    border-top: 1px solid #043140;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2040;
    overflow: visible;
}
.selectlist .drawercard-container {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    border-radius: 3px;
}
.selectlist .drawercard-container .fa.fa-times {
    visibility: hidden;
    position: absolute;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    background: #e74c3c;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
.selectlist .drawercard-container ul.checklist {
    margin-left: 0px;
    padding-left: 30px;
}
.selectlist .drawercard-container img {
    width: 100%;
    max-width: 128px;
    max-height: 64px;
}

.selectlist #selected-holder {
    position: relative;
}

.selectlist .clear-shortlist {
    color: #12aaeb;
}

.selectlist .clear-shortlist:hover {
    color: #193d5a;
}

.selectlist.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.home_loan .page-content,
.loan_application .page-content {
    padding-bottom: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
    top: 14px;
    color: #fff !important;
}

.home_loan .page-title,
.loan_application .page-title,
.refinancing .page-title {
    background: url('../img/bg-title-home-loan.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0px;
    width: 100%;
    text-align: center;
}

.home_loan .page-title h2,
.loan_application .page-title h2 {
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.loan-select.active {
    background: #8bc43f;
}

.loan-select {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #82857d;
    -webkit-border-bottom-right-radius: 48px;
    -moz-border-radius-bottomright: 48px;
    border-bottom-right-radius: 48px;
}

.loan-select a {
    color: #fff;
    padding: 15px 30px 15px 20px;
    display: block;
}

.results-container .mt-element-ribbon .ribbon-content {
    padding: 0;
    position: relative;
}

.results-container .mt-element-ribbon .ribbon.ribbon-color-primary>.ribbon-sub {
    background-color: #e5102e;
}

.results-container .mt-element-ribbon .ribbon.ribbon-color-primary>.ribbon-sub:after {
    border-color: #e5102e;
}

/**
 * Radius
 */
.radius-1 {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.radius-2 {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.radius-3 {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.radius-4 {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

/**
 * Filter
 */
.saturate {-webkit-filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px);}
.invert {-webkit-filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg);}
.opacity {-webkit-filter: opacity(50%);}

.btn-md {
    font-size: 14px !important;
    padding: 10px 25px !important;
}

.btn.blue-custom:not(.btn-outline) {
    color: #fff;
    background-color: #193d5a;
    border-color: #193d5a;
}

.btn.white-custom:not(.btn-outline) {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn.green-custom:not(.btn-outline) {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
}

.owl-controls .owl-page.active span {
    background: #12aaeb;
}

.owl-controls .owl-page span {
    background: #b3b3b3;
}

.form-wizard > ol {
    padding-left: 25px;
}

.form-wizard > ol > li {
    margin-bottom: 5px;
    padding-left: 5px;
    list-style: decimal;
}

#stps {
    display: table;
    margin: 0 auto;
    border: 0;
    padding-left: 0;
    list-style: none;
}

#stps > li {
    float: left;
    margin: 0;
    display: block;
    position: relative;
}

#stps > li > div {
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
    color: #FFF;
    background: #043140;
    border: 1px solid #043140;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

#stps > li.active > div {
    color: #FFF;
    cursor: default;
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
    border-bottom-color: transparent;
}

.nobtngrp {
    border-left: 1px solid #8dc63f !important;
}

.ui-slider-range {
    background: #12aaeb;
    background: -webkit-gradient(linear, 0 0, 0 80%, from(#193d5a), to(#12aaeb));
    background: -webkit-linear-gradient(#193d5a, #193d5a 70%);
    background: -moz-linear-gradient(#193d5a, #193d5a 80%);
    background: -ms-linear-gradient(#193d5a, #193d5a 80%);
    background: -o-linear-gradient(#193d5a, #193d5a 80%);
    background: linear-gradient(#193d5a, #193d5a 80%);
    -pie-background: linear-gradient(#193d5a, #193d5a 80%);
    border-radius: 3px;
    height: 3px;
}
.slider-loan-tenure{
    background: #cbcaca;
}
.tenure-range .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.sliderTxt {
    border: 1px solid #12aaeb;
    position: absolute;
    top: -30px;
    left: -50%;
    color: #666666;
    font-weight: normal;
    font-size: 12px;
    padding: 2px;
    white-space: nowrap;
    text-align: center;
}

.tenure-range .slider-container {
    margin-top: 15px;
}

.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-lg {
    padding-top: 10px;
}

.box-container {
    padding: 0;
    background-color: #fff;
}

.box-container .box-content {
    width: 100%;
    padding: 20px;
    border: 1px solid #e0dfde;
    position: relative;
}

.box-container .box-content h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.box-container .box-content h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 45px;
}

.container-results {
    position: relative;
    margin: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.container-circle {
    width: 150px;
    margin: 20px auto;
    position: relative;
}

.calc-circle {
    position: relative;
    width: 150px;
    height: 150px;
    float: left;
    background: #c1edff;
    border-radius: 50%;
    z-index: 1;
    padding: 7px;
}

.calc-circle::before {
    position: absolute;
    content: '';
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    background: #1bbdff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.calc-circle::after {
    position: absolute;
    content: '';
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #c1edff;

}

.calc-results {
    position: relative;
    z-index: 1000;
    width: 100%;
    margin-top: 20px;
}

.calc-num-payment {
    color: #193d5a;
    font-size: 14px;
    position: absolute;
    top: 56px;
    z-index: 99;
    text-align: center;
        width: 100%;
    float: left;
}


.calc-total-payment, .calc-total-interest {
    word-break: break-all;
    padding: 0 .6em;
    font-size: 16px;
}

.calc-number.calc-txt-xsmall {
    font-size:18px;
    padding-top: 8px;
}

.calc-number {
    font-size: 24px;
    color: #193d5a;
    padding-top: 8px;
}
.format-num-en{
     font-size: 24px;
    color: #193d5a;
}

.calc-total {
    display: table;
    width: 100%;
    margin: 0 auto 30px;
}


.page-business-loan-calculator .form-wizard h3{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.easy-pie-chart .number {
    width: 90px;
}

.easy-pie-chart .number {
    height: 90px;
    line-height: 90px;
}

.easy-pie-chart .number > span {
    font-weight: bold;
    font-size: 24px;
    color: #193d5a;
}

.more-info h3 {
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: #193d5a;
    text-transform: uppercase;
}

.more-info h4 {
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffa800 !important;
}

.filters-table-bank-account .col-md-2 {
    width: 12.5%;
    float: left;
}

.filters-table-bank-account .col-md-3 {
    width: 20%;
    float: left;
}

.requirments-box {
    border-bottom: 1px solid #E4E4E9;
    margin-bottom: 20px;
}

.summary-box {
    border-bottom: 1px solid #E4E4E9;
}

.requirments-box h4,
.summary-box h4 {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.requirments-box ul,
.summary-box ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.requirments-box ul li,
.summary-box ul li {
    border-top: 1px solid #E4E4E9;
    padding: 8px 25px;
}

.requirments-box ul li > label,
.summary-box ul li > label {
    margin-bottom: 0 !important;
    font-weight: 600;
    text-align: left;
    padding-right: 25px;
}

.requirments-box ul li:nth-child(odd),
.summary-box ul li:nth-child(odd) {
    background: #f1fcfe;
}

.requirments-box ul li:nth-child(even),
.summary-box ul li:nth-child(even) {
    background: #fff;
}

.filters-table-head [class*="head-title-"] {
    padding: 8px 15px;
}

.arrow_box {
	position: absolute;
    top: -25px;
	background: #193d5a;
    color: #fff;
	border: 1px solid #193d5a;
    white-space: nowrap;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(25, 61, 90, 0);
	border-top-color: #193d5a;
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box:before {
	border-color: rgba(25, 61, 90, 0);
	border-top-color: #193d5a;
	border-width: 5px;
	margin-left: -5px;
}

.filters-content .more-detail .box__apply.active,
.filters-content .more-detail .box__apply:hover {
    background: #ff5057;
}

.filters-content .more-detail .box__compare,
.filters-content .more-detail .box__compare a {
    color: #000 !important;
}

.filters-content .more-detail .box__compare.active,
.filters-content .more-detail .box__compare.active a {
    color: #ff5057 !important;
}

.form-wizard .form-body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.form-title {
    background: #193d5a;
    padding: 10px 20px;
}

.form-title h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.page-mortgage .form-body{
    padding-left: 35px;
    padding-right: 35px;
}

.page-eligibility .form-body {
    padding-left: 15px;
    padding-right: 15px;
}

.nobtngrp {
    border-left-color: #c2cad8 !important;
}

.stepproperty-circle.step-1 {
    background: #8bc500;
}

.page-calculator {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-calculator .page-title {
    background: #f6f6f6;
    padding: 20px 35px;
}

.page-calculator .page-content {
    padding: 20px 35px;
}

.page-calculator .box-content {
    border: 0 !important;
}

.page-calculator .box-content .table>thead>tr>th {
    border: 0 !important;
}

.where-you-go {
    background: #fff;
    color: #000;
    padding: 30px 20px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.popup_close > i {
    font-weight: normal;
    color: #ceccee;
}

.where-you-go {
    width: 360px;
}

.where-you-go p {
    margin: 0 0 4px;
    padding: 0;
    font-size: 16px;
}

.where-you-go .actions {
    margin: 25px 0 0 0;
    text-align: center;
}

.where-you-go .actions .btn {
    margin: 0 10px;
}

.btn.btn-yes {
    background: #85d129;
    color: #fff;
    font-size: 16px !important;
    padding: 8px 50px !important;
}

.btn.btn-no {
    background: #c4c4c4;
    color: #fff;
    font-size: 16px !important;
    padding: 8px 50px !important;
}

.box-featured-apply {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ceccee;
    padding: 15px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    float: left;
}

.box-featured-apply > a {
    text-decoration: none;
    color: #000;
}

#featured-apply {
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

#shortlisted-holder {
    position: relative;
}

.shortlist {
    border-top: 1px solid #193d5a;
}

.compare-arrow {
    position: absolute;
    top: -28px;
    right: 15px;
}

.compare-arrow > a {
    color: #fff;
    padding: 10px 15px;
    background: #193d5a;
}

.compare-row {
    padding: 20px 0;
}

.filter-table-head {
    display: block;
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #193d5a;
}

.filter-table-head ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.filter-table-head ul > li {
    display: inline-block;
    width: 20%;
    text-align: center;
    position: relative;
}

.business-loan .filter-table-head ul > li {
    width: 14.285%
}
.table-custom-bank .filter-table-head ul > li,
.current-account-usd .filter-table-head ul > li {
    width: 16.66666667%;
}
.fixed-deposit .filter-table-head ul > li {
    width: 19.8%;
}
.table-custom-bank .filters-content .row-content ul,
.current-account-usd .filters-content .row-content ul,
.fixed-deposit .filters-content .row-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.table-custom-bank .filters-content .row-content ul > li,
.current-account-usd .filters-content .row-content ul > li {
    width: 16.66666667%;
    display: inline-block;
}
.fixed-deposit .filters-content .row-content ul > li {
    width: 20%;
    display: inline-block;
}
.table-custom-bank .filters-content .row-content ul > li span b,
.current-account-usd .filters-content .row-content ul > li span b,
.fixed-deposit .filters-content .row-content ul > li span b {
    display: block;
}
.filter-table-head ul > li > .head-title .name,
.filter-table-head ul > li > .head-title .explain,
.filter-table-head ul > li > .head-title .sort {
    display: inline-block;
}

.filter-table-head ul > li > .head-title .explain,
.filter-table-head ul > li > .head-title .sort {
    padding: 18px 0;
}

.filter-table-head ul > li > .head-title .name {
    max-width: 90px;
    vertical-align: middle;
}

.business-loan .filter-table-head ul > li > .head-title .name {
    max-width: 80px;
    vertical-align: middle;
}

.filter-table-head ul > li > .head-title .explain > a > i {
    color: #25b7d3;
}

.filter-table-head ul > li > .head-title .sort > a > i,
.filter-table-head ul > li > .head-title .sort > a:hover > i,
.filter-table-head ul > li > .head-title .explain > a:hover > i {
    color: #fff;
}

.filter-table-head ul > li > aside {
    color: #fff;
}

.filter-table-head .margin-col-rate {
    margin-top: 16px;
}

.filter-table-head .margin-col-penalty {
    margin-top: 2px;
}

.row-promo-campaign {
    position: relative;
    width: 100%;
    margin: 5px 0;
    clear: both;
}

.box-promo-campaign {
    display: block;
    margin-left: 20%;
    border-left: 4px solid #7bcff3;
    background: #cff0ff;
    padding: 4px 8px;
    text-align: left;
}
.button-submit-claim-reward {
    text-align: right;
}

.button-submit-claim-reward a {
    background-color: #1227FE;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.button-submit-claim-reward a:hover {
    background-color: #ffffff;
    color: #1227FE;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.sponsored .box-promo-campaign {
	border-left: 4px solid #f3da67;
    background: #fff3bf;
}

.text-sponsored-box {
	clear: both;
	height: 30px;
}

.text-sponsored {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 12px;
    background: #fdd108;
    float: left;
}

@media (max-width: 1200px) {
    .filter-table-head .margin-col-rate {
    margin-top: 5px;
    }

    .name.penalty {
        margin-right: 4px;
        line-height: 30px;
    }

    .filter-table-head .margin-col-penalty {
       display: none;
    }
}

.tooltip-icon2 {
    color: #fff;
    padding-left: 10px;
}

.business-loan .tooltip-icon2 {
    padding-left: 0;
}

.filters-table-property table,
.filters-table-property table > tbody > tr > td {
    border: 0 !important;
}

.filters-table-property table > tbody > tr > td {
    padding: 10px 25px;
}


.contact-details ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0 !important;
}

.contact-details ul > li {
    list-style-type: none;
}

.contact-details ul > li > i {
    padding-right: 25px;
    color: #ff5057;
    width: 16px;
    height: 16px;
    text-align: center;
}

.info-contact h2,
.form-contact h2 {
    text-transform: uppercase;
    font-size: 20px !important;
    color: #000 !important;
}

.info-contact h3 {
    font-size: 18px !important;
    color: #ff5057 !important;
}

.info-contact > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.info-contact > ul > li {
    display: block;
    margin-bottom: 5px;
}

.info-contact > ul > li > i {
    width: 16px;
    text-align: center;
    color: #ff5057;
    padding-right: 10px;
}

.has-error input,
.has-error textarea {
    border-color: #D91E18;
    color: #D91E18;
}

.has-error .r-recaptcha {
    color: #D91E18;
}

#check-g-recaptcha {
   margin-top: 15px;
}

.form-contact #success {
    margin-bottom: 15px;
    display: block;
    color: #8bc500;
}

.property-loan .filters-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    opacity: 0.9;
}

.promotion {
    width: 100px;
    height: 100px;
    border-top: 100px solid #ffc000;
    border-left: 100px solid transparent;
    position: absolute;
    right: -1px;
    top: 0;
}

.promotion > span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 100%;
    float: left;
    color: black;
    position: absolute;
    top: -80px;
    width: 71px;
    font-size: 10px;
    right: 0px;
    line-height: 14px;
}

.wcu {
    padding-left: 145px;
    padding-right: 145px;
}

.wcu h3 {
    font-size: 20px;
}

.wcu-item {
    margin-bottom: 25px;
}

.wcu-item img {
    float: left;
}

.wcu-item .wcu-info {
    padding-left: 60px;
    text-align: left;
}

.wcu-item .wcu-info h4 {
    color: #193d5a !important;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-single-content h3 {
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
    color: #0f304b;
}

.blog-single-content h5 {
    font-weight: 600;
    color: #0f304b;
}

.blog-single-content p {
    margin: 0 0 5px;
}

.blog-page .brand {
    margin: 25px 0;
}

.blog-page .brand.owl-carousel .owl-buttons .owl-next,
.blog-page .brand.owl-carousel .owl-buttons .owl-prev {
    top: 15px !important;
}

.blog-page .brand.owl-carousel .owl-buttons i {
    font-size: 22px;
    color: #8a8a8a;
}

ul.stay-connected {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
    font-weight: bold;
}

ul.stay-connected > li {
    display: inline-block;
    margin: 0 10px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
}

ul.stay-connected > li > a {
    border: 0;
    text-align: center;
    color: #fff;
}

ul.stay-connected > li:hover {
    opacity: 0.7;
}

ul.stay-connected > li > a > i {
    font-size: 24px;
    padding-top: 15px;
    width: 46px;
    height: 46px;
}

ul.stay-connected > li.facebook {
    background: #3c5b9b;
}

ul.stay-connected > li.twitter {
    background: #2daae1;
}

ul.stay-connected > li.linkedin {
    background: #0173b2;
}

ul.stay-connected > li.instagram {
    background: #7a23ba;
}

.about-middle {
    background: #e2eff7;
    padding: 35px 0 25px;
}

.subscribe-form {
    margin: 25px 0;
}

.subscribe-form .input-group-btn .btn-subscribe {
    background: #193d5a;
    text-transform: uppercase !important;
    font-size: 18px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
}

.about-bottom {
    background: #fff;
    padding: 50px 0;
}
.about-bottom h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-bottom .news-content .item-news {
    background: #fff;
    color: #fff;
}

.about-bottom .news-content .item-news .caption h4 {
    color: #193d5a;
}

.about-bottom .news-content .item-news .date-news {
    color: #696969 !important;
    font-style: normal !important;
}

.about-bottom .news-content .item-news p {
    color: #000 !important;
}

.form-business-account .form-body {
    padding: 20px 30px;
    width: 100%;
    float: left;
    border: 2px solid #eeeeee;
}
.form-business-account .form-body .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-business-account h3 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.125em;
    text-align: left;
}

.content-row-collapse ul li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.margin-top-sm {
    margin-top: 15px;
}

.swal2-modal button.styled.margin-top-sm {
    margin-top: 15px;
}

.page-content-justified{
    text-align: justify;
}

.faq-panel{
    border-bottom: solid 1px #e7e6e2;
    padding: 0;
    font-size: 14px;
}

.faq-panel-header{
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 30px;
}

.faq-panel .faq-panel-header a .fa-caret-down{
    display: none;
}

.faq-panel .faq-panel-header a.collapsed .fa-caret-up{
    display: none;
}

.faq-panel .faq-panel-header a.collapsed .fa-caret-down{
    display: inline-block;
}

.faq-panel .faq-panel-header a i{
    color: #78aa43;
}

.faq-panel .faq-panel-header a{
    display: block;
    padding: 20px 0 20px 0px;
    color: #312f2e;
    position: relative;
    text-align: left;
}

.faq-panel .faq-panel-header a span{
    padding-left: 10px;
    line-height: 22px;
}

.faq-panel-body{
    margin: 15px 0 25px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
}

/* Css new style common for faq*/
#container-section-faq {
    background-color: #f5f5f5;
    padding: 25px 20px;
    margin: 10px 0;    	
}

#accordion-faq-default .panel,
#accordion-faq-default .panel-heading,
#accordion-faq-default .panel-body {
    border: 0;
}

#accordion-faq-default .panel {
    box-shadow: none;
}

#accordion-faq-default .panel .panel-heading {
    border-radius: 0;
}

#accordion-faq-default .panel .panel-heading .panel-title a {
    text-decoration: none;
    padding: 1em 0;
    color: #009FE3;
    font-weight: 500;
}

#accordion-faq-default .panel .panel-heading .panel-title a span {
    float: right;
    width: 50px;
}

#accordion-faq-default .panel .panel-heading .panel-title a span:after {
    content: "+";
    color: #1b5062;
    font-size: 20px;
}

#accordion-faq-default .panel .panel-heading .panel-title a.collapsed span:after {
    content: "\2014";
    font-size: 20px;
}

#accordion-faq-default {
    background-color: #f5f5f5;
}
/* End new style faq */

.wrap-faq .faq-panel-body p {
	margin: 4px 0;
}

.page-content-wrapper .about-bottom{
    padding-top: 0px;
}

.mx-auto{
    margin: 0 auto;
}
.btn-fullwidth{
    width: 100%;
}

.mg-top-sm{
    margin-top: 30px;
}

.mg-bottom-xs{
    margin-bottom: 15px;
}

.mg-top-xs{
    margin-top: 15px;
}


.form-wizard #complete-total-costs .tooltip-icon{
    margin-top: 0px;
}

.grayscale{
    opacity: .3;
}

.grayscale-off {
    opacity: 1;
}

.loan-sidebar-portlet button,
.loan-sidebar-portlet input,
.loan-sidebar-portlet optgroup,
.loan-sidebar-portlet select,
.loan-sidebar-portlet textarea{
    float: none;
}

.home_loan .page-title h2,
.refinancing .page-title h2{
    top: 50%;
    margin-top: -16px;
    padding-top: 0px;
}

.page-logo-beta-parent {
    position: absolute;
    width: 100px;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: -20px;
}
.page-header .page-logo-beta-parent .page-logo-beta:after{
  content: "beta";
  position: absolute;
  background: #EE8E4A;
  width: 134px;
  height: 28px;
  top: 23px;
  left: -40px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.blog-editor.alert {
    padding: 17px;
    position: relative;
    padding-right: 10%;
    min-height: 62px;
}

.blog-editor:after{
    content: '';
    position: absolute;
    background: url(../newImg/blog-alert.png) no-repeat top left; 
    width: 56px; 
    height: 56px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-position: -216px 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.blog-editor.alert-success:after {
    background-position: 0 0;
    filter: invert(46%) sepia(85%) saturate(2413%) hue-rotate(162deg) brightness(96%) contrast(101%);
}

.blog-editor.alert-warning:after {
    background-position: 0 -132px; 
    filter: invert(1) brightness(61%) sepia(59%) saturate(25);
}

.blog-editor.alert-danger:after {
    background-position: 0 -66px;
    filter: invert(1) brightness(61%) sepia(59%) saturate(10000%);
}

.btn-link-editor {
    border-radius: 14px !important;
    position: relative;
    background: #28AAE1;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
}
.btn.link-editor {
	border-radius: 14px !important;
}

/* Dropdown menu large - new design March 2021 */

.menu-dropdown.classic-menu-dropdown-large {
    position: static;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu-large {
    background: #006391;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li.classic-menu-dropdown-large .dropdown-menu-large {
    min-width: 195px;
    max-width: 100%;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu-large li>a {
    color: #ffffff;
    font-weight: 400;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li .dropdown-menu-large li:hover>a,
.dropdown-menu-large .media-body:hover {
    color: #ffbb0b;
    background: unset;
}

.classic-menu-dropdown-large .dropdown-menu-large>li a {
    width: 100%;
    display: inline-flex;
}

.dropdown-menu-large .media-body {
    vertical-align: middle;
    text-transform: capitalize;
}

.dropdown-menu-large .media-left {
    width: 18%;
}

.dropdown-menu-large .list-unstyled li>.list-unstyled {
    margin-left: 0px;
}

.dropdown-menu-large .first-col-menu>ul {
    padding-right: 10px;
}

.dropdown-menu-large .illustration {
    width: 100%;
}

.dropdown-menu-large .link-article {
    padding: 13px 5px 6px !important;
}

/* End Dropdown menu large */
.blog-editor.block-ad-code {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    min-height: 150px;
    position: relative;
}

.blog-editor .description-adcode {
    display: none;
}

.modal .icon-close {
    font-size: 18px;
    margin-top: 10px;
    color: #00366C;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .box-services .item {
        padding: 0 20px !important;
    }
}

@media (max-width: 768px) {
    .form-wizard .tooltip-icon {
        display: none;
    }
    .filters-table-bank-account .col-md-2 {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .filters-table-bank-account .col-md-2:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .table-custom-bank .filters-content .row-content ul > li,
	.current-account-usd .filters-content .row-content ul > li {
	    width: 50%;
	    display: inline-block;
	    padding-left: 12px;
	    text-align: left;
	}

	.box-promo-campaign {
	    width: 100%;
	    margin-left: 0;
	}

	.filters-table-property .box__bank {
    	text-align: center;
	    clear: both;
	}

}

@media (max-width: 480px) {
    .filters-table-bank-account .col-md-2 {
        width: 50%;
    }

    .box-services .item .desc {
        height: auto !important;
    }

    .col-custom {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .blog-editor.alert {
        padding-right: 20%;
    }
}

.custom-most-popular .title p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    border: 2px double rgba(255,255,255,.25);
    border-width: 4px 0;
    padding: 0;
}

.custom-most-popular .title p span {

    font: 70 15px/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);

    /* Clip Background Image */

    background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;

    /* Animate Background Image */

    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;

    /* Activate hardware acceleration for smoother animations */

    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;

}

/* Animate Background Image */

@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}



.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
}

.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: lightgray;
}

.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: gold;
    overflow: hidden;
}

.stars-0:after { width: 0%; }
.stars-10:after { width: 10%; }
.stars-20:after { width: 20%; }
.stars-30:after { width: 30%; }
.stars-40:after { width: 40%; }
.stars-50:after { width: 50%; }
.stars-60:after { width: 60%; }
.stars-70:after { width: 70%; }
.stars-80:after { width: 80%; }
.stars-90:after { width: 90%; }
.stars-100:after { width: 100%; }

.rating-stars-bank {
    text-align: left;
    margin-left: 170px;
}

.avatar-number {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    line-height: 40px;
    text-align: center;
    background: rgb(96,9,240);
    background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgb(83, 199, 203) 70%);
    display: inline-block;
}

/*shows the stars side by side, centered, and in reverse order than the HMTL*/
.box-claim-form .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/*hides the radio buttons*/
.box-claim-form .rating > input{ display:none;}

/*style the empty stars, sets position:relative as base for pseudo-elements*/
.box-claim-form .rating > label {
    position: relative;
    width: 1.1em;
    font-size: 2vw;
    color: #FFD700;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .box-claim-form .rating > label {
        position: relative;
        width: 1.1em;
        font-size: 4vw;
        color: #FFD700;
        cursor: pointer;
    }
    .show-start .stars-container {
        margin-left: 57px !important;
    }
    .modal-body .title {
        display: none;
    }
    .modal-body .avatar-number {
        text-align: center;
    }
    .modal-body .stars-container {
        left: 90px !important;
    }
}

/* sets filled star pseudo-elements */
.box-claim-form .rating > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
}
/*overlays a filled start character to the hovered element and all previous siblings*/
.box-claim-form .rating > label:hover:before,
.box-claim-form .rating > label:hover ~ label:before {
    opacity: 1 !important;
}

/*overlays a filled start character on the selected element and all previous siblings*/
.box-claim-form .rating > input:checked ~ label:before{
    opacity:1;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/
.box-claim-form .rating:hover > input:checked ~ label:before{ opacity: 0.4; }

/*just aesthetics*/
@media only screen and (max-width: 600px) {
    h1{font-size: 14px;}
    p{font-size: 12px;}
    .submenu-loan {
        width: auto !important;
    }
}

.sponsored .box-promo-campaign .promotion-pdf{
  margin: 10px 0 5px 0;
}
