/**
* Theme Name: Anarkali Child
* Description: This is a child theme of Anarkali.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: anarkali
* Version: 1.0.9
*/

table.table.lead {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

table.table.lead tr td { 
    width: 50%;
    color: #000;
}

.anarkali-courier-block {
    margin-bottom: 10px;
}

a.btn.btn-warning.btn-block {
    color: #212529;
    background-color: #ffc107;
    border-radius: 5px;
    padding: 10px 20px;
    width: 50%;
    display: inline-block;
    text-align: center;
}

a.btn.btn-success.btn-block{
	color: #fff;
    background-color: #218838;
    border-radius: 5px;
    padding: 10px 20px;
    width: 50%;
    display: inline-block;
    text-align: center;
}


.page-hero-big {
    
    min-height: auto!important;
    
}

.action-buttons-grop {
    display: flex;
    gap: 10px;
}

.anarkali-fee{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
