.btx_col{
    color:white;
    border-radius:25px;
    background-color:red;
border-color: red;

}


.btx_col:hover {
    color:white;
    border-radius:25px;
    background-color:#bf1818;
border-color: #bf1818;

}

.frm_tag{
   
    
}


.btx_colx{
    color:white;
   
    background-color:red;
border-color: red;

}

.btx_colx:hover {
    color:white;
    
    background-color:#bf1818;
border-color: #bf1818;

}



    
.ras{float:left;
list-style:none;
margin-top:-3px;
padding:0;
width:100%;
position: absolute;
z-index:99;

font-size:12px;

}
.ras li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;width:auto;border-radius:15px;height:50%;}
.ras li:hover{background:#ece3d2;cursor: pointer;}
.nap{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}



@media only screen and (max-width: 2048px) {
    .tabber{
    width:1500px;
}

.mink{
    width:auto;
}
    
}    


@media only screen and (max-width: 1366px) {
    .tabber{
    width:900px;
}
    .mink{
    width:auto;
}
}    


@media only screen and (max-width: 768px) {
.ras{float:left;
list-style:none;
margin-top:-3px;
padding:0;
width:75%;
position: absolute;
z-index:99;

}


.mobv{
    margin-left:55px;
}



.tabber{
    width:auto;
}

.mink{
    width:150px;
}
}

@media only screen and (max-width: 320px) {
.ras{float:left;
list-style:none;
margin-top:-3px;
padding:0;
width:55%;
position: absolute;
z-index:99;

}


.tabber{
    width:auto;
}
.mink{
    width:100px;
}
}



#upBTN {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #a3160d;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 25px;
}

#upBTN:hover {
  background-color: #555;
}



.dash_heads{
    
    color:white;
    border-radius:15px;
    background-color:#007f3a;
    color:white;
    
}













