.logo{
overflow:visible;
}
.contact-heading { 
    background: #181818;
	}
*,body,html{
    /* font-family: 'Lato';*/
  }
  .popup-terms-conditions{
display:none;
transform:scale(0);
background:rgba(0,0,0,0.75);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.popup-terms-conditions.show{
display:block;
transform:scale(1);

}
.container-terms-condition
{
    height: 100%;
    width:100%;
    max-width: 1200px;
    margin: auto;
    padding: 25px;
    position: relative;
}
.history-wrapper
{
    background: white;
    height: 100%;
    overflow: hidden;
   /* box-shadow: 0 0 10px #797878;*/
    padding: 25px;
}
.history-wrapper_wrap_inner
{
    height: 100%;
    overflow-y: scroll;
    padding-right: 10px;
}
.extra-wrap h2.post-title.heading-title{
margin:0;
}
.child-heading{
margin-bottom:5px;
}
.extra-wrap p{
margin-bottom:10px;
}
.close-btn-terms-conditions{width: 34px;height: 34px;background: #fff;position: absolute;top: 7px;color: #8c8c8c;font-size: 28px;text-align: center;border-radius: 50%;line-height: 28px;border: 2px solid #909090;right: 10px;box-shadow: 0 0 10px #797878;cursor:pointer;}



.invoice-table {
    font-size: 12px;
    border-top: 2px solid #dee2e6;
}
.table td, .table th {
    vertical-align: middle;
    padding: 5px 10px;
    border: 2px solid #dee2e6;
}














.terms-conditons-para p{
margin-bottom:10px;
}
.terms-conditons-para{margin-top: 25px;}
.steb-speci p{
margin-bottom:5px;
}
.steb-speci{
margin-bottom:20px;
}
.invoice-list {
    padding-left: 25px;
    margin-bottom: 20px;
    text-align:justify;
}
.invoice-list li {
    margin-bottom: 8px;
    list-style: decimal-leading-zero;
    font-size: 14px;
}








/* width */
.custom-scroll::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
  background: #d8d8d8;
}
 
/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}