h2 {
    font-size: 48px;
}
.logo-font {
    font-size: 12px;
    text-align: right;
}
.p-14 {
    font-size: 14px;
}
.p-12 {
    font-size: 12px;
}
.text-orange {
    color:#ee7b30;
}
.text-green {
    color: #5d8f18;
}
.link-unstyle{
    text-decoration:none;
}
/*nav*/
.nav-desktop {
    padding: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
}
.nav-link:hover {
    color: #ee7b30;
}
.nav-mobile {
    display: none;
}

/*header*/
.header-mobile {
    display: none;
}
header img {
    margin-top: 60px;
}


/*form*/

.form, .info,.done {
    padding: 90px 0;
}

.form form {
    width: 720px;
    margin: auto;
}
.btn-orange {
    background: #ee7b30;
    color: white;
}
.btn-orange:hover {
    background: #f19457;
    color: white;
}
.form a {
    color: #555555;
}
.done {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.done a {
    width: 200px;
}

/*service*/
.advantage {
    background: #f5f5f5;
    background-image: url("images/advantage.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.car-loans {
    background: #f5f5f5;
    background-image: url("images/car-loans.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.debt-consolidation {
    background: #f5f5f5;
    background-image: url("images/debt-consolidation.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.enterprise-loans {
    background: #f5f5f5;
    background-image: url("images/enterprise-loans.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.house-loans {
    background: #f5f5f5;
    background-image: url("images/house-loans.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.merchandise-loans {
    background: #f5f5f5;
    background-image: url("images/merchandise-loans.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 600px;
    padding-bottom: 80px;
}
.service {
    background: #f5f5f5;
    background-image: url("images/service.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 160px;
    padding-bottom: 320px;
}

/*case*/
.case {
    background: #ee7b30;
    padding: 120px 0;
}
.case h3,.case p{
    color: white;
}
.case hr {
    border: 2px solid;
    color: white;
}
.case-mobile {
    display: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: unset !important;
}

/*footer*/
.footer {
    background: #555555;
    padding: 60px 0;
}

.footer ul {
    list-style: none;
}
.contact {
    list-style: none;
    color: white;
}
.contact li a {
    color: #ee7b30;
}

/*RWD*/
@media(max-width: 768px) {
    .logo-mobile {
        width: 90%;
    }
    .nav-mobile {
        display: block;
    }
    .nav-desktop {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .header-desktop {
        display: none;
    }
    header img {
        margin-top: 0px;
    }
    .info {
        padding:40px 16px;
    }
    .form form {
        width: 360px;
        padding-left: 10px;
        padding-right: 10px; 
    }
    .done {
        padding-left: 16px;
        padding-right: 16px;
    }
    .f-input {
        padding: 0;
    }
    .ft-mb {
        margin-bottom: 16px;
    }
    .case {
        display: none;
    }
    .case-mobile {
        display: block;
        padding: 60px 0;
        background: #ee7b30;
    }
    .advantage {
        background-image: url("images/advantage-m.jpg");
        padding: 680px 0;
    }
    .car-loans {
        background-image: url("images/car-loans-m.png");
        padding: 680px 0;
    }
    .debt-consolidation {
        background-image: url("images/debt-consolidation-m.png");
        padding: 680px 0;
    }
    .enterprise-loans {
        background-image: url("images/enterprise-loans-m.png");
        padding: 680px 0;
    }
    .house-loans {
        background-image: url("images/house-loans-m.png");
        padding: 680px 0;
    }
    .merchandise-loans {
        background-image: url("images/merchandise-loans-m.png");
        padding: 680px 0;
    }
    .service {
        background-image: url("images/service-mobile.jpg");
        padding: 680px 0;
    }
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer li {
        text-align: center;
        margin: 0 auto;
    }
    .contact {
        padding-left: 0;
        margin: 20px 0;
    }
}
