.banner h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    margin: 0px; padding:0px;
    display: inline-block;
    vertical-align: middle;
}

.banner {
    padding: 0;
    height: 124px;
    line-height: 120px;
    margin-bottom: 50px;
}

.dashBoardMenu {
    display: block;
    /* background: #000; */
    margin-bottom: 40px;
}

.dashBoardMenu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.dashBoardMenu ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.dashBoardMenu ul li a {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: #848484;
    text-decoration: unset;
    text-transform: uppercase;
}

.dashBoardMenu ul li a i {
    display: block;
    font-size: 27px;
    margin-bottom: 14px;
}

.dashBoardMenu ul li a.actv {
    color: #1890c9;
}
.Portfolio .container {
    background: #fff;
    padding: 0px;
    box-shadow: none;
}

.Portfolio ul {
    margin: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.Portfolio ul li {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid rgb(32, 32, 32);
    color: rgb(32, 32, 32);
    background-color: transparent;
    text-align: center;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    margin: 0px 5px 0px;
}

.user_wallet .container {
    border-top: 1px solid #eaeaea;
    padding-top: 31px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 38px;
}

.user_wallet .wallet_header {
    background: none !important;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 30px;
}

.wallet_header ul li a {
    text-decoration: unset;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid rgb(32, 32, 32);
    color: rgb(32, 32, 32);
    background-color: transparent;
    text-align: center;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    margin: 0px 5px 0px;
}

.wallet_header ul li a:hover {
    background: #1890c9;
    color: #fff;
    border-color: #1890c9;
}

.wallet_header h4 {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}

.wallet_header .wallet_amount p {
    font-family: 'Montserrat', sans-serif !important;
}

.wallet_header .wallet_amount span {
    font-family: 'Montserrat', sans-serif !important;}

.wallet_header .other_blances p  {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    }

.wallet_header .other_blances p span {
    color: #1890c9;
}

.wallet_header .other_blances p small {
    color: #1890c9;
}

.wallet_header .other_blances {
    margin-bottom: 0px;
}

.transaction .top_acnt .m-portlet.m-portlet--mobile.title_big {
    padding: 0px;
    box-shadow: none;
}


.transaction .m-portlet .m-portlet__head:after {
    background: #dadada;
    display: none;
}

.transaction .top_acnt .m-portlet.m-portlet--mobile.title_big .m-portlet__head {
    height: 30px;
    padding: 0px;
}

.transaction .top_acnt .m-portlet.m-portlet--mobile.title_big .m-portlet__head .m-portlet__head-action {
    text-align: right;
}

.transaction .top_acnt .m-portlet.m-portlet--mobile.title_big .m-portlet__head .m-portlet__head-action a {
    background: #1890c9;
    color: #fff !important;
    padding: 7px 21px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: unset;
    display: inline-block;
    margin-top: 0px;
}

.transaction .top_acnt .m-portlet.m-portlet--mobile.title_big h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    color: #000;
    font-weight: 600 !important;
    padding: 0px !important;
}

.top_acnt .m-portlet .m-portlet__body .colrd_table_two tr th, .top_trans .m-portlet .m-portlet__body .colrd_table_two tr th, .top_seling .m-portlet .m-portlet__body .colrd_table_two tr th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    /* background: #d1f0ff; */
}

.colrd_table_two tbody td {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
}

.colrd_table_two tbody tr:nth-child(2n+1) td {
    background: none;
}

.colrd_table_two tbody tr:nth-child(even) td {
    background: #f1faff;
}
.Portfolio h4 {
    font-family: 'Montserrat', sans-serif !important;
}
.Portfolio ul li {
    padding: 0px;
    border: 0px;
}

.Portfolio ul li a {
    color: #000;
    padding: 5px 20px;
    display: block;
    text-decoration: unset;
    border: 1px solid rgb(32, 32, 32);
}

.Portfolio ul li a:hover {
    background: #1890c9;
    color: #fff;
    border-color: #1890c9;
}
.banner:after {
    background: rgba(24, 144, 201, 0.9);
}



@media only screen and (max-width: 500px){
    .dashBoardMenu ul {flex-wrap: wrap;}

.dashBoardMenu ul li {width: 49%;margin-bottom: 22px;}

}
