.g-form-mt {
    padding-top: 260px;
}

.loadingProgress{
	position: fixed;
    right: 101px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgb(255, 255, 255); */
    z-index: 30001;
    opacity: 0.8;
}

.booking-invoice {
    background-color: rgb(255, 255, 255);
    color: #000000;
}

.t1 {
    -moz-tab-size: 4; /* Firefox */
    tab-size: 4;
}

/* 
.loader-progress{
    display: block; 
    margin: 0 auto; 
    width: 50%; 
    max-width: 400px; 
}

@media (max-width: 600px) {
    .loader-progress {
      width: 75%; 
    }
  }   */