div#my-tab
{
    /*background: #FFF;*/
    /*box-shadow: 0px 0px 4px 0px #000000;*/
    border-radius: 20px;
}
            
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: -12px;*/
                
}
            
.tab_Name1:before {
    position: relative;
    top: 6px;
    content: '';
    /*background: #fff url(../../img/ban/grams.png) no-repeat;*/
    background: url(../../img/rara/Icon_01.png) center no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    zoom: 1;
    left: 30px;
    z-index: 1;
}
            
#gold-lots,#gold-lots999, #silver-lots
{
    background: #b7565f;
    border: 0px solid #000000;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    padding: 15px 0px 15px 35px;
    /* border: none; */
    position: relative;
    top: 0px;
    font-size: 14px;
    font-family: 'GothamRounded-Book';
    color: #FFF;
    width: 85%;
    max-width: 85%;
    text-align: left;
    outline: 0;
    border-radius: 40px;
                
}
/* End First */
             
             
             
            
/* Startttttt Middle */
            
.equall
{
    margin-right: -20px;
    margin-top: 10px;
    background: url(../../img/rara/Arow.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 24px;
    /* margin-left: 12px; */
    display: inline-block;

}
            
/* Enddddddd Middle */
            
            
            
/* Startttttt Third */
.tab_Name2 
{
    padding: 5px 10px 5px 10px;
                
    /*background: #fbfbfb;*/
    /*padding: 10px 20px 10px 20px;*/
    padding: 0px 3px 0px 0px;
    border-radius: 3px;
    border: 0;
    /*margin-right: 5px;*/
    display: inline-block;
                
    /*margin-top: -12px;*/
                
}
            
.tab_Name2:before {
    position: relative;
    top: 6px;
    content: '';
    /*background: url(../../img/ban/rupee.png) no-repeat;*/
    background: url(../../img/rara/Icon_02.png) center no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    zoom: 1;
    left: 30px;
    z-index: 1;
               
}
            
#gold-amt,#gold-amt999, #silver-amt
{
    background: #b7565f;
    border: 0px solid #f3f3f3;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    padding: 15px 0px 15px 35px;
    /* border: none; */
    position: relative;
    top: 0px;
    font-size: 14px;
    font-family: 'GothamRounded-Book';
    color: #FFF;
    width: 85%;
    max-width: 85%;
    text-align: left;
    outline: 0;
    border: 0px solid #000;
    border-radius: 40px;
                
}
/* Enddddddd Third */
            
            
/* Start btn */
.Btn
{
    background: #b7565f;
    color: #FFF;
    width: 90%;
    height: 50px;
    font-size: 18px;
    border: 0;
    border-radius: 40px;
}
/* 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;
}