.security-area .security-priority{
    // background-image: unset !important;
    // background-color: #0eccda;
}

.security-area .security-priority-custom p{
    // color: black;
}

.section-title h2{
    color: #0eccda;
}

.cta.cta-bg-primary{
    background-color: #0eccda;
}

.cta-content h2{
    color: black;
}

.manage-c-finance{
    background-color: #0c0b1d;
}

.section-title p.white{
    color: white;
}

.footer.footer-3{
    background-color: #0c0b1d;
}

.footer.footer-3 .copyright{
    background-color: #0c0b1d;
}

header .header-top{
    background-color: #0c0b1d;
}

/* Calculator custom */

.calculator-custom{
    background-color: white;
    border-radius: 15px;
    padding-bottom: 50px;
    padding-top: 20px;
    margin: 0 25px;
}

.calculator-custom .title{
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.calculator-custom .element-select{
    padding: 20px 0;
}

.calculator-custom .element-select p{
    font-size: 18px;
    text-transform: uppercase;
}

.el-slider__marks-text{
    white-space: nowrap;
}

.section-title.left{
    text-align: left;
}

.clients-logo{
    max-height: 100px;
    height: 100%;
}

.logo-banner{
    max-width: 250px;
    width: 100%;
}

/** Banner **/

.banner-area-2.custom{
    position: relative;
}

.banner-area-2.custom::after{
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    background-color: black;
    opacity: .6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-area-2.custom .banner-content h1{
    position: relative;
    color: white;
    z-index: 2;
}


/** forms **/

.contact-form-widget .form-control.custom{
    border: 0;
    border-radius: 0px;
    border-bottom: #0a53be 2px solid;
}


/** section loan **/

.section_loan_custom{
    padding-top: 200px;
    padding-bottom: 100px;
}

.card-loan-principal{
    background: white;
    display: block;
    text-align: center;
}

.card-loan-principal .card-loan-header{
    padding: 25px 25px;
    background-color: #0fcbd9;
    color: white;
    border-radius: 15px 15px 0 0;
}

.card-loan-principal .card-loan-content{
    padding: 25px 25px;
    background-color: white;
    color: black;
}

.card-loan-principal .card-loan-content .header-loan{
    font-weight: bold;
    padding: 15px 0;
}

.card-loan-principal .card-loan-content .header-description{
    color: gray;
    padding: 15px 0;
}

/** form loan **/

.contact-form-widget{
    padding-top: 15px;
    padding-bottom: 50px;
}

.btn-options-container{
    text-align: center;
}

.btn-options{
    width: 100%;
    height: 80px;
    background-color: white;
    border: solid #0b5ed7 1px;
}

.btn-options.active{
    color: white;
    background-color: #0b5ed7;
}


/* header **/
/* Header color: white **/
.header-menu.header-menu-2.white .menu > .nav-item > .nav-link {
    color: white;
}
.header-menu.header-menu-2.white.navbar_fixed .menu > .nav-item > .nav-link {
    color: #6a737c;
}

/** footer **/

.footer.footer-3 .footer-top{
    padding-bottom: 120px;
    padding-top: 50px;
}

.footer.footer-3.sm .footer-top{
    padding-bottom: 0px;
    padding-top: 50px;
}


.btn-float-form {
    position: relative;
}

.btn-float-form > div {
    position: fixed;
    bottom: 200px;
    right: 50px;
}

.form_info{
    text-align: right;
}

.form_info_errors{
    color: red;
    font-size: 10px;
    padding: 15px 0;

}