﻿/* CSS Document */
/*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/
body {
    background-color: #024d64;
}
.no-padding {
    padding: 0 !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.p-l-10 {
    padding-left: 10px;
}

.top-5 {
    margin-top: 5%;
}

.top-10 {
    margin-top: 10%;
}

.p-10 {
    padding: 10px;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: inherit;
}

a, a:hover {
    text-decoration: none;
    cursor:pointer !important;
}

.background-orange {
    background-color: #f85210;
    color: #fff;
}

.currency-grey {
    color: #757575;
    font-size: 16px !important;
    font-weight: 400;
    font-family: monospace;
}
.payment-heading {
    background-color: #f1f1f1;
    color: #707070;
    padding: 10px;
    margin-bottom: 2px;
}
.faq-content .background-orange {
    background-color: transparent;
    color: #2b3643;
    border-bottom: 2px solid #f85210;
    padding-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.background-blue {
    background-color: #2b3643;
}

.text-color-red {
    color: #f85210;
}

.input-group .form-control {
    border-radius: 0;
}

    .input-group .form-control:active, .input-group .form-control:focus {
        color: #464a4c;
        font-weight: normal;
    }

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-left-40 {
    padding-left: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.right-align {
    margin-left: auto !important;
}

.left-align {
    margin-left: auto;
}
button {
    cursor: pointer;
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
}

.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 37, 30);
    border-color: rgb(255, 37, 30);
}

.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 199, 0);
    border-color: rgb(0, 199, 0);
}

* {
    font-family: 'Lato', sans-serif;
}

.payment-label {
    color: #999;
    font-weight: bold;
}

.input-design {
    background-color: #99b2cb;
    border: 2px solid #fff;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #DCDCDC !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #DCDCDC !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #DCDCDC !important;
}

input:-ms-input-placeholder {
    color: #DCDCDC !important;
}
/*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/ /*UNIVERSAL!*/
/*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/
/*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/

.login-bg {
    background-color: #fff;
    transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    -webkit-transition: all 0.50s;
    text-align: center;
    max-width: 420px;
    padding: 10px;
    margin:0 auto;
    margin-top:8%;
}

    .login-bg h2 {
        color: #024d63;
    }

    .login-bg b {
        color: #024d63;
        margin-bottom: 10px;
        display: block;
    }

.login-page:hover {
    border: 10px solid #024d63;
}

.login-page img {
    margin-bottom: 20px;
}

.login-bg .login-form {
    max-width: 400px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.login-example {
    border-top: 5px solid #016f8f;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .login-example .login-example-box {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .login-example .login-example-box img {
            max-width: 100%;
            height: auto
        }

.login-content h2 {
    text-align: center;
    color: #d11a06;
    font-weight: bold;
}

.login-content h5 {
    text-align: center;
    color: #424242;
    padding-bottom: 20px;
}

.form-custom-style .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

    .form-custom-style .input-group input {
        width: 90%;
        display: table-cell;
        font-size: 14px;
        border-color: #c2cad8;
    }

    .form-custom-style .input-group label {
        color: #024d63;
        font-weight: bold;
        margin: 0;
    }

    .form-custom-style .input-group p {
        margin: 0;
        color: #d3e9ff;
        font-size: 14px;
    }
.loader-bg {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.loader {
    margin-top: 20%;
    border: 5px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 5px solid #f85210;
    border-bottom: 5px solid #f85210;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.landingpagebtn {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-family: raleway;
    border: solid 2px #f85210;
    color: #fff;
    padding: 10px 20px;
    max-width: 250px;
    margin: 10px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    margin-top: 10px;
}

    .landingpagebtn:hover, .landingpagebtn:focus {
        background-color: #f85210;
        color: #fff;
        text-decoration: none;
    }
/*.landingbtns {
    margin-top: 20px;
}*/
.landingabout {
    margin-top: 0;
}

.btn-inline-mybtn {
    border: 0;
    background-color: #f85210;
    padding: 10px;
    display: inline-block;
    color: #fff;
    margin-left: auto;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    border: 1px solid #f85210;
}

    .btn-inline-mybtn:hover {
        background-color: #ad0402;
        color: #fff;
    }

.btn-outline {
    background-color: transparent !important;
    border: 1px solid #333;
    color: #333 !important;
}

    .btn-outline:hover {
        background-color: #e2e2e2 !important;
        border: 1px solid #333;
    }
.btn-orange {
    background-color: #f85210;
    color: #fff !important;
    border-radius: 0 !important;
}
    .btn-orange:hover {
        background-color: #ad0402;
    }
    .mybtn {
    border: 0;
    background-color: #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    margin-top: 10px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

    .mybtn:hover {
        background-color: #ad0402;
        color: #fff;
    }

.mybtnDash {
    border: 0;
    background-color: #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    min-width: 150px;
    max-width: 192px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    margin-top: 2%;
}

    .mybtnDash:hover, .mybtnDash:focus {
        background-color: #ad0402;
        color: #fff;
    }

.mybtn-center {
    border: 0;
    background-color: #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    min-width: 150px;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

    .mybtn-center:hover {
        background-color: #ad0402;
        color: #fff;
    }

.mybtn-center-fullwidth {
    border: 0;
    background-color: #f85210;
    padding: 10px;
    display: block;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    cursor: pointer;
    text-align: center;
}

    .mybtn-center-fullwidth:hover {
        background-color: #ad0402;
        color: #fff;
    }

.login-page .input-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-validate {
    margin-top: 20px;
}

    .error-validate i {
        color: #FF0004;
        vertical-align: middle;
        font-size: 30px
    }

    .error-validate i, .error-validate p {
        display: inline-block;
        color: #FF0004;
        padding-left: 5px;
    }

.error-validate {
    display: none;
}
.error-validate2 {
    margin-top: 20px;
}

    .error-validate2 i, .error-validate2 small {
        color: #FF0004;
        padding-left: 5px;
    }

    .error-validate2 i {
        color: #FF0004;
        vertical-align: middle;
        font-size: 30px
    }

.error-validate2 {
    display: none;
}
.errorhidden {
    display: none;
}
/*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/
/*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/ /*LOGIN CSS*/
.nav-item {
    padding: 0 5px;
}

.bg-white {
    background-color: #fff;
}

.nav-link {
    padding: 0;
}

.navbar-light .navbar-nav .btn-round {
    background-color: #f85210;
    color: #fff !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    line-height: 34px;
    margin-left: 20px;
}

    .navbar-light .navbar-nav .btn-round:hover {
        background-color: #d11a06;
        color: #fff !important;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px !important;
        line-height: 34px;
        border-color: #d11a06 !important;
    }

.navbar-light .navbar-nav .nav-link {
    color: #f85210;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border-bottom: 2px solid transparent;
    line-height: 34px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: 2px solid #f85210;
        color: #f85210;
        border-radius: 1px;
    }

.nav-bordered {
    z-index: 999;
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
}

.banner {
    /*background-image: url(../img/bg.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
}

.final-notice-bg {
    -webkit-box-shadow: 3px 17px 34px -18px rgba(0,0,0,0.61);
    -moz-box-shadow: 3px 17px 34px -18px rgba(0,0,0,0.61);
    box-shadow: 1px 1px 16px -4px rgba(0,0,0,0.61);
    padding: 10px 10px 10px 10px;
}

.final-notice {
    background-color: #FFF;
    border-bottom: 0;
    padding: 0 25px 10px 25px;
    margin-bottom: 0px;
    text-align: left;
}

    .final-notice h4 {
        margin-top: 10px;
    }



h3.final-notice-heading {
    background: #f85210;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

    h3.final-notice-heading i {
        font-size: 16px;
        padding: 0px 5px;
    }

.final-notice h4 span {
    font-size: 22px;
    font-weight: bold;
    color: #f85210;
}

.final-notice p {
    font-size: 18px;
    font-weight: 400;
    color: #424242;
}

    .final-notice p span {
        color: #f85210;
        font-size: 18px;
        font-weight: 400;
    }

.final-notice img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: -5px;
}

.final-notice-details {
    text-align: center;
}

    .final-notice-details h5 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .final-notice-details .totalowed-text {
        font-size: 18px;
        font-weight: bold;
        color: #f85210;
    }

        .final-notice-details .totalowed-text span {
            font-size: 16px;
            color: #757575;
        }

    .final-notice-details .background-blue {
        background-color: transparent;
        border: 10px solid #024d64;
        border-radius: 5px;
    }

    .final-notice-details .claimby-text {
        font-size: 18px;
        font-weight: bold;
        color: #f85210;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .final-notice-details .expiresin-text {
        font-size: 20px;
        font-weight: bold;
        color: #f85210;
        line-height: 1;
    }

        .final-notice-details .expiresin-text span {
            font-size: 16px;
            font-weight: bold;
            color: #f85210;
            vertical-align: middle;
            padding-left: 5px;
        }

.final-notice-warning i {
    font-size: 42px;
    color: #f85210;
    display: inline-block;
    vertical-align: middle;
}

.final-notice-warning b {
    font-size: 16px;
    color: #000;
    display: inline-block;
    width: 90%;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}
.paypal-btn {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 10px;
}
.mybtnRequests {
    background-color: #024d64;
    padding: 10px;
    color: #fff;
    margin-top: 1px;
    display: block;
    max-width: 192px;
    text-align: center;
    margin-left: auto;
}
    .mybtnRequests:hover, .mybtnRequests:focus {
        color: #fff;
        background-color: #003241;
    }
.banner-btns {
    -webkit-box-shadow: 3px 17px 34px -18px rgba(0,0,0,0.61);
    -moz-box-shadow: 3px 17px 34px -18px rgba(0,0,0,0.61);
    box-shadow: 1px 1px 16px -4px rgba(0,0,0,0.61);
}

    .banner-btns .white-part-btn {
        background-color: #fff;
        padding: 10px;
    }

        .banner-btns .white-part-btn p {
            font-size: 16px;
            margin-bottom: 4px;
            color: #424242;
        }

        .banner-btns .white-part-btn span {
            font-size: 12px;
            color: #8E8E8E;
        }

        .banner-btns .white-part-btn img {
            display: block;
            height: auto;
            width: 100%;
            max-width: 166px;
        }

    .banner-btns a.red-part-btn {
        display: block;
        text-decoration: none;
        text-align: center;
        height: 100%;
        background: #f85210; /* Old browsers */
        background: -moz-linear-gradient(top, #f85210 0%, #d11a06 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f85210 0%,#d11a06 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f85210 0%,#d11a06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85210', endColorstr='#d11a06',GradientType=0 ); /* IE6-9 */
    }

        .banner-btns a.red-part-btn:hover {
            background: #d11a06; /* Old browsers */
            background: -moz-linear-gradient(top, #d11a06 0%, #d11a06 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d11a06 0%,#d11a06 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d11a06 0%,#d11a06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a06', endColorstr='#d11a06',GradientType=0 ); /* IE6-9 */
        }

        .banner-btns a.red-part-btn h2 {
            color: #fff;
            padding: 37px 10px 0px 10px;
            font-weight: 300;
            font-size: 30px;
        }

            .banner-btns a.red-part-btn h2 i {
                font-size: 53px;
                vertical-align: middle;
            }

.middle-content {
    background-color: #fff;
    padding: 70px;
}

    .middle-content h2 {
        text-align: center;
        color: #f85210;
        font-weight: bold;
    }

    .middle-content h5 {
        text-align: center;
        color: #424242;
    }

.benefits {
    padding-left: 30px;
    padding-right: 30px;
}

    .benefits h3 {
        color: #f85210;
        font-size: 24px;
    }
    .benefits ul {
        list-style-image: url(../img/lists.png);
        font-size: 18px;
    }

        .benefits ul.leftbarbenefits li {
            padding: 5px;
            color: #fff;
        }

.bg-benefits {
    background-image: url(../img/bg-benefits2.png);
    background-size: cover;
}

    .bg-benefits p {
        color: #fff;
        font-weight: bold;
        padding: 10px;
        padding-top: 20px;
    }

    .bg-benefits a.btn-learnmore {
        text-decoration: none;
        background-color: #fff;
        padding: 10px;
        display: block;
        text-align: center;
        margin: 10px;
        color: #f85210;
        font-weight: bold;
        font-size: 21px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border: 1px solid transparent;
    }

        .bg-benefits a.btn-learnmore:hover {
            color: #fff;
            background-color: transparent;
            border: 1px solid #fff;
        }

.debtor-footer {
    background-color: #424242;
    padding: 10px 15px 10px 22px;
    position: absolute;
    width: 100%;
    z-index: 111;
}
    .debtor-footer b {
        display: block;
        color:#fff;
    }

    .debtor-footer span {
        color: #fff;
        padding-left: 10px;
        font-size: 12px;
    }

    .debtor-footer a {
        color: #fff;
        text-decoration: none;
        margin-top: 15px;
    }

/*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/
.dispute-white-bg {
    min-height: 800px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.dispute-grey-bg {
    background-color: #d8d8d8;
}

.dispute-detail h6 {
    color: #fff;
}

.dispute-left-side h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.dispute-detail {
    padding: 10px;
}

    .dispute-detail i {
        font-size: 20px;
        color: #f85210;
        display: inline-block;
        padding-right: 5px;
        vertical-align: middle;
    }

.dispute-right-box {
    background-color: #fff;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 250px;
    -webkit-box-shadow: 3px 2px 46px -13px rgba(0,0,0,0.61);
    -moz-box-shadow: 3px 2px 46px -13px rgba(0,0,0,0.61);
    box-shadow: 3px 2px 46px -13px rgba(0,0,0,0.61);
}

    .dispute-right-box .checkbox.indent {
        text-indent: -30px;
        margin-left: 30px;
    }

.right-box-width {
    display: block;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.dispute-right-box h3 {
    color: #f85210;
    padding-top: 20px;
}

.dispute-right-box p {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    font-weight: bold;
    padding-bottom: 20px
}

.dispute-right-box .checkbox span {
    font-size: 16px;
    padding: 5px;
    vertical-align: middle;
}

.dispute-input-text {
    color: #f85210;
}

.dispute-right-box .checkbox input {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.dispute-right-box .row .col-lg-5 textarea {
    min-height: 200px;
    resize: none;
}

.pay-right-box .email-verification p {
    font-size: 16px;
    color: #333;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pay-right-box .email-verification img {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pay-right-box {
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}

    .pay-right-box h3 {
        color: #f85210;
        text-align: center;
        padding-top: 20px;
    }

.status-h3 h3 {
    color: #f85210;
    text-align: center;
    padding-top: 20px;
    font-size: 34px;
}

.pay-right-box .checkbox span {
    font-size: 18px;
    padding: 5px;
    vertical-align: top;
}

.pay-right-box .checkbox input {
    height: 25px;
    width: 25px;
}

.dispute-textinput input {
    display: inline-block;
    max-width: 230px;
    margin-left: 7px;
}

.dispute-textinput span {
    display: inline-block;
}

.btn-custom {
    padding: 10px;
    color: #fff;
    margin: 10px;
    border-radius: 0;
    cursor: pointer;
    display: block;
}
p.privacytext {
    line-height: 65px;
    margin: 0;
    padding: 0;
}
.btn-custom-red {
    display: block;
    border: 0;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: #f85210; /* Old browsers */
    background: -moz-linear-gradient(top, #f85210 0%, #d11a06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f85210 0%,#d11a06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f85210 0%,#d11a06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85210', endColorstr='#d11a06',GradientType=0 ); /* IE6-9 */
}

    .btn-custom-red:hover {
        background: #d11a06; /* Old browsers */
        background: -moz-linear-gradient(top, #d11a06 0%, #d11a06 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d11a06 0%,#d11a06 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d11a06 0%,#d11a06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a06', endColorstr='#d11a06',GradientType=0 ); /* IE6-9 */
    }

.login-btn {
    padding: 10px 20px;
    display: block;
    font-size: 24px;
    width: 100%;
    text-align: left;
}

    .login-btn i {
        float: right;
        margin-top: 5px;
    }

.custom-icon-PIF {
    color: #3bb14a;
    font-size: 80px;
    width: 122px;
    height: 122px;
    border: 2px solid #3bb14a;
    border-radius: 100%;
    padding: 19px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-icon-Expired {
    color: #f85210;
    font-size: 80px;
    width: 122px;
    height: 122px;
    border: 2px solid #f85210;
    border-radius: 100%;
    padding: 19px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-icon-dispute {
    color: #f85210;
    font-size: 80px;
    width: 122px;
    height: 122px;
    border: 2px solid #f85210;
    border-radius: 100%;
    padding: 19px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-icon-PP {
    color: #3b7bb1;
    font-size: 70px;
    width: 122px;
    height: 122px;
    border: 2px solid #3b7bb1;
    border-radius: 100%;
    padding: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dispute-checkbox {
    margin-top: 10px;
    margin-left: -3px;
}

    .dispute-checkbox ul {
        margin: 5px;
        padding: 0;
    }

        .dispute-checkbox ul li {
            list-style-type: none;
            display: inline-block;
        }

    .dispute-checkbox input {
        display: inline-block
    }

    .dispute-checkbox label {
        padding-left: 5px;
        margin-right: 20px;
        font-size: 12px;
        vertical-align: middle;
        color: #818181;
        display: inline-block;
        margin-bottom: 0;
    }
/*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/ /*Dispute PAge!*/
.payment-panel-body {
    padding: 30px;
    background-color: #fff;
    border-right: 2px solid #d11a06;
    border-left: 2px solid #d11a06;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .payment-panel-body h3 {
        color: #f85210;
        padding-top: 20px;
    }

.custom-width-payment {
    padding: 20px;
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/ /*FAQS!*/
.faqs-panel-default {
    margin-bottom: 10px;
}

.faqs-panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.faqs-panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #FFF;
    background-color: #2b3643;
    border-color: #EEEEEE;
}

    .faqs-panel-default > .panel-heading .panel-title {
        font-size: 14px;
        margin: 0;
    }

        .faqs-panel-default > .panel-heading .panel-title > a {
            display: block;
            padding: 15px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }

.more-less {
    float: right;
    color: #FFF;
}

.faqs-panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/
/*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/ /*ABOUT US!*/

.aboutus-header {
    background-image: url(../img/landingbg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

    .aboutus-header h3 {
        color: #fff;
    }

        .aboutus-header h3.landingheadingcolor {
            background-color: #57a4c2;
            padding: 10px;
            width: 90%;
        }

    .aboutus-header h2.boldheading {
        color: #fff;
        font-weight: 900;
        font-family: raleway;
    }

    .aboutus-header p {
        color: #fff;
        font-size: 20px;
        padding: 0px 20px 0px 0px;
    }

.about-overview {
    padding: 50px 0;
    background-color: #fff;
}

    .about-overview h3 {
        text-align: center;
        color: #f85210;
    }

    .about-overview p {
        color: #676767;
    }

.error-amex{
    display:none;
}
    .error-amex span {
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #dc3545;
    }
textarea.ReqDocNote {
    min-height: 100px !important;
    resize: none !important;
}

.DetailNotesScoller {
    max-height: 293px;
    overflow-y: auto;
    padding-right: 10px;
}
.DetailNotesBox.client {
    background: #16708e 0% 0% no-repeat padding-box;
}
.DetailNotesBox {
    background: #F6F7F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border: 2px solid #eeeeee;
}
.blue-color {
    color: #004160 !important;
}

.DetailNotesBox .header {
    padding: 5px;
}

.DetailNotesBox .body {
    padding: 5px;
}

    .DetailNotesBox .body i {
        color: #56d5ff;
        font-size: 15px;
        padding: 5px;
    }

    .DetailNotesBox .body a {
        color: #56d5ff;
        text-decoration: underline;
    }

.chat-debtor {
    border: 1px solid #c2cad8;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
/* width */
.CustomScroller::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.CustomScroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.CustomScroller::-webkit-scrollbar-thumb {
    background: #56D5FF;
}

    /* Handle on hover */
    .CustomScroller::-webkit-scrollbar-thumb:hover {
        background: #16708e;
    }


.about-improve {
    background-image: url(../img/blue-wallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

    .about-improve h3 {
        text-align: center;
        color: #fff;
    }

    .about-improve p {
        color: #fff;
    }

        .about-improve p a {
            color: #90ccff;
        }

.about-benefits {
    padding: 50px 0;
    background-color: #fff;
}

    .about-benefits h3 {
        color: #f85210;
        text-align: center;
    }

    .about-benefits ul {
        list-style-image: url(../img/lists.png);
    }

        .about-benefits ul li {
            padding: 5px;
        }

.about-benefits-blue {
    padding: 10px 0;
}

    .about-benefits-blue h3 {
        color: #f85210;
        text-align: center;
    }

    .about-benefits-blue ul {
        list-style-image: url(../img/bluelist.png);
    }

        .about-benefits-blue ul li {
            padding: 5px;
            color: #fff;
        }


.SpecialLine {
    border-top: 2px solid #fff;
    height: 5px;
    border-bottom: 2px solid #fff;
}
/*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/
/*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/ /*Featues-animation!*/
.secition-feature p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.secition-feature {
    background-image: url(../img/blue-wallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    text-align: center;
}

.feature-text h3 {
    color: #333;
    margin: 0;
    text-align: left;
    text-align: center;
}

.feature-text p {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    text-align: left;
    color: #555;
    text-align: center;
}

.feature-text {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.min-height {
    min-height: 150px;
}

.feature-icons ul {
    padding: 0;
    margin: 0;
    margin-left: 8%;
}

    .feature-icons ul li {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .feature-icons ul li img {
            width: 166px;
            height: auto;
        }

.features-bg {
    background-image: url(../images/blue-wallpaper.jpg);
    background-color: #f85210;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}

    .features-bg h1 {
        padding-top: 120px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: 300;
        text-align: center;
        color: #fff;
        font-size: 36px;
    }

        .features-bg h1 span {
            font-family: 'Lato', sans-serif;
            font-style: normal;
            font-weight: 400;
            color: #f85210;
            font-size: 36px;
        }

    .features-bg h3 {
        color: #CCC;
        font-weight: 300;
    }

    .features-bg a.scroll i {
        color: #fff;
        font-size: 36px;
        padding-top: 100px;
        padding-bottom: 200px;
        text-decoration: none;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .features-bg a:hover i {
        color: #f85210;
    }

.left-feature {
    text-align: right;
}

    .left-feature h4 {
        color: #fff;
        vertical-align: central;
        margin: 0;
        font-size: 18px;
    }

        .left-feature h4 i {
            color: #fff;
            background-color: #f85210;
            border-radius: 50%;
            font-size: 24px;
            padding: 5px;
            width: 35px;
            margin-left: 10px;
            vertical-align: middle;
            text-align: center;
            transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
        }

    .left-feature p {
        max-width: 300px;
        min-height: 100px;
        margin-left: auto;
        margin-right: 10px;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    .left-feature:hover p {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .left-feature:hover h4 i {
        border-radius: 0%;
    }

.right-feature {
    text-align: left;
}

    .right-feature h4 {
        color: #fff;
        vertical-align: central;
        margin: 0;
        font-size: 18px;
    }

        .right-feature h4 i {
            color: #fff;
            background-color: #f85210;
            border-radius: 50%;
            font-size: 24px;
            padding: 5px;
            width: 35px;
            margin-right: 10px;
            vertical-align: middle;
            text-align: center;
            transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
        }

    .right-feature p {
        max-width: 300px;
        min-height: 100px;
        margin-right: auto;
        margin-left: 10px;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    .right-feature:hover p {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .right-feature:hover h4 i {
        border-radius: 0%;
    }

.hide-small img {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.img-responsive {
    height: auto;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c2cad8;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
/*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/
/*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/
/*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/ /*SelfRegister Page SelfRegister Page*/
.selfregistermain .aboutus-header {
    background-image: none;
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.SelfregisterDiv {
    width: 100%;
}

    .SelfregisterDiv .caption h3 {
        color: #333;
        text-align: center;
    }

    .SelfregisterDiv .caption span {
        color: #fff;
        font-size: 22px;
        margin-bottom: 10px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #a5acb9;
    }

    .SelfregisterDiv label {
        color: #fff;
    }

    .SelfregisterDiv input, .SelfregisterDiv select {
        border: 1px solid #a5acb9;
    }

    .SelfregisterDiv .form-control:active, .SelfregisterDiv .form-control:focus {
        color: #fff;
    }

    .SelfregisterDiv input.mybtn {
        border: 0;
    }

input::-webkit-input-placeholder {
    color: #c8c8c8 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #c8c8c8 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #c8c8c8 !important;
}

input:-ms-input-placeholder {
    color: #c8c8c8 !important;
}

.input-group:hover .input-group-addon {
    background-color: #f85210;
}

.input-group-addon {
    border-radius: 0;
    display: inline;
    padding: 8px 12px;
    min-width: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #a5acb9;
    border: 1px solid #a5acb9;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
/*Center Modal!*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*FlaotingSIDEBAR FlaotingSIDEBAR FlaotingSIDEBAR FlaotingSIDEBAR FlaotingSIDEBAR*/
.floating-sidebar {
    background-color: #fff;
    height: 100%;
    min-height: inherit;
    display: block;
    position: fixed;
    width: 300px;
    right: 0;
    bottom: 0;
    z-index: 999;
}

    .floating-sidebar .close-f-sidebar {
        background-color: #1d2050;
        padding: 5px 10px;
        margin: 10px;
        float: right;
        color: #fff;
        line-height: 1;
    }

.floating-sidebar {
    display: none;
}

.navbar-light .navbar-toggler {
    background-color: #1d2050;
    color: #fff !important;
    border: 0;
    padding: 10px 15px;
}

.navbar-toggler {
    display: none;
}
/*SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR*/
.main-content {
    margin-left: 300px;
    min-height: calc(100vh - 142px);
    background-color: #fff;
}

.sidebar-content {
    padding-left: 20px;
    padding-right: 30px;
}

    .sidebar-content h2 {
        margin-top: 30px;
        padding: 10px;
        color: #fff;
    }

    .sidebar-content h5 {
        padding: 0 10px;
        color: #fff;
    }
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.9);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.leftSidebar {
    width: 300px;
    background-color: #024d64;
    position: absolute;
}

    .leftSidebar p {
        padding: 10px;
        color: #fff;
    }
.modal-icon {
    text-align: center;
}

    .modal-icon i {
        color: #ffffff;
        font-size: 30px;
        background-color: #024d64;
        padding: 18px 20px;
        border-radius: 50%;
    }
/*MEDIA QUERY!*/ /*MEDIA QUERY!*/ /*MEDIA QUERY!*/ /*MEDIA QUERY!*/ /*MEDIA QUERY!*/ /*MEDIA QUERY!*/ /*MEDIA QUERY!*/
@media screen and (max-width:1920px) {
    .leftSidebar {
        width: 500px;
    }

    .main-content {
        margin-left: 500px;
    }
}

@media screen and (max-width:1366px) {
    .dispute-right-box {
    }

    .leftSidebar {
        width: 300px;
    }

    .main-content {
        margin-left: 300px;
    }
}

@media screen and (max-width:1092px) {
}

@media screen and (max-width:991px) {
    .hide-small {
        display: none;
    }
    i.fa.fa-star {
        display: none !important;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-top: 0;
        color: #f85210;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        border-bottom: 1px solid #dadada;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        text-align: center;
    }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            border-bottom: 1px solid #f85210;
            border-radius: 1px;
            background-color: #f85210;
            color: #fff;
        }

    .right-feature p, .left-feature p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-align: center;
    }

    .left-feature, .right-feature {
        text-align: center;
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .left-feature p, .right-feature p {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

    .m-s-r-10 {
        margin-right: 10px;
    }

    .m-s-l-10 {
        margin-left: 10px;
    }

    .dispute-white-bg {
        height: inherit;
    }

    .leftSidebar {
        display: none;
    }

    .main-content {
        margin-left: 0px;
    }
}

@media screen and (max-width:767px) {
    .login-bg .login-form {
        min-height: inherit;
    }

    .dispute-white-bg {
        min-height: inherit;
    }
}

@media screen and (max-width:575px) {
    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
    .final-notice {
        padding: 15px 15px 10px 15px;
    }
    .height-sm-50 {
        height: 50px;
    }

    .navbar-light .navbar-toggler {
        right: 0;
    }

    .dispute-right-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-top-50 {
        padding-top: 10px;
    }
    .mybtnDash {
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }
    .padding-top-30 {
        padding-top: 10px !important;
    }

    .padding-bottom-30 {
        padding-bottom: 10px !important;
    }
    .dispute-right-box {
        padding: 10px;
        min-height: inherit;
    }
}
/* COMMON RADIO AND CHECKBOX STYLES  */
input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #10577c;
}

input.fancy-check:checked {
    content: "" !important;
}

input.fancy-check:checked:before {
        content: url(arrow.png);
        display: block;
        position: relative;
        height: 25px;
        width: 24px;
        background-color: #dedede;
        border: 1px solid #ccc;
        border-radius: 2px;
    }
