﻿@font-face {
    font-family: avenir;
    src: url(../fonts/avenir_reg.ttf);
    font-display: swap;
}

@font-face {
    font-family: avenir_mid;
    src: url(../fonts/avenir_mid.ttf);
    font-display: swap;
}

@font-face {
    font-family: avenir_bold;
    src: url(../fonts/avenir_bold.otf);
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/latin-reg.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/latin-ext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior:smooth;
}

body {
    font-family: avenir_mid, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Text Color Classes */
.blue {
    color: #2976D5;
}

.dblue {
    color: #206DCB;
}

.grey {
    color: #787474;
}


.darkgrey {
    color: #353535;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.text-red {
    color: #ED0000;
}

.negative {
    color: #ED0000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: avenir_bold;
}


/* testing  */

.grey_text {
    font-size: 16px;
    color: #A3A3A3;
}

a {
    /*color: #2976D5;*/
    color: #2976D5;
    text-decoration: none;
}

    a:hover {
        color: #353535;
    }

.readmore {
    font-size: 14px;
    color: #2976D5;
    font-family: avenir_bold;
}

.container_min_height {
    min-height: 416px;
}

.font_mid {
    font-family: avenir_mid;
}

.font_bold, th, strong {
    font-family: avenir_bold;
}

.btn-default {
    background-color: #f4f4f4;
}

    .btn-default.blue {
        color: #2976D5;
        background-color: #fff;
        border-color: #2976D5;
    }

        .btn-default.blue:hover {
            color: #ffffff;
            background-color: #2976D5;
            border-color: #2976D5;
        }

    .btn-default.black {
        color: #000000;
        background: none;
        background-color: #fff;
        border-color: #000000;
    }

        .btn-default.black:hover {
            color: #ffffff;
            background-color: #2976D5;
            border-color: #2976D5;
        }

.btn:focus, .btn:visited {
    box-shadow: none;
    outline: none;
}

.btn-danger {
    background-color: #CB4B47 !important;
}
.btn-success {
    background-color: #418506 !important;
    border-color: #3C8001 !important;
}

.padding_nill {
    padding: 0px;
}

.margin_nill {
    margin: 0px !important;
}

.margin_t_nill {
    margin-top: 0px !important;
}

.margin_l_nill {
    margin-left: 0px
}

.padding_l_nill {
    padding-left: 0px
}

.clear {
    clear: both;
}

.mb-10 {
    margin-bottom: 10px;
}

.block-ui-container {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.block-ui-overlay {
    opacity: 0.9;
}

.block-ui-message-container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header_row .navbar {
    margin-bottom: 6px;
    margin-top: 6px;
    /*margin-left: -70px;*/
}

@media(max-width:760px) {
    .header_row .navbar {
        margin-bottom: 6px;
        margin-top: 6px;
        margin-left: 0px;
    }
}

.header_row .navbar .registration a, .header_row .navbar .registration a:hover, .header_row .navbar .registration a:visited, .header_row .navbar .registration a:focus {
    background: none !important;
}

.registration a:hover {
    color: #BEE25A;
}

.header_row {
    -webkit-box-shadow: 0px 0px 6px 1px #bfbcbc;
    -moz-box-shadow: 0px 0px 6px 1px #bfbcbc;
    box-shadow: 0px 0px 6px 1px #bfbcbc;
    -ms-box-shadow: 0px 0px 6px 1px #bfbcbc;
    -o-box-shadow: 0px 0px 6px 1px #bfbcbc;
    position: relative;
    padding: 4px 0px;
    /* background-color: #000000; */ height: 80px;
}

.overflow-xhidden {
    overflow-x: hidden !important;
}

/*confirm alerts*/

.fl-font {
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 14px;
}

.alrText {
    color: #000000;
}

.alertButons {
    background: transparent;
    border: 0;
    outline: 0;
    color: #0167cd;
}
.alertButons:hover {
    background: transparent;
    border: 0;
    outline: 0;
}
.okbtn {
    font-weight: 600;
}
.cancelbtn {
    font-weight: 400;
    padding-right: 20px;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content-alert {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.swal2-popup {
    font-size: 14px !important;
    font-family: 'Libre Franklin', sans-serif !important;
}

.swal2-title {
    font-family: 'Libre Franklin', sans-serif !important;
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 500 !important;
    line-height:1.4;
}
.swal2-styled.swal2-confirm {
    font-family: 'Libre Franklin', sans-serif !important;
    color: #0167cd !important;
    font-weight: 600 !important;
}
.swal2-styled.swal2-cancel {
    font-family: 'Libre Franklin', sans-serif !important;
    color: #0167cd !important;
    font-weight: 400 !important;
}

/*admin*/
.adminDpdown {
    min-width: 185px;
    width: 185px;
}

.userBoX {
    min-height: 65vh;
}
.GoalansBoX {
    min-height: 65vh;
}
.tipBoX {
    min-height:65vh;
}
.contBoX {
    min-height: 65vh;
}
.adsBoX {
    min-height: 35vh;
}
.goalBoX {
    min-height:25vh;
}
.busrulBoX {
    min-height:65vh;
}

.mesgBoX {
    min-height:65vh;
}
.quotBoX {
    min-height:65vh;
}
.logCodBoX {
    min-height:65vh;
}
.helpBoX {
    min-height: 65vh;
}

.fw-bold {
    font-weight: 600;
}

.adminDashmenu .nav-justified > li {
    width: auto;
}
.adminDashmenu .nav > li > a {
    padding: 4px 14px !important;
}
.adminDashmenu .navbar {
    margin-top: 8px;
    margin-bottom: 0px !important;
}
.shadowHelpbox {
    padding: 20px !important;
}

.margin-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.d-flex {
    display: flex;
}

.cheading-icon {
    height: 15px;
    margin-left: 10px;
}

.homeBannercnt {
    top: 0px;
    bottom: unset;
    text-shadow: none;
}
.button-learn {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    padding: 8px 16px;
    border-radius: 4px;
    border:0;
    background: #ffffff;
    color: #67b6ff;
}
.btn-len {
    margin-top: 20px;
    position: relative;
}

.border-none {
    border-top: 0 !important;
    border-bottom: 0 !important
}

.border-noneb {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 15px !important;
}

.paddingless {
    padding: 10px 15px !important;
}

.expbutton {
    min-width: 100px !important;
}
.sesExp-Width {
    width: 440px !important;
}
.topMenudropli > li > a {
    padding: 5px 20px !important;
}

.home-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    -webkit-box-shadow: 0px 0px 35px 0px rgb(154 161 171 / 15%);
    box-shadow: 0px 0px 35px 0px rgb(154 161 171 / 15%);
    border-radius: 0.25rem;
}

.homecard-body {
    flex: 1 1 auto;
    padding: 0rem 2.5rem;
    min-height: 140px;
}

.homecard-title {
    margin: 1rem 0rem 2rem 1rem;
    font-size: 16px;
}

.homecard-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.homecard-text{
   text-align: center;
}

.homecard-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.homeCardimg {
    width: 100%;
}

.homeFrstimg {
    height:163px;
}
.homeSecimg {
    height:189px;
}
.homeThrdmg {
    height: 176px;
}
.homeFortmg {
    height: 285px;
}

.carousel-control.left {
    background-image: none !important
}

.carousel-control.right {
    background-image: none !important
}
.carousel-indict {
    bottom: -38px !important;
}
.carousel-indict li {
    border: 2px solid #68b7ff !important;
}
.carousel-indict li.active {
    background-color: #68b7ff;
}
.chervon-arrow {
    color: #68b7ff !important;
    font-size: 26px;
}
.carosel-ctrl {
    top:unset;
    bottom: -26px !important;
}

.goalPanl-head {
    margin: 16px;
}
.v-cent {
    position: relative;
    top: 48px;
}
.marginTop20 {
    margin-top: 20px;
}

.floating-label .popover {
    width: 276px;
}

.homeimg-height {
    height: 296px;
    padding: 0rem 0.5rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background-color: #31b131 !important;
}

.header_row .select_lan select {
    min-width: 140px;
    background: none;
    box-shadow: none;
    border: 1px solid #000000;
    color: #000000;
}

    /*.header_row a {
        color: #ffffff;
    }*/

    .header_row .navbar.transparent.navbar-inverse {
        border-width: 0px;
        -webkit-box-shadow: 0px 0px;
        box-shadow: 0px 0px;
        background-color: rgba(0,0,0,0.0);
        background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0,0,0,0.00)),color-stop( 100%, rgba(0,0,0,0.00)));
        background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
        background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    }

    .header_row .navbar-inverse .navbar-nav > li > a {
        color: #000000;
    }

        .header_row .navbar-inverse .navbar-nav > li > a:hover, .header_row .navbar-inverse .navbar-nav > li > a:focus {
            color: #BEE25A;
        }

    .header_row .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

    .header_row .navbar-inverse .navbar-collapse, .header_row .navbar-inverse .navbar-form {
        border-color: #58a4ff;
    }

    .header_row .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }

        .header_row .navbar-inverse .navbar-toggle:focus, .header_row .navbar-inverse .navbar-toggle:hover {
            background-color: #2b71c5;
        }

    .header_row .select_lan select option {
        color: #000000;
    }

.sign_up {
    margin: 40px 0px;
    text-align: center;
}

    .sign_up .signup_content {
        color: #2976D5;
        font-size: 32px;
        text-align: center;
        line-height: 40px;
    }

    .sign_up button {
        min-width: 180px;
        margin-top: 28px;
        font-family: avenir_bold;
    }

    .sign_up .sign_up_bt {
        text-align: right;
    }

    .sign_up .check_it_out_bt {
        text-align: left;
    }

h2.green_heading {
    font-family: avenir_bold;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #BEE25A;
    margin: 20px auto 40px auto;
    text-transform: uppercase;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/password.ttf);
}

input.keychangpwd {
    font-family: 'password';
}

.thumbnail {
    padding: 0px;
    border: 0px;
}

    .thumbnail .caption {
        padding: 0px;
    }

        .thumbnail .caption h3, .thumbnail .caption h3 a {
            font-size: 26px;
            color: #2976D5;
            font-family: avenir;
        }

        .thumbnail .caption p {
            font-size: 16px;
            color: #A3A3A3;
            font-family: avenir_mid;
        }

.footer {
    /*background-color: #2976D5;*/
    background-color: #2976D5;
    color: #ffffff;
    padding: 30px 0px;
    margin-top: 22px; /* position: fixed; width: 100%; left: 0; bottom: 0px; */
}

.footLinks {
    color: #fff;
    font-size: 14px;
    font-family: avenir_mid;
    text-decoration: none;
}
.footLinks:hover, .footLinks:visited, .footLinks:active {
    color: #fff;
}

.footxt-right {
    text-align: right;
}

.out-focus:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline: 5px auto #101010 !important;
    outline-offset: -2px;
}

.f_links .nav-pills li a {
    color: #ffffff;
    font-size: 16px;
    font-family: avenir_mid;
}

    .f_links .nav-pills li a:hover, .f_links .nav-pills li a:visited, .f_links .nav-pills li a:focus {
        background: none;
        text-decoration: underline;
    }

.social_icons ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

    .social_icons ul li {
        display: inline;
        padding: 0 22px;
    }

        .social_icons ul li a .fa {
            color: #ffffff;
            font-size: 26px;
        }

            .social_icons ul li a .fa:hover {
                color: #BEE25A;
            }

@media(max-width:760px) {
    .sign_up .sign_up_bt, .sign_up .check_it_out_bt {
        text-align: center;
    }

    .social_icons ul li {
        padding: 0 10px;
    }

    .my_budget_page button.update_budget_bt {
        margin: 10px 0px;
    }
}

@media(max-width:960px) {
    .social_icons ul, .f_links ul, .f_links ul li {
        text-align: center;
    }
}

.btn-primary {
    color: #fff;
    background-color: #2976D5 !important;
    border-color: #2976D5 !important;
}

    .btn-primary:hover {
        background-color: #2d7fe0 !important;
        border-color: #2d7fe0 !important;
    }

.carousel-inner .item img {
    width: 100%;
    max-width: 1364px;
    text-align: center;
    margin: 0 auto;
}

.landimagemain {
    height: 787px !important;
}

/*.select_lan select {-webkit-appearance: none; -ms-appearance: none; -o-appearance: none;  -moz-appearance: none;  appearance: none;}
.select_lan:after {
  content: '>';
  font: 17px "Consolas", monospace;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 30px;   
  top: 18px;
  padding: 0 0 2px;  
  position: absolute;
  pointer-events: none;
}*/

.view-content {
    margin-top: 10px !important;
}

.compltGoalTxt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usergoalsub-radio .radio-inline {
    padding-left: 16px;
}

.shasset-pbody {
    padding: 0px 0px 0px 16px !important;
}

.shAsset-tabl {
    margin-bottom: 2px !important;
}

.shAsset-tabl th {
    font-family: avenir_mid !important;
}

.shAsset-tabl tbody tr:first-child th {
    border-top: 0;
}

.colap-icon {
    width: 18px;
    display: inline-block;
}
.colap-iconhelp {
    width: 26px;
    display: inline-block;
}
.profAst-txt {
    width: 60%;
}

.profast-pric {
    width: 40%;
}

.shtbl-thtxt {
    width: 58%;
    font-weight: normal;
}

.shtbl-price {
    width: 40%;
    font-weight: normal;
}

/* BUDGET CSS START*/
.income_test_color {
    color: #608106;
}

.validation > .fa-check {
    font-size: 18px;
}

.income_bg_color {
    background-color: #608106 !important;
}

.income_border_color {
    border-bottom: 1px solid #608106;
    border-top: 1px solid #608106;
}

tr.income_bg_color {
    background-color: #608106 !important;
    color: #ffffff;
}

    tr.income_bg_color th {
        border: 0px !important;
    }

.education_test_color {
    color: #996E00;
}

.education_bg_color {
    background-color: #996E00 !important;
}

.education_border_color {
    border-bottom: 1px solid #996E00;
    border-top: 1px solid #996E00;
}

tr.education_bg_color {
    background-color: #996E00 !important;
    color: #ffffff;
}

    tr.education_bg_color th {
        border: 0px !important;
    }

.financial_test_color {
    color: #9737bf;
}

.financial_bg_color {
    background-color: #9737bf !important;
}

.financial_border_color {
    border-bottom: 1px solid #9737bf;
    border-top: 1px solid #9737bf;
}

tr.financial_bg_color {
    background-color: #9737bf !important;
    color: #ffffff;
}

    tr.financial_bg_color th {
        border: 0px !important;
    }

.utilities_test_color {
    color: #996F19;
}

.utilities_bg_color {
    background-color: #996F19 !important;
}

.utilities_border_color {
    border-bottom: 1px solid #996F19;
    border-top: 1px solid #996F19;
}

tr.utilities_bg_color {
    background-color: #996F19 !important;
    color: #ffffff;
}

    tr.utilities_bg_color th {
        border: 0px !important;
    }

.shopping_test_color {
    color: #2376D5;
}

.shopping_bg_color {
    background-color: #2376D5 !important;
}

.shopping_border_color {
    border-bottom: 1px solid #2376D5;
    border-top: 1px solid #2376D5;
}

tr.shopping_bg_color {
    background-color: #2376D5 !important;
    color: #ffffff;
}

    tr.shopping_bg_color th {
        border: 0px !important;
    }

.entertainment_test_color {
    color: #DE2478;
}

.entertainment_bg_color {
    background-color: #DE2478 !important;
}

.entertainment_border_color {
    border-bottom: 1px solid #DE2478;
    border-top: 1px solid #DE2478;
}

tr.entertainment_bg_color {
    background-color: #DE2478 !important;
    color: #ffffff;
}

    tr.entertainment_bg_color th {
        border: 0px !important;
    }

.wellbeing_bg_color {
    background-color: #037FA4 !important;
    color: #ffffff;
}

.savings_bg_color {
    background-color: #ef4d4d !important;
    color: #ffffff;
}

.gray_light_color {
    color: #6E7780;
}
.dropPadUsr {
    padding-top: 10px;
    padding-bottom: 2px;
    background: none;
}

/*.grey_bg{ background-color:#f2f2f2; padding:32px 0px;}*/
.radius_8 {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
}


/* total table border & text color changing */
.table-bordered.income_test_color > tbody > tr > td, .table-bordered.income_test_color > tbody > tr > th, .table-bordered.income_test_color > tfoot > tr > td, .table-bordered.income_test_color > tfoot > tr > th, .table-bordered.income_test_color > thead > tr > td, .table-bordered.income_test_color > thead > tr > th {
    border: 1px solid #608106;
}

.table-bordered.financial_test_color > tbody > tr > td, .table-bordered.financial_test_color > tbody > tr > th, .table-bordered.financial_test_color > tfoot > tr > td, .table-bordered.financial_test_color > tfoot > tr > th, .table-bordered.financial_test_color > thead > tr > td, .table-bordered.financial_test_color > thead > tr > th {
    border: 1px solid #9737bf;
}

.table-bordered.utilities_test_color > tbody > tr > td, .table-bordered.utilities_test_color > tbody > tr > th, .table-bordered.utilities_test_color > tfoot > tr > td, .table-bordered.utilities_test_color > tfoot > tr > th, .table-bordered.utilities_test_color > thead > tr > td, .table-bordered.utilities_test_color > thead > tr > th {
    border: 1px solid #996F19;
}

.table-bordered.shopping_test_color > tbody > tr > td, .table-bordered.shopping_test_color > tbody > tr > th, .table-bordered.shopping_test_color > tfoot > tr > td, .table-bordered.shopping_test_color > tfoot > tr > th, .table-bordered.shopping_test_color > thead > tr > td, .table-bordered.shopping_test_color > thead > tr > th {
    border: 1px solid #2376D5;
}

.table-bordered.entertainment_test_color > tbody > tr > td, .table-bordered.entertainment_test_color > tbody > tr > th, .table-bordered.entertainment_test_color > tfoot > tr > td, .table-bordered.entertainment_test_color > tfoot > tr > th, .table-bordered.entertainment_test_color > thead > tr > td, .table-bordered.entertainment_test_color > thead > tr > th {
    border: 1px solid #DE2478;
}


/* table columns border */
.income_table_column {
    border-right: 1px solid #608106 !important;
    border-left: 1px solid #608106 !important;
}

.financial_table_column {
    border-right: 1px solid #9737bf !important;
    border-left: 1px solid #9737bf !important;
}

.utilities_table_column {
    border-right: 1px solid #996F19 !important;
    border-left: 1px solid #996F19 !important;
}

.shopping_table_column {
    border-right: 1px solid #2376D5 !important;
    border-left: 1px solid #2376D5 !important;
}

.entertainment_table_column {
    border-right: 1px solid #DE2478 !important;
    border-left: 1px solid #DE2478 !important;
}

/* If it is TH, top border also will be add to table column */
th.income_table_column {
    border-top: 1px solid #608106 !important;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

th.financial_table_column {
    border-top: 1px solid #9737bf !important;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

th.utilities_table_column {
    border-top: 1px solid #996F19 !important;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

th.shopping_table_column {
    border-top: 1px solid #2376D5 !important;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

th.entertainment_table_column {
    border-top: 1px solid #DE2478 !important;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
}

/* bottom border will be add to table column */
.income_table_column_last {
    border-bottom: 1px solid #608106 !important;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.financial_table_column_last {
    border-bottom: 1px solid #9737bf !important;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.utilities_table_column_last {
    border-bottom: 1px solid #996F19 !important;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.shopping_table_column_last {
    border-bottom: 1px solid #2376D5 !important;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.entertainment_table_column_last {
    border-bottom: 1px solid #DE2478 !important;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}

.budgCatname {
    font-size:32px;
    padding:0px;
    margin: 6px 12px;
}

.goalcatName {
    font-size: 32px;
    padding: 0px;
    margin: 6px 12px;
}

.budget_header {
    margin: 22px 0px;
}

    .budget_header .budget_header_box {
        padding: 2px 8px;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-family: avenir_mid;
    }

.budget_tabs {
}

    .budget_tabs li {
        margin-bottom: 8px;
        text-align: center;
    }

        .budget_tabs li span {
            display: block;
            margin: 10px 0px;
        }

        .budget_tabs li a {
            font-size: 16px;
            color: #ffffff;
            margin: 0px 5px;
            cursor: pointer;
        }

            .budget_tabs li a i.fa.fa-sort-desc {
                position: absolute;
                font-size: 18px;
                font-size: 30px;
                bottom: -10px;
                left: 49%;
            }

.table_section {
    font-size: 18px;
    padding: 28px 0px;
    margin: 32px auto;
}

    .table_section th, .table_section td {
        line-height: 24px !important;
    }

        .table_section th, .table_section td input[type="text"] {
            font-family: avenir;
            background: none;
            border: none;
            box-shadow: none;
            border-bottom: 1px solid #333333; /*border-radius:0px;*/
        }

.calendar {
    margin: 20px 0px;
    font-size: 16px;
}

    .calendar p {
        margin-bottom: 22px;
    }

.btn {
    min-width: 172px;
    font-family: avenir_bold;
}

.final_buttons .btn {
    min-width: 260px;
    font-family: avenir_bold;
}


.btnBack {
    min-width: 200px;
}
/* SIGN UP CSS */
.sign_up_box, .shadow_box {
    background-color: #ffffff;
    box-shadow: 0px 3px 10px -4px #888888;
    -moz-box-shadow: 0px 3px 10px -4px #888888;
    -webkit-box-shadow: 0px 3px 10px -4px #888888;
    -ms-box-shadow: 0px 3px 10px -4px #888888;
    -o-box-shadow: 0px 3px 10px -4px #888888;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    padding: 40px;
}

@media(max-width:767.98px) {
    .sign_up_box, .shadow_box {
        padding: 8px;
    }
}

.sign_up_box h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
    font-family: avenir_bold;
}

.required {
    color: #ED0000;
}

.sign_up_box .form-group {
    margin-bottom: 20px;
    line-height: 32px;
}

.sign_up_box button[type="submit"] {
    margin-bottom: 12px;
}

.side_box {
    background-color: #9737bf;
    padding: 32px;
    color: #ffffff;
}

.side_qoutebox {
    background-color: #9737bf;
    padding: 32px;
    color: #ffffff;
    font-size: 16px;
    margin: 22px auto;
}

.side_box h2 {
    font-size: 24px;
}

.side_box p {
    color: #c395ef;
}

.alert {
    padding: 15px;
    text-align: center; /*color:#ffffff; background-color:#2976D5;*/
}

.font-24 {
    font-size: 24px;
}

.font-18 {
    font-size: 18px;
}

.font-14 {
    font-size: 14px !important;
    margin: 8px 0px !important;
}

.logout {
    color: #ffffff;
}

    .logout:hover {
        color: #BEE25A;
        text-decoration: none;
    }

/* Privacy Policy */
.inner_header {
}

    .inner_header h1 {
        color: #ffffff;
        font-size: 32px;
        text-shadow: 0px 1px 1px #353535;
        font-family: avenir_bold;
        padding: 65px 0px 65px 22px;
    }

.content_style p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
}

h1.page_title {
    font-size: 32px;
    margin: 20px 0px;
    font-family: avenir_bold;
    padding-left: 28px;
    color: #2976D5;
}

.heading3 i.fa {
    padding-right: 5px;
}

.heading3 {
    font-size: 28px;
    margin: 24px 0px 12px 0px;
    font-family: avenir_bold;
    color: #000000;
}

.heading4 {
    font-size: 28px;
    color: #2976D5;
    padding: 8px 0px;
    font-family: avenir_bold;
}

.heading5 {
    font-size: 22px;
    color: #2976D5;
    padding: 4px 0px;
    font-family: avenir_bold;
    text-align: center;
}

.heading6 {
    font-size: 20px;
    color: #2976D5;
    padding: 4px 0px;
    font-family: avenir_bold;
}

h5.heading5 small {
    color: #c6c6c6;
    margin-top: 12px;
    display: block;
}

.contact_form input, .contact_form textarea {
    width: 100%;
}

.contact_form textarea {
    resize: none;
}

.dashboard_header h5 {
    margin-bottom: 0px;
}


/* Dashboard Menu */
.dashboard_header {
    background-color: #ffffff;
    padding: 0px 0px;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #dbdbdb;
}

    .dashboard_header.db_home_border {
        border-bottom: 2px solid #edbb3f;
    }

    .dashboard_header.db_progress_border {
        border-bottom: 2px solid #2976D5;
    }

    .dashboard_header.db_goals_border {
        border-bottom: 2px solid #e74c3c;
    }

    .dashboard_header.db_budget_border {
        border-bottom: 2px solid #bacc79;
    }

    .dashboard_header.db_tools_border {
        border-bottom: 2px solid #959595;
    }

    .dashboard_header.db_helpful_border {
        border-bottom: 2px solid #9737bf;
    }

    .dashboard_header.db_podcast_border {
        border-bottom: 2px solid #2b2b2b;
    }

@media(min-width:768px) {
    .dashboard_menu .navbar-brand {
        display: none;
    }

    .dashboard_menu .navbar-default {
        background: none;
        border: none;
    }
    .pr-0 {
        padding-right: 0px;
    }
}

.navbar .navbar-nav-justified {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle-center {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    padding: 14px 15px;
    font-size: 16px;
}

.dashboard_menu .navbar {
    margin-bottom: 12px;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li a {
        border-bottom: 2px solid #ffffff;
    }

        .dashboard_menu .navbar .navbar-nav-justified ul li a img {
            display: block;
            text-align: center;
            margin: 6px auto;
            width: 40px;
        }

        .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_budget img {
            width: 50px;
        }

    .dashboard_menu .navbar .navbar-nav-justified ul li a {
        /* color: #d9dadb;*/
        color: #73767A;
        font-size: 16px;
        font-family: avenir_bold;
    }

        .dashboard_menu .navbar .navbar-nav-justified ul li a:hover, .dashboard_menu .navbar .navbar-nav-justified ul li.active a {
            background: none !important;
            border-bottom: 2px solid #d9dadb;
        }

        .dashboard_menu .navbar .navbar-nav-justified ul li a:focus {
            background: none !important;
        }

        .dashboard_menu .navbar .navbar-nav-justified ul li a .fa.fa-caret-down {
            display: none;
            position: absolute;
            bottom: -12px;
            font-size: 16px;
            left: 48%;
            color: #d9dadb;
        }

        .dashboard_menu .navbar .navbar-nav-justified ul li a:hover .fa.fa-caret-down, .dashboard_menu .navbar .navbar-nav-justified ul li.active a .fa.fa-caret-down {
            display: block;
        }

.dashboard_menu .nav > li > a {
    padding: 4px 15px;
}

/* Dashboard Menu links active and hover styles */
.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_home,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_home:hover {
    border-bottom: 2px solid #eab124;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_home .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_home:hover .fa.fa-caret-down {
        color: #eab124;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_profile,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_profile:hover {
    border-bottom: 2px solid #2976D5;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_profile .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_profile:hover .fa.fa-caret-down {
        color: #2976D5;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_progress,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_progress:hover {
    border-bottom: 2px solid #3fe41c;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_progress .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_progress:hover .fa.fa-caret-down {
        color: #3fe41c;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_goals,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_goals:hover {
    border-bottom: 2px solid #e74c3c;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_goals .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_goals:hover .fa.fa-caret-down {
        color: #e74c3c;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_budget,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_budget:hover {
    border-bottom: 2px solid #bacc79;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_budget .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_budget:hover .fa.fa-caret-down {
        color: #bacc79;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_tools,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_tools:hover {
    border-bottom: 2px solid #959595;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_tools .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_tools:hover .fa.fa-caret-down {
        color: #959595;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_helpful,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_helpful:hover {
    border-bottom: 2px solid #9737bf;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_helpful .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_helpful:hover .fa.fa-caret-down {
        color: #9737bf;
    }

.dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_podcast,
.dashboard_menu .navbar .navbar-nav-justified ul li a.nav_podcast:hover {
    border-bottom: 2px solid #2b2b2b;
}

    .dashboard_menu .navbar .navbar-nav-justified ul li.active a.nav_podcast .fa.fa-caret-down,
    .dashboard_menu .navbar .navbar-nav-justified ul li a.nav_podcast:hover .fa.fa-caret-down {
        color: #2b2b2b;
    }

/* Close Dashboard Menu links active and hover styles */


.image_box img {
    margin: 22px auto;
}

.table_radius tr td:first-child {
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
}

.table_radius tr td:last-child {
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    -o-border-radius: 0px 8px 8px 0px;
}

.my_budget_page table {
    margin-top: -1px;
    margin-bottom: 0px;
}
/*.my_budget_page table tr td{ text-align:center;}*/
.table.border_less th, .table.border_less td, .table.border_less tr {
    border: 0px;
}

.profile_pic {
    width: 28px;
    height: 28px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

/* My profile page css start */
.profile_pic_big {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}

.profile_form_heading {
    font-size: 24px;
    color: #000000;
    padding: 4px 0px;
    font-family: avenir_bold;
    border-bottom: 1px solid #d3d3d3;
    margin: 22px 0px 16px 0px;
}

.my_profile_forms label {
    font-family: avenir_bold;
    font-weight: normal;
}

.my_profile_forms legend {
    font-family: avenir_bold;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 2px;
}

.small-btn {
    min-width: 100px;
}
.unsubscribImg {
    width: 16px;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #ebebeb;
    color: #337ab7;
    font-size: 14px;
    width: 360px;
    position: absolute;
    font-weight: 400 !important;
    padding: 1px 5px 2px 5px;
    bottom: -3.6em;
    left: 10%;
    white-space: pre-wrap;
    box-shadow: 1px 1px 3px #dddddd;
    opacity: 0;
    border: 1px solid #999999;
    z-index: 99999;
    visibility: hidden;
    text-align:left;
}

[data-title] {
    position: relative;
}

.budgetDwm legend {
    font-family: avenir_bold;
    font-weight: normal;
    border-bottom: 0;
    margin-bottom: 0px;
}

.usergoalsub-radio legend {
    font-family: avenir_bold;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 0;
    margin-bottom: 5px;
}
.goal_list legend {
    font-family: avenir_bold;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 0px;
}

.radio label {
    font-family: avenir_mid;
}

.custom_fields_design input[type="text"], .custom_fields_design input[type="password"], .custom_fields_design input[type="email"], .custom_fields_design input[type="number"] {
    font-family: avenir_mid;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
}

.custom_fields_design input.bodered, .custom_fields_design select.bodered {
    font-family: avenir_mid;
    background: none;
    border: none;
    box-shadow: none;
    border: 1px solid #333333;
    border-radius: 4px;
}

.my_profile_forms .row {
    margin-bottom: 16px;
}

@media(min-width:768px) {
    .propic_minus_mr {
        margin-top: -32px;
    }
}
/* Close - My profile page css  close*/


/* Profile filling steps page css start */
/*.profile_filling_steps{ background-image:url(../images/road.jpg); background-size:100%; background-repeat:no-repeat; background-color:#303030; padding-top:8%; padding-bottom:32px;}
.step1 img, .step2 img, .step3 img{ max-width:100%;}
.step1 a img, .step2 a img, .step3 a img{ border:0px;}
.step1{ margin:120px 0px 80px 0px;}
.step2{ margin:14px 0px 14px -120px; padding-right:0px;}
@media(max-width:460px){
.step2 img{max-width:70%}
.step3 img{max-width:50%}
}
@media(max-width:767px){
.step1{ margin:120px 0px 40px 0px;}
.step2{ margin:14px 0px 40px 0px;}
}
@media(min-width:1400px){
.profile_filling_steps{ padding-top:10%;}
}*/
/* Profile filling steps page css start */

/* Profile filling steps page css start */

.homeLeftcard {
    margin-bottom: 22px;
    padding: 20px;
    min-height: initial;
}

.profileLeftCard {
    margin-bottom: 22px;
    padding: 20px;
    min-height: initial;
}

.profile_filling_steps {
    background-image: url(../Content/images/road.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #303030;
    padding-top: 8%;
    padding-bottom: 32px;
    margin-top: 50px;
}

.step1 img, .step2 img, .step3 img {
}

.step1 img {
    max-width: 300px;
}

.step1 a img, .step2 a img, .step3 a img {
    border: 0px;
}

.step1 {
    margin: 72px 0px 0px 0px;
}

.step2 {
    margin: 4px 0px 14px -90px;
}

.step3 {
    margin: -30px 0px 0 0px;
}

@media(max-width:460px) {
    .step1 img {
        width: 100%;
    }

    .step2 img {
        max-width: 80%
    }

    .step3 img {
        max-width: 70%
    }
}

@media(max-width:767px) {
    .step1 {
        margin: 120px 0px 40px 0px;
    }

    .step2 {
        margin: 14px 0px 40px 0px;
    }
}

@media(min-width:1400px) {
    .profile_filling_steps {
        padding-top: 10%;
    }
}
/* Profile filling steps page css start */

/* Goals category css start */

.goalProflimg {
    width: 200px;
    max-height: 220px;
    object-fit: contain;
}

.goalaccTitle {
    text-align: center;
    padding-left: 10px;
}

.quote_box {
    background-color: #f4f4f4;
    padding: 14px;
    font-size: 18px;
}

a img {
    border: 0px;
}

.circle_design {
    background-image: url(../Content/images/circle_lines.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media(max-width:560px) {
    .circle_design a img {
        max-width: 100px;
    }
}
/* Goals category css close */

/* Helpful links css start */
.list_design ul {
    list-style-type: square;
    margin-bottom: 30px;
}

    .list_design ul li {
        line-height: 28px;
        font-size: 16px;
    }

        .list_design ul li a {
            font-size: 16px;
            color: #000000;
        }

.add img {
    border: 0px;
    max-width: 100%;
}

.links_box .list_design ul {
    list-style-type: none;
    padding: 0px;
}

    .links_box .list_design ul li {
        border-bottom: 1px solid #efefef;
        margin: 12px 0px;
    }

        .links_box .list_design ul li a {
            text-decoration: none;
        }

            .links_box .list_design ul li a:hover {
                text-decoration: none;
                color: #2976D5;
            }
/* Helpful links css close */

/* Wellbeing goal css start */
.radio_box {
    border: 1px solid #000000;
    padding: 22px;
    font-size: 16px;
}

.radio_box_grey {
    border: 1px solid #000000;
    padding: 0px;
}

    .radio_box_grey .add_goal_box {
        padding: 22px;
    }

    .radio_box_grey .goal_list {
        background-color: #f4f4f4;
        padding: 22px;
        border-radius: 0px 0px 8px 8px;
        -moz-border-radius: 0px 0px 8px 8px;
        -webkit-border-radius: 0px 0px 8px 8px;
        -o-border-radius: 0px 0px 8px 8px;
    }

.radio_box label {
    font-family: avenir_bold !important;
    font-weight: normal;
}

.add_goal_box input[type="text"] {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    border-left: 1px solid #353535;
}
/* Wellbeing goal css close */

/* My Goals Css start */

.goals_all .goals_img {
    max-width: 140px;
}

.goals_all .fa.fa-plus-square-o {
    font-size: 40px;
}

.goals_all p.add_goal_text {
    padding-top: 30%;
    line-height: 40px;
}

.add_goal_box_savings, .add_goal_box_wellbeing, .add_goal_box_difference, .add_goal_box_personal, .add_goal_box_education {
    font-size: 16px;
    margin: 20px auto 40px auto;
    font-family: avenir_bold;
    height: 200px;
    max-width: 200px;
}

.add_goal_box_savings {
    border: 2px solid #f46666;
}

    .add_goal_box_savings a {
        color: #f46666;
    }

.add_goal_box_wellbeing {
    border: 2px solid #037FA4;
}

    .add_goal_box_wellbeing a {
        color: #037FA4;
    }

.add_goal_box_difference {
    border: 2px solid #9737bf;
}

    .add_goal_box_difference a {
        color: #9737bf;
    }

.add_goal_box_personal {
    border: 2px solid #608106;
}

    .add_goal_box_personal a {
        color: #608106;
    }

.add_goal_box_education {
    border: 2px solid #996E00;
}

    .add_goal_box_education a {
        color: #996E00;
    }

.filled_goal {
    border: 0px !important;
    background-image: url(../Content/images/note.png);
    background-repeat: no-repeat;
    background-size: 93%;
    background-position: center;
}

    .filled_goal h3 {
        padding-top: 44px;
        text-decoration: underline;
        text-align: center;
        margin-bottom: 18px;
        font-size: 18px;
        padding: 0 1px;
    }

    .filled_goal p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 24px;
        word-wrap: break-word;
    }
    /*.filled_goal .editgoal{ color:#00f; margin-top:24px; display:block;text-decoration: underline;font-size: 14px !important; position: absolute; bottom: 32px; width: 100%;}*/
    .filled_goal .editgoal {
        color: #00f;
        margin-top: 24px;
        display: block;
        text-decoration: underline;
        font-size: 14px !important;
        bottom: 70px;
    }

    .filled_goal img.overlaping_img {
        position: absolute;
        max-width: 80px;
        left: 40px;
        top: 0px;
    }

@media(max-width:520px) {
    .filled_goal img.overlaping_img {
        position: absolute;
        max-width: 80px;
        left: 37%;
        top: -40px;
    }

}

.imp_star {
    font-size: 22px;
    color: #2976D5;
}

@media(min-width:1024px) {
    .goal_form .step_fields {
        text-align: right;
    }
}

.goal_form .row {
    margin-bottom: 20px;
}
/* My Goals Css end */

/* My Progress Css start */
.date_to_complete {
    margin-bottom: 40px;
}

@media(min-width:992px) {
    .date_to_complete {
        padding-top: 100px;
    }
}
/* My Progress Css close */

/* Calendar css start */
.calender_table .table-bordered > tbody > tr > td {
    border: 2px solid #000000 !important;
    padding: 8px 2px;
}

.calender_table td img {
    max-width: 28px;
}

.calender_table td span.week_name {
    background-color: #c5c5c5;
    padding: 4px 10px;
    font-size: 14px;
}

.calender_table .table-bordered > tbody > tr:first-child > td, .calender_table .table-bordered > tbody > tr:first-child {
    border-top: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #000000 !important;
}
/* Calendar css close */

.header_row .dropdown-menu li a {
    line-height: 22px;
    color: #4a4a4a !important;
}

    .header_row .dropdown-menu li a:hover {
        color: #2976D5 !important;
    }

.navaMobtab {
    font-size: 14px;
}

@media(max-width:768px) {
    .header_row .dropdown-menu li a:hover {
        color: #f4f4f4 !important;
    }
}


@media (max-width: 1120px) {
    .navabarInMobiletab {
        position: relative;
        z-index: 9999;
    }
}

@media (max-width: 768px) {

    .navmobileTab {
        display: flex;
    }
    .navheaderMobtab {
        position: absolute;
    }
    .navformMobiletab {
        width: 140px;
        float: right;
        margin-top: 8px;
        padding: 2px 2px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: 8px;
        border: 0px transparent;
    }
    .navMobTa {
        float: right;
    }

    .carousel-caption h1 {
        font-size: 32px !important;
        position: relative;
        top: 10px;
    }

    .userLoginmobtab {
        float: right;
        font-size: 12px;
        display: inline;
    }
}

    @media (max-width: 440px) {
        .navMobTa {
            margin-top: 2px;
        }
    }

    @media (max-width: 375px) {

        .navbar-nav1 {
            margin: -3.5px -18px;
        }

        .nav > li > a {
            padding: 10px 3px;
        }

        .navformMobiletab {
            width: 90px;
            padding: 2px 2px;
            margin-right: 12px;
            margin-left: 17px;
            margin-top: 2px;
            border: 0px transparent;
        }

        .formMobtabselect {
            min-width: 95px !important;
            font-size: 12px;
        }

       
        .navaMobtab {
            font-size: 12px;
        }

        .navMobTa {
            margin-top: 2px;
        }
    }

    .logosession {
        margin-left: -110px;
    }

    /* New CSS Start */
    .select_lan select.form-control {
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }

    .carousel-caption h1 {
        font-family: avenir;
        font-size: 40px;
        color: #ffffff;
    }

    .carousel-caption p {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
    }

    @media(min-width:1120px) {
        .header2_overlaping {
            position: relative;
            z-index: 9999;
            width: 100%;
            box-shadow: none;
            margin-top: 0px;
            padding: 8px 0px;
            background: none;
        }

        .carousel-caption {
            padding-bottom: 80px;
        }
    }

    @media(max-width:768px) {
        .devider_li {
            display: none;
        }

        .dividerBar {
            display: block;
        }  
    }

    @media(max-width:560px) {
        .carousel-caption h1 {
            font-family: avenir;
            font-size: 26px;
        }

        .carousel-caption {
            padding-bottom: 10px;
        }
    }

    .home_testimonial {
        background-color: #e9e9e9;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0px 0px 3px #888888;
        -webkit-box-shadow: 0px 0px 3px #888888;
        -o-box-shadow: 0px 0px 3px #888888;
        box-shadow: 0px 0px 3px #888888;
        padding: 10px;
    }

        .home_testimonial img.dp {
            width: 72px;
            height: 72px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
        }

    .new_bt_style {
        min-width: 220px;
        background-color: #ffffff;
        font-size: 16px;
    }

        .new_bt_style:hover {
            background-color: #f4f4f4;
        }

    .new_header, .new_header_dashboard {
        margin: 16px auto 16px auto;
    }

        .new_header .logoname, .new_header_dashboard .logoname {
            font-size: 18px;
            line-height: 20px;
            color: #2976D5;
            font-family: avenir_bold;
            line-height: 30px;
            text-decoration: none;
        }

        .new_header span {
            font-size: 16px;
        }

    .shadow_box h3.heading3 {
        border-bottom: 2px solid #f3f3f3;
        padding-bottom: 8px;
    }

    .dashboard_header {
        border-top: 7px solid #2976D5;
    }

    .new_header_dashboard .select_lan select {
        min-width: 140px;
        background: none;
        box-shadow: none;
        border: 2px solid #2976D5;
        color: #2976D5;
    }

        .new_header_dashboard .select_lan select.form-control {
            height: 30px;
            padding: 2px 12px;
        }

    .steps {
        font-size: 14px;
        margin: 12px 0px;
    }

        .steps .badge {
            background-color: #2976D5;
            color: #ffffff;
            font-size: 22px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            padding: 3px 8px;
            margin-right: 8px;
            display: inline-block;
            margin-top: -3px;
        }

    .questions_goals .form-group {
        margin: 22px 0px;
    }

        .questions_goals .form-group > label {
            font-family: avenir_bold;
            color: #2976D5;
        }

    .btn {
        -moz-border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
        -o-border-radius: 50px !important;
        border-radius: 50px !important;
    }

    .circle_design_new {
        margin: 10px auto 20px auto;
    }

        .circle_design_new .circle_links .circle_space a img {
            width: 16%;
            margin: 0% 1%;
        }

        .circle_design_new .circle_links .circle_space .mygoals_circles {
            width: 18%;
            margin: 0% 1%;
            float: left;
        }

            .circle_design_new .circle_links .circle_space .mygoals_circles a img {
                width: 100%;
                margin: 0% 0%;
            }

    @media(max-width:1200px) {
        .circle_design_new .circle_links .circle_space .mygoals_circles {
            width: 98%;
            margin: 12px 1%;
            float: none;
        }

            .circle_design_new .circle_links .circle_space .mygoals_circles a img {
                width: 100%;
                max-width: 200px;
                margin: 0% 0%;
            }
    }

    .mygoals_circles .filled_goal h3 {
        font-size: 14px;
        padding-top: 36px;
    }

    .mygoals_circles .add_goal_box_savings, .mygoals_circles .add_goal_box_wellbeing, .mygoals_circles .add_goal_box_difference, .mygoals_circles .add_goal_box_personal, .mygoals_circles .add_goal_box_education {
        margin: 12px auto;
    }

    .circle_design_new .circle_links {
        margin-top: -40px;
        max-width: 720px;
    }

    .circle_design_new .circle_lines img {
        width: 82%;
        max-width: 562px;
    }

    .my_profile_form_rows .row {
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 15px;
    }

    .low_opacity {
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }
    /* New CSS Close */

    /* MY Tools page*/
    .wmBox_overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }

    .wmBox_centerWrap {
        display: table;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .wmBox_centerer {
        display: table-cell;
        vertical-align: middle;
    }

        .wmBox_centerer iframe {
            width: 95%;
            display: table;
            margin: 0 auto;
            position: relative;
        }

    .wmBox_contentWrap {
        width: 70%;
        margin: 0 auto;
        position: relative;
    }

    .wmBox_scaleWrap {
        position: relative;
        height: 0;
        padding-top: 20px;
        padding-bottom: 56.25%;
        width: 100%;
    }

    .wmBox_centerer iframe {
        position: absolute;
        top: 0;
        border: 0;
        outline: 0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        left: 0;
        width: 100%;
        height: 100%;
    }

    .wmBox_closeBtn {
        z-index: 2;
        position: relative;
        margin-top: -40px;
    }

        .wmBox_closeBtn p {
            line-height: 0;
            margin: 0;
            padding: 0.5em 0 0.75em;
            color: #FFF;
            background: #000;
            width: 1.3em;
            font-size: 25px;
            border-radius: 100%;
            text-align: center;
            font-family: Verdana, serif;
            position: relative;
            bottom: -0.5em;
            right: -0.5em;
            cursor: pointer;
            float: right;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
            transition: color 0.2s ease-out, background 0.2s ease-out;
        }

            .wmBox_closeBtn p:hover {
                background: #FFF;
                color: #000;
            }

    .mortgage_calculators p {
        margin-top: 12px;
        font-size: 12px;
    }

    .wmBox.heading6 {
        font-size: 16px;
    }

    #chart22 {
        height: 250px;
    }

    .datepicker .btn, .datepicker .btn.btn-default {
        background: none;
        border: 0px;
        min-width: auto !important;
        line-height: normal;
        color: #000000 !important;
    }

        .datepicker .btn.btn-primary {
            color: #2976D5 !important;
        }

    input[type="password"] {
        font-family: arial;
    }

    .deletegoal {
        position: absolute;
        bottom: 53px;
        width: 100%;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 24px;
        display: block;
        cursor: pointer;
        color: #f00 !important;
    }

    p {
        font-family: avenir_mid;
    }

    .gsb-small {
        text-transform: lowercase;
    }
    .gsb:first-letter {
        text-transform: uppercase;
    }

    .myprogress-page .filled_goal {
        height: 244px !important;
    }

    .customspacedtds tr th, .customspacedtds tr td {
        width: 100px;
    }

    .customspacedtds tr th:last-child, .customspacedtds tr td:last-child {
        width: auto;
    }

    .customspacedtds tr th:first-child, .customspacedtds tr td:first-child {
        width: 200px;
    }

    .adbox img, .adbox p img {
        width: 100%;
        height: auto;
    }

    .adbox iframe {
        width: 100%;
        height: auto;
    }
    .userGoaladbox iframe {
        height: 145px;
    }
    .goalstepadbox iframe {
        height: 90px;
    }
    .helpfuladbox iframe {
        height:127px;
    }
    .podcastadbox iframe {
        height: 176px;
    }

    .adbox {
        word-wrap: break-word;
    }
    .viewoWrapSpnh img {
        max-width: 100%;
        height: auto !important;
    }
    .videoWrapDiv img {
        max-width: 100%;
        height: auto !important;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }

   .videoWrapDiv iframe {
        width: 100%;
        height: 345px;
    }
    .viewoWrapSpnh iframe {
        width: 100%;
        height: 345px;
    }


@media(max-width:1024px) {
    .myprogress-page .filled_goal h3 {
       padding-top: 20px !important;
    }
    .add_goal_box_savings, .add_goal_box_wellbeing, .add_goal_box_difference, .add_goal_box_personal, .add_goal_box_education {
        height: 244px !important;
    }
    .example .child .child .dtr-details {
        width: 100%;
    }
 }

    .btnhlp {
        min-width: 110px;
    }
    /* Responsive Tables */
    .rt-breakpoint {
        display: none;
    }

    .mobile-table {
        border: 1px solid #ccc;
    }

        .mobile-table thead {
            display: none;
        }

        .mobile-table tr,
        .mobile-table td {
            display: block;
            box-sizing: border-box;
            width: 100% !important;
            border-bottom: 2px solid #ccc;
        }

            .mobile-table td[data-title]:before {
                content: attr(data-title) ":\00A0";
                font-weight: bold;
            }

    .tips_b_bottom p {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }

    .logo {
        max-width: 100%;
        height: 80px;
        padding: 8px 0px;
        position: relative;
        z-index: 99;
        margin-top: -28px;
    }

    .new_header .logo {
        margin-top: 0;
    }

    @media(max-width:520px) {
        .header_row {
            height: 70px;
        }
    }

    #myNavbar1.collapse.in, #myNavbar2.collapse.in {
        /*background: #58a4ff;*/
        position: relative;
        z-index: 1;
    }

    .completegoal {
        position: absolute;
        bottom: 34px;
        width: 100%;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 24px;
        display: block;
        cursor: pointer;
        color: #008000 !important;
        font-weight: bold;
        font-size: 16px !important;
    }


    .completedGoals .filled_goal {
        height: 240px;
        position: relative;
    }

        .completedGoals .filled_goal h3 {
            padding-top: 34px;
        }

        .completedGoals .filled_goal p.completegoal {
            position: absolute;
            bottom: 20px;
            width: 100%;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 24px;
            display: block;
            cursor: default;
            color: #008000 !important;
            font-weight: bold;
            font-size: 16px !important;
        }

    .dashboard_header.db_my_profile_border {
        border-bottom: 2px solid #2976D5;
    }

    .dashboard_header.db_progress_border {
        border-bottom: 2px solid #43e51e;
    }

    .pwdInput {
        position: relative;
    }

    .loginBlock input {
        width: 100%;
        display: block;
        /*margin: 15px 0;
    padding: 12px 40px;*/
        font-size: 16px;
        border: 1px solid #bebebe;
        box-shadow: none;
        outline: none !important;
        color: #000;
    }

    .loginBlock {
        position: relative;
    }
    .span_impField {
        color: #ff0000;
    }
    .chmarginTop10 {
        margin-top:12px;
    }
    
    .curpassEyeicon {
        position: absolute !important;
        top: 33px !important;
        right: 22px;
        font-size:17px;
    }
    .newpassEyeicon {
        position: absolute !important;
        top: 33px !important;
        right: 22px;
        font-size:17px;
    }
    .confpassEyeicon {
        position: absolute !important;
        top: 33px !important;
        right: 22px;
        font-size:17px;
    }
    .valIconchp {
        color: #c13c2b;
        position: absolute;
        top: 34px !important;
        right: 45px;
        font-size: 15px;
        width: 500px;
    }


        .valIconchp i.fa {
            position: absolute;
            font-size: 18px;
            right: 0;
        }

        .valIconchp p {
            color: #fff;
            font-size: 14px;
            background: #5f5f5f;
            padding: 5px 10px;
            border-radius: 4px;
            right: -30px;
            position: absolute;
            top: 32px;
            display: none;
            font-weight: 600;
            z-index: 99999;
        }

        .valIconchp:hover p {
            display: block;
        }

        .valIconchp p.invalidText {
            right: -48px;
        }

    .validationcls {
        color: #c13c2b;
        position: absolute;
        top: 47px !important;
        right: 5px;
        font-size: 15px;
        width: 500px;
    }

        .validationcls i.fa {
            position: absolute;
            font-size: 18px;
            right: 0;
        }

        .validationcls p {
            color: #fff;
            font-size: 14px;
            background: #5f5f5f;
            padding: 5px 10px;
            border-radius: 4px;
            right: -30px;
            position: absolute;
            top: 32px;
            display: none;
            font-weight: 600;
            z-index: 99999;
        }

        .validationcls:hover p {
            display: block;
        }

        .validationcls p.invalidText {
            right: -48px;
        }

        .validationcls p.invalidTextLength {
            right: -110px;
        }

        .validationcls p.invalidTextpattern {
            right: -200px;
        }

        .loginPaghit {
            min-height: 81.3vh;
        }
        .forgotPaghit {
            min-height: 80.3vh;
        }
        .resetPaghit {
            min-height: 81.3vh;
        }
/*.bg-success {
    background-color: #dff0d8;
    height: 45px !important;
}*/

.bg-success {
    height: auto !important;
}

.msgstrip {
    background-color: #dff0d8;
    text-align: center;
    padding-top: 7px !important;
    /*margin-left: 18px !important;
    margin-right: 20px !important;*/
    padding-bottom: 5px;
    font-size: 15px;
}

    .msgstripfail {
        padding-top: 7px !important;
        text-align: center;
        /*margin-left: 18px !important;
    margin-right: 20px !important;*/
        padding-bottom: 5px;
        font-size: 15px;
    }

    .errormsgimage {
        height: 20px;
        text-align: center;
        padding-bottom: 4px;
    }

    .msgstripe {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }

    @media (max-width: 1120px) {
        .logo {
            height:76px;
            margin-top: -24px;
        }
     }

    @media (max-width: 575.98px) {
        .headerMobileTab {
            position: relative !important;
            width: 100%;
            display: block;
            background: transparent;
        }
        .langMobdp {
            border: 2px solid #000000 !important;
            color: #000000 !important;
        }
        .navaMobtab {
            color: #000000 !important;
        }
        .dividerBar a {
            color: #000000 !important;
        }
        .nav > li > a {
            padding: 10px 5px;
        }
        .navaMobtab {
            font-size: 12px;
        }
        .formMobtabselect {
            min-width: 95px !important;
            font-size: 12px;
        }
        .navmobileTab {
            margin: 7.5px -8px;
        }
        .navformMobiletab {
            width: 100px;
            padding: 2px 2px;
            margin-right: 12px;
            margin-left: 8px;
            margin-top: 8px;
            border: 0px transparent;
        }
        .landimagemain {
            display: none !important;
        }
        .langimagemobl {
            display: block !important;
        }
        .homeBannercnt {
            padding-top: 5px;
            left: 8%;
            right: 8%;
        }
        .homeBannercnt h1 {
            font-size: 22px !important;
            top: 0px;
            margin-top: 5px;
        }
        .homeBannercnt p {
            font-size: 14px !important;
            line-height: 22px !important;
            padding: 0px 10px;
        }
        .carouselMobtab {
            position: absolute;
            top: 20px;
        }
       
        .goalaccTitle {
            font-size:15px;
            padding-left: 6px;
        }
        
        .mb-smal {
            margin-bottom: 16px;
        }
        .button-learn {
            font-size: 14px;
            padding: 4px 8px;
        }
        .btn-len {
            position: absolute;
            margin-left: 20px;
        }
        .deskCard-show {
            display: none;
        }
        .mobCard-show {
            display: block !important;
        }
        .homecard-titlemob {
            margin: 0rem;
        }
        .carcap-Top {
            top: 0px !important;
            left: 10%;
            right: 10%;
        }
        .carcap-Top h2{
            color: #000000;
            font-size: 16px;
            text-shadow: none;
            font-weight: 600;
        }
        .carcap-Bottom {
            bottom: 5%;
            left: 15%;
            right: 15%;
        }
        .carcap-Bottom p {
            color: #000000;
            font-size: 15px;
            text-shadow: none;
        }
        .smcard-icon {
            width: 20px !important;
            margin: 0px 10px !important;
        }
        .floating-label .popover {
            left: -20px;
            width: 300px !important;
        }
        .goalPanl-head .panel-heading {
            padding: 10px 8px;
        }
        .goalPanl-head {
            margin: 12px;
        }
        .financial_table_column_last {
            border: 1px solid #ddd !important;
        }
        .financial_table_column {
            border: 1px solid #ddd !important;
        }
        .income_table_column {
            border: 1px solid #ddd !important;
        }
        .income_table_column_last {
            border: 1px solid #ddd !important;
        }
        .entertainment_table_column {
            border: 1px solid #ddd !important;
        }
        .utilities_table_column {
            border: 1px solid #ddd !important;
        }
        .utilities_table_column_last {
            border: 1px solid #ddd !important;
        }
        .shopping_table_column_last {
            border: 1px solid #ddd !important;
        }
        .shopping_table_column {
            border: 1px solid #ddd !important;
        }
        .calender_table .table-bordered > tbody > tr > td {
            padding: 8px 0px;
        }
        .calender_table td span.week_name {
            padding: 4px 8px;
        }
        .budget_tabs .nav > li {
            display: inline-block;
        }
        .budget_tabs li span {
            margin: 2px 0px;
        }
        .budget_tabs .nav > li > a {
            padding: 10px 10px;
        }
        .budget_tabs li a i.fa.fa-sort-desc {
            left: 35%;
        }
        .marginTop10 {
            margin-top:10px;
        }
        .loginPaghit {
            min-height: initial !important;
        }
        .forgotPaghit {
            min-height: initial !important;
        }
        .resetPaghit {
            min-height: initial !important;
        }
        
        .heading3 {
            font-size: 22px;
        }
        .heading4 {
            font-size: 22px;
        }
        .heading3 i.fa {
            padding-right:5px;
        }
       
        .validationcls p.invalidText {
            right: 2px;
        }
        .my_profile_forms .validationcls {
            width: auto !important;
            right: 22px;
        }
        .budgnextstp {
            font-size:16px !important;
        }
        .sesExp-Width {
            width: 330px !important;
        }
        [data-title]:after {
            bottom: -4.6em;
            width: 240px;
            white-space: pre-wrap;
        }
        .mce-btn-has-text.mce-primary {
            left: 240px !important;
        }
        .mce-btn-has-text.mce-last {
            left: 300px !important;
        }
        .viewoWrapSpnh img {
            max-width: 100%;
            height: auto !important;
        }
        .videoWrapDiv img {
            max-width: 100%;
            height: auto !important;
        }
        .logo {
            height: 70px;
            margin-top: -24px;
        }
    }

     @media (min-width: 576px) {
        .modal-dialog-centered {
            min-height: calc(96% - (1.75rem * 2));
        }
        .modal-dialog-centered::before {
            height: calc(96vh - (1.75rem * 2));
        }
        .modal-meddialog {
            max-width: 460px !important;
        }
    }

    @media (max-width: 767.98px) {
        .profileLeftCard {
            min-height: initial;
        }
        .homeLeftcard {
            min-height: initial;
        }
        .side_qoutebox {
            display: none;
        }
        .topNavtogl {
            background-color: #2b71c5 !important;
        }
        .TopNavcolap {
            background-color: #ffffff;
            box-shadow: 0px 2px 4px 0px #cccccc;
            margin-top:12px;
        }
        .TopNavcolapbg {
            background-color: #ffffff;
        }
        .mobUserTopul {
            margin-left:6px;
        }
        .mobUserTopul li {
            display: inline-block;
        }
        .admTopdropul {
            margin-left: 6px;
        }
        .dropPadUsr {
            padding-top: 0px !important;
            padding-bottom: 5px !important;
        }
        .inner_header h1 {
            font-size: 26px;
            padding: 45px 0px 45px 20px;
        }
        .usergoalsub-radio legend {
            font-size: 14px;
        }
        legend {
            font-size: 14px;
        }
        .control-label {
            font-size: 14px;
        }
        .viewoWrapSpnh img {
            max-width: 100%;
            height: auto !important;
        }
        .videoWrapDiv img {
            max-width: 100%;
            height: auto !important;
        }
    }

    @media (max-width: 991.98px) {
        .social_icons ul {
            text-align: center;
            margin-top: 20px;
        }
        .footxt-right {
            text-align: center;
            margin-top: 20px;
        }
        .footColm {
            margin-bottom: 14px;
        }
        .toolsFormhorztl {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
        .toolsFormhorztl .form-horizontal .form-group label {
            padding-left: 0px;
        }
        .my-10 {
            margin: 0px 0px 10px 0px;
        }
        .imgPositn {
            margin-top: 15px;
            margin-bottom:10px;
        }
        .viewoWrapSpnh img {
            max-width: 100%;
            height: auto !important;
        }
        .videoWrapDiv img {
            max-width: 100%;
            height: auto !important;
        }
    }

    @media (min-width: 576px) and (max-width: 767.98px) {
        .landimagemain {
            height: 445px !important;
        }
        .carousel-caption {
            padding-top: 0px;
        }

        .carousel-caption h1 {
            font-size: 26px !important;
            margin: 5px 0px;
        }

        .carousel-caption p {
            font-size: 14px;
        }

        .btn-len {
            margin-left: 30%;
        }
        [data-title]:after {
            bottom: -3.6em;
            width: 360px;
            white-space: pre-wrap;
        }
    }

     @media (max-width: 310.98px) {
        .videoWrapDiv iframe {
            height: 152px;
        }
        .viewoWrapSpnh iframe {
            height: 152px;
        }
        .adbox iframe {
            height: 152px;
        }
    }
    @media (min-width: 311px) and (max-width: 320.98px) {
        .videoWrapDiv iframe {
            height: 152px;
        }
        .viewoWrapSpnh iframe {
            height: 152px;
        }
        .adbox iframe {
            height: 152px;
        }
    }
    @media (min-width: 321px) and (max-width: 330.98px) {
        .videoWrapDiv iframe {
            height: 149px;
        }
        .viewoWrapSpnh iframe {
            height: 149px;
        }
        .adbox iframe {
            height: 149px;
        }
    }

    @media (min-width: 331px) and (max-width: 340.98px) {
        .videoWrapDiv iframe {
            height: 153px;
        }
        .viewoWrapSpnh iframe {
            height: 153px;
        }
        .adbox iframe {
            height: 153px;
        }
    }

    @media (min-width: 341px) and (max-width: 350.98px) {
        .videoWrapDiv iframe {
            height: 158px;
        }
        .viewoWrapSpnh iframe {
            height: 158px;
        }
        .adbox iframe {
            height: 158px;
        }
    }

    @media (min-width: 351px) and (max-width: 360.98px) {
        .videoWrapDiv iframe {
            height: 163px;
        }
        .viewoWrapSpnh iframe {
            height: 163px;
        }
        .adbox iframe {
            height: 163px;
        }
    }

     @media (min-width: 361px) and (max-width: 363.98px) {
        .videoWrapDiv iframe {
            height: 165px;
        }
        .viewoWrapSpnh iframe {
            height: 165px;
        }
        .adbox iframe {
            height: 165px;
        }
    }

    @media (min-width: 364px) and (max-width: 367.98px) {
        .videoWrapDiv iframe {
            height: 167px;
        }
        .viewoWrapSpnh iframe {
            height: 167px;
        }
        .adbox iframe {
            height: 167px;
        }
    }
    @media (min-width: 368px) and (max-width: 375.98px) {
        .videoWrapDiv iframe {
            height: 172px;
        }
        .viewoWrapSpnh iframe {
            height: 172px;
        }
        .adbox iframe {
            height: 172px;
        }
    }
    @media (min-width: 376px) and (max-width: 380.98px) {
        .videoWrapDiv iframe {
            height: 174px;
        }
        .viewoWrapSpnh iframe {
            height: 174px;
        }
        .adbox iframe {
            height: 180px;
        }
    }

    @media (min-width: 381px) and (max-width: 384.98px) {
        .videoWrapDiv iframe {
            height: 177px;
        }
        .viewoWrapSpnh iframe {
            height: 177px;
        }
        .adbox iframe {
            height: 183px;
        }
    }
     @media (min-width: 385px) and (max-width: 390.98px) {
        .videoWrapDiv iframe {
            height: 180px;
        }
        .viewoWrapSpnh iframe {
            height: 180px;
        }
        .adbox iframe {
            height: 185px;
        }
    }
    @media (min-width: 391px) and (max-width: 400.98px) {
        .videoWrapDiv iframe {
            height: 186px;
        }
        .viewoWrapSpnh iframe {
            height: 186px;
        }
        .adbox iframe {
            height: 190px;
        }
    }

    @media (min-width: 401px) and (max-width: 409.98px) {
        .videoWrapDiv iframe {
            height: 191px;
        }
        .viewoWrapSpnh iframe {
            height: 191px;
        }
        .adbox iframe {
            height: 195px;
        }
    }

    @media (min-width: 410px) and (max-width: 410.98px) {
        .videoWrapDiv iframe {
            height: 191px;
        }
        .viewoWrapSpnh iframe {
            height: 191px;
        }
        .adbox iframe {
            height: 195px;
        }
    }

    @media (min-width: 411px) and (max-width: 411.98px) {
        .videoWrapDiv iframe {
            height: 192px;
        }
        .viewoWrapSpnh iframe {
            height: 192px;
        }
        .adbox iframe {
            height: 196px;
        }
    }

     @media (min-width: 412px) and (max-width: 412.98px) {
        .videoWrapDiv iframe {
            height: 192px;
        }
        .viewoWrapSpnh iframe {
            height: 192px;
        }
        .adbox iframe {
            height: 196px;
        }
    }

    @media (min-width: 413px) and (max-width: 414.98px) {
        .videoWrapDiv iframe {
            height: 194px;
        }
        .viewoWrapSpnh iframe {
            height: 194px;
        }
        .adbox iframe {
            height: 198px;
        }
    }

    @media (min-width: 415px) and (max-width: 420.98px) {
        .videoWrapDiv iframe {
            height: 197px;
        }
        .viewoWrapSpnh iframe {
            height: 197px;
        }
        .adbox iframe {
            height: 199px;
        }
    }

    @media (min-width: 421px) and (max-width: 430.98px) {
        .videoWrapDiv iframe {
            height: 203px;
        }
        .viewoWrapSpnh iframe {
            height: 203px;
        }
        .adbox iframe {
            height: 203px;
        }
    }

    @media (min-width: 431px) and (max-width: 440.98px) {
        .videoWrapDiv iframe {
            height: 208px;
        }
        .viewoWrapSpnh iframe {
            height: 208px;
        }
        .adbox iframe {
            height: 208px;
        }
    }
    @media (min-width: 441px) and (max-width: 450.98px) {
        .videoWrapDiv iframe {
            height: 214px;
        }
        .viewoWrapSpnh iframe {
            height: 214px;
        }
        .adbox iframe {
            height: 214px;
        }
    }
    @media (min-width: 451px) and (max-width: 460.98px) {
        .videoWrapDiv iframe {
            height: 219px;
        }
        .viewoWrapSpnh iframe {
            height: 219px;
        }
        .adbox iframe {
            height: 219px;
        }
    }

    @media (min-width: 461px) and (max-width: 470.98px) {
        .videoWrapDiv iframe {
            height: 225px;
        }
        .viewoWrapSpnh iframe {
            height: 225px;
        }
        .adbox iframe {
            height: 225px;
        }
    }

     @media (min-width: 471px) and (max-width: 480.98px) {
        .videoWrapDiv iframe {
            height: 231px;
        }
        .viewoWrapSpnh iframe {
            height: 231px;
        }
        .adbox iframe {
            height: 231px;
        }
    }

     @media (min-width: 481px) and (max-width: 500.98px) {
        .videoWrapDiv iframe {
            height: 242px;
        }
        .viewoWrapSpnh iframe {
            height: 242px;
        }
        .adbox iframe {
            height: 242px;
        }
    }
    @media (min-width: 501px) and (max-width: 520.98px) {
        .videoWrapDiv iframe {
            height: 253px;
        }
        .viewoWrapSpnh iframe {
            height: 253px;
        }
        .adbox iframe {
            height: 253px;
        }
    }

    @media (min-width: 521px) and (max-width: 540.98px) {
        .videoWrapDiv iframe {
            height: 265px;
        }
        .viewoWrapSpnh iframe {
            height: 265px;
        }
        .adbox iframe {
            height: 265px;
        }
    }

    @media (min-width: 541px) and (max-width: 560.98px) {
        .videoWrapDiv iframe {
            height: 276px;
        }
        .viewoWrapSpnh iframe {
            height: 276px;
        }
        .adbox iframe {
            height: 276px;
        }
    }

    @media (min-width: 561px) and (max-width: 600.98px) {
        .videoWrapDiv iframe {
            height: 298px;
        }
        .viewoWrapSpnh iframe {
            height: 298px;
        }
        .adbox iframe {
            height: 298px;
        }
    }

    @media (min-width: 601px) and (max-width: 640.98px) {
        .videoWrapDiv iframe {
            height: 321px;
        }
        .viewoWrapSpnh iframe {
            height: 321px;
        }
        .adbox iframe {
            height: 321px;
        }
    }

    @media (min-width: 641px) and (max-width: 667.98px) {
        .videoWrapDiv iframe {
            height: 336px;
        }
        .viewoWrapSpnh iframe {
            height: 336px;
        }
        .adbox iframe {
            height: 336px;
        }
    }
    @media (min-width: 668px) and (max-width: 699.98px) {
        .videoWrapDiv iframe {
            height: 354px;
        }
        .viewoWrapSpnh iframe {
            height: 354px;
        }
        .adbox iframe {
            height: 354px;
        }
    }
    @media (min-width: 700px) and (max-width: 720.98px) {
        .videoWrapDiv iframe {
            height: 366px;
        }
        .viewoWrapSpnh iframe {
            height: 366px;
        }
        .adbox iframe {
            height: 366px;
        }
    }
    @media (min-width: 721px) and (max-width: 736.98px) {
        .videoWrapDiv iframe {
            height: 379px;
        }
        .viewoWrapSpnh iframe {
            height: 379px;
        }
        .adbox iframe {
            height: 379px;
        }
    }

    @media (min-width: 737px) and (max-width: 751.98px) {
        .videoWrapDiv iframe {
            height: 383px;
        }
        .viewoWrapSpnh iframe {
            height: 383px;
        }
        .adbox iframe {
            height: 383px;
        }
    }

    @media (min-width: 752px) and (max-width: 767.98px) {
        .videoWrapDiv iframe {
            height: 392px;
        }
        .viewoWrapSpnh iframe {
            height: 392px;
        }
        .adbox iframe {
            height: 392px;
        }
    }

    @media (min-width: 628px) and (max-width: 991.98px) {
        .homeimg-height {
            height: 378px;
        }
        .homeFrstimg {
            height: 216px;
        }
        .homeSecimg {
            height: 250px;
        }
        .homeThrdmg {
            height: 233px;
        }
        .homeFortmg {
            height: 377px;
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .tabs-btn {
            min-width: 142px;
            padding: 10px 2px !important;
            font-size:16px !important;
        }
        .btnhlp {
            min-width: 76px;
        }
        .adminDashmenu .navbar .navbar-nav-justified ul li a {
            font-size:14px;
        }
        .landimagemain {
            height: 570px !important;
        }
        [data-title]:after {
            bottom: -4.4rem;
            width: 330px;
            white-space: pre-wrap;
            text-align:left;
        }
       .videoWrapDiv iframe {
            height: 207px;
        }
        .viewoWrapSpnh iframe {
            height: 207px;
        }
        .userGoaladbox iframe {
            height: 88px;
        }
        .helpfuladbox iframe {
            height: 102px;
        }
        .podcastadbox iframe {
            height: 98px;
        }
    }
   
    @media (min-width: 768px) and (max-width: 1199.98px) {
        .carousel-caption {
            padding-top:0px;
        }
        .carousel-caption h1 {
            font-size: 32px;
            margin: 8px 5px;
        }
        .carousel-caption p {
            font-size: 16px;
        }
        .btn-len {
            margin-left: 15%;
        }
        .adminDashmenu .nav > li > a {
            padding: 4px 8px !important;
        }
        .redusPading {
            padding-left:5px;
            padding-right:5px;
        }
        .usergoalsub-radio legend {
            font-size: 14px;
        }
        legend {
            font-size: 14px;
        }
        .control-label {
            font-size: 14px;
        }

    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .homeimg-height {
            height: 260px;
        }
        .homecard-body {
           min-height: 160px;
        }
        .fotLinkabt {
           width: 14.66% !important;
        }
        .fotLinkpriv {
           width: 18.66% !important;
        }
        .footNavpills > li > a {
            padding: 10px 10px;
        }
        .btnhlp {
            min-width: 86px;
        }
        .homeFrstimg {
            height: 130px;
        }
        .homeSecimg {
            height: 151px;
        }
        .homeThrdmg {
            height: 141px;
        }
        .homeFortmg {
            height: 228px;
        }
        .landimagemain {
            height: 685px !important;
        }
        .videoWrapDiv iframe {
            height: 279px;
        }
        .viewoWrapSpnh iframe {
            height: 279px;
        }
        .userGoaladbox iframe {
            height: 117px;
        }
        .helpfuladbox iframe {
            height: 102px;
        }
        .podcastadbox iframe {
            height: 140px;
        }
    }

    @media (min-width: 1400px) {
        .footLinks {
            font-size: 16px;
        }
    }

    @media (max-width: 1539.98px) {
        .floating-label .popover {
            width: 286px;
        }
        .loginPaghit {
            min-height: 76vh;
        }
        .forgotPaghit {
            min-height: 74.7vh;
        }
        .resetPaghit {
            min-height: 76vh;
        }
        .heading3 {
            font-size: 24px;
        }
        .userBoX {
            min-height: 56vh;
        }
        .GoalansBoX {
            min-height: 56vh;
        }
        .tipBoX {
            min-height: 56vh;
        }
        .contBoX {
            min-height: 56vh;
        }
        .adsBoX {
            min-height: 32vh;
        }
        .goalBoX {
            min-height: 20vh;
        }
        .busrulBoX {
            min-height: 56vh;
        }
        .mesgBoX {
            min-height: 56vh;
        }
        .quotBoX {
            min-height: 56vh;
        }
        .logCodBoX {
            min-height: 56vh;
        }
        .helpBoX {
            min-height: 56vh;
        }
    }

.admintable-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 991.98px) {
    .admintable-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .admintable-responsive > .table {
        margin-bottom: 0;
    }
    .admintable-responsive > .table > thead > tr > th,
    .admintable-responsive > .table > tbody > tr > th,
    .admintable-responsive > .table > tfoot > tr > th,
    .admintable-responsive > .table > thead > tr > td,
    .admintable-responsive > .table > tbody > tr > td,
    .admintable-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .admintable-responsive > .table-bordered {
        border: 0;
    }
    .admintable-responsive > .table-bordered > thead > tr > th:first-child,
    .admintable-responsive > .table-bordered > tbody > tr > th:first-child,
    .admintable-responsive > .table-bordered > tfoot > tr > th:first-child,
    .admintable-responsive > .table-bordered > thead > tr > td:first-child,
    .admintable-responsive > .table-bordered > tbody > tr > td:first-child,
    .admintable-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .admintable-responsive > .table-bordered > thead > tr > th:last-child,
    .admintable-responsive > .table-bordered > tbody > tr > th:last-child,
    .admintable-responsive > .table-bordered > tfoot > tr > th:last-child,
    .admintable-responsive > .table-bordered > thead > tr > td:last-child,
    .admintable-responsive > .table-bordered > tbody > tr > td:last-child,
    .admintable-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .admintable-responsive > .table-bordered > tbody > tr:last-child > th,
    .admintable-responsive > .table-bordered > tfoot > tr:last-child > th,
    .admintable-responsive > .table-bordered > tbody > tr:last-child > td,
    .admintable-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

    .adUsertable-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .adUsertable-responsive > .table {
        margin-bottom: 0;
    }
    .adUsertable-responsive > .table > thead > tr > th,
    .adUsertable-responsive > .table > tbody > tr > th,
    .adUsertable-responsive > .table > tfoot > tr > th,
    .adUsertable-responsive > .table > thead > tr > td,
    .adUsertable-responsive > .table > tbody > tr > td,
    .adUsertable-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .adUsertable-responsive > .table-bordered {
        border: 0;
    }
    .adUsertable-responsive > .table-bordered > thead > tr > th:first-child,
    .adUsertable-responsive > .table-bordered > tbody > tr > th:first-child,
    .adUsertable-responsive > .table-bordered > tfoot > tr > th:first-child,
    .adUsertable-responsive > .table-bordered > thead > tr > td:first-child,
    .adUsertable-responsive > .table-bordered > tbody > tr > td:first-child,
    .adUsertable-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .adUsertable-responsive > .table-bordered > thead > tr > th:last-child,
    .adUsertable-responsive > .table-bordered > tbody > tr > th:last-child,
    .adUsertable-responsive > .table-bordered > tfoot > tr > th:last-child,
    .adUsertable-responsive > .table-bordered > thead > tr > td:last-child,
    .adUsertable-responsive > .table-bordered > tbody > tr > td:last-child,
    .adUsertable-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .adUsertable-responsive > .table-bordered > tbody > tr:last-child > th,
    .adUsertable-responsive > .table-bordered > tfoot > tr:last-child > th,
    .adUsertable-responsive > .table-bordered > tbody > tr:last-child > td,
    .adUsertable-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    
}