/* button color for primary button */
/* equal to 14px */
.bold-font {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}
.layer-up {
  color: #ffffff;
  background: url("/images/car/Bajajbk.jpg") no-repeat #000;
  background-position: top center;
  background-size: cover;
  padding: 40px 15px 40px;
}
@media (max-width: 767px) {
  .layer-up {
    padding: 25px 15px 10px;
    background: #192431;
  }
}
.layer-up h1 {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .layer-up h1 {
    font-size: 17px;
  }
}
.layer-up h5 {
  color: #666666;
}
.layer-up h4 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}
.layer-up p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .layer-up p {
    font-size: 14px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml15 {
  margin-left: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mr15 {
  margin-right: 15px;
}
.clearfix {
  clear: both;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hourglass {
  background-image: url(../../../public/images/carsPapLight/papLight.png);
  background-position: -426px -85px;
  width: 49px;
  height: 86px;
}
@media (max-width: 767px) {
  .hourglass {
    position: relative;
    left: 33%;
    top: -13px;
  }
}
.error {
  color: #BE001F !important;
}
@media (max-width: 767px) {
  .clear_padding {
    padding-left: 0;
    padding-right: 0;
  }
}
#stepFirst .activebtn {
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  border-radius: 10px;
  min-width: 86px;
  font-weight: bold;
}
#stepFirst .no-background {
  background: transparent;
  min-width: 86px;
  color: #ffffff;
}
#stepFirst .no-background:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  border-radius: 10px;
}
#stepFirst .search-box {
  margin: 8% 0 3%;
  background: #f8f8f8;
  border-style: none;
}
#stepFirst .search-box label {
  font-size: 22px;
  font-weight: normal;
}
.primarybutton {
  border: 1px solid #008bcf;
  color: #008bcf;
}
.primarybutton:hover {
  background: #008bcf;
  color: #ffffff;
}
.customertestimonials {
  margin: 40px auto;
}
.customertestimonials hr {
  max-width: 30px;
  margin: 10px auto;
  border-color: #ddd;
}
.customertestimonials h2 {
  font-size: 22px;
  margin-bottom: 40px;
}
.customertestimonials .panel-heading {
  padding-top: 0;
  border-top: 1px solid #eee;
}
.viewQue {
  min-width: 260px;
}
@media (max-width: 767px) {
  .stickybtnReview {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 9;
  }
}
.registForm {
  margin: 40px auto;
  max-width: 550px;
}
@media (max-width: 767px) {
  .registForm {
    margin: 0px auto;
  }
}
.registForm .form-control {
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  color: #333333;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .registForm .form-control {
    padding: 0 20px;
  }
}
@-moz-document url-prefix() {
  .registForm .form-control {
    padding: 0 20px;
    height: 40px;
  }
}
.registForm .tooltip {
  border-radius: 0;
  top: -13px;
  left: 522px;
  width: 100%;
  background: #F9FDFF;
  color: #999;
}
.registForm .radio-inline {
  padding: 0 35px;
  color: #666666;
  margin-left: 0;
}
.ncbClaim .radio-inline {
  padding: 0 5px 0 35px;
}
.fullWidth{
  float: left;
  width: 100%;
}
.policyOptions{
  width: 80%;
  display: inline-block;
}
.policyLabel{
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .registForm .radio-inline {
    padding: 5px 0 5px 25px;
    color: #666666;
    margin: 0 auto;
    background: #ffffff;
    width: 45%;
    text-align: left;
  }
  .registForm .radio-inline small {
    font-size: 9px;
    line-height: 14px;
    float: left;
    margin-top: -2px;
  }
}
.registForm .msiteh {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .registForm .msiteh {
    text-align: center;
  }
}
.registForm .default-anchor {
  right: 0;
}
.registForm .userdetails {
  border: 1px solid #eee;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.registForm .userdetails .tab-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .registForm .userdetails .tab-content {
    padding: 15px;
    background: #f0eff5;
  }
}
.background-color {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 40px;
}
.background-color .Insurancepartnerbox {
  max-width: 559px;
  position: relative;
  left: 30%;
}
.background-color .Insurancepartnerbox h2 {
  font-size: 22px;
  padding: 30px;
}
.background-color .Insurancepartnerbox .Insurancepartner {
  float: left;
  background: #ffffff;
  min-width: 164px;
  padding: 20px;
}
.testimonials .qcolor {
  color: #f5a625;
  font-size: 30px;
}
.testimonials h2 {
  font-size: 22px;
  margin-bottom: 40px;
}
.testimonials p {
  margin-bottom: 5px;
}
.relatedQ {
  padding: 40px;
}
.relatedQ p {
  font-size: 18px;
}
.qcolor {
  font-size: 40px;
}
.icon-facebook-logo {
  color: #1e4494;
}
.icon-tweet {
  color: #1ebef0;
}
.icon-googleplus-logo {
  color: #e25b4f;
}
.panel-default {
  border-style: none;
}
.dropdown {
  position: relative;
}
.dropdown i {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 9;
  pointer-events: none;
}
.dropdown .dropdown-menu {
  width: 100%;
  top: 40px;
}
.Ncb li {
  background: #ffffff;
  padding: 7px 35px;
  margin: 6px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .Ncb li {
    padding: 7px 14px;
    margin: 3px;
  }
}
.Ncb li a {
  color: #000;
}
.Ncb li a:hover {
  color: #ffffff;
}
.Ncb li:hover {
  background: #000;
  color: #ffffff;
}
.Ncb .active {
  background: #000;
}
.Ncb .active a {
  color: #ffffff;
}
.optstatus-error .error {
  padding: 0 14px;
  margin-top: 10px;
}
.alert-danger {
  margin-bottom: 0;
}
.catSection .btn {
  padding: 6px 40px;
}
/*accordian for FAQ bajaj*/
.accordianInfo {
  max-width: 750px;
  margin: 0 auto;
}
.accordianInfo .panelTitle {
  padding: 15px;
}
.accordianInfo .panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2px;
}
.accordianInfo .panel-body {
  padding-top: 0;
  padding-left: 57px;
}
.accordianInfo .circle {
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  float: left;
  margin: -5px 15px 0 0;
  font-size: 18px;
}
.accordianInfo .minus:before {
  content: '-';
  left: 9px;
  position: relative;
}
.accordianInfo .plus:before {
  content: '+';
  left: 7px;
  position: relative;
  top: 1px;
}
.customerCare {
  background: url(/images/car/customer_care.png) no-repeat;
  background-position: center;
  height: 100px;
  width: 86px;
  display: inline-block;
  vertical-align: middle;
  max-height: 83px;
}
.bajaj {
  background: url(/images/car/bajaj.png) no-repeat;
  background-position: center;
  height: 94px;
  width: 358px;
}
.reliance {
  background: url(/images/car/reliance.png) no-repeat;
  height: 94px;
  width: 358px;
  position: relative;
  top: 14px;
  left: 19%;
}
.key-category {
  width: 560px;
  margin: 20px auto 0;
}
.key-category .keyBenefit {
  float: left;
  max-width: 124px;
  line-height: 18px;
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.key-category .commonsp {
  background: url(/images/car/keyCategory.png) no-repeat;
  width: 124px;
  height: 124px;
  background-position: 0 0;
}
.key-category .sp1 {
  background-position: -124px 0px;
}
.key-category .sp2 {
  background-position: -248px 0px;
}
.key-category .sp3 {
  background-position: -372px 0px;
}
@media (max-width: 767px) {
  .catSection {
    margin-top: 20px;
  }
}
.note {
  background: #F9FDFF;
  border: 2px dashed #ddd;
  position: relative;
  padding: 15px;
  top: 26px;
  display: none;
}
.userLayer {
  min-height: 210px;
}
@media (max-width: 767px) {
  .userLayer {
    min-height: inherit;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
.searchCov {
  text-align: center;
}
@media (max-width: 767px) {
  .searchCov {
    margin-top: 80px;
  }
}
.searchCov .search-box {
  background: #ffffff;
  border: 1px solid #eee;
  max-width: 555px;
  width: 100%;
  margin: 0px auto;
  bottom: 55px;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .searchCov .search-box {
    bottom: 0;
    margin: 14px auto;
    padding: 0 20px;
  }
}
.searchCov .search-box .nav-tabs {
  border-style: none;
}
.searchCov .search-box a {
  color: #008bcf;
}
.searchCov .search-box h5 {
  color: #838383;
}
.primary-color {
  color: #008bcf;
}
.btitle {
  line-height: 18px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .btitle {
    font-size: 18px;
    width: 55%;
  }
}
.delheight {
  line-height: 18px;
}
.delheight i {
  font-size: 16px;
}
.insurDetail {
  border: 1px solid #ddd;
  padding: 20px 20px 0 20px;
  background: #ffffff;
  border-left: 4px solid #000;
}
.insurDetail small {
  color: #5AACDB;
}
@media (max-width: 767px) {
  .insurDetail {
    border: 1px solid #ddd;
  }
}
.insurDetail .price {
  font-size: 22px;
  font-weight: bold;
}
.gray-light {
  color: #999;
}
.form-group label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.Adbajaj {
  min-height: 340px;
  margin-top: 7px;
  width: 100%;
  padding: 20px;
}
.Adbajaj .key-category {
  width: auto;
}
.Adbajaj .key-category .keyBenefit {
  max-width: 100%;
  text-align: center;
  float: none;
}
.Adbajaj .key-category .keyBenefit .commonsp {
  background: url(/images/car/sidebar-sprite.jpg) no-repeat;
  width: 168px;
  height: 75px;
  background-position: 0 0;
  margin: 25px auto 0;
}
.Adbajaj .key-category .keyBenefit .sp1 {
  background-position: 0px -91px;
}
.Adbajaj .key-category .keyBenefit .sp2 {
  background-position: 0px -182px;
}
.durationfrm {
  background: #f3f3f3;
  font-size: 14px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 8px 15px 4px;
}
.durationfrm .radio-inline {
  min-width: 48px;
  margin-left: 15px;
  color: #666666;
}
.stepof {
  margin-top: 7px;
}
.addInfo {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cccccc;
}
.frmTitle {
  background: #F3F3F3;
  font-size: 12px;
  margin: -10px -40px 12px;
  padding: 4px 17px 7px;
}
.frmTitle i {
  font-size: 20px;
  position: relative;
  right: 4px;
  top: 2px;
}
.prodTitle {
  color: #838383;
  margin-bottom: 8px;
}
.prodTitle span:first-child {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.terms {
  margin-top: 28px;
}
.userdetails h5 {
  font-size: 14px;
  display: table;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
}
.userdetails h5:before,
.userdetails h5:after {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background-image: -moz-linear-gradient(transparent 49%, #333 52%, #333 51%, transparent 51%);
  background-image: -webkit-linear-gradient(transparent 49%, #333 52%, #333 51%, transparent 51%);
  background-image: linear-gradient(transparent 49%, #333 52%, #333 51%, transparent 51%);
  content: "";
  display: table-cell;
  width: 22%;
  border-right: 15px solid transparent;
}
.prefix {
  left: 16px;
  background: #eee;
  padding: 7px 10px;
  z-index: 0;
  border: 1px solid #eee;
  position: absolute;
  top: 1px;
  color: #666666;
}
@media (max-width: 767px) {
  .prefix {
    top: 1px;
  }
}
#phoneNumber {
  padding-left: 55px;
}
@media (max-width: 767px) {
  .registForm h5 {
    margin-top: 35px;
  }
}
.insurancepanel {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .insurancepanel {
    margin: 20px 0;
  }
}
.insurancepanel h5 {
  margin-bottom: 0;
  font-size: 22px;
}
.insurancepanel .registForm {
  margin: 0 auto;
}
.insurancepanel .registForm .usertitle {
  margin-left: -15px;
}
.insurancepanel .form-group {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .insurancepanel .form-group {
    padding: 0;
  }
}
.longerPlans img {
  position: relative;
  top: -16px;
  left: 0px;
  max-width: 219px;
}
@media (max-width: 767px) {
  .mobtitle {
    width: 100%;
    text-align: center;
    position: relative;
    color: #999;
  }
  .mobtitle:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ddd;
    z-index: 0;
  }
  .mobtitle p {
    position: relative;
    padding: 10px;
    background: #f3f5f6;
    display: inline-block;
    z-index: 1;
  }
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li span {
  border: 1px solid #666666;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 2px 8px;
  margin: -4px 9px 0 0;
}
#progressbar li:hover {
  color: #000;
}
#progressbar .active {
  color: #000;
}
.icon-right_arrow:before {
  transform: rotate(180deg);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .rightsec {
    position: relative;
    top: -1px;
  }
  .leftsec {
    font-size: 14px;
    text-transform: capitalize;
  }
  .modal-backdrop.in {
    opacity: 0;
  }
  .reviewStory {
    padding: 20px;
    max-width: 350px;
  }
  .reviewStory ol {
    font-size: 21px;
  }
  .reviewStory ol li {
    color: #3c3c3c;
  }
  .reviewStory ol h3 {
    font-size: 21px;
  }
  .reviewStory ol p {
    font-size: 18px;
    font-weight: normal;
  }
}
.delheight p {
  cursor: pointer;
}
.popover {
  min-width: 340px;
  left: 0 !important;
}
@media (max-width: 767px) {
  .popover {
    min-width: 290px;
    position: relative;
    left: -21px !important;
    z-index: 0;
  }
}
table {
  font-family: 'ProximaNova-Regular', sans-serif;
}
table td,
table th {
  font-size: 12px;
}
.cZip,
.rZip {
  color: #aaa;
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 22px;
  text-transform: capitalize;
}
.loadZip {
  position: absolute;
  top: -9px;
  right: 22px;
  width: 40px;
  height: 40px;
}
.pre-Filled-sec {
  padding: 25px;
  text-align: center;
  z-index: 999999;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.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 {
    margin-right: 0;
    font-size: 15px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    position: relative;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pre-Filled-sec .btn {
    font-size: 12px;
  }
}
.pre-Filled-sec .continue {
  background: #3c9f3a;
  color: #ffffff;
  border-style: none;
}
.error label {
  border-style: none;
}
.fullname input {
  float: left;
  width: 174px;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .fullname input {
    width: 38.3%;
  }
}
.fullname .dropdown-menu {
  max-width: 30px;
}
.fullname i {
  right: 0;
  left: 38px;
  width: 10px;
}
.p_cetegory input {
  float: left;
  width: 59px;
}
#firstName-error {
  position: absolute;
  top: 40px;
  left: 14px;
}
.rLoadZip,
.cLoadzip {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 16px;
  top: 3px;
  float: right;
  left: inherit;
}
.p_dob input,
.policyExpiry input {
  float: left;
}
.p_dob .input-dropdown,
.policyExpiry .input-dropdown {
  margin-left: 15px;
  overflow-y: scroll;
  height: 189px;
}
#premiumModal .modal-header {
  border-style: none;
}
.frmRegTitle {
  background: #F3F3F3;
  font-size: 12px;
  margin: -40px -40px 12px;
  padding: 4px 17px 7px;
}
.frmRegTitle i {
  font-size: 20px;
  position: relative;
  right: 4px;
  top: 2px;
}
@media (min-width: 768px) {
  .affix {
    top: 87px;
    width: 290px;
  }
}
.calender {
  float: left;
  width: 33.3%;
  position: relative;
}
.calender ul {
  margin-left: 0!important;
}
.calender .form-control {
  border-right: none;
}
.calender .border-rt {
  border-right: 1px solid #ddd;
}
.insurBlock {
  max-width: 1250px;
}
.layer-up-reviews {
  padding: 20px 15px 34px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .layer-up-reviews {
    margin-bottom: 15px;
  }
}
.userInfo {
  padding: 24px;
  background: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .userInfo {
    padding: 15px;
  }
}
.userInfo p {
  text-transform: capitalize;
}
.userInfo .table {
  margin-bottom: 0;
}
.userInfo .table td,
.userInfo .table th {
  font-size: 16px;
}
#js-insurance-driver-name-1 {
  text-transform: capitalize;
}
.price {
  font-size: 20px;
}
.price .icon-rupee-symbol:before {
  top: 1px;
  position: relative;
  font-size: 18px;
}
.reviews .table-inverse td {
  padding: 2px 0;
  border-style: none;
}
.reviews .table-inverse td h3 {
  margin-bottom: -7px;
}
@media (max-width: 767px) {
  .reviews label {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
.bajajLogo {
  background: url(/images/car/bajaj_allianz_xs.png) no-repeat;
  height: 27px;
  width: 100%;
  float: left;
}
.successPage {
  margin: 2% 0;
}
.successPage img {
  max-width: 84px;
}
.successPage h1 {
  margin: 10px 0;
  font-size: 32px;
  color: #00BE40;
}
.successPage .msgbox {
  background: #ffffff;
  padding: 15px 49px 0px;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .successPage .msgbox {
    padding: 15px 15px 0px;
    font-size: 12px;
  }
}
.successPage .msgbox .username {
  text-align: left;
  font-size: 20px;
}
@media (max-width: 767px) {
  .successPage .msgbox .username {
    font-size: 12px;
  }
}
.successPage .msgbox p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .successPage .msgbox p {
    font-size: 12px;
  }
}
.successPage .download {
  width: 100%;
  float: left;
  text-align: center;
}
.successPage .download .glyphicon-download:before {
  font-size: 30px;
  position: relative;
  top: 6px;
}
@media (min-width: 768px) {
  .successPage .btn {
    margin-left: 40%;
  }
}
