.tab-tr
{
    border: 1px solid gold !important;
    /*border-spacing: 15px 15px;
    border-radius: 30px;
    border-collapse: separate;
    border-spacing: 0 0.5em;*/
    
    
}


.btn-black {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #FFF;
    background-color: #2E2A2B;
    border-color: #060606;
}

.btn-black:hover
{
    color:#FFF;
}

 
.tab-tr1 {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
    border: 1px solid gold !important;
    border-right: 0px solid gold !important;
    
}

.tab-tr2 {
    border: 1px solid gold !important;
    border-left: 0px solid gold !important;
    border-right: 0px solid gold !important;
    font-weight: 600;
}

.tab-tr3 {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
    border: 1px solid gold !important;
    border-left: 0px solid gold !important;
    font-weight: 600;
}

.pad
{
    padding: 2px !important;
}
.live-tab
{
    width: 100%;
    /*background-color:#000;*/
    color:gold;
    padding:2px !important;
}

.bg-th
{
    background-color: gold;

    color: #000;
}
 ul li a
{
    color:#000 !important;
    }
.dropdownbtn1
{
    color: #000000;
    padding: 15px;
    
}
.dropdownbtn2
{
    color: #000000;
    padding: 15px;
}

.hr_Class
{
    border-top: 2px solid #eee;
    width: 74%;
}




@media only screen and (max-width: 550px)
{
    
    .timeline-p {
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }
    
    .dropdownbtn1
    {
        padding: 30px !important;
    }
    .dropdownbtn2
    {
        padding: 30px !important;
    }
    .sectionn
    {
       padding: 0px 0;
    }
    .GCSC_rates
    {
        font-size: 12px !Important;
    }
    
    
     .Time_Head li
    {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        color: #FFF;
        /* margin: 7px 0; */
        margin: 10px 10px;
    }
    
    .Time_Head
    {
        margin-bottom: 0px;
    }
    
        
    i.fa.fa-android {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #74c043;
        color: #FFF;
    }
    
    i.fa.fa-apple {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #6c6c6c;
        color: #FFF;
    }
    
   
}

@media only screen and (min-width: 551px)
{
    .pad_header
    {
        padding-top: 20px;
    } 
    .sectionn
    {
       padding: 30px 0;
    }
    
    .Time_Head li
    {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        color: #FFF;
        /* margin: 7px 0; */
        margin: 10px 10px;
    }
    
    .Time_Head
    {
        margin-bottom: 0px;
    }
    
        
    i.fa.fa-android {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #74c043;
        color: #FFF;
    }
    
    i.fa.fa-apple {
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0px 0px 2px #888;
        padding: 0.5em 0.6em;
        background: #6c6c6c;
        color: #FFF;
    }
    

}



.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
     0% {
        background-color: #ffcc00;
        box-shadow: 0 0 0px #ffcc00;
    }
    50% {
        background-color: #805432;
        box-shadow: 0 0 0px #805432;
    }
    100% {
        background-color: #2f1600;
        box-shadow: 0 0 0px #2f1600;
    }
}


@media only screen and (max-width: 550px)
{
    
   td.ratevalue1 {
        font-size: 12px !Important;
    }
    
    th.ratevalue {
        font-size: 10px !Important;
    }
    
    td.ratevalue2 {
        font-size: 16px !Important;
    }
    
    td.ratevalue4 {
        font-size: 16px !Important;
    }
    
    td.ratevalue3 {
        font-size: 16px !Important;
    }
   
}