﻿.bg-teal {
    background-color: #00b297!important;
}

.bg-cart a {
        color: #ffffff!important;

}

.bg-cart h6 {
        color: #ffffff!important;
        font-weight:500;

} 
.bg-cart p {
        color: #ffffff!important;
        font-size:18px;
}
.bg-cart i {
        color: #ffffff!important;
}



.bg-danger {
    background-color: #057777 !important;
}

.bg-primary {
    background-color:#3f90a9 !important;
 //   background-color: #0866C6 !important;
}

.bg-br-primary {
    background-color: #1D2939 !important;
}



.recharge-icon {
  display: inline-block;
    height: 80px;
    width: 80px;
    padding: 5px 5px;
    border: 5px solid rgba(255, 255, 255, 0.73);
    border-radius: 10px;

}
.recharge-icon a {
     color:#fff!important; 
}
.recharge-icon img {
     height:60px!important;
    width:60px!important;
     color:#fff!important; 
}
.div-recharge-icon{
        display: inline-block;
    height: 100px;
    width: 100px;
    padding: 5px 5px;
    background: #ab97970d;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}


.page-hedding-new {
    background: #efefef;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 4px solid #d4c7c7;
}