 body{
    margin:0;
}
#page-wrap{
  
}
.divhead {
   
    text-align: center;
    border: 1px black solid;
}
.div-table{
    display: inline-flex;
    border: 1px black solid;
}
.branch-table{
  width:100%;
    display: table;
    overflow-x: auto;
    text-transform: capitalize;
    position: absolute;
    text-align: justify;
    border-collapse: collapse;
    border:1px solid;
}
table,th,td{
    border: 1px black solid;
    
}
#a-color{
    color:black;
}
#hide{
    /*display:none;*/
}
tr{
  height:29px;  
  border:1px solid;
}
th{
    background: aquamarine;
}

@media only screen and (max-width: 768px) {
   .h3-heading {
 font-size:20px;   
}
.hide{
    display:none;
}
 #td-upercase{
      text-transform: uppercase;
  }
.div-table{
  position: relative;
}
.branch-table, td th{
    width:100%;
    font-size: 10px;
    font-weight:500;
    position: relative;
}
 tr{
     border:solid;
     width:auto;
   
 }
 #a-color{
     color: blue;
    font-size: 17px;
    font-weight: 600;
 }
}