.header{
  padding: 0;
}
.header img{
    /* background: red; */
    height: 113px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/* .headerimg{
    background-image: url("assets/eheader.jpg");
} */

.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 30px;
    word-spacing: 5px;
    font-weight: 600;
    /* font-family: Lucida Calligraphy; */
  }

  .centered1 {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    word-spacing: 5px;
    font-weight: 600;
  }

  .centered2 {
    position: absolute;
    top: 7%;
    left: 13%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 30px;
    word-spacing: 5px;
    font-weight: 600;
  }


  .subhead{
    text-align: center;
    background: #159FBF;
    padding: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
  }

  .error{
    background: #F8D7DA;
    padding: 5px;
    font-size: 16px;
    color: #842029;
    text-align: center;
  }

  .etranspgi img{
    margin-top: 5px;
    width: 600px;
    height: 550px;
  }

  .payment-details{
    height: 100%;
    background: #fff;
    width: 95%;
    margin: auto;
    box-shadow: 2px 2px 10px grey;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
  }
  
 /*  .topSection{
  	margin-top: 10px;
  } */

  .disclaimer{
    /* border: 1px solid #e8e8e8; */
    margin-top:11px;
    border-radius: 5px;
    padding:9px 10px;
    padding-left: 35px;
}

@media screen and (max-width:576px){
  .payment-details{
    width: 100%;
  }
  .etranspgi img{
    width: 100%;
    height: 45vh;
  }
  .centered {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 18px;
    word-spacing: 5px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  .centered1 {
    position: absolute;
    text-align: center;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    word-spacing: 5px;
    font-weight: 600;
  }
  .centered2 img{
    width: 68px;
  }
  .header img{
    height: 100px;
  }

}
@media (max-width: 767px) {  .centered1 {
  position: absolute;
  text-align: center;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  word-spacing: 5px;
  font-weight: 600;
}}



/* @media only screen and (max-width: 760px) and (min-width: 320px)  {
  .centered1 {
    position: absolute;
    text-align: center;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    word-spacing: 5px;
    font-weight: 600;
}

.centered {
  position: absolute;
  top: 5%;
  left: 54%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 13px;
  word-spacing: 5px;
  font-weight: 600;
}

.etranspgi img {

  height: auto;
}
} */

/* .container-fluid
{
  padding: 0px;
} */


/* .footer{
  padding: 0;
}
.footer img{
    height: 92px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.copyright {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 15px;
  word-spacing: 5px;
  font-weight: 600;
} */

/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
	
	
.inputtxt {
    display : flex;
}
.inputtxt .select{
	margin: auto;
}

.col-sm-12 {
    width: 24%;
}

}
