

.panel
{
    margin-bottom: 0px;
}
.checkout-step 
{     
    /*background: #e8eef1;*/

    /* background: #83a4d4;  
    background: -webkit-linear-gradient(to right, #b6fbff, #83a4d4);  
    background: linear-gradient(to right, #b6fbff, #83a4d4);  */


    border-top: 1px solid #607d8b21;
    /* color: #666; */
    /* font-size: 14px; */
    padding: 15px 10px;
    position: relative;
}

.checkout-step-number 
{
    border-radius:10px ;
    /* border: 1px solid #ced0d2; */
    display: inline-block;
    background: #bc2220;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 32px;
    margin-right: 30px;
    padding: 6px;
    text-align: center;
    width: 80px;
}
.checkout-step-title
{ 
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;display: inline-block; margin: 0px;
    color: #3d4884;
}

.checkout-step-body
{
    background: #fff;
    padding: 15px 0px;
    margin: 20px 0px 0px;
}

/*Shyam*/

.imi-joingform
{
    margin-top: 50px;
}

.imc-jfheader
{
    background: #fff;
    padding: 15px;
}

.imc-text h1
{
    font-size: 20px;
    color: #00BCD4;
}

.imc-text h2
{
    font-size: 12px;
}

.imc-jfeditbtn
{
    padding: 5px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    /* background: #29506f; */
}
strong{
    color:#000
}
a:hover strong{
  color: #0a7bbd;
}
#img-border{
    padding:7px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
}
#cus-card{
    border: 0px solid rgba(0, 0, 0, 0.125); 
    box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.125);
}
#tables th, #tables td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
#tables thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #bc2220;
}
/* .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px; */
    /* padding: 0px 15px 0px 5px; */
/* } */
/* .card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
    padding:7px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
}
.card{
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
} */
