﻿* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.clearfix {
    clear: both;
}

.mob-menu {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 40px;
    border-radius: 50%;
    z-index: 99;
    display: none;
}

    .mob-menu .fa {
        width: 40px;
        height: 40px;
        background: #fff;
        border: 3px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        color: #3e7f50;
        font-size: 16px;
    }

        .mob-menu .fa:hover {
            background: #3e7f50;
            color: #fff;
        }

.menu-cont {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #4e955f;
    top: 70px;
    left: 0;
    display: none;
    z-index: 999;
    padding-top: 80px;
}

    .menu-cont ul {
        margin-bottom: 0px;
    }

        .menu-cont ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 26px;
            line-height: 56px;
        }

            .menu-cont ul li a:hover {
                color: #000;
            }

    .menu-cont .close-menu {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        z-index: 99;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

        .menu-cont .close-menu .fa {
            width: 40px;
            height: 40px;
            background: #fff;
            color: #4e955f;
            border: 2px solid #fff;
            line-height: 36px;
            border-radius: 50%;
            text-align: center;
            font-size: 20px;
        }

            .menu-cont .close-menu .fa:hover {
                background: #4e955f;
                color: #fff;
            }

.header-sec {
    width: 100%;
    height: 68px;
    background: #4e955f;
    position: fixed;
    top: 0;
    z-index: 99;
}

    .header-sec .logo-sec {
        width: 449px;
        height: 68px;
        line-height: 64px;
        float: left;
        text-align: right;
        margin-right: 58px;
    }

    .header-sec .nav-sec {
        float: left;
        height: 68px;
        line-height: 68px;
    }

        .header-sec .nav-sec ul {
            margin-bottom: 0px;
        }

        .header-sec .nav-sec li {
            display: inline-block;
            margin-right: 60px;
        }

            .header-sec .nav-sec li a.active {
                text-decoration: none;
                color: #26362F;
                font-size: 15px;
            }

            .header-sec .nav-sec li a {
                text-decoration: none;
                color: #EDF0F2;
                font-size: 15px;
            }

                .header-sec .nav-sec li a:hover {
                    text-decoration: none;
                    color: #26362F;
                    font-size: 15px;
                }

    .header-sec .login-box {
        float: right;
        width: 216px;
        height: 68px;
        line-height: 64px;
        background: #3e7f50;
        text-align: center;
        color: #fff;
    }

    .header-sec .login-sec {
        float: right;
        width: 216px;
        height: 68px;
        background: #3e7f50;
        padding: 20px;
        position: relative;
    }

        .header-sec .login-sec span {
            color: #fff;
        }

        .header-sec .login-sec .flip {
            position: absolute;
            top: 20px;
            /*left: 100px;*/
        }

.flip span {
    font-size: 15px;
    color: #fff;
}

.flip .fa {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left:10px;
}

.panel {
    display: none;
    position: absolute;
    z-index: 99;
    margin-top: 24px;
    padding: 8px;
    background: #fff;
    border: 1px solid #CCC;
    border-top: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .panel ul {
        margin-bottom: 0px;
    }

    .panel li a {
        color: #989898;
        background: none;
        text-decoration: none;
    }

        .panel li a:hover {
            color: #3e7f50;
        }

        .panel li a .fa {
            margin-right: 15px;
        }

.banner-sec {
    background: url(../images/starnewfinancial/banner-bg.png) center no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 125px 120px 50px 110px;
}

    .banner-sec .banner-cont {
        width: 50%;
        height: 100%;
        padding: 100px 50px;
        background: rgba(78, 149, 95, 0.5);
        margin: auto;
    }

        .banner-sec .banner-cont h1 {
            text-align: center;
            color: #fff;
            font-size: 32px;
            margin-bottom: 45px;
        }

        .banner-sec .banner-cont input[type="text"] {
            width: 100%;
            padding: 8px 12px;
            display: inline-block;
            border: 1px solid #ced4da;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .banner-sec .banner-cont input[type="password"] {
            width: 100%;
            padding: 8px 12px;
            display: inline-block;
            border: 1px solid #ced4da;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .banner-sec .banner-cont label {
            font-size: 18px;
            color: #fff;
        }

        .banner-sec .banner-cont button {
            float: right;
            width: 100px;
            height: 40px;
            background: #3e7f50;
            box-shadow: #dee2e6 0 0 3px;
            color: #fff;
            border: 1px solid #3e7f50;
            cursor: pointer;
        }

            .banner-sec .banner-cont button:hover {
                background: #fff;
                color: #3e7f50;
                border: 1px solid #3e7f50;
            }

.footer-sec {
    width: 100%;
    height: 200px;
    background: #bec0c2;
    color: #000;
    text-align: center;
    padding-top: 55px;
}

    .footer-sec p {
        margin-top: 20px;
        font-size: 16px;
    }
/*index2.html*/
.banner-part {
    width: 100%;
    height: 975px;
    background: url(../images/starnewfinancial/banner-bg.png) center no-repeat;
    background-size: cover;
    padding: 120px 80px 60px 80px;
}

    .banner-part .content-part {
        width: 100%;
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        background: rgba(78, 149, 95, 0.5);
        text-align: center;
    }

        .banner-part .content-part span {
            color: #fff;
        }

        .banner-part .content-part img {
            margin-top: 80px;
            margin-bottom: 80px;
        }

        .banner-part .content-part h2 {
            font-size: 36px;
            color: #fff;
        }

.right-part {
    width: 100%;
    height: 975px;
    padding: 120px 80px 60px 80px;
}

    .right-part h1 {
        font-size: 32px;
        color: #3e7f50;
        margin-top: 50px;
    }

    .right-part .right-content {
        width: 100%;
        height: auto;
        padding: 70px;
        margin-top: 80px;
        box-shadow: 0px 2px 4px 2px rgba(0,0,0,.20);
        border-radius: 30px;
    }

    .right-part label {
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }

    .right-part input[type="text"] {
        width: 100%;
        padding: 8px 12px;
        display: inline-block;
        border: 1px solid #ced4da;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .right-part input[type="password"] {
        width: 100%;
        padding: 8px 12px;
        display: inline-block;
        border: 1px solid #ced4da;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .right-part button {
        float: right;
        width: 100px;
        height: 40px;
        background: #3e7f50;
        color: #fff;
        border: 1px solid #3e7f50;
        cursor: pointer;
    }

        .right-part button:hover {
            background: #fff;
            color: #3e7f50;
            border: 1px solid #3e7f50;
        }
/*index3.html*/
.main-sec {
    margin-top: 100px;
    margin-bottom: 80px;
    padding-top: 50px;
}

.main-sec-margin {
    margin-top: 0px;
    margin-bottom: 80px;
    padding-top: 0px;
}

.main-sec h1 {
    color: #4e955f;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.main-sec .content-sec {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
    padding: 30px;
    margin-top: 60px;
}

.third-page {
    margin-top: 80px;
}

    .third-page .header-part {
        margin: 60px 10px 10px 10px;
        padding: 20px 0px 40px 0px;
        background: #72a37e;
    }

        .third-page .header-part p {
            font-size: 16px;
            color: #000;
            margin-bottom: 1rem;
        }

            .third-page .header-part p span {
                font-size: 16px;
                color: #000;
            }

        .third-page .header-part .left-cont {
            width: 60%;
            float: left;
        }

            .third-page .header-part .left-cont span {
                color: #fff;
                font-size: 14px;
            }

            .third-page .header-part .left-cont small {
                color: #fff;
            }

            .third-page .header-part .left-cont ul {
                text-align: center;
                border-right: 1px solid #fff;
            }

        .third-page .header-part .right-cont {
            float: right;
            width: 40%;
        }

            .third-page .header-part .right-cont ul {
                text-align: center;
                margin-bottom: 1rem;
            }

            .third-page .header-part .right-cont span {
                color: #fff;
                font-size: 14px;
            }

            .third-page .header-part .right-cont small {
                color: #fff;
            }

            .third-page .header-part .right-cont .progress {
                width: 90%;
                height: 5px;
                margin-left: 35px;
            }

            .third-page .header-part .right-cont .bg-warning {
                width: 40%;
                height: 5px;
            }

            .third-page .header-part .right-cont .box-sec .box-white {
                width: 15px;
                height: 15px;
                background: #fff;
                border: 1px solid #000;
                float: left;
                margin-top: 7px;
            }

            .third-page .header-part .right-cont .box-sec .box-yellow {
                width: 15px;
                height: 15px;
                background: #fecd56;
                border: 1px solid #000;
                float: left;
                margin-top: 7px;
            }

            .third-page .header-part .right-cont .box-sec .box-blue {
                width: 15px;
                height: 15px;
                background: #1b92bb;
                border: 1px solid #000;
                float: left;
                margin-top: 7px;
            }

            .third-page .header-part .right-cont .box-sec {
                width: 90%;
                margin-left: 35px;
                padding-top: 10px;
            }

                .third-page .header-part .right-cont .box-sec .box-cont {
                    float: left;
                    padding-left: 10px;
                }

    .third-page .panel-body {
        background: #fff;
        margin: 10px;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,.20);
        padding-bottom: 20px;
    }

        .third-page .panel-body .panel-header {
            background: #e6e6e6;
            width: 100%;
            height: 50px;
            padding: 15px;
        }

            .third-page .panel-body .panel-header h2 {
                font-size: 14px;
                color: #4e955f;
            }

        .third-page .panel-body .panel-cont {
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .third-page .panel-body .panel-cont span {
                font-size: 14px;
                color: #000;
            }

            .third-page .panel-body .panel-cont strong {
                font-size: 14px;
                color: #000;
                font-weight: 500;
            }

.first-table {
    width: 100%;
    height: auto;
    margin-top: 60px;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.20);
}

    .first-table span {
        color: #fff;
    }

    .first-table .table-header {
        background: #72a37e;
        padding: 10px 0px 10px 0px;
    }

.second-table {
    width: 100%;
    height: auto;
    margin: 80px 0px;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.20);
}

    .second-table .table-header {
        background: #72a37e;
        padding: 10px 0px 10px 0px;
    }

        .second-table .table-header span {
            color: #fff;
        }

.first-cont {
    background: #fff;
    padding: 10px 0px 10px 0px;
}

.second-cont {
    background: #ededed;
    padding: 10px 0px 10px 0px;
}

.third-cont {
    background: #fff;
    padding: 10px 0px 10px 0px;
}

.fourth-cont {
    background: #ededed;
    padding: 10px 0px 10px 0px;
}

.btnBack {
    background-color: #4e955f !important;
    color: #ffffff !important;
    width: 140px;
    margin: 10px;
}

.left-sec span {
    font-size: 14px;
    color: #4e955f;
}
/*index4.html*/
.main-sec .content-sec .panel-form {
    margin-top: 40px;
}

    .main-sec .content-sec .panel-form .tab {
        width: 100%;
        height: auto;
        padding-top: 30px;
        border-top: 1px solid #d8d8d8;
    }

    .main-sec .content-sec .panel-form button {
        width: 180px;
        height: 40px;
        background: #fff;
        color: #4e955f;
        border: 1px solid #4e955f;
        cursor: pointer;
    }

        .main-sec .content-sec .panel-form button:hover {
            background: #4e955f;
            color: #fff;
        }

        .main-sec .content-sec .panel-form button.active {
            background: #4e955f;
            color: #fff;
        }

    .main-sec .content-sec .panel-form .settle-data {
        margin-top: 50px;
        border-top: 1px solid #d8d8d8;
        padding-top: 30px;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 30px;
        text-align: center;
    }

        .main-sec .content-sec .panel-form .settle-data a {
            text-decoration: none;
            color: #4e955f;
            font-size: 16px;
        }

    .main-sec .content-sec .panel-form .second-data {
        padding: 25px 0px 25px 0px;
        background: #fff;
        border: 1px solid #fff;
        text-align: center;
    }

        .main-sec .content-sec .panel-form .second-data a {
            text-decoration: none;
            color: #000;
            font-size: 14px;
        }

        .main-sec .content-sec .panel-form .second-data:hover {
            border: 1px solid #4e955f;
        }

    .main-sec .content-sec .panel-form .third-data {
        background: #f1f1f1;
        padding: 25px 0px 25px 0px;
        border: 1px solid #fff;
        text-align: center;
    }

        .main-sec .content-sec .panel-form .third-data a {
            text-decoration: none;
            color: #000;
            font-size: 14px;
        }

        .main-sec .content-sec .panel-form .third-data:hover {
            border: 1px solid #4e955f;
        }

    .main-sec .content-sec .panel-form .debt-btn {
        width: 130px;
        height: 40px;
        color: #fff;
        font-size: 15px;
        background: #3e7f50;
        text-align: center;
        margin-top: 30px;
        cursor: pointer;
    }

        .main-sec .content-sec .panel-form .debt-btn:hover {
            background: #fff;
            color: #3e7f50;
            border: 1px solid #3e7f50;
        }
/*index5.html*/
.main-sec .fixed-sec {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 40px 0px;
    background: #72a37e;
    text-align: center;
}

    .main-sec .fixed-sec h2 {
        font-size: 22px;
        color: #fff;
    }

    .main-sec .fixed-sec .fixed-header {
        text-align: center;
        width: 100%;
        height: auto;
        background: #b0c8c2;
        margin-top: 30px;
        padding: 15px 0px;
    }

    .main-sec .fixed-sec .fixed-cont {
        border-bottom: 1px solid #b0c8c2;
        padding: 10px 0px;
    }

        .main-sec .fixed-sec .fixed-cont span {
            color: #fff;
        }

        .main-sec .fixed-sec .fixed-cont:hover {
            background: #4e955f;
        }
/*index6.html*/
.second-page {
    margin-top: 60px;
}

    .second-page .account-sec {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 40px 30px 30px 30px;
    }

        .second-page .account-sec h2 {
            font-size: 18px;
            color: #4e955f;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 20px;
            font-weight: 400;
        }

        .second-page .account-sec h3 {
            font-size: 16px;
            color: #a7a7a7;
            font-weight: 400;
            padding-top: 30px;
        }

        .second-page .account-sec span {
            font-size: 36px;
            color: #3c3939;
        }

            .second-page .account-sec span small {
                font-size: 16px;
                color: #3c3939;
                vertical-align: top;
            }

        .second-page .account-sec ul {
            margin-top: 20px;
        }

        .second-page .account-sec li .left-sec {
            float: left;
        }

            .second-page .account-sec li .left-sec span {
                font-size: 14px;
                color: #000;
            }

        .second-page .account-sec li .right-sec {
            float: right;
        }

            .second-page .account-sec li .right-sec strong {
                font-size: 12px;
                font-weight: 700;
            }

        .second-page .account-sec select {
            width: 140px;
            height: 40px;
            color: #000;
            border: 1px solid #4e955f;
            padding: 5px;
            font-size: 15px;
            margin-bottom: 20px;
        }

        .second-page .account-sec li .right-sec button {
            width: 190px;
            height: 40px;
            background: #4e955f;
            color: #fff;
            font-size: 16px;
            border: 1px solid #4e955f;
        }

            .second-page .account-sec li .right-sec button:hover {
                background: #fff;
                color: #4e955f;
            }

        .second-page .account-sec li .left-sec a {
            color: #3e7f50;
            font-size: 14px;
            text-decoration: none;
        }

    .second-page .summary-sec {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 40px 30px 30px 30px;
        margin-top: 40px;
    }

        .second-page .summary-sec h2 {
            font-size: 18px;
            color: #4e955f;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 20px;
            font-weight: 400;
        }

        .second-page .summary-sec .summary-head {
            background: #4e955f;
            padding: 10px;
            margin-top: 30px;
            margin-bottom: 20px;
        }

            .second-page .summary-sec .summary-head h3 {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
            }

        .second-page .summary-sec li .left-sec {
            float: left;
        }

        .second-page .summary-sec li .right-sec {
            float: right;
        }

        .second-page .summary-sec li .left-sec span {
            font-size: 14px;
            color: #4e955f;
            font-weight: 500;
        }

        .second-page .summary-sec li {
            border-bottom: 1px solid #cecccc;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .second-page .summary-sec li .right-sec strong {
                color: #424242;
                font-size: 14px;
            }

    .second-page .history-sec {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 40px 30px 30px 30px;
        margin-top: 40px;
    }

        .second-page .history-sec h2 {
            font-size: 18px;
            color: #4e955f;
            font-weight: 400;
        }

        .second-page .history-sec select {
            width: 180px;
            height: 40px;
            color: #000;
            border: 1px solid #4e955f;
            padding: 5px;
            font-size: 15px;
            margin-left: 20px
        }

        .second-page .history-sec .history-cont {
            margin-top: 20px;
            padding-top: 30px;
            padding-left: 20px;
            border-top: 1px solid #dcdcdc;
        }

            .second-page .history-sec .history-cont a {
                text-decoration: none;
                color: #000;
            }

    .second-page .programe-sec {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 40px 30px 30px 30px;
        margin-top: 40px;
    }

        .second-page .programe-sec h2 {
            font-size: 18px;
            color: #4e955f;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 20px;
            font-weight: 400;
        }

        .second-page .programe-sec p {
            font-size: 15px;
            color: #575859;
            padding-top: 30px;
        }

        .second-page .programe-sec button {
            width: 190px;
            height: 40px;
            background: #4e955f;
            color: #fff;
            font-size: 16px;
            border: 1px solid #4e955f;
        }

            .second-page .programe-sec button:hover {
                background: #fff;
                color: #4e955f;
            }

    .second-page .cart-sec {
        width: 100%;
        height: 340px;
        margin-top: 40px;
    }

        .second-page .cart-sec img {
            width: 100%;
        }

        .second-page .cart-sec h2 {
            font-size: 18px;
            color: #2498bf;
            padding-top: 15px;
            font-weight: 400;
        }

        .second-page .cart-sec p {
            font-size: 16px;
            color: #000;
        }

        .second-page .cart-sec .fa {
            color: #4ca1bd;
            font-size: 13px;
            padding-left: 10px;
        }

        .second-page .cart-sec a {
            font-size: 15px;
            color: #4ca1bd;
            text-decoration: none;
        }
/*index7.html*/
.detail-page {
    margin-top: 60px;
}

    .detail-page .detail-cont {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 50px 30px 30px 30px;
    }

        .detail-page .detail-cont h2 {
            font-size: 18px;
            color: #4e955f;
            font-weight: 400;
            border-top: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
            padding: 30px 0px 30px 0px;
            margin-bottom: 20px;
        }

            .detail-page .detail-cont h2 span {
                font-size: 13px;
                color: #a7a7a7;
            }

        .detail-page .detail-cont .blue-sec h3 {
            font-size: 20px;
            color: #a7a7a7;
            font-weight: 300;
            margin-bottom: 30px;
        }

        .detail-page .detail-cont .blue-sec .box-sec {
            width: 100%;
            height: auto;
            background: #4e955f;
            text-align: center;
            padding: 20px 0px 20px 0px;
        }

            .detail-page .detail-cont .blue-sec .box-sec span {
                font-size: 30px;
                color: #fff;
            }

            .detail-page .detail-cont .blue-sec .box-sec small {
                color: #fff;
            }

        .detail-page .detail-cont .blue-sec .box-cont {
            text-align: center;
            padding: 22px 0px 22px 0px;
            border-bottom: 1px solid #4e955f;
        }

            .detail-page .detail-cont .blue-sec .box-cont small {
                color: #4e955f;
            }

            .detail-page .detail-cont .blue-sec .box-cont span {
                font-size: 26px;
                color: #4e955f;
            }

        .detail-page .detail-cont .blue-sec .pg-sec {
            margin-top: 30px;
            text-align: center;
            border-top: 1px solid #dcdcdc;
            padding-top: 20px;
        }

            .detail-page .detail-cont .blue-sec .pg-sec .progress {
                height: 5px;
                margin-top: 10px;
                margin-bottom: 20px;
            }

            .detail-page .detail-cont .blue-sec .pg-sec small {
                float: left;
                font-size: 14px;
                font-weight: 300;
                color: #000;
            }

            .detail-page .detail-cont .blue-sec .pg-sec strong {
                float: right;
                font-size: 14px;
                font-weight: 300;
                color: #000;
            }

            .detail-page .detail-cont .blue-sec .pg-sec .progress .bg-sucess {
                width: 80%;
                height: 5px;
                background: #008000;
            }

            .detail-page .detail-cont .blue-sec .pg-sec span {
            }

        .detail-page .detail-cont .set-ammount {
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 30px;
        }

            .detail-page .detail-cont .set-ammount h3 {
                font-size: 20px;
                color: #a7a7a7;
                font-weight: 300;
                margin: 0px;
            }

            .detail-page .detail-cont .set-ammount small {
                color: #a7a7a7;
            }

            .detail-page .detail-cont .set-ammount span {
                font-size: 30px;
                color: #000;
                float: right;
            }

        .detail-page .detail-cont ul {
            margin-top: 20px;
        }

        .detail-page .detail-cont li {
            line-height: 36px;
        }

            .detail-page .detail-cont li span {
                float: left;
                font-size: 14px;
            }

            .detail-page .detail-cont li strong {
                float: right;
                font-size: 14px;
                font-weight: 600;
            }

    .detail-page .nego-sec {
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        padding: 40px 30px 30px 30px;
        margin-top: 40px;
    }

        .detail-page .nego-sec h2 {
            font-size: 18px;
            color: #4e955f;
            font-weight: 400;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 30px;
            margin-bottom: 40px;
        }

        .detail-page .nego-sec .debt-phase {
            width: 100%;
            background: #fff;
            padding: 10px;
        }

        .detail-page .nego-sec .paid-sec {
            width: 100%;
            background: #efefef;
            padding: 10px;
        }

        .detail-page .nego-sec span {
            float: left;
            color: #000;
            font-size: 14px;
        }

        .detail-page .nego-sec strong {
            float: right;
            color: #000;
            font-size: 14px;
            font-weight: 500;
        }
/*index8.html*/
.act-sec {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
}

    .act-sec .act-header {
        width: 100%;
        height: auto;
        background: #4e955f;
        padding: 12px 0px 10px 15px;
    }

        .act-sec .act-header h1 {
            font-size: 14px;
            color: #fff;
        }

    .act-sec .act-content {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

        .act-sec .act-content h2 {
            font-size: 26px;
            color: #7e7e7e;
            text-align: center;
        }

        .act-sec .act-content ul {
            background: #d9fbe1;
            padding: 20px 10px 20px 10px;
            margin-top: 10px;
        }

            .act-sec .act-content ul h3 {
                text-align: center;
                font-size: 22px;
                color: #000;
                margin-bottom: 30px;
            }

            .act-sec .act-content ul li {
                border-bottom: 1px solid #000;
                padding-bottom: 20px;
                padding-top: 15px;
            }

                .act-sec .act-content ul li:last-child {
                    border: none;
                }

                .act-sec .act-content ul li span {
                    color: #000;
                    font-size: 18px;
                }

                .act-sec .act-content ul li .right-span {
                    float: right;
                    color: #000;
                    font-size: 18px;
                }

        .act-sec .act-content h4 {
            font-size: 26px;
            color: #7e7e7e;
            text-align: center;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        .act-sec .act-content .table-content {
            width: 100%;
            height: auto;
            max-width: 950px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 20px;
            box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
        }

            .act-sec .act-content .table-content .table-header {
                width: 100%;
                background: #3e7f50;
            }

                .act-sec .act-content .table-content .table-header span {
                    color: #fff;
                    font-size: 15px;
                }

            .act-sec .act-content .table-content span {
                color: #000;
                font-size: 14px;
                line-height: 36px;
            }
/*index9.html*/
.main-sec .contact-sec {
    width: 100%;
    height: auto;
    padding: 30px;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
    margin-top: 60px;
}

    .main-sec .contact-sec strong {
        font-size: 15px;
        color: #000;
    }

    .main-sec .contact-sec small {
        color: #000;
    }

    .main-sec .contact-sec h2 {
        font-size: 18px;
        color: #4e955f;
        font-weight: 400;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .main-sec .contact-sec .fa {
        color: #4e955f;
        font-size: 22px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .main-sec .contact-sec a {
        font-size: 16px;
        color: #4e955f;
        text-decoration: none;
    }

    .main-sec .contact-sec p {
        font-size: 16px;
        color: #949494;
    }

.main-sec .mail-sec {
    width: 100%;
    height: auto;
    padding: 30px;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
    margin-top: 40px;
}

    .main-sec .mail-sec strong {
        font-size: 15px;
        color: #000;
    }

    .main-sec .mail-sec small {
        color: #000;
    }

    .main-sec .mail-sec h2 {
        font-size: 18px;
        color: #4e955f;
        font-weight: 400;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .main-sec .mail-sec input[type="text"] {
        width: 100%;
        background: #fff;
        font-size: 15px;
        padding: 8px;
        margin-bottom: 30px;
        border: 1px solid #bababa;
    }

    .main-sec .mail-sec textarea {
        width: 100%;
        height: auto;
        min-height: 150px;
        background: #fff;
        font-size: 15px;
        padding: 8px;
        margin-bottom: 30px;
        border: 1px solid #bababa;
    }

    .main-sec .mail-sec .fa {
        color: #4e955f;
        font-size: 22px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .main-sec .mail-sec p {
        font-size: 14px;
        color: #000;
    }

.main-sec .customer-sec {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,.20);
    padding: 30px;
    margin-top: 40px;
}

    .main-sec .customer-sec h2 {
        font-size: 18px;
        color: #4e955f;
        font-weight: 400;
    }

    .main-sec .customer-sec .tab {
        margin-top: 30px;
    }

.tab button {
    background: #4e955f;
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border: 1px solid #4e955f;
}

    .tab button:hover {
        background: #fff;
        color: #3e7f50;
    }

    .tab button.active {
        background: #fff;
        color: #3e7f50;
    }

.product-content .tabcontent {
    margin-top: 20px;
    background: #ededed;
    padding: 25px;
}

    .product-content .tabcontent h3 {
        font-size: 16px;
        color: #000;
        margin-bottom: 30px;
    }

    .product-content .tabcontent .btn {
        width: 150px;
        height: 38px;
        background: #3e7f50;
        color: #fff;
        font-size: 15px;
        border: 1px solid #3e7f50;
    }

        .product-content .tabcontent .btn:hover {
            background: #4e955f;
        }

    .product-content .tabcontent .fa {
        font-size: 22px;
        color: #F00;
        margin-right: 20px;
    }

    .product-content .tabcontent p {
        font-size: 16px;
        color: #000;
        padding-top: 20px;
    }

    .product-content .tabcontent span {
        font-size: 18px;
        color: #F00;
    }

    .product-content .tabcontent label {
        font-size: 16px;
    }

    .product-content .tabcontent input[type="text"] {
        width: 100%;
        background: #fff;
        font-size: 15px;
        padding: 8px;
        margin-bottom: 30px;
        border: 1px solid #bababa;
    }

    .product-content .tabcontent input[type="date"] {
        width: 100%;
        background: #fff;
        font-size: 15px;
        padding: 8px;
        margin-bottom: 30px;
        border: 1px solid #bababa;
    }

    .product-content .tabcontent select {
        width: 100%;
        background: #fff;
        font-size: 15px;
        padding: 8px;
        margin-bottom: 30px;
        border: 1px solid #bababa;
    }

.product-content .file-sec {
    margin-bottom: 30px;
}

/*index10.html*/
.psw-sec .psw-cont {
    width: 100%;
    background: #fff;
    max-width: 650px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,.20);
    border-top: 3px solid #4e955f;
}

    .psw-sec .psw-cont strong {
        font-size: 16px;
        color: #000;
    }

    .psw-sec .psw-cont label {
        margin-top: 15px;
        font-size: 16px;
    }

    .psw-sec .psw-cont input[type="password"] {
        font-size: 16px;
    }

    .psw-sec .psw-cont .btn-right {
        float: right;
        margin-top: 15px;
    }


.dropdown-toggle .fa {
    color: #ffffff;
}

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.has-validation-error {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: red !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 5px !important;
}

.banner-sec .banner-cont h1{
    display:none;
}

.login-form-bg h1 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px !important;
    display:block !important;
}

.login-form-bg p {
    color: #fff;
    text-align: center;
    margin-bottom:20px;
}

.login-form-bg .btn-primary {
    background: #3e7f50;
    box-shadow: #dee2e6 0 0 3px;
    color: #fff;
    border: 1px solid #3e7f50;
}

@media (max-width: 767.9px) and (min-width: 320px) {
    .banner-sec .banner-cont {
        width: 100%;
        height: 100%;
        padding: 100px 50px;
        background: rgba(78, 149, 95, 0.5);
        margin: auto;
    }

}