tr/*Common Styles*/
p,
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Calibri", "Times New Roman";
  
}
h6{
	text-align:center;
	font-weight:bold;
}
.ml{
	margin-left:-500px;
}
.mr{
	margin-right:-500px;
}
.ml-400{
	margin-left:-400px;
}
.mr-400{
	margin-right:-400px;
}
tr.d0 td {
  background-color: #84D7F9;
  color: black;
}
tr.d1 td {
  background-color: #D0EBF4;
  color: black;
}

.vertical-space-1 {
  margin-top: 15px;
}

.vertical-space-2 {
  margin-top: 20px;
}

.vertical-space-3 {
  margin-top: 15px;
}

.vertical-space-4 {
  margin-top: 12px;
}

.vertical-space-5 {
  margin-top: 8px;
}

.vertical-space-6 {
  margin-top: 4px;
}
.vertical-space-7 {
  margin-top: 25px;
}

/*Used by jquery validation plugin*/
label.error {
  color: #ff0000;
}

/*Page Specific Styles*/

.icon-bar {
  width: 100%;
  background-color: #0ca5e5;
  display: inline-block;
}

.mid-img-cont {
  background-color: #f6f6f6;
  color: #000000;
  padding: 60px 0;
}

.head-img-cont {
  background-color: #0ca5e5;
  color: #fff;
  padding: 0;
}

.head-img-cont-desc {
  display: inline-block;
  width: 105px;
  padding: 10px;
  text-align: center;
}

.bill-payment .head-img-cont-desc {
  width: 200px;
  padding: 25px;
}

.head-img-cont-desc-title {
  font-weight: 400;
  font-size: 12px;
}

.bill-payment .head-img-cont-desc-title {
  font-weight: 400;
  font-size: 18px;
}

.bill-payment-details-tbl {
  font-family: "Myriad Pro", "Calibri", "Times New Roman";
  border-collapse: collapse;
  width: 100%;
  margin:0 auto;
  table-layout:fixed;
}

.bill-payment-details-tbl td,
th,
tr {
  border: 1px solid #434242;
  text-align: left;
  padding: 4px;
}

.bill-payment-details-tbl.b {
  font-family: "Myriad Pro", "Calibri", "Times New Roman";
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.bill-payment-details-tbl.b td,
th,
tr {
  border: 1px solid #DCDCDC;
  text-align: left;
  padding: 4px;
}
.bill-payment-details-tbl.b {
  table-layout: fixed;
  width: 100%;
  margin-top: 15px;
}

.bill-payment-details-tbl.d {
  font-family: "Myriad Pro", "Calibri", "Times New Roman";
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.bill-payment-details-tbl.d td,
th,
tr {
  border: 1px solid #DCDCDC;
  text-align: left;
  padding: 4px;
}
.bill-payment-details-tbl.d {
  table-layout: fixed;
  width: 100%;
  margin-top: 15px;
}

.bill-payment-details-tbl.c {
  font-family: "Myriad Pro", "Calibri", "Times New Roman";
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

.bill-payment-details-tbl.c td,
th,
tr {
  border: 1px solid #434242;
  text-align: left;
  padding: 4px;
}
.bill-payment-details-tbl.c {
  table-layout: fixed;
  width: 100%;
}

.footer-section {
  background-color: #292075;
}

.header-tabs li a {
  color: #000;
}

.footer-tabs li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.form-control1{   
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	<!---Added for Loan API-->
	 .loanCheckoutBtn{
	 color: #fff;
    background-color: #000061;
    border-color: #000061;
}
.checkoutMainBg{
	background-image: url(../images/bg.jpg);
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}
.checkoutForm{
	margin-top: 30px;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.20), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 30px 50px;
    
}
.sbiLogoRow{
	width: 100%;
	margin-bottom: 50px;
}
.sbiLogoRow img {
    display: block;
    margin-right: auto;
    /* width: 188px;
    height: 40px; */
}
.checkoutTitle {
    text-align: center;
    color: #000061;
    font-size: 30px;
    width: 100%;
    font-weight: 500;
    line-height: 1.2;
}
.margin0Auto{
margin: 15px auto 0 auto;
}
/* .loanCollectDetailsTable{
max-width: 100%;} */
.loanCollectDetailsTable tr.d0 td {
   background-color: rgb(255, 255, 255);
   color: black;
}
.margin30Auto{
margin:30px auto 0 auto;
padding:5px;
margin-top:30px;
width:70%
}
.p-t-100{
    padding-top: 100px;
}
.checkoutTitle.loanApiTitleNew{
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 0.5rem;
}
 body.loanAPIRegister{
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.loanCollectDetailsTable label {
  word-break: break-all;
}
.loanCollectDetailsTable label, .pdfmain label, .pdfmain td, .pdfmain input  {
  margin-bottom: 0;
}
.loanAPIRegister label{
  margin-bottom: 8px;
}
.loanAPIRegister input {
  margin-bottom: 0px;
}
.loanAPIRegister .form-group {
  margin-bottom: 1.2rem;
}
.submitbtn {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}
.submitbtn button {
  width: 120px;
  margin: 0 10px;
}
/*-----------Mobile Media query start---------*/
@media only screen and (min-width: 200px) and (max-width:700px) {
  .checkoutForm {
    margin: 0 10px;
}
.checkoutMainBg {
  background-position: right;
  overflow: auto;
}
.checkoutTitle.loanApiTitleNew{
  font-size: 24px;
}
.responsive .fullWidth{
  flex: 0 0 100%;
  max-width: 100%;
}
.submitbtn .btn {
  margin: 0 5px;
  width: auto;
  font-size: 12px !important;
  line-height: 35px !important;
}
.sbiLogoRow {
  margin-bottom: 30px;
}
.loanCollectDetailsTable label, .pdfmain label, .pdfmain td, .pdfmain input {
  font-size: 10px !important;
  word-break: break-all;
}
.btn--blue {
  font-size: 12px !important;
  line-height: 35px !important;
  padding: 0 17px !important;
  margin-bottom: 5px;
  width: auto;
}
.p-t-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sbiLogoRow img {
  margin-left: 0 !important;
}
.errorHeight{
  line-height: 1 !important;
}
.captchaPadLeft{
  padding-left: 0 !important;
}
.pdfmain .savePdfFormat label{
  font-size: 11px !important;
  background: rgba(255, 255, 255, 0.69);
}
.captchaMB{
		margin-bottom: 0.5rem !important;
	}
}

/*-----------Mobile Media query end---------*/
/*-----------Ipad Media query start---------*/
@media only screen and (min-width: 701px) and (max-width:900px) {
  .checkoutMainBg {
      background-position: right;
      overflow: auto;
  }
  .p-t-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .responsive .fullWidth{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    width: 720px;
}
.captchaPadLeft{
  padding-left: 0 !important;
}
  }
  /*-----------Ipad Media query end---------*/
  /*-----------iphone Media query start---------*/
@media only screen and (min-width: 200px) and (max-width:400px) {
  .loanCollectDetailsTable label, .pdfmain label, .pdfmain td, .pdfmain input  {
    font-size: 10px !important;
    word-break: break-all;
    margin-bottom: 0;
  }
  .checkoutForm{
    padding: 10px 15px 50px;
  }
  .pdfmain .savePdfFormat label{
    font-size: 11px !important;
    background: rgba(255, 255, 255, 0.69);
  }
  .captchaMB{
		margin-bottom: 0.5rem !important;
	}
  }
  /*-----------iphone Media query end---------*/
    /*-----------iphone Media query start---------*/
    @media only screen and (min-width: 200px) and (max-width:365px) {
      .loanCollectDetailsTable label, .pdfmain label, .pdfmain td, .pdfmain input  {
        font-size: 9px !important;
      }
      .pdfmain .savePdfFormat label{
        font-size: 11px !important;
        background: rgba(255, 255, 255, 0.69);
      }
	  .captchaMB{
		margin-bottom: 0.5rem !important;
	}
    }
      /*-----------iphone Media query end---------*/
      @media (min-width: 1200px){
        .container {
          max-width: 1140px;
        }
      }
      /*-------------Remaining screen start---------*/
      @media only screen and (min-width: 200px) and (max-width:1800px) {
        .checkoutMainBg {
          overflow: auto;
        }
        .p-t-100 {
          padding-top: 50px;
          padding-bottom: 50px;
        }
      }
      /*-------------Remaining screen start---------*/