/* button color for primary button */
/* equal to 14px */
/* new cars related */
.bold-font {
  font-family: 'ProximaNova-Semibold';
}
.nav-tablecell {
  list-style: none;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  float: none;
}
h2 {
  font-size: 2.2em;
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h4,
h3 {
  margin-bottom: 0;
}
p.description {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: justify;
}
section ol {
  clear: both;
  position: relative;
  left: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section ol {
    left: 0;
  }
}
@media (max-width: 768px) {
  section.container-fluid {
    padding: 0;
  }
}
.bgImage {
  background: url('/images/car/carScanner/bg-header.jpg') center center no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 400px;
  position: relative;
  display: table;
  table-layout: fixed;
  height: 40%;
}
@media (min-width: 768px) {
  .bgImage {
    margin-top: -12px;
  }
}
.bgImage .container {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .bgImage .container {
    width: 100%;
  }
}
.bgImage .container h1 {
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 10px;
  font-family: 'ProximaNova-Semibold';
}
.bgImage .container h2 {
  color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
  font-size: 1.3em;
  font-family: 'ProximaNova-Regular';
  margin-top: 10px;
}
.bgImage .container .btn-empty {
  background: none;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1em;
  font-family: 'ProximaNova-Semibold';
  color: #ffffff;
  margin-top: 10px;
}
.bgImage .container .btn-empty:hover {
  border: 1px solid #008bcf;
  background: #008bcf;
  color: #ffffff;
}
.bgImage.terms {
  height: 100px;
  min-height: 200px;
}
.text-right .pointers p {
  float: right;
}
#refer {
  display: none;
  background: #0f3343;
  color: #ffffff;
  padding: 25px 0;
}
#refer img {
  max-height: 200px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #refer img {
    max-width: 100px;
  }
}
#refer .head {
  font-size: 1.7em;
  font-family: 'ProximaNova-Semibold';
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: bold;
}
#refer .main-body {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 15px;
}
#refer .secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.9em;
  padding: 10px;
}
#w {
  background: #ffffff;
  padding: 30px 0 50px;
}
#w h4 {
  font-family: 'ProximaNova-Regular';
  font-size: 1em;
  margin-bottom: 20px;
}
#w h4 strong:first-of-type {
  color: #3c9f3a;
  font-size: 1.3em;
  font-family: 'ProximaNova-Semibold';
  font-weight: normal;
  letter-spacing: -1px;
}
#w .device {
  clear: both;
  text-align: center;
  height: 240px;
}
#w a {
  font-family: 'ProximaNova-Semibold';
  font-size: 0.9em;
  margin: 15px 0;
  padding: 8px 24px;
}
#w .pricing {
  margin-top: 15px;
  font-size: 1.5em;
}
section.alt-color {
  padding: 20px 0 0 0;
}
section.alt-color h2 {
  margin: 30px 0 0;
}
section.alt-color .step:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 40px auto;
  width: 100px;
}
section.alt-color img.img-responsive {
  display: inline-block;
}
section.alt-color .text-section {
  margin-top: 30px;
}
section.alt-color .text-section h3 {
  font-size: 1.8em;
}
@media (max-width: 767px) {
  section.alt-color .text-section h3 {
    font-size: 22px;
  }
}
section.alt-color .text-section p {
  color: #7c7c7c;
  font-size: 1.3em;
  line-height: 1.3;
}
section.cta {
  background: url('/images/car/carScanner/bg-footer.jpg') no-repeat;
  width: 100%;
  background-size: cover;
  height: 200px;
  padding: 30px 0;
  color: #ffffff;
  font-size: 1.6em;
  display: table;
  table-layout: fixed;
}
section.cta .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.cta .container a {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 12px;
  font-size: 0.7em;
  margin-left: 20px;
}
section.cta .container a:hover {
  background: #008bcf;
  border: 1px solid #008bcf;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.cta .container a {
    clear: both;
    display: block;
    border: none;
    padding-top: 10px;
    background: #008bcf;
    color: #ffffff;
  }
}
.terms-page {
  margin: 30px auto;
}
ol {
  counter-reset: item;
}
ol p {
  font-size: 1em;
}
ol ol > li {
  display: block;
}
ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: -38px;
}
ol ul {
  list-style-type: lower-alpha;
}
h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
ol > li {
  color: #3c3c3c;
  counter-increment: item;
  font-size: 1.2em;
  padding-top: 20px;
}
ol.spl > li {
  font-size: 1em;
  padding-top: 0;
}
.side-btn .btn-primary {
  background: #eee;
  color: #008bcf;
  border: 1px solid #ddd;
  font-family: 'ProximaNova-Semibold';
  text-align: left;
  font-size: 0.9em;
  padding: 10px 0 10px 15px;
}
.side-btn .btn-primary:hover {
  background: #008bcf;
  color: #ffffff;
}
.side-btn .btn-primary.active {
  border-left: 3px solid #008bcf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  color: #3c3c3c;
  cursor: initial;
}
.hand-drawn {
  display: none;
  position: absolute;
  text-align: center;
  margin: 28px 0 0 6px;
}
#qmon_car_scanner_bottom {
  background: #e1e6ea;
  padding: 15px;
  margin: 20px 0;
}
.frm-select {
  -webkit-appearance: none;
  background: none;
  font-size: 0.85em;
  border: 0;
  font-family: 'ProximaNova-Regular';
}
.uline-input {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 15px 0 0px;
  height: auto;
  font-size: 0.9em;
  color: #000;
  position: relative;
  z-index: 2;
  background: none;
  text-align: left;
  transition: all ease-in 0.2s;
}
.uline-ph {
  display: block;
  position: absolute;
  top: 15px;
  font-size: 0.8em;
  font-family: 'ProximaNova-Regular';
  color: #7c7c7c;
  font-weight: normal;
  z-index: 1;
  transition: all ease-in 0.2s;
}
.txt-focus .uline-ph {
  top: 0;
  font-size: 0.7em;
  color: #008bcf;
}
.nc-modelPage .nc-m-menu .icon-arrows_down {
  position: relative;
  top: 4px;
  left: -15px;
  color: #3c3c3c;
}
.nc-modelPage select.frm-select {
  border-bottom: 1px solid #ddd;
  padding-right: 16px;
}
.nc-modelPage select.frm-select:hover {
  cursor: pointer;
}
.nc-modelPage select.frm-select:focus,
.nc-modelPage select.frm-select:active {
  outline: 0;
}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
  padding-top: 2px;
}
.tabs-right {
  border-bottom: none;
  border-left: 1px solid #ddd;
  padding-top: 2px;
}
.tabs-left > li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
  margin-left: -1px;
}
.tabs-left > li.active > a {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left > li.active > a:hover {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-right > li.active > a:hover {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  display: block;
  margin-right: 0;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.content {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 30px;
}
.content h1 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #notifyModal {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    background: padding-box #ffffff;
  }
}
@media (max-width: 767px) {
  #notifyModal .modal-dialog {
    margin: 0px;
  }
}
#notifyModal .modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  #notifyModal .modal-content {
    border: 0px;
    box-shadow: none;
  }
}
#notifyModal .modal-content .modal-header {
  background: #001824;
  color: #ffffff;
  padding: 10px 15px;
}
#notifyModal .modal-content .modal-header .close {
  opacity: 1;
  color: #ffffff;
  margin-right: -7px;
  margin-top: 1px;
}
#notifyModal .modal-content .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
#notifyModal .modal-content .modal-body .formSection {
  float: right;
  padding: 15px 30px 15px 0;
}
@media (max-width: 767px) {
  #notifyModal .modal-content .modal-body .formSection:before {
    content: '\f160';
    display: inline-block;
    font-family: "quikr-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    font-size: 230px;
    opacity: 0.1;
    width: 90%;
    text-align: center;
  }
}
#notifyModal .modal-content .modal-body .formSection div:first-child {
  margin-bottom: 40px;
}
#notifyModal .modal-content .modal-body .formSection .infoText {
  font-size: 14px;
}
@media (max-width: 767px) {
  #notifyModal .modal-content .modal-body .formSection .infoText {
    font-size: 12px;
  }
}
#notifyModal .modal-content .modal-body .formSection .formElem {
  margin-bottom: 10px;
  height: 50px;
}
#notifyModal .modal-content .modal-body .formSection .formElem .uline-input {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 15px 0 0px;
  height: auto;
  font-size: 0.9em;
  color: #000;
  position: relative;
  z-index: 2;
  background: none;
  text-align: left;
  transition: all ease-in 0.2s;
  width: 100%;
}
#notifyModal .modal-content .modal-body .formSection .formElem .uline-ph {
  display: block;
  position: absolute;
  top: 15px;
  font-size: 0.8em;
  font-family: 'ProximaNova-Regular';
  color: #7c7c7c;
  font-weight: normal;
  z-index: 1;
  transition: all ease-in 0.2s;
}
#notifyModal .modal-content .modal-body .formSection .formElem .error-msg {
  font-weight: normal;
  font-size: 0.7em;
  color: #BE001F;
  display: block;
  position: absolute;
}
#notifyModal .modal-content .modal-body .formSection .notifyButton button {
  width: 100%;
}
#notifyModal .modal-content .modal-body .formSection .txt-focus .uline-ph {
  top: 0;
  font-size: 0.7em;
  color: #008bcf;
}
#notifyModal .modal-content .modal-body .formSection .alreadySub {
  margin-top: 11px;
  display: none;
}
#notifyModal .modal-content .modal-body .formSection .alreadySub span {
  font-family: 'ProximaNova-Semibold';
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
#notifyModal .modal-content .modal-body .thankYou {
  margin-top: 4%;
  float: right;
  display: none;
}
#notifyModal .modal-content .modal-body .thankYou span {
  font-size: 14px;
}
#notifyModal .modal-content .modal-body .thankYou .goBackBtn {
  display: block;
  width: 50%;
  margin-top: 20px;
}
#notifyModal .modal-content .modal-body .iconDiv {
  position: absolute;
  height: 100%;
  background: #f8f8f8;
}
#notifyModal .modal-content .modal-body .iconDiv .alertIcon {
  font-size: 165px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
}
#notifyModal .modal-content .modal-body label.error {
  color: #cc0606;
  font-size: 0.8em;
  margin-bottom: 0;
  font-weight: normal;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #notifyModal .modal-content {
    height: 100%;
  }
}
.cardButton:focus {
  color: #008bcf;
}
.scanner-device {
  position: relative;
}
.scanner-device .figure {
  position: absolute;
  top: 10%;
}
.scanner-device img {
  padding: 0;
  width: 100%;
}
