.emi-offer-banner{ padding:0px; background-color: #efefef;}
.emi-offer-banner-mobile{ padding:0px; background-color: #efefef;}
.thankyou-msg{padding-top:30%; text-align:center;}

* {
margin: auto;
padding: 0;
box-sizing: border-box;
}

body {
font-family: arial;
font-weight: 200;
font-size: 12px;
line-height: 30px;
height: 100%;
margin: 0;
padding: 0;
color: #494343;
background-color: #efefef;
}

.container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/website/images/EMI_Background.jpg");
  background-size:100% 100%;
  background-repeat: no-repeat;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact select,
#contact button[type="submit"] {
      border: 1px solid #ccc;
      background: #FFF;
      margin-bottom: 0.8em;
    padding: 0.8em;
      /*font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;*/
}
.form-fields{
	display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #229C9D;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #a9a9a9;
    border-radius: 0px;
    font-size: 1.2em;
    font-weight: 400;
    box-shadow: none !important;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#contact {
  padding: 25px 0;
  text-align: center;
  width: 80%;
  margin: 0px auto;
}

#contact h3 {
  display: block;
  font-size: 2em;
  font-weight: 400;
  color: #494444;
  text-align: center;
  margin-bottom: 1em;
}

#contact h4 {
margin: 5px 0 15px;
display: block;
font-size: 13px;
font-weight: 400;
}

table{width:100%;border-collapse: collapse;}
table  th {
    background: #28347c;
    color: white;
    text-align: center;width: 20%;
    word-wrap: break-word;
}
th, td {
    padding: 5px; line-height: 18px;
}
table tr {text-align: center;}
table td {border :1px solid grey;font-size: 14px;}
#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f5a634;
    color: #ffffff;
    margin: 15px 0;
	padding: 1em;
    font-size: 1.3em;
    font-weight: bold;
}
html{
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y:hidden;
       }
.clssubmitrequest
{
font-size: 24px;
color: green;
font-weight: bold;
margin-top: 5%;
}
.emi-form{float: left; background-color: #efefef;}
@media only screen and (min-width: 320px) and (max-width: 998px) {.emi-offer-banner{display:none;}.thankyou-msg{padding-top:10%;}#contact button[type="submit"] {width:100%;} #contact{width:100%;}}
@media only screen and (min-width : 999px) {.emi-offer-banner-mobile{display:none;}}