  *{
    margin: 0;
    padding: 0;
    outline: 0;
  }
img{
  border: none;

}
a{
  text-decoration: none;

}


      .table td, .table th {
        padding: 5px;
        vertical-align: top;
        border-top: .5px solid #f1f1f1;
      }
      .table thead th {
  vertical-align: bottom;
   border-bottom: none; 
  background: green;
  color: #fff;
  text-align: center;;
}
      
.card {
  
  background: #fff;
  background-clip: border-box;
  border: none;
  border-radius: none;
  
}
.card-header {
   padding: .75rem 1.25rem; 
    margin: 0;
   background-color: #fff; 
   border-bottom: .5px solid #f1f1f1; 
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.igl_btn{
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  background: green;
}
.igl_btn:hover, .igl_btn:focus {
  color: #fff;

}
.scrol{
  overflow-x: scroll;
}

    .padding{
        width:2px;
        text-align: center;
      }
     .calculatior {
  position: fixed;
  right: -35px;
  top: 40%;
  content: '';
  height: 20px;
  width: 100px;
}
.calculatior .h4 {
  position: absolute;
  background: green;
  width: 100px;
  transform: rotate(-91deg);
  padding: 10px 7px;
  text-align: center;
  border-radius: 5px;
  color:#fff;
  cursor: pointer;
}
.calculeter-body {
  position: absolute;
  top: 0;
  left: 0;
  content: '';


}
.calculatior #cal_details{

   position: absolute;
  background: green;
  width: 100px;
  transform: rotate(-91deg);
  padding: 10px 7px;
  text-align: center;
  border-radius: 5px;
  color:#fff;
  cursor: pointer;
 }
  .padding{
        width:2px;
        text-align: center;
      }
     .calculatior {
  position: fixed;
  right: -35px;
  top: 50%;
  content: '';
  height: 30px;
  width: 100px;
}
/*body{
  overflow-y: hidden;
}*/