.invoice_container{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  height: 100vh;
  display: inline-block;
  margin-top: 10vh;
}
.invoice_header{
  float: left;
  width: 100%;

}
.header-image{
  width: 120px;
  height: 100px;
  object-fit: cover;
}
.invoice_header_left{
  float: left;

  display: inline-block;
}
.invoice_header_right{
 float: right;
 display: inline-block;
}
.invoice_name{
  text-align: center;
}
.invoice_banner{
 width: 100%;
 margin-left: 0%;
 background: #0B5E54 !important;
 margin: 4vh 0px 0vh 0px;
 padding: 3vh 4%;
 color: #fff;
}
.invoice_banner_left{
  width: 50%;
  display: inline-block;
  padding-right: 5%;
  border-right: 1px solid #85AEAA;
}
.invoice_banner_left_top{
  font-size: 19px;
  font-weight: 600;
}
.invoice_banner_left_bottom{
  font-size: 14px;
  font-weight: 400;
  margin-top: 2vh;
}
.invoice_banner_right{
  width: 45%;
  display: inline-block;
  padding-left: 5%;
}
.invoice_banner_box{
  width: 100%;
  margin-bottom: 1vh;
}
.invoice_banner_box_span_one{
  float: left;
  font-size: 12px;
  font-weight: 400;
}
.invoice_banner_box_span_two{
  font-size: 12px;
  font-weight: 600;
  margin-left: 2%;
}
.invoice_inv{
  float: right;
  padding: 2vh 2%;
  background-color: #FCFEE7;
}
.invoice_inv_left{
  float: left;
}
.invoice_inv_right{
  float: right;
  margin-left: 40px;
}
.table_head{
  float: left;
  width: 100%;
  padding: 2vh 0% 1vh 0%;
  margin-top: 2vh;
  border-bottom: 1px solid #222;
}
.table_head_one{
 width: 24%;
 display: inline-block;
 text-align: center;

}
.table_head_text{
  font-size: 17px;
  font-weight: 400;

}


.table_content{
  float: left;
  width: 100%;
  padding: 1.5vh 0% 1.5vh 0%;
  margin-top: 0.5vh;
  background-color: #EEF7F5;
}
.table_content_one{
 width: 24%;
 display: inline-block;
 text-align: center;

}
.table_content_text{
  font-size: 17px;
  font-weight: 600;

}

.total_box{
  float: right;
  border: 1px solid #d3d3d3;
  width: 39%;
}
.total_box_top{
  float: left;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}
.total_box_top2{
  float: left;
  width: 100%;
}
.total_box_top_left{
  border-right: 1px solid #d3d3d3;
  display: inline-block;
  padding: 1vh 0px 1vh 2%;
  width: 30%;
}
.invoice_bottom_top_text{
  font-size: 18px;
  font-weight: 500;
}
.invoice_bottom_b_text{
  font-size: 16px;
  font-weight: 400;
  color: #0B5E54;
;
}
.total_box_top_right{
  display: inline-block;
  padding: 1vh 0px;
  width: 60%;
}
.invoice_bottom{
   width: 100%;
   float: left;
   margin-top: 7vh;
}
.invoice_bottom_top{
   width: 40%;
   float: left;

}
.invoice_bottom_bottom{
   width: 60%;
   float: right;
   text-align: right;
   padding-top: 3vh;
}

















