div#my-tab
{
    background: #EDDDC6;
    border-radius: 15px;
}
            
i.fa.fa-shopping-cart.cart
{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
    font-size: 15px;
}



 /* Startttttttt First */
.tab_Name1 
{
    padding: 5px 10px 5px 10px;
                
    /*background: #fbfbfb;*/
    /*padding: 10px 20px 10px 20px;*/
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
    border: 0;
    /*margin-right: 5px;*/
    /*display: inline-block;*/
                
    margin-top: -15px;
                
}
            
.tab_Name1:before {
    position: relative;
    top: 5px;
    content: '';
    /* background: url(../../img/appimages/Gram.png) center no-repeat;
    background-size: 100% 100%; */
    width: 20px;
    /* height: 20px; */
    display: inline-block;
    zoom: 1;
    left: 15px;
    z-index: 1;
}
            
#gold-lots,#gold-lots999, #silver-lots
{
    /*background: linear-gradient(to right, #edd187, #f8f3d6, #edd187);*/
    background: #FFF5DC;
    border: 0px solid #fbfefd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    padding: 14px 0px 14px 30px;
    /* border: none; */
    position: relative;
    top: 0px;
    font-size: 16px;
    
    color: #707070;
    width: 94%;
    max-width: 94%;
    text-align: left;
    outline: 0;
    /* right: 18px; */
                
}
            
.equall
{
    margin-top: 5px;
    background: url(../../img/appimages/Arrow.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 24px;
    /* margin-left: 12px; */
    display: inline-block;

}


.tab_Name2 
{
    padding: 5px 10px 5px 10px;
    padding: 0px 3px 0px 0px;
    border-radius: 3px;
    border: 0;
    margin-top: -15px;     
}
            
.tab_Name2:before {
    position: relative;
    top: 5px;
    content: '';
    /*background: url(../../img/ban/rupee.png) no-repeat;*/
    /* background: url(../../img/appimages/Amount.png) center no-repeat;
    background-size: 100% 100%; */
    width: 20px;
    /* height: 20px; */
    display: inline-block;
    zoom: 1;
    left: 32px;
    z-index: 1;
               
}
            
#gold-amt,#gold-amt999, #silver-amt
{
    background: #FFF5DC;
    border: 0px solid #fbfefd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    padding: 14px 0px 14px 25px;
    /* border: none; */
    position: relative;
    top: 0px;
    font-size: 16px;
    
    color: #707070;
    width: 94%;
    max-width: 94%;
    text-align: left;
    outline: 0;
                
}
/* Enddddddd Third */
              

/* Start btn */
.Btn
{
    background: #866F5D;
    color: #FFFFFF;
    width: 90%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border-radius: 10px;
}
/* End Btn */


/* Start 4 Box */

.img-4box
{
    /*width: 40px;
    border: 1px solid #3d4d64;
    border-radius: 50%;*/
    padding: 5px;
    /*background: #3d4d64;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}

.img-text
{
    font-size:11px;
    color:#000;
    font-weight:600;
}

.td-4box {
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);*/
    height: 40px;
    max-height: 90px;
    border-radius: 5px;
    line-height: 15px;
}

/* End 4 Box */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9c9c9c;
}