
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {color: #A71D31;}
a:hover {text-decoration: none; color: #A71D31;}

.bg-gradient-primary {
    background-color: #A71D31 !important;
    background-image:linear-gradient(315deg, #A71D31 0%, #3F0D12 74%) !important;
    background-size: cover;
}
.sidebar-dark .sidebar-heading {
    color: #fff !important;
}
.sidebar-dark .nav-item .nav-link i {
    color: #fff !important;
}
.btn-success, .btn-primary, .page-item.active .page-link {
    color: #fff;
    background-color: #A71D31 !important;
    border-color: #A71D31 !important;
}

.scroll-to-top{background:#A71D31 !important;}
.scroll-to-top:hover{background:#A71D31 !important; }
.login_marwar:before{ background-color: #A71D31 !important;
    background-image:linear-gradient(197deg, #A71D31 0%, #3F0D12 74%) !important;}

     .recharge_services_items ul li a span {
    display: block;
    padding: 15px 0;
    margin: 0 auto 10px;
    text-align: center;
    background: #3F0D12;
    border-radius: 5px;
    width: 70px;
    height: 70px;
}    

.recharge_services_items ul li a:hover {
    text-decoration: none; color:#3F0D12;
}

.recharge_form .form-group button.procced-btn.btn-primary {
    padding: 14px 20px;
    background: #3F0D12;
    border: 0;
    border-radius: 7px;
    box-shadow: 0 9px 7px rgb(83 137 61 / 40%);
}

.recharge_view .modal-header {
    background: #3F0D12;
    padding: 10px 20px;
    border-bottom: 0px;
    color: #fff;
}