@media (min-width: 601px)
{
    .logo_css
    {
      width: 207px;
    }
    .hidden-lg
    {
        display:none;
    }
    .logo_foo_css
    {
        height: 66px;
        width: 150px;
    }
}

@media (max-width: 600px)
{
    .logo_css
    {
      width: 120px;
    }
    .hidden-lg
    {
        display:inherit;
    }
    .logo_foo_css
    {
        height: 66px;
        width: 150px;
    }
}

.color-white
{
    color:#FFF;
}





  
        /*-----------------------------------*/
        /*----- 18. INNER PAGE PRICING ------*/
        /*-----------------------------------*/
		
		body{
			
			background-color: black;
			
		}
        section.pricing
        {
            padding: 6rem 0;
            /*background: #3c3c3c;*/
            background: #172A29;
        }
        
        .pricing .tables h3
        {
            text-transform: uppercase;
        }
        
        .pricing .tables .price-head
        {
            background: #a9823f;
            color: #fff;
            text-align: center;
            padding: 1rem 0;
            border-radius: 5px 5px 0 0;
        }
        
        .pricing .tables .price-head-pre
        {
            background: #5e027f;
            color: #fff;
            text-align: center;
            padding: 1rem 0;
            border-radius: 5px 5px 0 0;
        }
        
        .pricing .tables .price-head-pre p
        {
            padding: 0;
            margin: 0;
            font-style: italic;
        }
        
        .pricing .tables .price-head p, .pricing .tables .price-head-pre p
        {
            padding: 0;
            margin: 0;
            font-size: 1.1rem;
            font-style: italic;
        }
        
        .pricing .tables .white
        {
            background: #fff;
            margin-bottom: 0px;
        }
        
        .pricing .tables ul li
        {
            list-style: none;
            text-align: center;
            font-weight: 400;
            padding: 1.3rem 0;
            border-bottom: 1px dotted #3c3c3c; /* margin-right: 2rem; */
            color: #464646;
        }
        
        .pricing .tables ul li:last-child
        {
            border-bottom: 0px;
        }
        
        .pricing .tables .btn
        {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 1.2rem;
            padding-bottom: .7rem;
            border: 0;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }
        
        @media screen and (max-width: 767px)
        {
            .pricing .tables .tab
            {
                padding-bottom: 2.5rem;
            }
        
            .pricing .tables .tab:last-child
            {
                padding-bottom: 0px;
            }
        }
        .pricing .white
        {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }
        
        /*.pricing .white:hover {
  background: #5e027f; }*/
        
        /*.pricing .white:hover li {
  color: #fff;
  font-weight: 300; }*/
        
        .pricing .blue
        {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }
        
        .pricing .blue:hover
        {
            background: #e3b935;
        }
        
        .pricing .blue:hover li
        {
            color: #fff;
            font-weight: 300;
        }
        
        .container .premium
        {
            background: #5e027f;
        }
        
        .container .premium:hover
        {
            background: #e3b935;
        }
        
        .container .standard
        {
            background: #e3b935;
        }
        
        .container .standard:hover
        {
            background: #5e027f;
        }
  
  


/* Live Rates */

.bg_Logo
{
   /*background: linear-gradient(rgba(6, 20, 49, 0.85), rgb(6, 20, 49)), url(../images/mnk_images/favicon.jpg) center 69% no-repeat;*/
   /*background: linear-gradient(rgba(60, 60, 60, 0.80), rgb(60, 60, 60)), url(../images/mnk_images/bgImage.png) center 21% no-repeat;*/
   background: linear-gradient(rgba(0, 0, 0, 0.70), rgb(0, 0, 0)), url(../images/mnk_images/bgImage.png) center 21% no-repeat;
}

table.Gold_silver_INR tr td {
    padding: 5px 0;
    font-size: 20px;
    /*font-weight: 600;*/
    /*font-family: "Arial Black", Gadget, sans-serif;*/
}
        
td.Gold_Silver_INR_Label {
    padding-bottom: 0px;
}
        
.Label
{
    color:#ad9562;
}
        
table.For_table tr td
{
    padding: 5px 0;
    font-size: 26px;
    /*font-weight: 600;*/
}
        
td.For_table {
    padding-bottom: 0px;
}
        
        
td.Buy_Price_Label, td.Sell_Price_Label {
    font-size: 10px !important;
    font-weight: 400 !important;
    padding: 0px !important;
    color:#FF8888;
}

/* End Live Rates */




/* Start Other Css */
.aboutt_p
{
    max-width: 100% !Important;
    text-align: justify;
}
/* End Other Css */








/* Bootstrap Classes */

.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media (min-width:768px){
   
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:992px){
    
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1200px){
  
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}




