﻿/*LOGIN*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.bg-secondary {
    background-color: #f7f7fc !important;
}
.border {
    border: 1px solid #e9e9f2 !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 1.5rem !important;
}

.pt-5, .py-5 {
    padding-top: 1.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.rounded-lg {
    border-radius: 1rem;
    border: 2px solid #FBD771;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem 1.125rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfeb;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
}
.input-group-addon {
    align-items: center;
    padding: .5625rem 1.125rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #dfdfeb;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dfdfeb
}
.section-login .box-info {
    padding: 0;
    border: 1px solid #dcdcdc;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 3px solid #3152a3;
    margin-bottom: 30px;
}
.indusform {
    border-radius: 20px;
    background-color: #004599;
}
.industries_list{
    list-style: none;
    margin-left: 0;
}
ul.industries_list li {
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    margin: 30px 0px;
}
    ul.industries_list li:hover {
        background-color: #e74c3c;
        color: #fff;
    }
#value {
    color: #0f0;
    font-size: 200%;
    font-family: sans-serif;
    white-space: normal;
}
.rangeslider__ruler {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.3em;
}
    .rangeslider__ruler span.last {
        float: right;
    }
.hs-button {
    background-image: -ms-linear-gradient(top, #ffb76b 0%, #ff7f04 100%);
    background-image: -moz-linear-gradient(top, #ffb76b 0%, #ff7f04 100%);
    background-image: -o-linear-gradient(top, #ffb76b 0%, #ff7f04 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb76b), color-stop(100, #ff7f04));
    background-image: -webkit-linear-gradient(top, #ffb76b 0%, #ff7f04 100%);
    background-image: linear-gradient(to bottom, #ffb76b 0%, #ff7f04 100%);
    color: #fff;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
    top: 25%;
}

.font-weight-bold{
    font-weight: bold !important;
}

a.cta_button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 106px;
    height: 40px;
    padding: 0 2em;
    font-family: sans-serif;
    border-radius: 999px;
    border: 1px solid #3152a3;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3152a3;
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px rgb(7,64,0);
    line-height: 35px;
}
.navbar-brand > img {
    display: block;
    /*height: 100%;*/
    height: 80px;
}
.btn-default1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-color: #fff;
    font-family: 'Dosis', sans-serif;
    background-color: #3152a3;
}
#collateral{
    display: flex;
}
#collateral_btn, #noncollateral_btn {
    width: 100%;
}

.loan_banner {
    padding-top: 10px;
    position: relative;
}
.moredetail {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100px;
    height: 82px;
    z-index: 2;
}
    .moredetail a {
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
        text-decoration: none;
    }
.btn-info {
    font-size: 18px;
}

@media (max-width: 767px) {
    .navbar-main .navbar-brand > img {
        width: auto;
        margin-top: -14px;
    }

    .navbar-nav .dropdown-menu {
        overflow-y: auto;
        max-height: 200px;
    }
    .btn-group-login > a + a {
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }
    .btn-group-login > a{
        width: 100%;
        margin-bottom: 5px;
    }
    .btn-group-login:before {
        top: 40% !important;
        left: 45% !important;
        margin-left: -3px !important;
    }
}
@media (min-width: 576px) {
    .p-sm-5 {
        padding: 3rem !important;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 45%;
    margin: -100px 0 0 -100px;
    width: 450px;
    height: 200px;
    background-image: url("../images/favicon.png");
    background-position: center;
    background-repeat: no-repeat;
}

.headtitle {
    text-transform: uppercase;
    color: #3152a3;
    text-decoration: underline;
}

.wait_overlay {
    position: fixed;
    background: url(/Content/user/images/gif/processing.gif) no-repeat rgba(225, 225, 225, 0.2);
    /*background-size: 100px 100px;*/
    background-position-x: center;
    background-position-y: 30%;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
}

.btn-group-login {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

    .btn-group-login:before {
        content: attr(data-grouptype);
        color: #999;
        display: block;
        font-size: 0.8125em;
        width: 30px;
        height: 30px;
        padding: 6px;
        border-radius: 50%;
        background: #FFF;
        position: absolute;
        left: 50%;
        top: 35px;
        margin-left: -15px;
        line-height: 19px;
    }
    .btn-group-login > a + a {
        margin-left: 5px;
    }

    .btn-group-login > a {
        display: inline-block;
        padding: 6px 14px;
        background: #3152a3;
        border-radius: 3px;
        font-size: 0.8125em;
        color: #fff;
        transition: background .3s ease, color .3s ease;
        text-decoration: none;
        transition: color .3s ease;
        padding: 12px 28px;
        text-transform: uppercase;
        text-align: center;
        width: 267px;
    }
        .btn-group-login > a:hover {
            background: #59c4c0;
        }
.section.banner{
    height: 500px !important;
}

.wpb_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
}
.w-100{
    width: 100% !important;
}
.h-100{
    height: 100% !important;
}
.wpb_wrapper-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: end;
    height: 100%;
}
.slides-navigation{
    display: none;
}
.form-box {
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-color: rgb(251 215 113 / 80%) !important;*/
    background-color: rgb(49 82 163 / 70%) !important;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}
    .form-box h2 {
        color: #FFFFFF;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }
    .form-box .btn {
        padding: 10px 16px;
        background-color: #fbd771;
        color: #000;
    }
    .form-box .well {
        text-align: center;
        color: #FFFFFF;
        border: none;
        background-color: rgba(0, 0, 0, 0.2);
    }
        .form-box .well h4 {
            font-size: 24px;
            line-height: 24px;
            font-weight: 400;
        }
        .form-box .well h3 {
            font-size: 30px;
            line-height: 30px;
            font-weight: 400;
        }
#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 18px;
    clear: both;
    line-height: 1em;
    margin: 20px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    #progress li {
        float: left;
        padding: 0px 5px 0px 25px;
        background: #3152a3;
        color: #fff;
        position: relative;
        border-top: 1px solid #3152a3;
        border-bottom: 1px solid #3152a3;
        width: 8%;
        margin: 0 20px;
        position: relative;
        transition: all .5s ease 0s;
    }
        #progress li:hover {
            transform: scale(1.1);
            cursor: pointer;
        }
        #progress li:last-child {
            width: 21%;
        } 
    #progress li div{
        font-weight: 700;
    }
        #progress li .li-top {
            position: absolute;
            top: -45px;
            left: 0;
            color: #3152a3;
            width: 100%;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }
        #progress li .li-middle {
            height: 80px;
            display: flex;
            align-items: center;
            align-content: center;
            font-size: 40px;
            padding-right: 15px;
            justify-content: flex-end;
        }
        #progress li .li-bottom {
            position: absolute;
            bottom: -85px;
            left: 0;
            color: #3152a3;
            width: 100%;
            height: 100%;
        }


        #progress li:before {
            content: '';
            border-left: 30px solid #fff;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            position: absolute;
            top: 0;
            left: -1px;
        }

        #progress li:after {
            content: '';
            border-left: 30px solid #3152a3;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            position: absolute;
            top: 0;
            left: 99%;
            z-index: 20;
        }
        #progress li:last-child:after {
            content: '';
            border-left: 70px solid #3152a3;
            border-top: 80px solid transparent;
            border-bottom: 80px solid transparent;
            position: absolute;
            top: -40px;
            left: 100%;
            z-index: 20;
        }

        #progress li.active {
            background: #3152a3;
        }

            #progress li.active:after {
                border-left-color: #3152a3;
            }
.section-heading, .section-heading-events {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
    display: table;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}
@media(min-width: 1200px){
    .section-progress .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(min-width: 1200px) and (max-width: 1366px){
    
}
@media(max-width:991px){
    .section-progress .container{
        width:100%;
        max-width: 100%;
    }
    #progress li .li-middle{
        font-size: 30px;
        padding-right: 10px;
    }
    #progress {
        justify-content: flex-start;
    }
        #progress li {
            width: 10%;
            margin: 0 10px;
            margin-bottom: 40px;
        }
        #progress li:last-child {
            width: 25%;
        }
            #progress li:before {
                left: 0
            }

            #progress li:after {
                left: 100%
            }
    .navbar-main.stiky .nav.navbar-right > li {
        /*margin-right: 15px;*/
    }
    .navbar-main .nav.navbar-right > li{
        margin-right:0;
    }
    .form-box h2 {
        font-size: 28px;
    }
}
@media(max-width:767px){
    #progress {
        font-size: 18px;
        margin-right: -10px;
        margin-left: -10px
    }
        #progress li .li-top {
            position: absolute;
            top: -45px;
            left: 0;
            color: #3152a3;
            width: 100%;
            height: 40px;
            display: flex;
            vertical-align: middle;
            align-items: flex-end;
            justify-content: center;
        }
    #progress li {
        width: 25%;
        margin-bottom: 100px;
    }
        #progress > li:nth-child(5), #progress > li:nth-child(4) {
            width: 40%;
        }
            #progress > li:nth-child(5) .li-middle, #progress > li:nth-child(4) .li-middle {
                justify-content: center;
            }
        #progress li:last-child {
            width: 70%;
        }
        #progress li .li-middle {
            font-size: 40px;
            padding: 0;
            justify-content: center;
        }
            #progress li:last-child .li-middle {
                font-size: 30px;
                padding: 0;
                justify-content: center
            }
        #progress li:before {
            left:0
        }

        #progress li:after {
            left: 100%
        }
        .form-box h2 {
            font-size: 25px;
        }
}
.navbar-brand {
    float: left;
    height: 80px;
    padding: 0 0;
    font-size: 18px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 35px;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}
.navbar-main {
    /*padding: 10px 0;*/
    padding: 0px 0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    /*margin-top: 16px;*/
    margin-top: 30px;
    margin-right: 15px;
    /*margin-bottom: 16px;*/
    margin-bottom: 25px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .header-1 .navbar-nav > li:last-child a {
        padding: 30px 25px;
    }
    #form-noncoll .form-group {
        padding-left: 0;
        padding-right: 0;
    }
}
.topbar .request-quote {
    padding: 5px 25px 0;
}
@media(max-width:991px){
    .px-md-0{
        padding-left:0;
        padding-right:0;
    }
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 11px;
        padding-right: 11px;
        line-height: 35px;
    }
    .navbar-main.stiky {
        top: 40px;
    }
}
.notranslate-mobi{display: none;}
@media(max-width:767px) {
    .navbar {
        position: relative;
        min-height: 70px;
        margin-bottom: 0px;
        border: 1px solid transparent;
    }
    .header-1 .navbar-nav > li:last-child a {
        padding: 30px 25px;
    }
    .header-1 .navbar-nav > li:last-child a {
        padding: 10px 25px;
    }
    #form-noncoll .form-group{
        padding-left:0;
        padding-right:0;
    }
    .non-collateral-banner{

    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar-main .navbar-brand, .navbar-main.stiky .navbar-brand {
        position: relative;
        top: 5px;
    }
    .navbar-toggle {
        float: unset;      
    }
    .notranslate-mobi {
        display: block;
    }

}
.notranslate .btn {
    padding: 5px 20px;
    height: 35px;
    background-color: #59c4c0;
    color: #fff;
}
.notranslate .dropdown-menu {
    min-width: 100%;
}
.btn-sign-now{
    position: relative;
}
.btn-sign-now {
    position: relative;
    padding: 15px 20px;
    font-size: 18px;
    background-color: #3152a3 !important;
}

.btn-sign-now:hover {
    background-color: #59c4c0 !important;
}

    .btn-sign-now i {
        animation: path 1s linear infinite;
    }
@-webkit-keyframes path {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

@media only screen and (max-width: 767px) {
    .loader {
        left: 20%;
    }

    .navbar-brand > img {
        height: 60px;
        margin-top: 7px !important;
    }

    .navbar-main.stiky {
        padding-top: 0px !important;
        height: 105px !important;
    }

    .navbar-nav > li > a {
        padding: 10px 20px !important;
    }
}