
.txt-white{color:#fff !important;}
.my-card-header {
    background: #141d08;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block !important;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.col-lg-offset-2 {
    margin-left: 16.666666666666664% !important;
}

.txt-bold{font-weight:bolder;color:#000;}

.treecheight{background: #c6c6c6;color: #000;font-weight: bold;padding: 5px;text-align: initial;height:130px;}

.invest-wallet{display: flex; top: 10%; left: 10%;}
.invest-content{width:80%;}
.income-wallet{display: flex; top: 10%; right: 7%;}
.income-content1{width: 80%; float: right}
.rikeza-wallet{display: flex;}
.rikeza-content{width: 80%}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.treecheight{background: #c6c6c6;color: #000;font-weight: bold;padding: 5px;text-align: initial;height:155px;}
.col-sm-12 .col-xs-12{width:100% !important;}
.col-lg-offset-2 {
    margin-left: 0 !important;
}
.invest-wallet{display: flex; top: 6%; left: 30%;}
.invest-content{width:100%;}
.income-wallet{display: flex; top: 23%; right: 20%;}
.income-content1{width: 100%;}
.rikeza-wallet{display: flex; top: 12%; left: 30%;}
.rikeza-content{width: 100%}
}