﻿* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background: #f2f2f2;
    min-height: 100%;
}

html {
    height: 100%;
}

.form-group {
    margin-bottom: .5rem;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    padding: 0px 0;
}

input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    g -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.display-flex {
    display: flex;
}

.btn-success:hover {
    background: #4aad8f;
    border-color: #4aad8f;
}

.btn-primary {
    background-color: #3c8be0;
    border-color: #3c8be0;
}

    .btn-primary:hover {
        background-color: #3684d8;
        border-color: #2f7cd0;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
        color: #fff;
        background-color: #2b76c7 !important;
        border-color: #216ab9 !important;
    }

.page {
    overflow-x: hidden;
}

.page {
    background: #f1f1f1;
}

nav.navbar {
    background: #58c4a7;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    position: relative;
    border-radius: 0;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

    nav.navbar .search-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: #fff;
        z-index: 12;
        border-radius: 0;
        display: none;
    }

        nav.navbar .search-box .dismiss {
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.5em;
            color: #999;
        }

.brand-img.brand-big.logo-big img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: -3px;
    transform: translateY(1%);
}

.payment-status {
    color: #4aad90;
}

.brand-text.brand-small.logo-small img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: -3px;
    transform: translateY(1%);
}

nav.navbar .search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    display: none;
}

nav.side-navbar ul {
    padding: 0;
}

.fix-side {
    top: 209px;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 260px !important;
    width: 220px;
    background: #fff;
}

nav.side-navbar ul li.active > a {
    background: #fff;
    color: #818181;
    border-left: none;
}

    nav.side-navbar ul li.active > a:hover {
        background: #fdfdfd;
    }

nav.side-navbar ul li a:hover {
    background: #fdfdfd;
    border-left: none;
    color: #818181;
}

nav.side-navbar a[aria-expanded="true"] {
    background: #fff;
}

nav.side-navbar ul li a {
    border-left: none;
    color: #818181;
    font-weight: bold;
}

nav.side-navbar .title ul {
    padding: 0px;
}

.title ul li {
    display: inline-block;
}

nav.side-navbar .title ul li a {
    background: none;
    padding: 0;
    border: none;
    color: #000;
}

nav.side-navbar ul li li a {
    padding-left: 30px;
    background: #fff;
    display: flex;
}

nav.side-navbar .title h1 {
    color: #4aad8f;
    font-weight: normal;
}

nav.side-navbar .title a i {
    margin-right: 10px;
    font-size: 1.2em;
}

nav.side-navbar ul li a {
    padding: 7px 0 7px 13px;
    padding: 9px 0 8px 13px;
}

nav.side-navbar a i {
    margin-right: 17px;
    margin-right: 10px;
    font-size: 20px;
    width: 20px;
    vertical-align: middle;
}

nav.side-navbar a[data-toggle="collapse"]::before {
    font-size: 17px;
}

.light-pink {
    color: #fb8686 !important;
}

.light-orange {
    color: #ff9500 !important;
}

.dark-green {
    color: #4aad90 !important;
}

.light-green {
    color: #a5b21a !important;
}

.mid-green {
    color: #4aad90 !important;
}

.green {
    color: #58c4a7 !important;
}

.dark-orange {
    color: #f04a27 !important;
}

.orange {
    color: #ff8c00 !important;
}

.bluee {
    color: #2095f2 !important;
}

.navy-blue {
    color: #796AEE !important;
}

.redd {
    color: #f04a27 !important;
}

.deep-sky {
    color: #00bfff !important;
}

.black {
    color: #000000 !important;
}

.purple {
    color: #8E44AD !important;
}

.brown {
    color: #a55552 !important;
}

.light-red {
    color: #ef0000 !important;
}

.shrinked .sidebar-header {
    display: none !important;
}

.shrinked ul li {
    border-bottom: 1px solid #e3e4e4;
}

.container-header {
    width: 100%;
}

.top-nav {
    width: 100%;
}

.logo-big-center {
    width: 160px;
    margin: 0 auto;
}

.logo-small-center {
    width: 110px;
    margin: 0 auto;
}

.card-headings {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #555;
    text-transform: inherit;
    font-weight: normal !important;
}

.dashboard-counts .item {
    height: 130px;
}

.dashboard-counts i {
    font-size: 20px;
}

.text-green {
    color: #52b699 !important;
}


section.dashboard-counts .title span {
    font-size: 13px;
    color: #464852;
    text-transform: uppercase;
}

.top-img {
    width: 35px;
    float: left;
    position: relative;
    top: 0;
    transform: translateY(10%);
}

.top-heading h1 {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
}

    .top-heading h1 span:last-child {
        margin-top: 2px;
    }

.top-heading a i {
    margin: 0 5px;
    font-size: 20px;
    float: right;
}

.log-out {
    right: 30px !important;
    min-width: 170px !important;
}

    .log-out li a i {
        float: left;
    }

    .log-out li:first-child {
        margin: 0 !important;
    }

.header-border-left {
    border-left: 1px solid #f1f1f1;
}

.right-top-link li:first-child {
    margin-right: 5px;
}

#notifications {
    padding: .1rem 1rem;
    text-transform: uppercase;
}

    #notifications i {
        font-size: 20px;
        position: relative;
        top: 2px;
        transform: translateY(50%);
    }

.toggle-search, .nav-menu {
    position: relative;
    top: 4px;
    transform: translateY(50%);
    font-size: 12px;
}

nav.navbar .nav-item > a span {
    right: 5px;
    top: 5px;
}

.notification-bg {
    background: #67d2b5;
    margin: .3rem 0;
}

.bg-inn-green {
    background: #58c4a7 !important;
}

.inn-heading {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    FONT-WEIGHT: 600;
}

.table-bg-grey {
    background: rgba(0,0,0,.03);
}

.table th {
    color: #000000;
    font-weight: normal;
}

.table td, .table th {
    padding: .5rem !important;
}

.table-header th {
    color: #000000;
    font-weight: bold;
}

.amount-text {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

.amount-price {
    font-size: 1.1em;
    font-weight: normal;
    color: #000;
}

.table-main-hd {
    font-size: 12px;
    font-weight: bold !important;
}

    .table-main-hd i {
        margin-right: 5px;
    }

.inn-padding {
    padding: 15px 0;
}

.date-icon i {
    margin-left: 5px;
    font-weight: bold;
}

.submit-btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
}

.card {
    position: relative;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
    top: 10px;
    left: 0;
    border-top: 10px solid #f7f7f7;
}

.account-summ .arrow-down {
    top: 50px;
}

.menu-btn.active:before {
    content: "\f03b";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

.menu-btn:before {
    content: "\f03c";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

nav.side-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #dbdbdb;
    background: #fff;
    color: #686a76;
    position: fixed;
    padding-bottom: 100px;
    height: 100vh;
}

.lm-width {
    min-width: 200px;
    max-width: 200px;
}

.scroll-bar-wrap {
    max-width: 221px;
    position: relative;
    max-height: 100vh;
}

    .scroll-bar-wrap ul li a span {
        font-weight: normal;
    }

.scroll-box {
    width: 100%;
    max-height: calc(100vh - 258px);
    overflow-y: auto;
}

    .scroll-box::-webkit-scrollbar {
        width: .3em;
    }

.cover-bar {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: 0;
    width: .3em;
    -webkit-transition: all .5s;
    opacity: 1;
}

.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s;
}

.content-inner {
    width: calc(100% - 200px);
    min-height: calc(100vh - 97px);
    margin-left: 200px;
}

    .content-inner.active {
        width: calc(100% - 151px);
        margin-left: 151px;
    }

    .content-inner.active768 {
        width: calc(100%);
        margin-left: 0;
    }

@-moz-document url-prefix() {
    .content-inner {
        min-height: calc(100vh - 103px);
    }

    .footer {
        padding-bottom: .9rem !important;
    }

    .footer-text-number {
        font-size: 65% !important;
    }

    .checkbox-template, .radio-template {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    input[type="checkbox"] ~ label {
        margin-top: 0;
        margin-bottom: 0;
    }

    nav.side-navbar a {
        font-size: .89em;
    }
}


.pay-now-box {
    width: 50%;
    float: left;
    text-align: center;
    color: #818181;
}

.border {
    border: 1px solid #dbdbdb !important;
}

.card-header {
    background-color: rgba(0,0,0,.03);
    box-shadow: none;
    border-bottom: none !important;
    padding: .5rem .7rem;
    padding-bottom: 0;
}

    .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
        margin-bottom: 0;
    }


.recent-report .table tbody th, .recent-report .table tbody td {
    padding: 1.2rem 0;
    color: #a7a7a7;
    font-size: 13px;
}

.bg-darkgrey {
    background: #464852;
    border: none;
}

    .bg-darkgrey:hover {
        background: #464852;
    }

.bg-orange {
    background: #ff9500 !important;
    border: none;
}

.report-btn {
    font-size: 13px;
    padding: 0.275rem 1.3rem;
    border-radius: 0.8rem;
}

.recent-report {
    padding: 5px 1.25rem;
}

.table.summary-t th, .table.summary-t td {
    border-top: none;
}

.table.summary-t tbody th, .table.summary-t tbody td {
    padding: 1.2rem 0.75rem;
}

.sub-heading {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fafafa;
    text-align: center;
    padding: 12px 10px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #efecec;
    border-top: 1px solid #efecec;
}

input.form-control, select.form-control {
    color: #1d1d1d;
    font-size: 12px;
    height: calc(1.5rem + 5px);
    padding: 5px 4px;
    background-color: #fafafa;
    border-radius: 5px;
}

.form-control-label {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.sub-label {
    font-weight: normal;
}

.select {
    position: relative;
}

    .select:after {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        color: #565656;
        right: 0;
        width: 30px;
        top: 0;
        height: 33px;
        padding: 10px 0px 0px 7px;
        border-left: 1px solid #fbfbfb;
        position: absolute;
        pointer-events: none;
        background: #e2e2e2;
        border-radius: 0 5px 5px 0px;
    }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
}

.margin-right0 {
    margin-right: 0px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left12 {
    margin-left: -12px;
}

.margin-left4 {
    margin-left: 4px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-top28 {
    margin-top: 28px;
}

.margin-top10 {
    margin-top: 10px;
}

.width-tot130 {
    width: 130px;
}

.acct-link ul {
    list-style: none;
}

    .acct-link ul li {
        display: inline-block;
    }

        .acct-link ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-right: 1px solid #fff;
            line-height: 1;
            padding-right: 5px;
        }

        .acct-link ul li:last-child a {
            border-right: 0;
        }

.input-group-text {
    background-color: inherit;
    border: none;
    padding: 7px 8px 8px 22px !important;
}

.input-group-append {
    background: #e2e2e2;
    border-radius: 0px 5px 5px 0px;
}

.gj-icon {
    font-size: 16px;
    color: #565656;
    right: 7px !important;
    top: 10px !important;
}

.timepicker i.fa.fa-clock-o {
    position: relative;
    top: 8px;
    left: 5px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 28px;
}

.input-group span.input-group-addon {
    background: #e2e2e2;
    color: #565656;
    font-weight: 300;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
    width: 30px;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.report-radio label.checkbox-inline {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.checkbox-template::checked:before, .radio-template::checked:before {
    background: #52b798;
}

.notify-text {
    position: inherit !important;
    font-size: 12px !important;
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select1 .form-control {
    height: 60px !important;
}

.check-box input {
    vertical-align: text-top;
    margin-right: 5px;
}

.check-box label {
    margin-right: 20px;
}

.report-radio label {
    margin-right: 10px;
}

.bottom35 {
    bottom: 35px;
}

/*------------ Profile Page CSS ------------*/
.profile-page .profile-header {
    background: transparent url(../images/profilebg.jpg) repeat scroll center center/cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.profile-page, .boxs-simple {
    padding-top: 0;
}

.profile-image img {
    border-radius: 50%;
    width: 180px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.profile-page .profile-header .profile_info {
    margin: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.profile-page .profile-header .profile_info .job_post {
    margin-bottom: 10px;
}

.profile-btn {
    background-color: #52b799;
    border-color: #52b799;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
    box-shadow: none;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

    .card .header {
        color: #555;
        position: relative;
        margin-bottom: 0;
        padding: 1rem 1rem;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid #eee;
        box-shadow: none;
    }

    .card .body {
        font-size: 14px;
        color: #444;
        padding: 10px 15px;
        font-weight: 400;
    }

    .card .header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #111;
        text-transform: uppercase;
    }

.progress {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    height: 8px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.progress .progress-bar {
    line-height: 8px;
    background-color: #1f91f3;
}

.l-blue {
    background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
    color: #fff !important;
}

.l-green {
    background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}

.l-amber {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.l-blush {
    background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
    color: #fff !important;
}

.info-box-2 {
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 150px;
}

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

    .info-box-2 .icon {
        display: inline-block;
    }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 14px;
            margin-top: 11px;
            color: #555;
            margin-top: 0 !important;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            color: #555;
        }

.social-widget .facebook-widget .icon i {
    color: #3b5998;
}

.social-widget .instagram-widget .icon i {
    color: #fb3958;
}

.social-widget .twitter-widget .icon i {
    color: #0084b4;
}

.social-widget .google-widget .icon i {
    color: #d34836;
}

.social-widget .linkedin-widget .icon i {
    color: #0077B5;
}

.social-widget .behance-widget .icon i {
    color: #053eff;
}

.info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-2 .icon i {
    color: #000;
    font-size: 30px;
    line-height: 70px;
}

.nav-tabs > li > a {
    border: none !important;
    color: #999 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-link {
    display: block;
    padding: 1em;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #ffc100 !important;
    color: #ffc100 !important;
    font-weight: 700;
}

.nav-tabs + .tab-content {
    padding: 15px 0;
}

.profile-page .timeline {
    border-left: 1px solid #dedede;
    font-size: 14px;
    position: relative;
}

    .profile-page .timeline .timeline-item {
        padding-bottom: 1px;
        position: relative;
    }

    .profile-page .timeline .timeline-item {
        margin-bottom: 20px;
    }

        .profile-page .timeline .timeline-item .item-content {
            margin-left: 24px;
            margin-top: 0;
        }

            .profile-page .timeline .timeline-item .item-content p {
                font-weight: 400;
                color: #444;
            }

        .profile-page .timeline .timeline-item:after {
            background-color: #fff;
            border-color: inherit;
            border-radius: 50%;
            border-style: solid;
            border-width: 2px;
            content: "";
            height: 11px;
            left: 0;
            margin-left: -6px;
            position: absolute;
            width: 11px;
            bottom: auto;
            clear: both;
            top: 4px;
        }

.profile-page #mypost .mypost-form .form-group .form-control {
    height: auto;
}

.card .card-inside-title:first-child {
    margin-top: 0;
}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000;
}

.setting-form .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.setting-form .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.setting-form .form-group .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control, .setting-form .form-group .form-control {
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
}

.setting-form .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control {
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.428571429;
}

.m-t-40 {
    margin-top: 40px;
}

.setting-form {
    margin-bottom: 15px;
}
/*------------ Profile Page CSS ------------*/

.card-footer ul.circle-li {
    list-style: none;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

    .card-footer ul.circle-li li {
        display: inline-block;
        margin: 0 auto;
    }

.card-footer {
    border-top: 1px solid #eee;
    padding: .5rem .7rem;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.graph-circle {
    width: 15PX;
    background: #793030;
    height: 15PX;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.card-footer ul.circle-li li span {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.graph-blue {
    background: #2095f2;
}

.graph-orange {
    background: #fe9700;
}

.graph-green {
    background: #52b699;
}

.certify {
    font-size: 10px !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0;
}

.sale-btn {
    right: 16px;
    top: 50%;
}

.login-logo {
    margin: 0 auto;
    justify-content: center;
    display: block;
    margin-bottom: 50px;
}

.page.login-page {
    background: #eff3f6;
}

.login-btn {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #58c4a7;
    border-radius: 0;
    font-size: 20px;
    box-shadow: 0 6px 15px rgb(159, 204, 190);
    border: 0;
    width: 100%;
    margin-bottom: 18px;
}

.login-btn {
    -webkit-transition: none;
}

.forgot-pass {
    text-align: center;
    display: block;
    font-size: 14px;
}

.ximp-login .input-material {
    padding: 10px;
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    height: 50px;
}

.login-page .form-holder .form a.forgot-pass {
    font-size: 16px;
    color: #323232;
}

    .login-page .form-holder .form a.forgot-pass:hover {
        color: #52b799;
        text-decoration: none;
    }

.nav.side-navbar ul li ul li.list-li:hover a span {
    border-bottom: 3px solid #52b699 !important;
    line-height: 15px;
    -webkit-transition: none;
    transition: none;
}

nav.side-navbar ul li.list-li:hover ul li a span {
    border-bottom: none;
    line-height: 20px;
}

nav.side-navbar ul li ul li:hover a span {
    border-bottom: 3px solid #52b699 !important;
    -webkit-transition: none;
    transition: none;
}

nav.side-navbar ul li.active > a span {
    border-bottom: 3px solid #58c4a7;
    line-height: 20px;
    font-weight: 600;
}

.shrinked a i {
    width: inherit !important;
}

nav.side-navbar ul li {
    line-height: 0;
}

    nav.side-navbar ul li a {
        line-height: 20px;
    }

.payment-confrm {
    padding: 40px 0;
}

.pay-hd {
    text-align: center;
    background: #e4e4e4 !important;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-print-color-adjust: exact;
}

    .pay-hd h2 {
        font-size: 16px;
        font-weight: normal;
        color: #505050;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 5px 0;
    }

.pay-bg {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    width: 100%;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.top-content {
    padding: 40px 0 170px 0;
}

    .top-content .text {
        color: #fff;
    }

        .top-content .text h1 {
            color: #fff;
        }

    .top-content .description {
        margin: 20px 0 10px 0;
    }

        .top-content .description p {
            opacity: 0.8;
        }

        .top-content .description a {
            color: #fff;
        }

            .top-content .description a:hover,
            .top-content .description a:focus {
                border-bottom: 1px dotted #fff;
            }

.wizard-payment {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .wizard-payment h5 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        display: block;
        text-indent: 15px;
        width: 100%;
        font-size: 12px;
    }

.wizard-payment-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.wizard-payment-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.wizard-payment-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #52b799;
}

.wizard-payment-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.wizard-payment-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wizard-payment-step.activated .wizard-payment-step-icon {
    background: #fff;
    border: 1px solid #52b799;
    color: #52b799;
    line-height: 38px;
}

.wizard-payment-step.active .wizard-payment-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #52b799;
    font-size: 22px;
    line-height: 48px;
}

.wizard-payment-step p {
    color: #ccc;
}

.wizard-payment-step.activated p {
    color: #52b799;
}

.wizard-payment-step.active p {
    color: #52b799;
}

.wizard-payment fieldset {
    display: none;
    text-align: left;
}

.wizard-payment-buttons {
    text-align: right;
    float: right;
}

.btn-previous {
    float: left !important;
}

.wizard-payment .input-error {
    border-color: #52b799;
}

.table-pager > td {
    padding-top: 15px;
}

    .table-pager > td > a {
        background-color: #52b7992e;
        border: 1px solid rgba(82, 183, 153, 0.96);
        border-radius: 4px;
        padding: 3px 10px;
        color: #000;
        font-size: 14px;
    }

        .table-pager > td > a:hover {
            background-color: #f0f0f0;
        }

.grid-header th a {
    color: #000;
    padding: 8px 0;
}

.center-aligned {
    text-align: center;
}

.field-validation-error {
    color: red !important;
    font-size: 12px;
}

.field-validation-valid {
    display: inline;
}

.loadingOverlay {
    position: fixed;
    z-index: 11111;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/progress.gif') 50% 50% no-repeat;
}

#loading {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.overflow-auto {
    overflow: auto;
}

.red-text {
    color: red !important;
}

.bold-text {
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.setting-icon {
    color: #52b799;
    font-size: 20px;
}

.span-percentage-change {
    background-color: #2b76c7;
    color: white;
}

.hidden {
    display: none;
}

.margin-top21 {
    margin-top: 21px;
}

.modal-dialog.min-popup {
    width: 350px;
    margin: 30px auto;
}

.modal-dialog.max-popup {
    width: 600px;
}

.modal-header {
    border-bottom: none;
    background-color: #58c4a7 !important;
}

    .modal-header .close {
        margin-top: -18px;
        margin-right: -15px;
        background: #fff;
        padding: 0px;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        opacity: 1;
        color: #52b799;
    }

        .modal-header .close span {
            vertical-align: text-top;
        }

.modal-title {
    color: #fff !important;
    text-align: center;
}

.max-modal-dialog {
    max-width: 850px !important;
}

.xxl-modal-dialog {
    max-width: 1200px !important;
}

.xl-modal-dialog {
    max-width: 630px !important;
}

#comparison .table-bordered {
    border: 0;
}

    #comparison .table-bordered thead th {
        border-bottom: 0;
    }

#comparison {
    border: 0;
}

nav.side-navbar ul li li a i {
    margin-right: 0;
}

nav.side-navbar.shrinked ul li li a {
    display: block;
}

.no-chart-data {
    font: 14px;
    font-family: 'Poppins';
    color: red;
}

nav.side-navbar ul li ul li .list-li a span {
    border-bottom: 3px solid #fff !important;
}

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.btn-line-height {
    line-height: 0.8;
}

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.success-text {
    color: green;
}

.error-text {
    color: red;
}

nav.side-navbar ul li a span {
    border-bottom: 3px solid #ffffff;
}

nav.side-navbar ul li:hover a span {
    border-bottom: 3px solid #58c4a7;
    /*font-weight: 600;*/
}

.navbar-header.nav-logo .logo-big {
    line-height: 2.4;
    min-width: 199px;
    max-width: 200px;
    background: #58c4a7;
    border-right: 1px solid #f1f1f1;
}

.navbar-header.nav-logo .logo-small {
    min-width: 150px;
    max-width: 150px;
    background: #58c4a7;
    line-height: 2.4;
    border-right: 1px solid #f1f1f1;
}

.nav-logo .navbar-brand {
    padding: 0;
}

.mh-tbl-pd {
    padding: 0 15px;
}

#divAdditionalCriteria h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.inn-padding .card {
    margin-bottom: 0;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-left0 {
    padding-left: 0 !important;
}

.custom-radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    margin-right: 6px;
    background: url("../images/radio.png") no-repeat;
}

    .custom-radio.selected {
        background: url("../images/radio-selected.png") no-repeat;
    }

    .custom-radio input[type="radio"] {
        margin: 1px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.width-35 {
    width: 35px;
}

.height100 {
    height: 100%;
}

.height45 {
    height: 45px;
}

.font11 {
    font-size: 11px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.pichart-wrapper {
    max-width: 480px;
    height: 200px;
    margin: 0 auto;
}

.mob-logout {
    display: none;
}

.validation-summary-errors {
    margin-left: 18px;
}

.table-bordered td, .table-bordered th {
}

form {
    width: 100%;
}

input[type=file] {
    /*display: none;*/
}

    input[type=file]::-webkit-file-upload-button {
        border: 1px solid grey;
        background: #3d80c7;
        color: #fff;
    }

.custom-file-choose {
    background-color: #3c8be0;
    border-color: #3c8be0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.font-x-large {
    font-size: x-large;
}

.agreement_bg {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cfcfcf;
}

.color-back-theme {
    color: #58c4a7;
}

.check-box input {
    vertical-align: text-top;
    margin-right: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top15 {
    padding-top: 14px;
}

.float-left {
    float: left;
}

.label_input {
    height: 25px;
    width: 93px;
    margin-left: 5px;
    border: 1px solid #e6e6e6;
    padding: 0px 5px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}

.width_49 {
    width: 49%;
}

.margin-right10 {
    margin-right: 10px;
}

.font12 {
    font-size: 12px;
}

.line_ht0 {
    line-height: 0px;
}

input[type="text"].card_typeimg {
    background-image: url(../images/minivisa_master.png);
    background-position: 98% 6px;
    background-repeat: no-repeat;
    padding: 5px 4px;
}

.margin_top10 {
    margin-top: 10px;
}

.width100 {
    width: 100px !important;
}

.padrtlt_10 {
    padding: 0px 10px;
}

.card-number-text label {
    color: #000;
    font-size: 12px;
}

.card-imgright img {
    width: 10%;
    float: right;
}

.tool-bg {
    background-color: blue !important;
    border: 2px solid blue !important;
}

.errormsg {
    display: initial !important;
}

.font_color1 {
    color: #2185c5 !important;
}

.mar_r10 {
    margin-right: 10px;
    width: 1%;
}

.fa-lg {
    color: red !important;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #3c8be0;
}

.checkbox-text {
    display: contents;
}

.label-center {
    position: absolute;
    top: 4px;
    right: 118px;
}

.css-label {
    display: inline;
}

#Amount {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn_green {
    background: #52b799 !important;
}

.forms .card-header a {
    position: absolute;
    right: 15px;
    text-decoration: underline;
    color: #fff;
}

.frt-sec {
    padding-right: 90px;
    padding-right: 30px;
}

.head-sec {
    padding-left: 15px;
}

.tool-sec label {
    padding-right: 10px;
}

.tool-sec i {
    position: relative;
    left: -10px;
}

nav.navbar h1.top-heading span {
    font-weight: 600;
    font-size: 12px;
    position: relative;
}

nav.navbar h1.top-heading i {
    position: relative;
}

nav.navbar .dropdown-menu a i {
    background: #52b699;
}

.billing-sec p {
    margin-bottom: 5px;
}

.card-adrs {
    width: 100%;
    display: inline-flex;
}

    .card-adrs div:first-child {
        width: 30px;
    }

    .card-adrs div i {
        color: #52b799;
        font-size: 17px;
    }


.btn_green {
    color: #fff;
}

.accinfo_containerbg label, .accinfo_containerbg p {
    display: inline-block;
}


.accinfo_containerbg label {
    width: 125px;
}

.accinfo_containerbg p {
    padding-left: 15px;
}

.achinfo_containerbg label, .achinfo_containerbg p {
    display: inline-block;
}


.achinfo_containerbg label {
    width: 190px;
}

.achinfo_containerbg p {
    padding-left: 15px;
}

.custom-radio.selected {
    background: url(http://192.168.15.9:7070/assets/images/radio-selected.png) no-repeat;
}

div.card-imgright img {
    width: 45px;
    float: none;
}

.custom-radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    margin-right: 6px;
    background: url(http://192.168.15.9:7070/assets/images/radio.png) no-repeat;
}

.payment-sec label {
    flex: 0 0 170px;
}

.hand-pointer {
    cursor: pointer;
}

input.dateControl {
    display: inline-block;
    width: 200px;
    margin-left: 64px !important;
}

input.calander-date-Control {
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

input.otherPayOption {
    background: #e9ecef;
    border: 1px solid #ddd;
    line-height: 33px;
    border-radius: 4px;
    padding: 0 10px;
    width: 189px;
}

    input.otherPayOption:focus,
    input.otherPayOption:active {
        background: #fff;
    }

.tooltip-inner {
    max-width: 350px;
}

button.search_Btn {
    position: relative;
    top: 52%;
    transform: translateY(-50%);
}

.tableBoldHeader {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}

    .tableBoldHeader thead tr th {
        font-weight: bold;
    }

span.text-danger span {
    color: red !important;
    font-size: 12px !important;
}

.positionRel {
    position: relative;
}

.normal-fluid {
    padding: 0 15px;
}

.accountTop {
    background: #fff;
    box-shadow: 0px 2px 2px -1px #ccc;
    -webkit-box-shadow: 0px 2px 2px -1px #ccc;
    min-height: 60px;
}

.accountDetails {
    width: calc(100% - 265px);
    display: inline-block;
    min-height: 60px;
    padding: 0 15px;
}

.dateDetails {
    width: 100px;
    background: #4aad90;
    display: inline-block;
    height: 60px;
    float: right;
    cursor: pointer;
    border: 0;
    outline: 0;
    -webkit-appearance: none !important;
}

h4.accHolder {
    color: #4aad90;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0 5px;
}

p.accdetl {
    color: #918181 !important;
    font-size: 14px !important;
    margin: 0;
    padding: 0 0;
    font-weight: 400;
    text-transform: uppercase;
}

    p.accdetl span {
        color: #333;
        margin-left: 5px;
        font-weight: 600;
    }

.dateDetails p {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    line-height: 0;
}

    .dateDetails p span {
        font-size: 22px;
        margin-left: 5px;
    }

.cardArea {
    margin: 15px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

    .cardArea ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .cardArea ul li {
            margin: 0;
            padding: 0;
            width: 25%;
            padding: 0 8px;
            float: left;
        }

            .cardArea ul li:first-child {
                padding: 0 8px 0 0;
            }

            .cardArea ul li:last-child {
                padding: 0 0 0 8px;
            }

.mainCard {
    background: #fff;
    padding: 20px 15px;
    padding-right: 0;
    height: 114px;
    border-radius: 1rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

    .mainCard h4 {
        font-weight: 500;
        font-size: 1.0rem;
        margin-bottom: 15px;
    }

img.iconSquer {
    padding: 0 10px 0 0;
}

.iconSec {
    display: inline-block;
}

.padding-left-right15 {
    padding: 0 0 0 15px;
}

.margin-top0 {
    margin-top: 0px;
}

.margin-top5 {
    margin-top: 5px;
}

.countSec {
    display: inline-block;
    position: relative;
    top: 11px;
}


.mainCard span {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.mainCard label {
    margin: 0;
    text-transform: initial;
}

.mainCard h5 {
    font-size: 18px;
    font-weight: normal;
    display: block;
    clear: both;
    margin: 0;
}

.mainCard h6 {
    font-weight: normal;
    margin-bottom: 2px;
    clear: both;
}

.mainCard img {
    opacity: .60;
}

span.cardDown {
    top: -1px;
    font-size: 23px;
    margin-left: 5px;
    position: relative;
}

ul.customeDrop li a {
    text-transform: uppercase;
    line-height: 30px;
}

    ul.customeDrop li a:hover {
        text-decoration: none !important;
        background: #ddd;
        width: 100%;
        padding: 0 10px;
    }

.mainChartSec {
    background: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.my-bill {
    width: 30%;
    float: left;
    display: inline-block;
    border-right: 2px solid #52b799;
    margin-right: 12px;
    padding-right: 7px;
    text-align: center;
    position: relative;
    top: 48%;
    transform: translateY(-50%);
}

.my-bill-box {
    width: 65%;
    float: left;
    display: inline-block;
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    text-align: center;
}

.bill {
    color: #818181;
    padding: 10px 5px 5px 5px;
}

    .bill img {
        opacity: 1;
    }

    .bill h4 {
        opacity: 1;
        margin: 0;
    }

    .bill span {
        font-size: 30px;
    }

    .bill label {
        font-size: 11px;
    }

    .bill small {
        font-size: 70%;
        text-transform: capitalize;
    }

.bill-heading {
    text-align: center;
}

    .bill-heading small {
        margin-right: 40px;
    }

.bill-amount {
    text-align: center;
}

    .bill-amount small {
        font-size: initial;
        vertical-align: top;
        margin: 0;
    }

    .bill-amount span {
        margin-top: -6px;
    }

.rightChartArea {
    background: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.mainChartSec img {
    width: 100%;
}

.rightChartArea img {
    width: 100%;
}

.sm_margin {
    padding: 0;
    margin: -8px -8px;
}

    .sm_margin .col-sm-8,
    .sm_margin .col-sm-4 {
        padding: 8px;
    }

h4.autoPay {
    text-transform: uppercase;
    color: #818181;
    font-size: 20px;
    font-weight: 500;
}

.autoPay-img {
    margin-top: -10px;
}

.rightChartArea.auto {
    padding: .8rem;
    position: relative;
    margin-bottom: 15px;
}

    .rightChartArea.auto::after {
        position: absolute;
        content: '';
        display: block;
        top: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #f7f7f7;
    }

    .rightChartArea.auto span {
        color: #818181;
        font-size: 14px;
    }

    .rightChartArea.auto h6 {
        color: #000;
        font-size: 18px;
        font-weight: normal;
    }

img.visacard {
    width: 65px;
    height: auto;
}

img.bank {
    width: 65px;
    height: auto;
}

.visaText {
    display: inline-block;
    position: relative;
    top: 15px;
    padding: 0 0 0 5px;
}

.fullarea {
    padding: 5px 0 0 0;
}

.dateDetails button {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
    position: relative;
    height: 100%;
    width: 100%;
    outline: none !important;
}

.dropdown-menu.customeDrop {
    min-width: 16rem;
    padding: .5rem .5rem;
}

.switch {
    position: absolute;
    display: block;
    vertical-align: top;
    width: 78px;
    top: 15px;
    right: 0;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.switch-input, .min-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #58c4a7;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 46px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.top0 {
    top: inherit;
}

.top9 {
    top: 9px;
}

.padding-top-bottom15 {
    padding: 15px 0;
}

.auto-y-scroll {
    max-height: 150px;
    overflow-y: auto;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: justify;
    overflow-x: hidden;
}

.dashboard-pro-img {
    width: 38px;
    height: 38px;
    float: right;
    border: 2px solid #4aad90;
    border-radius: 50%;
    position: relative;
    top: 15%;
    transform: translateY(-50%);
    background: #fff;
}

.img-box {
    width: 70px;
    height: 70px;
    border: 2px solid #4aad90;
    border-radius: 50%;
}

.img-change {
    width: 60px !important;
    height: 60px !important;
    border: none;
    margin: 3px 3px;
    border-radius: 50%;
}

.upload-user-profile {
    height: calc(2rem + 1px) !important;
    display: initial;
    cursor: pointer;
}

.no-padding-right {
    padding-right: 0 !important;
}

.btn-pay-setup {
    position: relative;
    top: 15px;
}

.pieChart {
    margin: 10px auto;
}

.menu-link li {
    margin-right: 30px;
}

    .menu-link li i {
        margin-right: 5px;
        font-size: 20px;
    }

    .menu-link li a:hover {
        color: #ababab;
        text-decoration: none;
    }

        .menu-link li a:hover:first-child {
            color: inherit;
            text-decoration: none;
        }

.margin-right-10 {
    margin-right: -10px !important;
}

#autoPayAmount h6 {
    margin: 0;
}

.trn-img {
    width: 30px !important;
}

.tran-text {
    text-transform: capitalize;
}

.no-auto-pay {
    font-size: 12px !important;
}

    .no-auto-pay h6 {
        margin: 10px 0 15px 0;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .no-auto-pay span {
        vertical-align: super;
        color: #000 !important;
    }

    .no-auto-pay p {
        font-size: 12px !important;
        text-transform: none;
    }

.no-auto-pay-terms {
    font-size: 12px !important;
    text-align: justify;
}

.no-auto-pay-terms {
    margin-top: 10px;
}

    .no-auto-pay-terms p {
        margin-bottom: 7px;
    }

    .no-auto-pay-terms b {
        color: #000 !important;
    }

    .no-auto-pay-terms ul {
        margin: 0 0 0 17px;
        list-style-type: inherit;
        text-align: justify;
        text-transform: none;
    }

    .no-auto-pay-terms li {
        width: 100% !important;
        float: none !important;
        padding: 0 0 5px 0 !important;
        color: #555;
    }

    .no-auto-pay-terms ul li:first-child {
        padding: inherit;
    }

.fa-rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.future-pay {
    margin-top: 25px;
}

    .future-pay label {
        text-transform: none;
    }

.separator-future-pay::before {
    position: absolute;
    content: '';
    display: block;
    top: 190px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f7f7f7;
}

.schedule {
    font-size: 11px;
    margin: 0 0 0 24px;
    color: #818181;
    text-transform: none;
}

.calendar {
    position: relative;
}

    .calendar i {
        position: absolute;
        right: 5px;
        top: 6px;
        font-size: 15px;
    }

.date-time-picker {
    cursor: pointer;
}

.margin-top1 {
    margin-top: 1px;
}

.header-fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    color: #666;
    line-height: 20px;
}

.header-fixed-margin {
    margin-top: 47px;
}

.side-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.side-menu-fixed-margin-left {
    margin-left: 221px;
}

    .side-menu-fixed-margin-left.active {
        margin-left: 150px;
    }

.list-group {
    display: none;
    position: absolute;
    color: red;
}

.display-none {
    display: none;
}

.header-min-pad {
    padding: .75rem 1.25rem;
}

.max-height-220 {
    max-height: 220px !important;
}

.fa-passwd-reset > .fa-lock {
    font-size: 0.85rem;
}

.margin-left18 {
    margin-left: 18px !important;
}

.text-none {
    text-transform: none;
}

.no-width {
    width: initial !important;
}

.margin-center {
    margin: 0 auto;
}

.ssl-seal {
    width: 45%;
    margin: 0 auto;
}

.pay-now {
    width: 90%;
    font-size: 14px;
    color: #fff;
    background: url(../Images/pay-now-white.png) no-repeat scroll;
    background-color: #58c4a7;
    background-position: 20% center;
    background-size: 20px;
    border: 1px solid #58c4a7;
}

    .pay-now:enabled:hover, .pay-now:enabled:active {
        border-color: #58c4a7;
        color: #58c4a7;
        background: url(../Images/pay-now-green.png) no-repeat scroll;
        background-color: #fff;
        background-position: 20% center;
        background-size: 20px;
    }

.future-pay-btn:enabled:hover, .future-pay-btn:enabled:active {
    border-color: #58c4a7;
    color: #58c4a7;
    background: url(../Images/pay-now-green.png) no-repeat scroll;
    background-color: #fff;
    background-position: 5% center;
    background-size: 20px;
}

.pay-now:focus {
    box-shadow: none;
}

.table td {
    border-top: 0 !important;
}

.table-bordered-bottom {
    border-bottom: 1px solid #dee2e6;
}

.small-text {
    font-size: 0.91vw;
}

.extra-small-text {
    font-size: 0.76vw;
    color: #555;
}

.edit-cancel-text {
    width: 22%;
}

.manage-role {
    margin-right: 28px;
}

.btn-primary.inactive {
    background-color: #e7505a;
    border-color: #e7505a;
}

.btn-primary:disabled {
    background-color: #3c8be0;
    border-color: #3c8be0;
}

.user-grid {
    background-color: rgba(0,0,0,.05);
}

.user-activate {
    width: 80px;
}

#divFuturePay label {
    color: #555;
}

.font-Calibri {
    font-family: Calibri;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.margin-top13 {
    margin-top: 13px;
}

.profile {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    .profile:after {
        content: '';
        display: block;
        width: 89%;
        height: 2px;
        background: #aaa;
        margin: 10px auto;
        margin-bottom: 0;
    }

.pro-img {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
}

.user-name {
    font-size: 15px;
    color: black;
}

.company-name {
    font-size: 15px;
    color: #52b699;
}

.profile-name {
    display: inline-grid;
}

    .profile-name span:last-child {
        font-size: 13px;
    }

.profile-link ul li {
    display: inline-flex;
    list-style: none;
    border: none !important;
}

.profile-link li a {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-decoration: none !important;
    border: none !important;
}

    .profile-link li a i {
        margin: 0 3px 0 3px;
        font-size: inherit !important;
        width: inherit !important;
        margin-bottom: 0 !important;
        text-decoration: none !important;
        border: none !important;
    }

.modal-header, .modal-footer {
    padding: .5rem;
}

.modal-body, .modal-footer {
    padding: .5rem;
    font-size: 13px;
}

p {
    margin-bottom: .4rem;
}

.card-body-pad {
    padding: .5rem 4rem;
}

.card-no-border {
    border-top: none;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.margin-top-25 {
    margin-top: -25px;
}

.margin-top-20 {
    margin-top: -20px;
}

.margin-top-15 {
    margin-top: -15px;
}

.saved-table-scroll {
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0 5px 0;
}

.saved-card {
    margin-bottom: 0;
    padding-top: 0;
}

.agreement-box p {
    font-size: .8em !important;
    margin-bottom: .1rem;
}

.check-box {
    margin-left: 3px;
}

.new-card {
    border: 1px solid #dfdfdf;
    margin: 5px 15px;
    font-size: 12px;
}

    .new-card p {
        margin: 0;
        padding: 0;
    }

    .new-card label {
        margin-bottom: .1rem;
    }

        .new-card label a {
            font-size: 11px;
        }

.textbox-cvv {
    font-size: 12px !important;
    height: 25px !important;
    padding: 5px 5px !important;
    background-color: #fafafa !important;
    border-radius: 5px !important;
    width: 50px !important;
}

.card-sel-img {
    width: 50px;
    height: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.5rem + 5px);
    margin-bottom: 0;
    cursor: pointer;
}

.selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-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;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px;
    }

.search-wrapper {
    padding: 10px 0px 0px 0px;
}

.select2 {
    display: block;
    width: 100% !important;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.schedule-new-future-pay {
    border-color: #52b799;
    color: #fff;
    background: url(../Images/pay-now-white.png) no-repeat scroll;
    background-color: #58c4a7;
    background-position: 9% center;
    background-size: 20px;
    border: 1px solid #58c4a7;
    width: 25%;
    text-align: center;
}

.margin-top15 {
    margin-top: 15px;
}

.padding-bottom5rem {
    padding-bottom: .5rem;
}

.adr-i {
    color: #58c4a7;
    font-size: 15px;
}

.payment label, .payment span {
    font-weight: 600;
}

.no-padding-left {
    padding-left: 0;
}

.error-message {
    float: right;
    font-style: italic;
}

.topcorner {
    top: 408px;
    left: 870px;
}

.validation-error {
    color: red !important;
    font-size: 12px;
}

select {
    width: 100%;
}

.table-payment-details td {
    padding: .3rem !important;
}

.login-box {
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-justified {
    justify-content: space-between;
}

.dimgrey {
    background: dimgrey !important;
}

.margin-top20 {
    margin-top: 20px;
}

.future-pay-btn {
    float: right;
    width: 18em;
    padding-left: 0;
    padding-right: 0;
    background-position: 5% center;
}

.no-border {
    border: none !important;
}


.pay-now-box:first-child {
    border-right: 1px solid #58c4a7;
    text-align: left;
    color: #555;
}

.pay-now-box h2, h3, h4, h6 {
    font-weight: normal;
    margin-bottom: .2rem;
}

.pay-now-box-confirm {
    width: 100%;
}

.pay-now1 {
    width: 75px;
    float: left;
}

.pay-now2 {
    width: calc(100% - 75px);
    float: left;
    position: relative;
    top: 0;
    transform: translateY(0%);
}

.pay-now-due {
    position: relative;
    top: 5px;
    transform: translateY(50%);
}

    .pay-now-due small {
        font-size: 100%;
        position: relative;
        top: -1px;
    }

.autopay-frequency-img {
    margin-right: 10px;
    margin-left: 15px;
}

.pay-now-img-box {
    border: 2px solid #52b699;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: relative;
    top: 0;
    transform: translateY(2%);
}

    .pay-now-img-box img {
        width: 40px;
        height: 40px;
        margin: 8px;
    }

.one-time:after {
    position: relative;
    top: 10px;
    margin: 0 auto;
    content: '';
    display: block;
    width: 98%;
    height: 1px;
    background: #dbdbdb;
}

.payment-sel {
    margin: 5px 0;
}

    .payment-sel label {
        margin-bottom: .2rem;
    }

    .payment-sel h5 {
        margin: 15px 0 5px;
    }

.other-amount {
    display: flex;
}

    .other-amount input[type=text] {
        width: 200px;
        height: 30px;
        margin-left: 20px;
        background-color: #fff;
        padding-left: 15px;
    }

.hide {
    display: none;
}

.payment-dec {
    padding: 10px 60px;
    border-left: 1px solid #58c4a7;
}

    .payment-dec p {
        margin: 0;
    }

    .payment-dec h4 {
        color: #555;
        margin-bottom: 10px;
        font-weight: 600;
    }

.payment-disclaimer {
    display: inline-block;
    line-height: 1.1rem;
}

    .payment-disclaimer img {
        width: 25px;
        margin-right: 5px;
    }

    .payment-disclaimer p a {
        color: #58c4a7;
    }

.pay-now-btn {
    margin: 30px 0 0;
}

    .pay-now-btn small {
        font-size: 63%;
        color: #58c4a7;
        margin-top: 10px;
    }

    .pay-now-btn p {
        margin-top: 5px;
    }

        .pay-now-btn p a:hover {
            color: #796aee;
        }

    .pay-now-btn i {
        color: #796aee;
    }

.payment-dropdown {
    width: 285px;
    height: 30px;
    border-radius: .25rem;
    cursor: pointer;
    outline: none;
    color: #555;
    border: 1px solid #d8d8d8;
}

    .payment-dropdown:focus {
        border: 1px solid #58c4a7;
        -webkit-box-shadow: 0 0 0 0.1rem rgba(82, 183, 152, 0.13);
        box-shadow: 0 0 0 0.1rem rgba(82, 183, 152, 0.13);
    }

    .payment-dropdown.disabled, .payment-dropdown:disabled {
        background: #efefef;
        cursor: default;
        opacity: .5;
    }

.payment-cvv {
    width: 285px;
    font-size: 15px !important;
}

.pay-now-review {
    width: 230px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    line-height: 1.5;
}

    .pay-now-review.disabled, .pay-now-review:disabled {
        cursor: default;
        opacity: .5;
    }

.payment-card {
    padding: .5rem;
}

.payment-card-body {
    background: #f9f9f9;
    margin: 10px 0 0;
    padding: 1rem;
    border-radius: .25rem;
    width: 100%;
}

.static-close {
    position: absolute;
    right: 3px;
    top: 0px;
    z-index: 1;
}

.card-details {
    width: 40%;
    margin-right: 20px;
}

.card-details-img {
    width: 45px;
    height: 45px;
}

.new-card-details {
    margin-top: 10px;
}

    .new-card-details label {
        margin: 0 0 2px 0;
        color: #555;
        font-weight: 600;
        font-size: 12px;
        display: flex;
    }

    .new-card-details input[type=text], .new-card-details input[type=password] {
        width: 200px;
        height: 30px;
        margin: 0 0 2px 0;
        background-color: #fff;
    }

    .new-card-details input[type=password] {
        width: 91px;
    }

    .new-card-details select {
        width: 91px;
        height: 30px !important;
        margin: 0 0 15px 0;
        background-color: #fff;
    }

    .new-card-details p {
        margin: 0 5px;
        font-size: 14px;
        position: relative;
        top: 0;
        transform: translateY(4px);
    }

    .new-card-details div {
        margin-bottom: 10px;
    }

.expiry {
    display: flex;
    margin-bottom: 0 !important;
}

.save-future {
    display: flex;
    margin-bottom: 0 !important;
}

    .save-future label {
        font-weight: normal;
        margin: 0 0 0 10px;
    }

.address-details {
    width: 60%;
}

    .address-details .hide {
        display: none;
    }

.address-header {
    display: flex;
    width: 100%;
}

.address-header-l {
    float: left;
    width: 60%;
}

.address-header-r {
    float: right;
    width: 40%;
    text-align: right;
}

.address-body {
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: .5rem;
    margin-bottom: 10px;
}

    .address-body div {
        display: flex;
    }

        .address-body div i {
            color: #58c4a7;
            font-size: 16px;
        }

    .address-body .checkmark {
        top: 2px;
    }


.adrs-margin {
    width: 25px;
}

.adrs-item p {
    margin-bottom: .4rem;
    margin-top: -.1rem;
}

.img-cvv {
    width: 90px;
    height: 25px;
    margin: 2px 10px;
}

.address-new {
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: .5rem;
    margin-bottom: 10px;
}

    .address-new input[type=text] {
        background-color: #fff;
        height: 30px;
    }

    .address-new select {
        background-color: #fff;
        margin-bottom: 10px;
    }

    .address-new label {
        margin-bottom: .2rem;
    }

    .address-new .select2-container--default .select2-selection--single {
        padding: 0;
        outline: none;
    }

    .address-new .select2-container .select2-selection--single {
        height: 30px;
        outline: none;
        border: 1px solid #d8d8d8;
    }

    .address-new .select2-dropdown {
        border: 1px solid #d8d8d8;
    }

    .address-new .checkmark {
        top: 2px;
    }

.margin-left2 {
    margin-left: 2px;
}

.input-header {
    width: 50%;
    margin-right: 10px;
}

.contact-masking {
    border: 0;
    background: #f9f9f9;
    display;
}

.billing-address-masking {
    border: 0;
    background: #0000;
}

.new-ach label {
    margin-bottom: .2rem;
}

.new-ach input[type=text]:disabled {
    background-color: initial;
}

.new-ach input[type=text] {
    background-color: #fff;
}

.new-ach-account {
    display: flex;
}

    .new-ach-account label {
        margin-right: 10px;
    }

    .new-ach-account .checkmark {
        top: 2px;
    }

.font10 {
    font-size: 10px;
}

.bank-routing-modal {
    z-index: 1060;
}

.bank-routing-backdrop {
    z-index: 1050;
}

.payment-confrm-box {
    width: 80%;
    float: left;
}

.payment-confrm-box-body {
    display: flex;
}

    .payment-confrm-box-body div:first-child {
        width: 250px;
    }

    .payment-confrm-box-body h5, h6 {
        margin-bottom: .5rem;
    }

    .payment-confrm-box-body h6 {
        margin-bottom: .56rem;
    }

    .payment-confrm-box-body h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

.payment-done h6:last-child {
    color: #3c8be0;
    font-weight: 600;
}

.payment-confrm-box span {
    font-size: 80%;
    color: #58c4a7;
}

.other-amount-validation {
    margin-left: 21px;
    font-size: 12px !important;
}

.pay-now-submit {
    width: 220px;
    background-position: 15% center;
    background-size: 18px;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    position: relative;
    top: 0;
    transform: translateY(0%);
}

    .pay-now-submit:enabled:hover, .pay-now-submit:enabled:active {
        background-position: 15% center;
        background-size: 18px;
    }

    .pay-now-submit.disabled, .pay-now-submit:disabled {
        opacity: .5;
        cursor: default;
    }

.payment-scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
    padding: 10px;
    text-align: justify;
    border-radius: .25rem;
}

.autoPay-terms {
    max-height: 330px;
}

.chk-agree {
    color: #58c4a7;
    margin-left: 10px;
}

.chk-agree-center {
    position: relative;
    top: 0;
    left: 2px;
    transform: translateY(17%);
}

.btn-orange {
    background: #ff9500;
    border: 1px solid #ff9500;
    color: #fff;
}

    .btn-orange:hover, .btn-orange:active {
        color: #fff;
        background: #ea8c06;
        border: 1px solid #ea8c06;
    }

    .btn-orange:focus {
        -webkit-box-shadow: 0 0 0 0.2rem #ff950040;
        box-shadow: 0 0 0 0.2rem #ff950040;
    }

.doller {
    position: relative;
}

    .doller i {
        position: absolute;
        left: 25px;
        top: 9px;
        font-size: 12px;
        color: #818181;
    }

.pay-confirm {
    width: 100%;
}

.payment-print {
    margin-left: 75px;
    padding-left: 0;
    padding-top: .5rem;
}

.send-email {
    margin-bottom: 10px;
}

    .send-email input[type=text] {
        width: 230px;
        margin-right: 20px;
        height: 30px;
    }

    .send-email label {
        width: 250px;
        margin: 0;
        position: relative;
        top: 0;
        transform: translateY(17%);
    }

    .send-email span {
        font-size: 13px !important;
        color: #3c8be0 !important;
        position: relative;
        top: 0;
        transform: translateY(17%);
        margin-left: 10px;
    }

.radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-container input {
        position: absolute;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ccc;
}

.radio-container:hover input ~ .checkmark {
    background-color: #58c4a7;
}

.radio-container input:checked ~ .checkmark {
    background-color: #58c4a7;
}

.checkmark:after {
    content: "";
    position: relative;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    left: 4px;
    top: 4px;
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-radius: 50%;
}

.future-pay-btn:active, .future-pay-btn:hover {
    background-position: 1% center;
}

.menu-arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #52b798;
    position: absolute;
    top: 33px;
    left: 57px;
}

.top-menu-item {
    margin-right: 10px !important;
}

.top-menu-item-text {
    font-size: 1em;
}

.footer-sep {
    clear: both;
    margin-top: 1.2rem;
    padding: 1.2rem;
}

.footer {
    color: #fff;
    position: relative;
    z-index: 999;
    /*padding-bottom: .7rem;*/
    border: 0;
}

    .footer ul li {
        margin-right: 30px;
    }

        .footer ul li:last-child {
            margin-right: 10px;
        }

        .footer ul li a {
            color: #fff;
        }

            .footer ul li a:hover {
                color: #ababab;
                text-decoration: none;
            }

        .footer ul li i {
            margin-right: 10px;
            color: #58c4a7;
            font-size: 18px;
        }

    .footer.active {
        margin-left: 150px;
    }

.footer-fixed-margin {
    width: 210px;
    padding: .5rem;
    margin-right: 15px !important;
}

.footer-shrinked {
    width: 140px;
}

.footer-body {
    width: calc(100% - 210px);
}

.footer-body-shrinked {
    width: calc(100% - 140px);
}

.footer-img {
    width: 160px;
    height: auto;
}

.footer-link-center {
    position: relative;
    top: 0;
    transform: translateY(10%);
    float: right;
}

.margin-top25 {
    margin-top: 25px;
}

.arrow-steps {
    width: 100%;
    margin: 0 auto;
}

    .arrow-steps .step {
        font-size: 16px;
        text-align: center;
        color: #666;
        cursor: default;
        margin-right: 3px;
        padding: 7px 0px 7px 22px;
        min-width: 33%;
        float: left;
        position: relative;
        background-color: #d9e3f7;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: background-color 0.2s ease;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -17px;
            width: 0;
            height: 0;
            border-top: 19px solid transparent;
            border-bottom: 19px solid transparent;
            border-left: 17px solid #d9e3f7;
            z-index: 2;
            transition: border-color 0.2s ease;
        }

        .arrow-steps .step:last-child:after {
            content: none;
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0;
        }

        .arrow-steps .step:first-child:before {
            border: none;
        }

        .arrow-steps .step:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .arrow-steps .step span {
            position: relative;
        }

            .arrow-steps .step span:before {
                opacity: 0;
                content: "✔";
                position: absolute;
                top: 0;
                left: -20px;
            }

        .arrow-steps .step.done span:before {
            opacity: 1;
            -webkit-transition: opacity 0.3s ease 0.5s;
            -moz-transition: opacity 0.3s ease 0.5s;
            -ms-transition: opacity 0.3s ease 0.5s;
            transition: opacity 0.3s ease 0.5s;
        }

.done {
    background: #52b799 !important;
    color: #fff !important;
}

    .done::after {
        border-left: 17px solid #52b799 !important;
    }

.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

    .arrow-steps .step.current:after {
        border-left: 17px solid #23468c;
    }

.review-and-setup {
    background-position: 15% center;
}

    .review-and-setup:hover, .review-and-setup:active {
        background-position: 15% center !important;
    }


.margin-left-20 {
    margin-left: 20px;
}

.futurepay-calendar i {
    position: relative;
    right: 27px;
    top: 1px;
    font-size: 15px;
}

.futurepay-calendar input[type=text] {
    height: 30px;
    width: 242px;
}

#spanRegularAmount {
    font-size: inherit;
    color: inherit;
}

.left-aligned {
    text-align: left !important;
}

.mar-btm-10 {
    margin-bottom: 10px !important;
}

.padding-right5 {
    padding-right: .5rem;
}

.select-method {
    width: 290px;
    float: left;
    margin-right: 30px;
}

.payment-selection {
    width: 220px;
    width: 285px;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: .25rem;
    padding: .5rem .5rem 0;
}

.payment-selection-body {
    margin: 10px 0;
}

.new-card-value {
    margin-top: 5px;
}

.bank-account {
    position: relative;
    top: 10px;
    transform: translateY(10%);
    margin-left: 10px;
}

.card-type {
    position: relative;
    top: 6px;
    transform: translateY(20%);
    margin-left: 10px;
}


.accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border: none;
}

    .accordion .card:first-child {
        border-top: 1px solid #eee;
    }

.accordion .card-header {
    padding: 15px 24px 15px 15px;
    padding: 15px;
    background: none;
    /*border-bottom: 2px solid #eee !important;*/
}

.accordion .card-body {
    border-bottom: 1px solid #eee;
    color: #9f9f9f;
}

.accordion .card-header a {
    width: 100%;
    color: #000;
    font-size: 13px;
}

.accordion .glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    line-height: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion .more-less {
    float: right;
    color: #58c4a7;
    font-size: 20px;
}

.accordion .glyphicon-plus:before {
    content: "\2b";
}

.accordion .glyphicon-minus:before {
    content: "\2212";
}

#divPrivacyPolicy .accordion .card-body {
    color: #9f9f9f;
}

#divPrivacyPolicy .accordion .card-header {
    border-bottom: 1px solid #eee !important;
}
/*Dashboard help section start*/

.help-accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border: none;
}

    .help-accordion .card:first-child {
        border-top: 1px solid #eee;
    }

.help-accordion .card-header {
    padding: 15px 40px 15px 15px;
    background: none;
    border-bottom: 1px solid #eee !important;
}

    .help-accordion .card-header a {
        width: 100%;
        color: #000;
        font-size: 13px;
    }

.help-accordion .card-body {
    border-bottom: 1px solid #eee;
    color: #9f9f9f;
}

.help-accordion .glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    line-height: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.help-accordion .more-less {
    float: right;
    color: #58c4a7;
    font-size: 20px;
}

.help-accordion .glyphicon-plus:before {
    content: "\2b";
}

.help-accordion .glyphicon-minus:before {
    content: "\2212";
}
/*End dashboard help section*/

.future-pay-i i {
    font-size: 15px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-right15 {
    margin-right: 15px;
}

.pad-left15 {
    padding-left: 15px;
}

.standard-black {
    color: #555;
}

.standard-black {
    color: #555;
}

.text-informative {
    color: #58c4a7;
    font-weight: 600;
    font-size: 12px;
}

#toast-container > .toast-info {
    background-color: #67d2b5 !important;
}

.amount-text {
    margin: 0;
    font-weight: normal;
    text-transform: inherit;
    font-size: 12px;
}

.duplicate-payment {
}

    .duplicate-payment i {
        font-size: 14px;
        margin-right: 10px;
        margin-top: 3px;
    }

a {
    color: #796aee;
    text-decoration: none;
}

.card-heading a {
    color: #796aee;
    text-decoration: none;
}

.knowledge-box-header .card-heading a {
    color: #796aee;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: normal;
}

a:focus {
    outline: none;
}

a:hover {
    color: #796aee;
    text-decoration: underline;
    outline: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 11px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 1em;
    font-size: 12px;
}

.margin-t-b5 {
    margin: 5px 0;
}

.margin-right20 {
    margin-right: 20px;
}

.new-card-img {
    width: 40px;
    height: auto;
}

.card-cvv-img {
    width: 85px;
    height: 27px;
}

.margin-top-4 {
    margin-top: -4px;
}

.margin-top-7 {
    margin-top: -7px;
}

.btn-mid {
    position: relative;
    top: 2px;
    transform: translateY(0%);
}

.dashboard-futurepay {
    width: 200px;
}

.btn-grid-action {
    font-size: 0.7rem;
    line-height: 1.5;
    text-transform: initial;
    padding: 0.2rem 0.5rem;
}

.btn-userprofile {
    margin-left: 6px;
    position: absolute;
}

.btn-edit-profile {
    margin-left: 6px;
    position: absolute;
}

.btn-update-secruity-question {
    margin-left: 6px;
    position: absolute;
}

.img-userprofile-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .img-userprofile-box img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

.change-profile-img .font_darkblue {
    font-size: 11px;
}

.change-profile-img .upload-user-profile {
    height: calc(1.5rem) !important;
    font-size: 9px !important;
    padding: 3px !important;
}

.text-success.font12 {
    font-size: 12px;
}

.change-profile .btn-uploadimage, #Remove {
    padding: 0.2rem 0.3rem;
}

.form-control:disabled {
    cursor: default !important;
}

.red-tooltip {
    cursor: pointer;
}

.btn_miniwidth100 {
    min-width: 65px;
}

.billing-sec-h4 {
    font-size: .8rem;
}

.billing-sec {
    font-size: .8rem;
}

.ach-img {
    width: 70px;
    height: 70px;
}

.width130 {
    width: 130px;
}

.pwd-eye {
    position: relative;
}

    .pwd-eye i {
        position: absolute;
        right: 5px;
        top: 28px;
        font-size: 14px;
        cursor: pointer;
    }

.pwd-eye-sec {
    position: relative;
}

    .pwd-eye-sec i {
        position: absolute;
        right: 5px;
        top: 36px;
        font-size: 14px;
        cursor: pointer;
    }

.line-chart {
    min-height: 220px;
    height: 220px;
    max-height: 220px;
}

.card-num {
    font-size: 12px;
    margin: 0;
    padding: 0;
    vertical-align: text-top;
    margin-top: 2px;
    color: #555;
}

.width-80 {
    width: 80px;
}

.footer-text-li {
    position: relative;
}

.footer-text-number {
    position: absolute;
    top: 19px;
    left: 40px;
    font-size: 70%;
}

.footer-link-center {
    display: inline-flex;
}

a.font_red {
    width: 129px;
    height: 24px;
    /*float: right;*/
    margin-top: 0px;
}

    a.font_red img {
        height: 100%;
        display: block;
        width: 100%;
    }

#btnCard i, #btnACH i {
    font-size: 20px;
}

.margin-left10per {
    margin-left: 3em;
}

.margin-left1em {
    margin-left: 1em;
}











@media print {
    body * {
        padding-bottom: 0;
    }

    .print-pad {
        padding: 0px;
        background: #ff0000;
    }

    .left-sidebar, .print-hide {
        display: none;
    }

    #no-more-tables.tabel_scroll {
        max-height: 100%;
        overflow-y: auto;
    }

    .login_bg {
        background-color: transparent;
        border: 0px;
        padding: 0px;
    }

    .hide-main {
        display: block;
    }

    .mar_btm30 {
        margin-bottom: 5px;
    }

    .content {
        margin-left: 0;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation : portrait) {
    nav.side-navbar.shrinked {
        min-width: 127px;
        max-width: 127px;
        text-align: center;
    }

    .content-inner {
        min-height: calc(100vh - 88px);
    }

    .header-fixed-margin {
        margin-top: 35px;
    }
}

@media only screen and (min-width:800px) and (max-width:1280px) {
    #notifications {
        background: none;
    }

    .notify-text {
        display: none;
    }

    nav.side-navbar a i {
        width: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #divTextOptIn.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #sidebar {
        width: 400px !important;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .fix-side {
        padding-bottom: 300px !important;
    }

    .cardArea.tran-text {
        margin-top: 0;
    }

    #autoPayAmount h6 {
        font-size: 12px;
        font-weight: 600;
    }

    #autoPayAmount {
        margin-top: 20px;
    }

    .side-menu-fixed-margin-left {
        margin-left: 0px;
    }

        .side-menu-fixed-margin-left.active {
            margin-left: 130px;
        }

    #UpdatePanelProfilePicture .col-md-1.no-padding-right {
        -ms-flex: 0 0 15.333333%;
        flex: 0 0 15.333333%;
        max-width: 15.333333%;
    }

    .arrow-steps .step {
        min-width: 31%;
    }

    .text-lg-right .margin-top28 {
        margin-top: 3px;
    }

    .mainCard div img {
        right: 20px;
        width: 40px;
        position: absolute;
        bottom: 5px;
        right: 7px;
    }

    .arrow-steps .step span {
        font-size: 12px;
    }

    .mainCard {
        position: relative;
    }

    .my-bill-box {
        width: 60%;
    }

    .pay-now {
        background-position: 5% center;
    }

        .pay-now:enabled:hover, .pay-now:enabled:active {
            background-position: 5% center;
        }

    .mainCard.bg-light-blue h4 {
        font-size: .9rem;
    }

    .mainCard.bg-light-blue h5 {
        font-size: 14px;
    }

    .mainCard.bg-light-blue img {
        position: absolute;
        bottom: 5px;
        right: 6px;
    }

    .no-auto-pay.text-none h6 {
        margin-bottom: 3px;
    }

        .no-auto-pay.text-none h6 span {
            position: relative;
            top: -12px;
            transform: translateY(1%);
        }

    .dashboard-futurepay {
        width: 115px;
    }

    .need-route {
        font-size: .8rem;
    }

    .cardArea ul li {
        width: 50%;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .content-inner {
        width: 100%;
        margin-left: 0;
    }



    .mainCard img {
        padding-right: 10px;
    }

    #txtFuturePayDate {
        margin-bottom: 10px;
    }

    .footer {
        padding-bottom: 10px;
    }

        .footer ul li {
            margin-right: 8px;
        }

    .user-name {
        font-size: 13px;
    }

    .mainCard h5 {
        font-size: 16px;
    }

    .arrow-steps .step {
        margin-bottom: 10px;
        min-width: 100%;
    }

        .arrow-steps .step span {
            font-size: 15px;
        }

        .arrow-steps .step:first-child:before, .arrow-steps .step:after, .arrow-steps .step:before {
            border: none;
        }

    .pay-now-box {
        width: 100%;
    }

    .pay-now-due {
        padding-bottom: 2px;
        top: 7px;
        transform: translateY(0%);
    }

    .payment-selection {
        width: 100%;
    }

    #form0 .pay-now-box .pay-now1 {
        display: none;
    }

    #AutoPayFormId .pay-now-box .pay-now1 {
        display: none;
    }

    #PaymentMethodFormId .pay-now-box .pay-now1 {
        display: none;
    }

    .select-method, #form0 .pay-now-box .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .select-method, #AutoPayFormId .pay-now-box .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .select-method, #PaymentMethodFormId .pay-now-box .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }


    .payment-dec {
        border-top: 1px solid #58c4a7;
        border-left: none;
        padding: 10px 10px;
    }


    #AutoPayFormId .payment-dec {
        padding: 10px 20px;
    }

    #AutoPayFormId .payment-disclaimer {
        text-align: left;
    }

    .payment-dropdown {
        width: 100%;
    }

    .payment-cvv {
        width: 100%;
    }

    #UpdatePayment .container-fluid.margin-top25 {
        margin-top: 5px;
    }

    #PaymentConfirm .container-fluid.margin-top25 {
        margin-top: 5px;
    }

    #FuturePayPayment .container-fluid.margin-top25 {
        margin-top: 5px;
    }

    .pay-now-box:first-child {
        border-right: none;
        border-bottom: 1px solid #58c4a7;
        padding-bottom: 10px;
    }

    .pay-now-box.text-left {
        padding-top: 10px;
        padding-left: 0;
    }

    .pay-now2.pad-left15.standard-black {
        padding-left: 0;
    }

    .pay-now-img-box.mar-left15 {
        margin-left: 0;
    }

    .submit-btn {
        font-size: 10px;
    }

    .text-lg-right .margin-top28 {
        margin-top: 3px;
    }

    #UpdatePanelProfilePicture .col-md-1.no-padding-right {
        -ms-flex: 0 0 15.333333%;
        flex: 0 0 15.333333%;
        max-width: 15.333333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .login-logo {
        width: 100%;
    }

    .mob-logout {
        display: block !important;
    }

    .form-control-label {
        font-size: 10px;
    }

    #calendar, #calendar .header {
        width: 385px;
    }

    .day {
        width: 55px;
    }

    .arrow {
        margin-left: -4px;
    }

    .padding0 {
        padding: 0px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .extra-small-text {
        font-size: 1.2vw;
    }

    .header-fixed-margin {
        margin-top: 35px;
    }

    .arrow-steps.clearfix {
        margin-top: 15px;
    }

    #divPaymentHistoryBox .table-scroll-x {
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 10px;
    }

    #autoPayRecurringList, #futurePayRecurringList, #SavedACHDetails, #divSearchResult, #paymentHistory, #userProfile, #ManageTextOption {
        margin-top: 15px;
    }

    #paymentSchedule #divHelpSideBar {
        margin-top: 15px;
    }

    .content-inner #divPaymentSchedule.col-lg-12 .margin-top28 {
        margin-top: 28px;
    }

    .content-inner.active #divPaymentSchedule.col-lg-12 .margin-top28 {
        margin-top: 5px;
    }

    .content-inner #divSearchPaymentHistory.col-md-3 .margin-top28 {
        margin-top: 28px;
    }

    .content-inner.active #divSearchPaymentHistory.col-md-2 .margin-top28 {
        margin-top: 5px;
    }

    #divPaymentHelp.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 15px;
    }

    .scroll-box {
        margin-top: 15px;
    }

    #SavedCardDetails, #NewCardDetails {
        margin-top: 15px;
    }

    .content-inner.active {
        width: calc(100%);
        margin-left: 125px;
    }

    /*.content-inner {
        min-height: calc(100vh - 110px);
    }*/

    .card-mar {
        margin-top: 15px;
    }

    .mob-mar-t15 {
        margin-top: 15px;
    }

    .profile {
        top: 15px;
    }

    .fix-side {
        top: 217px;
    }

        .fix-side.shrinked {
            min-width: 142px;
            max-width: 142px;
        }

    nav.side-navbar.shrinked ul li a {
        padding: 15px 5px;
    }

    .login-page .form-holder .form form {
        max-width: 100%;
    }

    .mob-logout {
        display: block !important;
    }

    .login-page .col-md-4 {
        max-width: 100% !important;
    }

    .login-page .info, .login-page .form {
        min-height: auto !important;
    }

    .bottom35 {
        bottom: 0 !important;
        position: inherit !important;
    }

    .padding0 {
        padding: 0px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .sub-label {
        font-size: 10px;
    }

    #calendar, #calendar .header {
        width: 340px;
    }

    .day {
        width: 48px;
    }

    .card-headings {
        font-size: 16px;
    }

    .arrow {
        margin-left: -8px;
    }

    .recent-report {
        overflow: scroll;
        padding: 0;
        margin: 12px;
    }

        .recent-report .table {
            width: 600px;
        }

    section.dashboard-counts .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        min-width: 45px;
        max-width: 45px;
        border-radius: 50% 0 50% 50%;
    }

    section.dashboard-counts .number {
        font-size: 18px;
    }

    section.dashboard-counts .title span {
        font-size: 10px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }

    .mh-tbl-pd {
        padding: 0 !important;
    }

    .mh-margin0 {
        margin: 0px;
    }

    .mh-padding0 {
        padding: 0px;
    }

    .navbar-header.nav-logo .logo-small {
        min-width: 127px !important;
        max-width: 128px !important;
    }

    .footer.active {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) and (orientation : landscape) {
    .content-inner.active .margin-top28 {
        margin-top: 5px;
    }

    .content-inner.active .col-lg-9 .margin-top28 {
        margin-top: 28px;
    }

    #divPaymentHistoryBox .table-scroll-x {
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 10px;
    }

    #divUserProfile.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #userProfile #divHelpSideBar.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }

    .footer {
        margin-left: 150px;
    }

        .footer.active {
            margin-left: 0;
        }
}

@media only screen and (max-width: 768px) {
    #divPassword {
        padding-left: 0;
    }

    .hide-tab {
        display: block;
    }

    .footer-link-center {
        display: block;
    }

    .footer ul li {
        margin-bottom: 10px;
    }

        .footer ul li:last-child {
            margin-top: 20px;
        }


    .schedule {
        margin: 0 0 0 25px !important;
    }

    .inn-padding {
        padding: 0 0 15px;
    }

    .footer.active {
        margin-left: 143px;
    }

    .content-inner {
        min-height: calc(100vh - 153px);
    }

    #paymentSchedule #divHelpSideBar {
        margin-top: 0;
    }

    #divHelpSideBar.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }

    #divSavedCard.col-md-9, #divPaymentHistory.col-md-9, #divUserProfile.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #divPaymentSchedule .table-scroll-x {
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 10px;
    }

    .content-inner.active #divPaymentSchedule.col-lg-12 .margin-top28 {
        margin-top: 28px;
    }

    .content-inner.active #divSearchPaymentHistory.col-md-2 .margin-top28 {
        margin-top: 28px;
    }

    .img-userprofile-box {
        width: 50px;
        height: 50px;
    }

        .img-userprofile-box img {
            width: 50px;
            height: 50px;
        }

    .cardArea {
        margin: 0;
    }

        .cardArea ul li {
            width: 50%;
        }

            .cardArea ul li:first-child {
                padding: 0;
            }

    .accountDetails {
        width: 100%;
        display: block;
    }

    .dateDetails {
        width: 100%;
        display: block;
    }

    .my-bill-box {
        width: 60%;
    }

    .mainCard.bg-light-blue h4 {
        font-size: .9rem;
    }

    .mainCard.bg-light-blue h5 {
        font-size: 14px;
    }

    .mainCard.bg-light-blue img {
        position: absolute;
        bottom: 10px;
        right: 16px;
    }

    .no-auto-pay.text-none h6 {
        margin-bottom: 3px;
    }

        .no-auto-pay.text-none h6 span {
            position: relative;
            top: 0;
            transform: translateY(1%);
        }

    .need-route {
        font-size: .7rem;
    }
}

@media only screen and (max-width: 768px) and (orientation : portrait) {
    .cardArea ul li {
        margin-bottom: 15px;
    }

    .amount-text {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) and (orientation : landscape) {
    .right-top-link li:first-child {
        margin-right: 2px;
    }

    div.modal-dialog.max-popup {
        width: 95%;
        left: 7px;
    }

    .mob-pad {
        padding-left: 15px;
        margin-top: 15px;
    }

    .mob-pad-r {
        padding-right: 15px;
    }

    .mob-mar-b {
        margin-bottom: 15px !important;
    }

    .mob-mar-t {
        margin-top: 15px !important;
    }

    .dashboard-futurepay {
        width: 250px !important;
    }

    .mob-no-padd {
        padding: 0 !important;
    }

    .mob-no-padd-r {
        padding-right: 0 !important;
    }

    .no-auto-pay.text-none h6 span {
        top: 0 !important;
    }
}

@media only screen and (max-width: 767px) and (orientation : portrait) {
    input#UserName {
        display: block;
    }

    .radio-container {
        font-size: 11px !important;
    }

    input.login-btn {
        font-size: 15px;
    }

    .login-box input[type=checkbox] ~ label {
        cursor: pointer;
        margin-right: 0;
    }

    div.modal-dialog.max-popup {
        width: 95%;
    }

    div.cardArea ul li {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .mob-no-padd-l {
        padding-left: 0 !important;
    }

    div.cardArea ul li {
        padding: 0;
        margin-bottom: 15px;
    }

    .no-auto-pay-terms ul li {
        margin: 0 !important;
        padding: 0 !important;
    }

    div.mainCard.bg-light-blue img {
        right: 0;
    }

    div.payment-card-body.d-flex {
        display: block !important;
    }

    div.new-card-details input[type=text], div.new-card-details input[type=password] {
        width: 100%;
    }

    div.card-details, div.address-details {
        width: 100%;
    }

    .label-center {
        top: -21px;
    }

    .login-logo {
        width: 100%;
    }

    .navbar-header.nav-logo {
        width: 135px;
        margin-right: 10px;
    }

    span.notify-text {
        display: none;
    }

    #notifications {
        background: none;
    }

    .profile-img-sm {
        display: none;
    }

    .overflow-auto {
        overflow: auto;
        width: 100%;
        padding: 0;
    }

    #calendar, #calendar .header {
        width: 100%;
    }

    .day {
        width: 48px;
    }

    .sale-btn {
        right: 0 !important;
        top: 0 !important;
        position: inherit !important;
    }

    section.dashboard-counts .row {
        padding: 0;
        margin: 0;
    }

    .submit-btn {
        font-size: 9px;
        height: 30px;
    }

    .bottom35 {
        bottom: 0 !important;
        position: inherit !important;
    }

    .or-select {
        margin-top: 0 !important;
        text-align: center;
        width: 100%;
    }

    .padding0 {
        padding: 0px;
    }

    .account-summ .arrow-down {
        top: 75px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .dashboard-counts .col-xl-4:last-child .item {
        margin-bottom: 0;
    }

    .dashboard-counts .item {
        margin-bottom: 20px;
    }

    nav.side-navbar.shrinked {
        min-width: 129px;
        max-width: 129px;
        text-align: center;
    }

    .padding-top20 {
        padding-top: 20px !important;
    }

    .padding-bottom20 {
        padding-bottom: 20px;
    }

    .profile-image img {
        width: 100px !important;
    }

    .mt-0 {
        margin-top: 0;
    }

    .recent-report {
        padding: 0;
        margin: 14px 14px 0;
        overflow: auto;
    }

        .recent-report .table {
            width: 600px;
        }

    .card-headings {
        font-size: 11px;
    }

    .m-t-0 {
        margin-top: 0px !important;
    }

    section.dashboard-counts .icon {
        float: right;
    }

    .toggle-search {
        margin-top: 6px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }

    nav.side-navbar {
        height: 100%;
        min-height: calc(100vh - 60px);
    }

    .content-inner.active {
        min-height: 100%;
        height: 100%;
        width: 100%;
        margin-left: 130px;
    }

    .content-inner {
        min-height: 100% !important;
        height: 100% !important;
        width: 100%;
        margin-left: 0;
    }

    .inn-heading {
        font-size: 11px;
        width: 75%;
        line-height: 14px;
    }

    .navbar-header.nav-logo .logo-small {
        min-width: 128px !important;
        max-width: 128px !important;
    }

    .das-tbl-p0 {
        padding: 0 0 10px;
    }

    .das-view-btn {
        margin: 15px;
    }

    .mh-tbl-pd {
        padding: 0 !important;
    }

    .table {
        margin-bottom: 0px;
    }

    .mh-margin0 {
        margin: 0px;
    }

    .mh-padding0 {
        padding: 0px;
    }

    .card {
        margin-bottom: 0px;
    }

    #divAdditionalCriteria h2 {
        font-size: 14px !important;
        line-height: 20px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: auto !important;
    }

    .max-width {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mh-t-20 {
        margin-top: 20px;
    }

    .mh-t-30 {
        margin-top: 30px;
    }

    .mh-t-10 {
        margin-top: 10px;
    }

    .page-content, .mobileScroll {
        min-height: calc(100vh - 60px);
    }

    .mob-logout {
        display: block !important;
    }

    nav.navbar .nav-item > a span {
        right: 9px;
    }
}

@media only screen and (max-width: 667px) and (orientation : landscape) {
    .width-50-mob {
        width: 50%;
    }

    .content-inner.active {
        width: calc(100%);
        margin-left: 150px;
    }

    .amount-text {
        font-size: 10px !important;
    }

    .arrow-steps .step {
        margin-bottom: 10px !important;
        min-width: 100% !important;
    }

        .arrow-steps .step span {
            font-size: 15px !important;
        }

        .arrow-steps .step:first-child:before, .arrow-steps .step:after, .arrow-steps .step:before {
            border: none !important;
        }

    .margin-top25 {
        margin-top: 0 !important;
    }

    .pay-now-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .paynow-new {
        display: none;
    }
}

@media only screen and (max-width: 649px) {
    .small-text {
        font-size: 2.5vw !important;
    }

    .extra-small-text {
        font-size: 2vw !important;
    }

    .margin-top25 {
        margin-top: 0;
    }

    .arrow-steps .step {
        margin-bottom: 10px;
        min-width: 100%;
    }

        .arrow-steps .step span {
            font-size: 15px;
        }

        .arrow-steps .step:first-child:before, .arrow-steps .step:after, .arrow-steps .step:before {
            border: none;
        }

    .pay-now-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .paynow-new {
        display: none;
    }

    .payment-dec {
        border-left: none;
        border-top: 1px solid #58c4a7;
    }

    .pay-now-box:first-child {
        border-right: none;
        border-bottom: 1px solid #58c4a7;
        margin-bottom: 0;
    }

    .pay-now2.padding-b-snd {
        padding-bottom: 10px;
    }

    .pay-now-due {
        top: 12px;
    }

    .select-method {
        width: 100%;
        margin-right: 0;
    }

    .payment-dropdown, .payment-cvv {
        width: 100%;
    }

    .payment-dec {
        padding: 10px;
    }

    #divSelectedPayment.padding-b-snd {
        margin-bottom: 10px;
    }

    #divSelectedPaymentCard.padding-b-snd {
        margin-bottom: 10px;
    }

    .payment-selection {
        width: 100%;
    }

    .card-type {
        top: 10px;
    }

    .payment-confrm-box-body h6 {
        margin-bottom: .63rem;
    }

    .payment-confrm-box-body.payment-done h6 {
        margin-bottom: .77rem;
    }

    .payment-confrm-box {
        width: 80%;
    }

    .payment-print {
        margin-left: 0;
    }

    .send-email label {
        width: 220px;
    }
}

@media only screen and (max-width: 425px) {

    .width-50-mob {
        width: 50%;
    }

    .snd-step {
        display: none;
    }

    .send-email {
        position: relative;
    }

    .payment-print #lblMessage {
        position: absolute;
        top: 28px;
        left: 64px;
    }

    #UpdatePayment .pay-now-img-box .pay-now1 {
        display: none;
    }

    .payment-confrm-box {
        width: 100%;
    }

    .payment-confrm-box-body div {
        width: 100%;
    }

        .payment-confrm-box-body div h5 {
            font-size: 0.7rem;
            margin-bottom: .7rem;
        }

    .payment-print {
        margin-left: 0;
    }

    .send-email label {
        transform: translateY(01%);
        font-size: 12px;
    }

    .card-body-pad {
        padding: .5rem 0;
    }

    .chk-agree-center {
        transform: translateY(0%);
        text-align: left;
    }

    .pay-now-box.text-left {
        padding-top: 10px;
        padding-left: 0;
    }

    .futurepay-calendar {
        position: relative;
    }

        .futurepay-calendar i {
            position: absolute;
            right: 6px;
            top: 6px;
        }

    .pay-now2.pad-left15.standard-black {
        padding-left: 0;
    }

    .pay-now-img-box.mar-left15 {
        margin-left: 0;
    }

    .arrow-steps .step {
        margin-bottom: 10px;
        min-width: 100%;
    }

        .arrow-steps .step span {
            font-size: 15px;
        }

        .arrow-steps .step:first-child:before, .arrow-steps .step:after, .arrow-steps .step:before {
            border: none;
        }

    .pay-now-box {
        width: 100%;
    }

    .pay-now-due {
        padding-bottom: 2px;
        transform: translateY(0%);
    }

    .content-inner .card {
        overflow-x: hidden;
        overflow-y: auto;
    }

    #form0 .pay-now-box .pay-now1 {
        display: none;
    }

    .select-method, #form0 .pay-now-box .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    #PaymentMethodFormId .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .payment-dec {
        border-top: 1px solid #58c4a7;
        border-left: none;
        padding: 10px 0;
    }

    .payment-dropdown {
        width: 100%;
        margin-bottom: 0;
    }

    #form0 .pay-now-box {
        padding-bottom: 0;
    }

    #PaymentMethodFormId .pay-now-box {
        padding-bottom: 0;
    }

    #UpdatePayment .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #PaymentMethodFormId .pay-now1 {
        display: none;
    }

    #AutoPayFormId .pay-now1 {
        display: none;
    }

    #AutoPayFormId .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    #PaymentMethodFormId .payment-dec {
        padding-bottom: 0;
    }

    #AutoPayFormId .payment-dec {
        padding: 10px 20px;
    }

    #AutoPayFormId .payment-disclaimer {
        text-align: justify;
    }

    .pay-now-btn {
        margin: 15px 0 0;
    }

    #PaymentConfirm .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #FuturePayPayment .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }


    .futurepay-calendar input[type=text] {
        width: 100%;
    }

    .payment-cvv {
        width: 100%;
        margin-top: 10px;
    }

    .other-amount input[type=text] {
        width: 225px;
    }

    .select-method {
        padding-bottom: 0;
    }

    #UpdatePayment .payment-confrm-box-body h6 {
        margin-bottom: .57rem;
    }

    #UpdatePayment .payment-done h6 {
        margin-bottom: .75rem;
    }

        #UpdatePayment .payment-done h6:last-child {
            margin-bottom: 0;
        }

    #UpdatePayment .pay-confirm {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .75rem;
    }

        #FuturePayPayment .payment-confrm-box-body h6:last-child {
            margin-bottom: 0;
        }

    .payment-confrm-box-body h6 {
        margin-bottom: .71rem;
    }

    #PaymentConfirm .payment-confrm-box-body h6 {
        margin-bottom: .84rem;
    }

        #PaymentConfirm .payment-confrm-box-body h6:last-child {
            margin-bottom: 0;
        }

    .pay-confirm .pay-now1 {
        display: none;
    }

    .amount-text {
        font-size: 10px;
    }

    .payment-confrm-box-body {
        margin-bottom: 3px;
    }

    #recurring-tables, #tablePaymentSchedule {
        overflow-x: auto !important;
    }

    .table-scroll-x {
        overflow: auto;
    }

    .radio-container {
        padding-left: 20px;
        font-size: 12px;
        padding-top: 2px;
    }



    .payment-selection {
        width: 100%;
    }

    .new-card-details {
        border-bottom: 1px solid #58c4a7;
        margin-bottom: 10px;
    }

    .pay-now2.padding-b-snd {
        padding-bottom: 10px;
    }

    .footer {
        position: absolute;
        padding-bottom: 17px;
    }

        .footer .col-md-12 {
            padding: 0;
        }

    .mainCard img {
        padding-right: 10px;
    }

    #UserName {
        display: none;
    }

    .notification-bg {
        background: none;
    }

    .nav-menu {
        top: 0;
        transform: translateY(10%);
    }

    #notifications i {
        top: 0;
        transform: translateY(30%);
    }

    nav.navbar .nav-item > a span {
        top: 0;
    }

    #SchedulePayment {
        margin-top: 15px;
    }

    #LastTransaction {
        padding-right: 15px;
    }

    .cardArea {
        margin-top: 0;
        position: relative;
    }

    .small-text {
        font-size: 4vw !important;
    }

    .extra-small-text {
        font-size: 3vw !important;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    .footer-link-center {
        float: left;
    }

    .schedule {
        margin: 0 0 0 20px !important;
    }

    .footer.active {
        margin-left: 127px !important;
    }

    .scroll-box {
        max-height: calc(100vh - 236px) !important;
    }

    .pay-now-due {
        top: 12px !important;
    }

    .small-text {
        font-size: 3.5vw !important;
    }

    .extra-small-text {
        font-size: 3vw !important;
    }

    .submit-btn {
        font-size: 9px !important;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .arrow {
        margin-left: -8px;
    }

    .day {
        width: 54px;
    }

    .mob-pad {
        padding-left: 15px !important;
        margin-top: 15px;
    }

    .mob-pad-r {
        padding-right: 15px;
    }

    .mob-mar-b {
        margin-bottom: 15px !important;
    }

    .mob-no-mar-b {
        margin-bottom: 0 !important;
    }

    .mob-mar-t {
        margin-top: 15px !important;
    }

    .dashboard-futurepay {
        width: 250px !important;
    }

    .mob-no-padd {
        padding: 0 !important;
    }

    .mob-no-padd-r {
        padding-right: 0 !important;
    }

    .no-auto-pay.text-none h6 span {
        top: 0 !important;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .85rem;
    }

        #FuturePayPayment .payment-confrm-box-body h6:last-child {
            margin-bottom: 0;
        }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    .hide-tab {
        display: none;
    }

    .inn-padding {
        padding: 15px 0 15px;
    }

    .footer {
        padding-bottom: 20px;
    }

    #SavedCardDetails .col-md-5.no-padding-left {
        padding-left: 15px;
        margin-top: 15px;
    }

    .fix-side {
        padding-bottom: 270px !important;
    }

    .width-50-mob {
        width: 50%;
    }

    .content-inner {
        width: 100%;
        margin-left: 0;
    }

    .dashboard-futurepay {
        width: 350px !important;
    }

    .small-text {
        font-size: 2vw !important;
    }

    .extra-small-text {
        font-size: 1.5vw !important;
    }

    .width50 {
        width: 50%;
    }

    .day {
        width: 46px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    .profile-image img {
        width: 213px !important;
    }

    .m-t-0 {
        margin-top: 50px !important;
    }

    #calendar .header h1 {
        font-size: 18px;
    }

    section.dashboard-counts .number {
        font-size: 15px;
    }

    section.dashboard-counts .title {
        font-size: 1em;
    }

        section.dashboard-counts .title span {
            font-size: 10px;
        }

    .card-headings {
        font-size: 16px;
    }

    .card-footer ul.circle-li li span {
        font-size: 10px !important;
    }

    .arrow-steps .step {
        margin-bottom: 10px;
        min-width: 100%;
    }

        .arrow-steps .step span {
            font-size: 15px;
        }

        .arrow-steps .step:first-child:before, .arrow-steps .step:after, .arrow-steps .step:before {
            border: none;
        }

    .pay-now-box {
        width: 100%;
    }

        .pay-now-box:first-child {
            border-right: none;
            border-bottom: 1px solid #58c4a7;
            margin-bottom: 0;
        }

    .pay-now2.padding-b-snd {
        padding-bottom: 10px;
    }

    .pay-now-due {
        padding-bottom: 2px;
        transform: translateY(30%);
    }

    .content-inner .card {
        overflow-x: hidden;
        overflow-y: auto;
    }

    #divSelectedPayment {
        width: 100%;
    }

        #divSelectedPayment.padding-b-snd {
            margin-bottom: 10px;
        }

    #divSelectedPaymentCard {
        width: 100%;
    }

        #divSelectedPaymentCard.padding-b-snd {
            margin-bottom: 10px;
        }

    #form0 .pay-now-box .pay-now1 {
        display: none;
    }

    .select-method, #form0 .pay-now-box .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    #PaymentMethodFormId .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .payment-dec {
        border-top: 1px solid #58c4a7;
        border-left: none;
        padding: 10px 0;
    }

    .payment-dropdown {
        width: 100%;
        margin-bottom: 0;
    }

    #form0 .pay-now-box {
        padding-bottom: 0;
    }

    #PaymentMethodFormId .pay-now-box {
        padding-bottom: 0;
    }

    #UpdatePayment .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #PaymentMethodFormId .pay-now1 {
        display: none;
    }

    #AutoPayFormId .pay-now1 {
        display: none;
    }

    #AutoPayFormId .pay-now2 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    #PaymentMethodFormId .payment-dec {
        padding-bottom: 0;
    }

    #AutoPayFormId .payment-dec {
        padding: 10px 20px;
    }

    #AutoPayFormId .payment-disclaimer {
        text-align: justify;
    }

    .pay-now-btn {
        margin: 15px 0 0;
    }

    #PaymentConfirm .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #FuturePayPayment .container-fluid.margin-top25 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .payment-print {
        margin-left: 0;
    }

    .payment-cvv {
        width: 100%;
        margin-top: 10px;
    }

    .other-amount input[type=text] {
        width: 225px;
    }

    .select-method {
        padding-bottom: 0;
    }

    .payment-confrm-box {
        width: 100%;
    }

    #UpdatePayment .payment-confrm-box-body h6 {
        margin-bottom: .57rem;
    }

    #UpdatePayment .payment-done h6 {
        margin-bottom: .6rem;
    }

        #UpdatePayment .payment-done h6:last-child {
            margin-bottom: 0;
        }

    #UpdatePayment .pay-confirm {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .6rem;
    }

        #FuturePayPayment .payment-confrm-box-body h6:last-child {
            margin-bottom: 0;
        }

    #PaymentConfirm .payment-confrm-box-body h6 {
        margin-bottom: .6rem;
    }

        #PaymentConfirm .payment-confrm-box-body h6:last-child {
            margin-bottom: 0;
        }

    .pay-confirm .pay-now1 {
        display: none;
    }

    .snd-step {
        display: none;
    }

    .card-body-pad {
        padding: .5rem 0rem;
    }

    .pay-now-img-box.mar-left15 {
        margin-left: 0;
    }

    .pay-now2.pad-left15 {
        padding-left: 0;
    }

    .pay-now-box.text-left {
        padding-top: 10px;
        padding-left: 0;
    }

    .amount-text {
        font-size: 12px;
    }

    .payment-confrm-box-body {
        margin-bottom: 3px;
    }

    .margin-top25 {
        margin-top: 0;
    }

    #divPassword {
        padding: 0 15px;
        padding-top: 15px;
    }
}

@media only screen and (min-width : 411px) and (max-width : 731px) and (orientation : landscape) {
    .pay-now-due {
        top: 0;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .55rem !important;
    }

    #FuturePayPayment .payment-confrm-box-body.payment-done h6 {
        margin-bottom: .6rem !important;
    }
}

@media only screen and (min-width : 411px) and (max-width : 731px) and (orientation : portrait) {
    #divNewACH.hide.col-lg-9 .need-route {
        font-size: 3.4vw;
    }
}

@media only screen and (min-width : 411px) and (max-width: 823px) and (orientation : portrait) {
    .schedule {
        margin: 0 0 0 20px;
    }

    .footer.active {
        margin-left: 127px !important;
    }

    nav.side-navbar.shrinked {
        min-width: 128px;
        max-width: 128px;
    }

    #UpdatePayment .payment-confrm-box-body h6 {
        margin-bottom: .7rem;
    }

    .mar_top8 {
        margin-top: 8px;
    }

    .scroll-box {
        max-height: calc(100vh - 235px) !important;
    }

    .footer-link-center {
        float: left;
    }
}

@media only screen and (min-width : 411px) and (max-width : 823px) and (orientation : landscape) {
    .footer-link-center {
        display: block;
    }

        .footer-link-center li {
            margin-bottom: 10px;
        }

            .footer-link-center li:last-child {
                margin-top: 20px;
            }

    .scroll-box {
        max-height: calc(100vh - 204px);
    }

    .extra-small-text {
        font-size: 1vw;
    }

    .footer {
        margin-left: 0;
    }

        .footer.active {
            margin-left: 150px;
        }

    #divHelpSideBar.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }

    #divSavedCard.col-md-9, #divPaymentHistory.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #divBillingAddress .width130 {
        width: 110px;
    }

    #divPaymentHelp.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 15px;
    }

    .card-headings {
        font-size: 16px;
    }

    .snd-step {
        display: none;
    }

    #FuturePayPayment .payment-confrm-box {
        width: 100%;
    }

    #UpdatePayment .payment-confrm-box {
        width: 100%;
    }

    .card-body-pad {
        padding: .5rem 0;
    }

    .payment-print {
        margin-left: 0;
    }

    .send-email label {
        width: 250px;
        transform: translateY(10%);
    }

    .nav-menu {
        top: 5px;
    }

    .card-type {
        top: 5px;
        transform: translateY(20%);
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {

    .schedule {
        margin: 0 0 0 20px !important;
    }

    .scroll-box {
        max-height: calc(100vh - 235px);
    }

    .fix-side.shrinked {
        top: 210px !important;
    }

    .fix-side {
        padding-bottom: 345px !important;
    }

    .mar_top8 {
        margin-top: 8px;
    }

    .dashboard-futurepay {
        width: 200px !important;
    }

    .arrow {
        margin-left: -8px;
    }

    nav.navbar .dropdown-menu {
        left: -150%;
    }

    .card-adrs-margin-r {
        margin-right: 5px;
    }

    .fix-side.shrinked {
        min-width: 128px;
        max-width: 128px;
        text-align: center;
        margin-top: 40px;
    }

    .nav-menu {
        top: 7px !important;
    }

    .mob-pad {
        padding-left: 15px !important;
        margin-top: 15px;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .footer {
        width: 100%;
    }

        .footer .col-md-2 {
            width: 30%;
        }

        .footer .col-md-10 {
            width: 70%;
        }

    .width50 {
        width: 50%;
    }

    .day {
        width: 41px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    .profile-image img {
        width: 185px !important;
    }

    .m-t-0 {
        margin-top: 35px !important;
    }

    section.dashboard-counts .number {
        font-size: 15px;
    }

    section.dashboard-counts .title {
        font-size: 1em;
    }

        section.dashboard-counts .title span {
            font-size: 9px;
        }

    .card-headings {
        font-size: 15px;
    }

    .card-footer ul.circle-li li span {
        font-size: 10px !important;
    }

    .card-footer {
        border-top: 1px solid #eee;
    }

    .footer {
        position: absolute;
        padding-bottom: 17px !important;
    }
}

@media only screen and (min-width : 375px) and (max-width: 812px) and (orientation : landscape) {
    .footer-link-center {
        display: block;
    }

        .footer-link-center li {
            margin-bottom: 10px;
        }

            .footer-link-center li:last-child {
                margin-top: 20px;
            }

    .scroll-box {
        max-height: calc(100vh - 205px);
    }

    .help-body-height-text-opt {
        height: auto !important;
    }

    .help-content-s {
        position: unset !important;
        height: auto !important;
    }

    .btn-help {
        top: 48%;
    }

    #divPaymentHelp.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 15px;
    }

    #divSavedCard.col-md-9, #divPaymentHistory.col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #divNewACH.hide.col-lg-9 .need-route {
        font-size: 1.3vw;
    }

    #btnEditBillingAddress.width130 {
        width: 110px;
    }

    .extra-small-text {
        font-size: 1vw;
    }

    .footer {
        margin-left: 0;
    }

        .footer.active {
            margin-left: 150px;
        }

    #divHelpSideBar.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
}

@media only screen and (min-width : 375px) and (max-width: 812px) and (orientation : portrait) {
    #divPaymentHelp.col-md-3 {
        margin-top: 15px;
        padding-left: 15px;
    }

    .suscribresTables {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .hide-tab {
        display: none;
    }

    #btnVerifyPin {
        margin-top: 15px;
    }

    .inn-padding {
        padding: 15px 0 15px;
    }

    .scroll-box {
        /*max-height: calc(100vh);*/
    }

    .footer.active {
        margin-left: 129px;
    }

    #divPassword {
        /*padding: 0 15px;*/
        /*padding-top: 15px;*/
    }
}

@media only screen and (min-width : 360px) and (max-width : 640px) and (orientation : portrait) {
    .hide-tab {
        display: none;
    }

    #btnVerifyPin {
        margin-top: 10px;
    }

    #divPassword {
        padding: 0 15px;
        padding-top: 15px;
    }

    .schedule {
        margin: 0 0 0 20px !important;
    }

    .inn-padding {
        padding: 15px 0 15px;
    }

    #divNewACH.hide.col-lg-9 .need-route {
        font-size: 3.8vw;
    }

    #divPaymentHelp.col-md-3 {
        margin-top: 15px;
        padding-left: 15px;
    }

    .footer.active {
        margin-left: 128px;
    }

    #SavedCardDetails .col-md-5.no-padding-left {
        margin-top: 15px;
        padding-left: 15px;
    }

    .fix-side {
        padding-bottom: 360px !important;
    }

    h2 {
        font-size: 1rem !important;
    }

    .card-header h2 {
        font-size: 1rem !important;
    }

    .pay-now-box.text-left {
        margin-bottom: 0;
    }

    .radio-container {
        font-size: 13px !important;
    }

    #ancBankRoutingNumber {
        font-size: 12px;
    }

    .mar_top8 {
        margin-top: 8px;
    }

    .mob-pad {
        padding-left: 15px;
        margin-top: 15px;
    }

    .fix-side.shrinked {
        min-width: 128px;
        max-width: 128px;
        top: 245px;
    }

    .day {
        width: 47px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -10px;
    }

    nav.navbar .dropdown-menu {
        left: -135px;
    }

    .notification-box {
        right: auto !important;
        top: 35px !important;
    }

    section.dashboard-counts .number {
        font-size: 14px;
    }
}

@media only screen and (min-width : 360px) and (max-width : 640px) and (orientation : landscape) {
    .send-email label {
        width: 250px;
    }

    .pay-now-box {
        margin-bottom: 0;
    }

    #FuturePayPayment .pay-now-due {
        top: 0;
    }

    .table-scroll-x {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mar_top8 {
        margin-top: 8px;
    }

    .day {
        width: 39px;
    }

    #calendar .header h1 {
        font-size: 15px;
    }

    .card-footer ul.circle-li li span {
        font-size: 9px !important;
    }

    .card-headings {
        font-size: 16px;
    }

    .card-footer {
        border-top: 1px solid #eee;
    }
}

@media only screen and (max-width : 320px) and (max-width : 568px) and (orientation : portrait) {
    .scroll-box {
        max-height: calc(100vh - 235px);
    }

    .hide-tab {
        display: none;
    }

    .suscribresTables {
        overflow-x: auto;
        overflow-y: hidden;
    }

    #btnVerifyPin {
        margin-top: 10px;
    }

    #divPassword {
        padding: 0 15px;
        padding-top: 15px;
    }

    .schedule {
        margin: 0 0 0 20px !important;
    }

    .dashboard-futurepay {
        width: 100%;
    }

    .inn-padding {
        padding: 15px 0 15px;
    }

    .footer.active {
        margin-left: 129px;
    }

    #divPaymentHelp.col-md-3 {
        margin-top: 15px;
        padding-left: 15px;
    }

    #SavedCardDetails .col-md-6.text-right {
        margin-top: 10px;
    }

    #SavedCardDetails .col-md-5.no-padding-left {
        margin-top: 15px;
        padding-left: 15px;
    }

    .fix-side {
        padding-bottom: 380px !important;
    }

    .mob-pad {
        padding-left: 15px;
        margin-top: 15px;
    }

    .modal-content {
        width: 97%;
    }

    .fix-side.shrinked {
        min-width: 128px;
        max-width: 128px;
        top: 245px;
    }

    .no-auto-pay.text-none h6 span {
        top: -9px !important;
        transform: translateY(0%) !important;
    }

    #notifications i {
        top: 0;
        transform: translateY(0%);
    }

    .mob-b10 {
        margin-bottom: 10px;
    }

    .card-adrs-margin-r {
        margin-right: 8px;
    }

    .nav-left i {
        margin-right: 9px;
        margin-left: 9px;
    }

    nav.navbar .badge {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 0.6em;
    }

    .submit-btn {
        font-size: 9px;
    }

    .radio-container {
        font-size: 11px !important;
        padding-top: 4px;
    }

    .nav-link {
        padding: .5em 0.3em !important;
    }

    .account-summ .arrow-down {
        top: 75px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .card-headings {
        font-size: 14px;
    }

    .day {
        width: 41px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -11px;
    }

    .nav.navbar .dropdown-menu {
        left: -143px;
        display: grid;
    }

    .show .dropdown-menu {
        left: -143px !important;
        display: grid;
    }

    .notification {
        display: inline-flex;
        font-size: 10px;
    }

    .notification-box {
        right: -5px !important;
        top: 40px !important;
    }

    section.dashboard-counts .number {
        font-size: 14px;
    }

    section.dashboard-counts .title span {
        font-size: 10px;
    }

    #UpdatePayment .payment-confrm-box-body h6 {
        margin-bottom: .6rem;
    }

    .send-email input[type=text] {
        width: 100%;
    }

    .send-email {
        margin-bottom: 15px;
    }

    h2 {
        font-size: 1rem;
    }

    .payment-disclaimer {
        font-size: 12px;
    }

    .pay-now-box.text-left {
        margin-bottom: 0;
    }

    #PaymentConfirm .payment-confrm-box-body h6 {
        margin-bottom: .74rem;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .6rem;
    }
}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
    #btnVerifyPin {
        margin-top: 10px;
    }

    .width-50-mob {
        width: 50%;
    }

    .table-scroll-x {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mob-pad {
        padding-left: 15px;
        margin-top: 15px;
    }

    .pay-now-box.text-left {
        margin-bottom: 0;
    }

    #FuturePayPayment .payment-confrm-box-body h6 {
        margin-bottom: .55rem;
    }

    .pay-now-due {
        top: 4px;
    }

    .day {
        width: 36px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    #calendar .header h1 {
        font-size: 14px;
    }

    .profile-image img {
        width: 158px !important;
    }

    .m-t-0 {
        margin-top: 24px !important;
    }

    nav.navbar .dropdown-menu {
        left: 50px;
        min-width: 370px;
    }

    .log-out {
        left: 245px !important;
        min-width: 170px !important;
        max-width: 170px !important;
    }

    .amount-text {
        font-size: 7px !important;
    }

    .table-scroll-x {
        overflow-x: auto;
    }

    .mob-b10 {
        margin-bottom: 10px;
    }
}

/*write down your required css above the media lines css.*/
