/* button color for primary button */
/* equal to 14px */
/* new cars related */
.bold-font {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.nav-tablecell {
  list-style: none;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  float: none;
}
.stepList {
  margin-bottom: -100%;
  margin: 50px 0;
  padding-bottom: 100%;
  position: relative;
}
.stepList h1 {
  font-size: 16px;
  padding: 0 15px;
}
.stepList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.stepList ul li {
  border-bottom: 1px solid #ddd;
  color: #7c7c7c;
  font-size: 14px;
  padding: 15px 20px;
  white-space: nowrap;
}
.stepList ul li.active {
  color: #008bcf;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.stepList ul li i {
  display: none;
}
.stepList ul li.completed {
  color: #001824;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.stepList ul li.completed i {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(19deg);
  -moz-transform: rotate(19deg);
  -ms-transform: rotate(19deg);
  -o-transform: rotate(19deg);
}
.stepList .poweredBy {
  bottom: 0;
  padding: 15px 20px;
  position: absolute;
}
.stepList .poweredBy span {
  color: #7c7c7c;
  font-size: 14px;
}
.stepDesc {
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin: 50px 0;
  padding: 20px;
}
.stepDesc h1 {
  border-bottom: 1px solid #ddd;
  font-size: 23px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.stepDesc .inputField {
  float: left;
  height: 80px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}
.stepDesc .inputField .workExp {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  display: inline-block;
  height: 38px;
  position: relative;
  width: 49.2%;
}
.stepDesc .inputField .workExp i {
  bottom: 8px;
  position: absolute;
}
.stepDesc .inputField .workExp select {
  -webkit-appearance: none;
  border-color: transparent;
  height: 100%;
  padding: 4px 10px;
  width: 100%;
}
.stepDesc .inputField .workExp select.error {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stepDesc .inputField .workExp:first-of-type {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
.stepDesc .inputField .workExp:first-of-type .error {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
.stepDesc .inputField .workExp:last-of-type {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stepDesc .inputField .workExp:last-of-type .error {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 0;
}
.stepDesc .inputField .checkbox {
  display: inline-block;
  width: initial;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .stepDesc .inputField .checkbox {
    vertical-align: initial;
  }
}
.stepDesc .inputField .line {
  color: #7c7c7c;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  width: 70%;
}
.stepDesc .inputField .fieldHeading {
  color: #666666;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.stepDesc .inputField input {
  background-color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  padding: 7px 10px;
  width: 100%;
  font-size: 14px;
  height: 38px;
}
.stepDesc .inputField input.error {
  background: #fff1f3;
  border: 1px solid #BE001F;
  color: #BE001F;
}
.stepDesc .inputField input.defaultCursor {
  cursor: default;
}
.stepDesc .inputField input:disabled {
  background: #ddd;
}
.stepDesc .inputField select.error {
  background: #fff1f3;
  border: 1px solid #BE001F;
  color: #BE001F;
}
.stepDesc .inputField ul {
  max-height: 200px;
  overflow: scroll;
  width: 100%;
}
.stepDesc .inputField ul li {
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
}
.stepDesc .inputField ul li:hover {
  background-color: #e6e6e6;
}
@media (min-width: 767px) {
  .stepDesc .inputField ul {
    left: 15px;
    top: 80%;
    width: 92%;
  }
}
@media (max-width: 767px) {
  .stepDesc .inputField ul {
    top: 75%;
  }
}
.stepDesc .inputField i {
  bottom: 30px;
  color: #7c7c7c;
  float: right;
  font-size: 21px;
  position: relative;
  right: 10px;
}
.stepDesc .inputField i:before {
  font-weight: bold;
}
.stepDesc .inputField i.icon-basic_magnifier {
  font-size: 18px;
}
.stepDesc .inputField .twoRadios {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 7px 0;
  width: 49%;
  text-align: center;
}
.stepDesc .inputField .twoRadios:first-of-type {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 0;
}
.stepDesc .inputField .twoRadios:last-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stepDesc .inputField .twoRadios input {
  height: inherit;
  width: 20%;
}
.stepDesc .inputField .twoRadios label {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .stepDesc .inputField {
    height: 90px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .stepDesc .inputField .fieldHeading {
    font-size: 14px;
  }
}
.stepDesc .inputField .autocomplete-div {
  position: absolute;
  width: 91%;
  z-index: 9;
}
.stepDesc .inputField .autocomplete-div ul {
  border: 1px solid #ddd;
  width: 100%;
  left: 0;
}
.stepDesc .inputField .autocomplete-div ul p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stepDesc .inputField .autocomplete-div {
    width: 100%;
  }
}
.stepDesc .inputField .dateDiv {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 7px 10px;
  text-align: left;
}
.stepDesc .inputField .dateDiv select.date {
  -webkit-appearance: none;
  border: 0;
  margin-right: 5px;
}
.stepDesc .inputField .dateDiv.error {
  background: #fff1f3;
  border: 1px solid #BE001F;
  color: #BE001F;
}
.stepDesc .inputField .dateDiv .downArrow {
  margin-right: 11px;
  vertical-align: sub;
}
.stepDesc .inputField .dateDiv .separation {
  color: #bbbbbb;
  margin-right: 15px;
}
.stepDesc .inputField select[name="emitoPay"] {
  -webkit-appearance: none;
  border-color: #ddd;
  border-radius: 3px;
  height: 38px;
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .stepDesc .bottomCTAs {
    padding: 0;
  }
}
.stepDesc .continueBTN {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 18px;
  padding: 10px 0;
}
.stepDesc .backBTN {
  color: #bbbbbb;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.stepDesc .backBTN i {
  font-size: 25px;
  position: relative;
  top: 4px;
}
.stepDesc .backBTN i:before {
  font-weight: bold;
}
.stepDesc .nextBTN {
  float: right;
  font-size: 16px;
  padding: 1px 30px 6px;
}
.stepDesc .nextBTN i {
  font-size: 25px;
  left: 7px;
  position: relative;
  top: 4px;
}
.stepDesc .nextBTN i:before {
  font-weight: bold;
}
@media (max-width: 767px) {
  .stepDesc {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .noPad {
    padding-left: 0;
    padding-right: 0;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hourglass {
  background-image: url(../../../public/images/carsPapLight/papLight.png);
  background-position: -428px -1px;
  width: 48px;
  height: 86px;
}
@media (max-width: 767px) {
  .hourglass {
    position: relative;
    left: 33%;
    top: -13px;
  }
}
.pre-Filled-sec {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  left: 0;
  padding: 25px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999;
}
.pre-Filled-sec p {
  margin: 0 30px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .pre-Filled-sec p {
    display: inline-block;
  }
}
.pre-Filled-sec span {
  margin-right: 60px;
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pre-Filled-sec span {
    font-family: 'ProximaNova-Semibold', sans-serif;
    bottom: 10px;
    font-size: 15px;
    margin-right: 0;
    position: relative;
  }
}
.pre-Filled-sec .hollow-btn {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.pre-Filled-sec .hollow-btn:hover {
  border: 1px solid #008bcf;
  background: #008bcf;
}
.pre-Filled-sec .btn {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
@media (max-width: 767px) {
  .pre-Filled-sec .btn {
    font-size: 12px;
  }
}
.pre-Filled-sec .continue {
  background: #3c9f3a;
  color: #ffffff;
  border-style: none;
}
.pre-Filled-sec .mr15 {
  margin-right: 15px;
}
.layer-up {
  background: url(/images/car/hdfc_banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 56px 80px;
}
@media (max-width: 767px) {
  .layer-up {
    background: url(/images/car/hdfc_banner_xs.png) no-repeat;
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .layer-up {
    padding: 25px 0 10px;
  }
}
.layer-up .headerInfo {
  max-width: 610px;
  margin: 0px auto;
  float: right;
  margin-right: 35px;
}
.layer-up h1 {
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
}
.layer-up p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
@media (max-width: 767px) {
  .layer-up p {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    margin: -25px -50px 0 -15px;
    font-size: 16px;
    padding: 10px;
  }
}
.testimonials .panel-body {
  cursor: pointer;
  min-height: 374px;
}
.testimonials .qcolor {
  font-size: 30px;
}
.testimonials h2 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .testimonials h2 {
    margin-top: 20px;
  }
}
.testimonials h2:before {
  content: '';
  border-bottom: 4px solid #F4CB3D;
  display: block;
  width: 5%;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  .testimonials h2:before {
    width: 10%;
  }
}
.testimonials p {
  font-size: 16px;
}
.testimonials .carousel {
  border: 1px solid #ddd;
  min-height: 208px;
  background: #ffffff;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.testimonials .carousel i {
  border: 1px solid #ddd;
  width: 120px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  margin-bottom: -49px;
  top: -90px;
  position: relative;
  height: 120px;
  background: #ffffff;
}
.testimonials .carousel i:before {
  position: relative;
  top: 38px;
  font-size: 40px;
  left: 5px;
}
.testimonials .carousel-indicators {
  bottom: -45px;
}
.testimonials .carousel-indicators li {
  color: #ddd;
  background: #eee;
}
.testimonials .carousel-indicators .active {
  background: #008bcf;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.clearfix {
  clear: both;
}
.customertestimonials {
  margin: 40px auto 0;
}
.customertestimonials h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
.customertestimonials h2:before {
  content: '';
  border-bottom: 4px solid #F4CB3D;
  display: block;
  width: 5%;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
@media (max-width: 767px) {
  .customertestimonials h2:before {
    width: 10%;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .customertestimonials ul {
    padding: 0;
  }
}
.background-color {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .background-color {
    padding: 20px 0;
  }
}
.loan-benefits {
  background-image: url(/images/car/hdfc_carloan_sprite.png);
  height: 160px;
  width: 222px;
  margin: 0px auto;
}
.spt1 {
  background-position: 0 0;
}
.spt2 {
  background-position: -250px 0;
}
.spt3 {
  background-position: -500px 0;
}
.spt4 {
  background-position: -33px -178px;
  width: 156px;
  height: 30px;
}
.panels-faq .panel-body {
  padding: 10px;
  padding-left: 50px;
}
.panels-faq h4 {
  margin-bottom: 0;
  color: #333;
}
.panels-faq .ques {
  color: #333;
  position: relative;
  font-weight: bold;
}
.panels-faq .ques:before {
  content: "Q";
  color: #F4CB3D;
  font-size: 21px;
  position: absolute;
  left: -35px;
  top: -5px;
}
.faq-list a {
  border-style: none;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 15px;
}
.faq-list .list-group-item.active,
.faq-list .list-group-item.active:focus,
.faq-list .list-group-item.active:hover {
  background: #ffffff;
  border: 1px solid #ddd;
  border-left: 4px solid #F4CB3D;
  color: #7c7c7c;
  box-shadow: none;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.list-group {
  background: transparent;
  border-style: none;
  box-shadow: none;
}
.list-group:hover {
  box-shadow: none;
}
.list-group .list-group-item {
  border: 1px solid #ddd;
  border-left: 4px solid #ddd;
}
.list-group .list-group-item:active,
.list-group .list-group-item:hover {
  background: #ffffff;
  border-left: 4px solid #F4CB3D;
}
@media (max-width: 767px) {
  h2:before {
    width: 10%;
  }
}
.icon-facebook-logo {
  color: #1e4494;
}
.icon-tweet {
  color: #1ebef0;
}
.customersSays .panel-body {
  min-height: 201px;
  padding: 28px;
}
@media (max-width: 767px) {
  .stickybtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
}
.stepDesc h1 span {
  display: none;
}
@media (max-width: 767px) {
  .stepDesc h1 {
    font-size: 20px;
  }
  .stepDesc h1 span {
    color: #7c7c7c;
    display: inline-block;
    font-size: 56px;
    left: -33px;
    padding: 0 20px;
    position: absolute;
    top: -23px;
  }
}
.stepDesc .fullWidth {
  width: 100%;
}
.stepDesc .inputField .indCode {
  background-color: #ddd;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 30px;
  min-width: 30px;
  padding: 3px 8px 3px 7px;
  position: absolute;
  text-align: center;
  top: 30px;
  left: 15px;
}
.stepDesc .inputField .value-suffix {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .stepDesc .inputField .value-suffix {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .stepDesc .inputField {
    margin-bottom: 15px;
  }
  .stepDesc .inputField .indCode {
    top: 32px;
    left: 0;
  }
}
.stepDesc .addressBox {
  height: auto;
}
.stepDesc .iAgreeBox label {
  display: inline-block;
  width: 94%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .stepDesc .iAgreeBox label {
    width: 89%;
  }
  .stepDesc .iAgreeBox label[for="terms"] {
    vertical-align: -webkit-baseline-middle;
  }
}
.blankHeight {
  border: 1px solid transparent;
  float: left;
  height: 100px;
}
.getBack {
  margin-top: 50px;
  text-align: center;
}
.getBack span:first-of-type {
  background-image: url(../../images/car/success.png);
  background-repeat: no-repeat;
  background-size: 78px;
  display: inline-block;
  height: 80px;
  width: 80px;
}
.getBack span:first-of-type i {
  color: #CAEDD6;
  display: block;
  font-size: 50px;
  margin-top: 10px;
}
.getBack span:last-child {
  display: block;
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 18px;
  margin: 10px 0;
}
.message {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 20px;
}
.message span {
  font-size: 14px;
  line-height: 16px;
}
.message .ack {
  margin-top: 30px;
}
.message .ack span:last-child {
  color: #7c7c7c;
  float: right;
  font-size: 13px;
  position: relative;
  top: -17px;
}
.message .ack span img {
  display: block;
}
@media (max-width: 767px) {
  .message .ack span:last-child {
    display: block;
    float: none;
    margin-top: 30px;
    top: 0;
  }
}
.returnCTA {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .noPad {
    padding-left: 0;
    padding-right: 0;
  }
}
