/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.bs-form .form-group {
  position: relative;
  margin: 0 0 5rem; }
  @media only screen and (max-width: 768px) {
    .bs-form .form-group {
      margin: 0 0 3.9rem; } }
  .bs-form .form-group .form-label {
    color: #646464;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-label sup {
      margin: 0 0 0 2px;
      font-family: "Heebo-Medium";
      font-size: 1.4rem;
      line-height: 1.4rem;
      color: #721c23;
      top: -2px; }
    .bs-form .form-group .form-label.top {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute; }
  .bs-form .form-group .form-control {
    height: 5rem;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Medium";
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    outline: none; }
    .bs-form .form-group .form-control + .form-label {
      position: absolute;
      top: 1.7rem;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      left: 1.2rem;
      cursor: auto;
      width: auto;
      color: #646464;
      transition: all .3s ease-in-out;
      font-size: 1.6rem;
      font-family: "Heebo-Regular"; }
    .bs-form .form-group .form-control:focus {
      box-shadow: none;
      outline: none;
      border: 1px solid #0070F0; }
    .bs-form .form-group .form-control::-webkit-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:-ms-input-placeholder {
      color: transparent; }
    .bs-form .form-group .form-control::placeholder {
      color: transparent; }
    .bs-form .form-group .form-control:not(:placeholder-shown) + label {
      top: -2rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium"; }
    .bs-form .form-group .form-control.select {
      position: relative; }
      .bs-form .form-group .form-control.select:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: red;
        width: 4rem; }
  .bs-form .form-group.error .icon {
    background: transparent; }
  .bs-form .form-group.error .form-control {
    border: 1px solid #721c23;
    background: rgba(248, 215, 218, 0.5); }
  .bs-form .form-group.error .error-msg {
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    color: #721c23;
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form .form-group .radio-wrap.typ-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-form .form-group .radio-wrap.typ-inline .bs-radio {
      margin-right: 2rem;
      margin-top: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .form-group .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .form-group .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .form-group.mb-zero {
    margin-bottom: 0; }
  .bs-form .form-group.last {
    margin-top: 4rem; }

.bs-form .radio-list {
  display: -ms-flexbox;
  display: flex; }
  .bs-form .radio-list .item {
    margin-right: 3rem; }

.bs-form .checkbox-list .item + .item {
  margin-top: 2rem; }

.bs-form.type-serch .form-group {
  margin: 0rem 0 4rem; }
  .bs-form.type-serch .form-group .form-control {
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2; }

.bs-form.type-storeLocator .form-group {
  margin: 2rem 0 1rem; }
  .bs-form.type-storeLocator .form-group .form-control {
    background: #ffffff;
    height: 4.8rem; }

.bs-form.type-storeLocator .arrowIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%; }
  .bs-form.type-storeLocator .arrowIcon img {
    height: 100%; }

.bs-form.type-storeLocator .currentLocation {
  font-size: 1.6rem;
  color: #0070F0;
  font-family: "Heebo-Bold";
  text-transform: uppercase; }
  .bs-form.type-storeLocator .currentLocation img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 0.5rem; }

.bs-form.typ-signup {
  padding: 4rem 6rem 2rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-signup {
      padding: 3rem 0rem; } }
  .bs-form.typ-signup .bs-checkbox input[type="checkbox"] + label {
    font-family: "Heebo-Medium"; }
  .bs-form.typ-signup .forgotpass {
    margin-bottom: 4.4rem; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signup .forgotpass {
        margin-bottom: 3rem; } }
    .bs-form.typ-signup .forgotpass .link {
      font-family: "Heebo-Bold"; }
  .bs-form.typ-signup .m-bottom {
    margin-bottom: 2.4rem; }
  .bs-form.typ-signup .m-top {
    margin-top: 2rem; }
  .bs-form.typ-signup .success-Desc {
    font-size: 1.6rem;
    color: #333333;
    font-family: "Heebo-Regular";
    line-height: 1.25;
    padding-bottom: 4rem;
    margin-top: -2rem; }

.bs-form.typ-otp .small-title {
  margin-bottom: 2rem; }

.bs-form.typ-otp .noteText {
  position: relative;
  bottom: 0;
  font-family: "Heebo-Regular";
  font-size: 1.6rem;
  line-height: 1.25;
  color: #666666; }

.bs-form.typ-create-pwd {
  padding: 4rem 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-create-pwd {
      padding: 3rem 0rem; } }
  .bs-form.typ-create-pwd .noteText {
    bottom: -3rem; }
  .bs-form.typ-create-pwd .m-top {
    margin-bottom: 6rem; }

.bs-form.typ-profile {
  max-width: 44rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-profile {
      max-width: 100%; } }
  .bs-form.typ-profile .act-wrap .btn {
    margin-bottom: 0;
    min-width: 16.1rem;
    padding: 2.2rem 1.5rem; }
    .bs-form.typ-profile .act-wrap .btn + .btn {
      margin-left: 2rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-profile .act-wrap .btn + .btn {
          margin-left: 0.5rem; } }

.bs-form .eye-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem; }

.bs-form .link {
  font-family: "Heebo-Medium";
  font-size: 1.6rem;
  line-height: 1;
  color: #0070F0; }

.bs-form .noteText {
  font-family: "Heebo-Regular";
  font-size: 1.2rem;
  line-height: 1;
  color: #646464;
  position: absolute;
  bottom: -2rem;
  left: 0; }

.bs-form .pinInputWrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 300px;
  padding-bottom: 4rem;
  padding-top: 3rem; }
  .bs-form .pinInputWrp .form-control {
    width: 5rem;
    border: 0;
    height: 5rem;
    padding: 0;
    margin-right: 28px;
    text-align: center;
    color: #333333;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 1.6rem;
    font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 1024px) {
      .bs-form .pinInputWrp .form-control {
        margin-right: 0.7rem; } }
    .bs-form .pinInputWrp .form-control:last-child {
      margin-right: 0; }

.bs-form .pinInputWrp input::-webkit-inner-spin-button,
.bs-form .pinInputWrp input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0; }

.bs-form .pinInputWrp input:focus,
.bs-form .pinInputWrp input.focus {
  border-color: #0070F0;
  outline: none;
  box-shadow: none; }

.bs-form .resendOtpBlock {
  padding-top: 3.3rem; }
  .bs-form .resendOtpBlock .resendOtpTime,
  .bs-form .resendOtpBlock #timer {
    display: inline-block;
    font-size: 1.6rem;
    color: #666666;
    font-family: "Heebo-Regular"; }
  .bs-form .resendOtpBlock .resendOtp {
    font-size: 1.6rem;
    color: #0070F0;
    font-family: "Heebo-Bold";
    display: none; }
  .bs-form .resendOtpBlock #time {
    position: relative;
    left: -6px; }
  .bs-form .resendOtpBlock.active .resendOtpTime,
  .bs-form .resendOtpBlock.active #timer {
    display: none; }
  .bs-form .resendOtpBlock.active .resendOtp {
    display: block; }

.bs-form .icon {
  width: 4.8rem;
  height: 4.8rem;
  padding: 1.2rem;
  border-radius: 0.8rem;
  background-image: linear-gradient(to bottom, #fff, #f7f7f7);
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000000;
  z-index: 1; }
  .bs-form .icon.icon-chevron_right {
    font-size: 2rem;
    transform: translateY(-50%) rotate(90deg); }

.bs-form.typ-warrantyReg .noteText {
  bottom: -3rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .noteText {
      bottom: -4rem; } }

.bs-form.typ-warrantyReg .termsText {
  color: #0070F0; }

.bs-form.typ-warrantyReg .form-group.error .icon {
  background: transparent; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .form-group.checkbox {
    margin: 2rem 0; } }

.bs-form.typ-warrantyReg .form-group.mt {
  margin-top: 6rem; }
  @media only screen and (max-width: 1024px) {
    .bs-form.typ-warrantyReg .form-group.mt {
      margin-top: 8rem; } }

.bs-form.typ-warrantyReg .form-group .form-control.select {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .bs-form.typ-warrantyReg .btn {
    min-width: 12.7rem;
    height: 4rem; } }

.bs-form .upload-file .upload-wrap {
  position: relative;
  z-index: 0; }
  .bs-form .upload-file .upload-wrap input {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    z-index: 2; }

.bs-form.typ-bikeDr .form-group {
  margin: 4rem 0 5rem;
  max-width: 36rem; }
  .bs-form.typ-bikeDr .form-group:last-child {
    margin-bottom: 1rem; }

.bs-form.typ-custDr .form-group {
  margin: 1.5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-custDr .form-group {
      margin: 1rem 0 3rem; } }
  .bs-form.typ-custDr .form-group:last-child {
    margin-bottom: 1rem; }
  .bs-form.typ-custDr .form-group .form-label {
    margin-bottom: 0; }

.bs-form.typ-date .form-group {
  margin: 2.5rem 0 2rem; }

.btn.disabled,
.btn:disabled {
  pointer-events: none; }

@media only screen and (max-width: 768px) {
  .mt-sm-20 {
    margin-top: 20px; } }

.bs-checkbox {
  margin-bottom: 0; }
  .bs-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -999px;
    z-index: -1; }
    .bs-checkbox input[type="checkbox"] + label {
      font-size: 1.6rem;
      font-family: "Heebo-Medium";
      line-height: 2rem;
      color: #333333;
      padding-left: 3rem;
      position: relative;
      transition: all 0.2s; }
      .bs-checkbox input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #000000;
        width: 2rem;
        transition: all 0.2s;
        height: 2rem;
        top: -0.2rem;
        border-radius: 0.5rem; }
      .bs-checkbox input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        left: 0.5rem;
        width: 1rem;
        transition: all 0.2s;
        height: 0.5rem;
        transform: scale(0) rotate(-40deg);
        top: 0.4rem;
        border-bottom: 2px solid #0070F0;
        border-left: 2px solid #0070F0; }
      .bs-checkbox input[type="checkbox"] + label .note {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-family: "Heebo-Regular";
        color: #666666;
        display: block; }
    .bs-checkbox input[type="checkbox"]:checked + label:before {
      border-color: #0070F0; }
    .bs-checkbox input[type="checkbox"]:checked + label:after {
      transform: scale(1) rotate(-40deg); }
  .bs-checkbox.typ-plp {
    margin-bottom: 3rem; }
    .bs-checkbox.typ-plp input[type="checkbox"] + label {
      font-family: "Heebo-SemiBold";
      padding-left: 3rem; }
    .bs-checkbox.typ-plp .subText {
      color: #666666;
      font-size: 1.4rem;
      font-family: "Heebo-Regular";
      display: block;
      padding-top: 0.5rem; }
    .bs-checkbox.typ-plp .colour {
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 50%;
      background: transparent;
      display: inline-block;
      margin-left: 1.5rem;
      position: absolute;
      top: 6px;
      left: 16px; }
      .bs-checkbox.typ-plp .colour.red {
        background: #fd3333; }
      .bs-checkbox.typ-plp .colour.blue {
        background: #007bff; }
      .bs-checkbox.typ-plp .colour.yellow {
        background: #d2ed0f; }
      .bs-checkbox.typ-plp .colour.grey {
        background: #dedede; }
      .bs-checkbox.typ-plp .colour.black {
        background: #000000; }
      .bs-checkbox.typ-plp .colour.silver {
        background: #f7eded; }
      .bs-checkbox.typ-plp .colour.goldBrown {
        background: #acc818; }
    .bs-checkbox.typ-plp.type-color {
      position: relative; }
      .bs-checkbox.typ-plp.type-color input[type="checkbox"] + label {
        padding-left: 5.5rem; }

.bs-checkbox.js-billing-address {
  margin-top: 25px; }

.bs-modal {
  position: relative;
  height: 100%; }
  .bs-modal.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    outline: 0; }
  .bs-modal.modal-show {
    opacity: 1;
    visibility: visible;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .bs-modal.modal-show {
        width: 100%; } }
    .bs-modal.modal-show .modal-dialog {
      transform: translate(-50%, -50%); }
  .bs-modal .modal-body {
    -ms-flex: none;
        flex: none;
    padding: 0;
    height: 100%; }
    .bs-modal .modal-body .highlightText {
      display: inline-block;
      color: #333333;
      font-family: "Heebo-Bold"; }
  .bs-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform 0.3s ease-out;
    background: #ffffff;
    border-radius: 0px;
    padding: 1.5rem; }
  .bs-modal .modal-content {
    height: auto;
    border: 0; }
    @media only screen and (large) {
      .bs-modal .modal-content.scroll-wrap {
        height: 45rem; } }
  .bs-modal .close-btn {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 2.4rem;
    color: #646464;
    padding: 0;
    z-index: 5; }
    @media only screen and (768px) {
      .bs-modal .close-btn {
        top: 1.5rem;
        right: 1.5rem; } }
  .bs-modal.type-md .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-md .modal-dialog {
    padding: 3rem;
    max-width: 50rem; }
    .bs-modal.type-md .modal-dialog.add-newAddress-popUp {
      max-width: 80rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-lg .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .small-title {
        font-size: 2.4rem; } }
  .bs-modal.type-lg .modal-dialog {
    padding: 3rem;
    max-width: 60rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-lg .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }
  .bs-modal.type-eBike .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.type-eBike .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-eBike .scroll {
    height: 50rem; }
  .bs-modal.type-eBike .add-newAddress-popUp .bs-form .form-group {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .add-newAddress-popUp .bs-form .form-group .form-label {
      margin-bottom: 0.5rem; }
  .bs-modal.type-eBike .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.type-eBike .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.type-eBike .bs-form .radio-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bs-modal.type-eBike .bs-form .radio-list .item {
        width: 100%;
        margin-right: 0; }
        .bs-modal.type-eBike .bs-form .radio-list .item .small-title {
          font-size: 2.4rem; }
  .bs-modal.type-eBike .bs-radio {
    position: relative; }
    .bs-modal.type-eBike .bs-radio .value {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      font-family: "Heebo-Bold"; }
    .bs-modal.type-eBike .bs-radio input[type="radio"] + label {
      font-family: "Heebo-Regular";
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 2rem 2rem 2rem 6rem;
      width: 100%; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:before {
        top: 50%;
        transform: translateY(-50%);
        left: 2rem; }
      .bs-modal.type-eBike .bs-radio input[type="radio"] + label:after {
        top: 50%;
        transform: translateY(-50%) scale(0);
        left: 2.5rem; }
    .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label {
      border-color: #0070F0;
      background-color: rgba(0, 127, 255, 0.05); }
      .bs-modal.type-eBike .bs-radio input[type="radio"]:checked + label:after {
        top: 50%;
        transform: translateY(-50%) scale(1);
        left: 2.5rem; }
  .bs-modal.typeNotify .modal-dialog {
    max-width: 50rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .modal-dialog {
        height: 100%; } }
  .bs-modal.typeNotify .small-title {
    font-size: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typeNotify .small-title {
        font-size: 2.4rem; } }
  .bs-modal.typeNotify .bs-form .form-group {
    margin: 5rem 0 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typeNotify .act-btn {
      position: fixed;
      width: 90%;
      left: 0;
      bottom: 20px;
      right: 0;
      margin: 0 auto; } }
  .bs-modal.typeNotify .act-btn .btn-default,
  .bs-modal.typeNotify .act-btn .btn {
    max-width: 100%;
    padding: 1.5rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.typ-removepro .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .modal-dialog {
        padding: 2rem 1.5rem;
        width: 90%; } }
  .bs-modal.typ-removepro .act-btn {
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-removepro .act-btn {
        text-align: center; } }
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      max-width: 16.4rem;
      padding: 1.7rem;
      min-width: 16.4rem;
      margin-bottom: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-modal.typ-removepro .act-btn .btn-default,
        .bs-modal.typ-removepro .act-btn .btn {
          min-width: 13.5rem;
          margin: 0 auto; } }
  @media only screen and (medium) {
    .bs-modal .bs-applicant-form .title {
      font-size: 2rem; }
    .bs-modal .bs-applicant-form .sub-title {
      font-size: 1.6rem; } }
  @media only screen and (medium) {
    .bs-modal.typ-fatcaForm .close-btn {
      right: 1rem;
      top: 1rem; } }
  .bs-modal.typ-thankBusiness .modal-dialog {
    padding: 3rem;
    max-width: 40rem; }
  .bs-modal.typ-thankBusiness .small-title {
    font-size: 2.4rem;
    margin-bottom: 2rem; }
    .bs-modal.typ-thankBusiness .small-title .highlight {
      font-family: "Heebo-SemiBold"; }
  .bs-modal.typ-thankBusiness .highlightText {
    display: inline-block;
    color: #333333;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-thankBusiness .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.typ-thankBusiness .act-btn {
    margin-top: 3rem; }
  .bs-modal.type-EmiRate .modal-dialog {
    padding: 3rem 3rem 7rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .modal-dialog {
        height: auto; } }
    .bs-modal.type-EmiRate .modal-dialog .modal-content {
      overflow-y: auto; }
  .bs-modal.type-EmiRate .table-title {
    margin-bottom: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .table-title {
        margin-bottom: 2rem; } }
  .bs-modal.type-EmiRate .scroll {
    height: 45rem;
    width: 100%;
    padding-bottom: 3rem; }
  .bs-modal.type-EmiRate .btn.btn-default {
    padding: 1.7rem;
    min-width: 100%;
    margin-bottom: 0; }
  .bs-modal.type-EmiRate .act-btn {
    box-shadow: 0 5px 10px 0 black;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem 3rem;
    background: #ffffff; }
  .bs-modal.type-EmiRate .cp-table table th,
  .bs-modal.type-EmiRate .cp-table table td {
    padding: 1rem; }
  .bs-modal.type-EmiRate .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem; }
    .bs-modal.type-EmiRate .small-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-EmiRate .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.type-findBike .small-title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    color: #000000;
    text-align: center;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-findBike .small-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-findBike .small-title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 3rem; } }
  .bs-modal.typ-cancelOrder .small-title {
    font-size: 4rem;
    font-family: "Heebo-Light";
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cancelOrder .small-title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem; } }
  .bs-modal.typ-cancelOrder .desc {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Heebo-Bold"; }
  .bs-modal.typ-cancelOrder .bs-form {
    margin-bottom: 7rem; }
    .bs-modal.typ-cancelOrder .bs-form .form-group {
      margin: 5rem 0 3rem; }
  .bs-modal.typ-cancelOrder .no-forChar {
    font-family: "Heebo-Light";
    font-size: 1.4rem;
    color: #646464; }
  .bs-modal.typ-cancelOrder .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.typ-cancelOrder .act-btn .btn-default,
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.5rem;
      min-width: 100%;
      margin-bottom: 0; }
  .bs-modal.typ-video .modal-content {
    padding: 0;
    background: transparent; }
  .bs-modal.typ-video .video-container iframe {
    width: 100%;
    height: 50rem;
    height: 65rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .video-container iframe {
        height: 32rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .video-container iframe {
        height: 40rem; } }
  .bs-modal.typ-video .icon-close {
    color: #646464;
    position: absolute;
    right: -4rem;
    font-size: 4rem;
    top: -4rem;
    font-family: "Heebo-Bold";
    line-height: 3rem; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .icon-close {
        right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .icon-close {
        right: 0;
        z-index: 9; } }
  @media screen and (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
    .bs-modal.typ-video .icon-close {
      right: 1rem;
      top: 1rem;
      font-size: 2rem; } }
  .bs-modal.typ-video .modal-dialog {
    transform: translate(-50%, -50%);
    right: 0;
    max-width: 80%;
    height: 65rem;
    padding: 0;
    background: transparent; }
    @media screen and (max-width: 767px) {
      .bs-modal.typ-video .modal-dialog {
        top: 50%;
        left: 2%;
        right: 1rem;
        transform: translate(0, 0) !important;
        max-width: 96%;
        margin-top: -17.5rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bs-modal.typ-video .modal-dialog {
        top: 20%;
        left: 1rem;
        right: 1rem;
        transform: translateY(-20%); } }
    .bs-modal.typ-video .modal-dialog .modal-dialog {
      transform: translateY(-50%);
      left: 0;
      right: 0; }
  .bs-modal.typ-video.modal-show {
    width: 100%; }
  .bs-modal.typ-getInTouch .modal-content {
    position: relative; }
  .bs-modal.typ-getInTouch .small-title {
    margin-bottom: 3rem; }
    .bs-modal.typ-getInTouch .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.typ-getInTouch .act-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -3px;
    padding: 15px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
    .bs-modal.typ-getInTouch .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.typ-getInTouch .bs-form {
    margin: 0rem 0 3rem; }
    .bs-modal.typ-getInTouch .bs-form .form-group {
      margin: 0rem 0 5rem; }
    .bs-modal.typ-getInTouch .bs-form .label {
      top: -2.5rem;
      left: 0;
      font-size: 1.4rem;
      font-family: "Heebo-Medium";
      position: absolute;
      color: #646464; }
  .bs-modal.typ-getInTouch .bs-radio {
    position: relative; }
  .bs-modal.typ-servicepin .small-title {
    margin-bottom: 1rem; }
  .bs-modal.typ-servicepin .desc {
    margin-bottom: 4rem; }
  .bs-modal.typ-servicepin .bs-form {
    padding: 0;
    margin: 0; }
  .bs-modal.typ-servicepin .act-btn {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: none;
    padding: 0; }
    .bs-modal.typ-servicepin .act-btn .btn.btn-default {
      width: 100%;
      margin: 0; }
  .bs-modal.type-addNewAddress .small-title {
    margin-bottom: 3rem; }
    .bs-modal.type-addNewAddress .small-title.small-title-2 {
      margin-bottom: 5rem; }
  .bs-modal.type-addNewAddress .cp-address-details .small-title {
    font-size: 2.4rem; }
  .bs-modal.type-addNewAddress .form-group {
    margin: 3rem 0 3rem; }
  .bs-modal.type-addNewAddress .act-btn {
    bottom: 0;
    z-index: 1;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .bs-modal.type-addNewAddress .act-btn {
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .bs-modal.typ-deleteAddress .modal-dialog {
      height: auto; } }
  .bs-modal.type-CompareAlert .small-title {
    text-align: left;
    font-family: "Heebo-Light";
    font-size: 2.4rem; }
    .bs-modal.type-CompareAlert .small-title .highlight {
      font-family: "Heebo-Bold"; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.6rem;
    font-family: "Heebo-Regular"; }
    .bs-modal.type-CompareAlert .table-title span {
      font-family: "Heebo-Bold"; }

.pdp-minute-popup-content .modal-content {
  padding: 40px;
  border-radius: 10px; }
  .pdp-minute-popup-content .modal-content .input-wrap {
    margin-bottom: 20px; }
    .pdp-minute-popup-content .modal-content .input-wrap label {
      width: 100%;
      margin-bottom: 0px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .pdp-minute-popup-content .modal-content .input-wrap .inputDefault {
      width: 100%;
      height: 40px;
      border: 0;
      border-bottom: 1px solid #666666;
      padding: 0; }
  .pdp-minute-popup-content .modal-content .custom-form-btn {
    margin-bottom: 0; }
  .pdp-minute-popup-content .modal-content #close-form-popup {
    color: #333333; }

@media only screen and (max-width: 768px) {
  .bs-modal.fade {
    z-index: 9999; } }

.bs-modal .close-btn {
  font-size: 2.4rem;
  padding: 0; }

.bs-modal.type-lg #bikeModel {
  max-width: 61rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-lg #bikeModel {
      padding: 2rem;
      max-height: 100vh; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate.fade {
    z-index: 9999; } }

.bs-modal.type-EmiRate .mCSB_container_wrapper {
  margin-right: -8px;
  margin-bottom: 10px; }

.bs-modal.type-EmiRate .mCSB_container_wrapper > .mCSB_container {
  padding-right: 10px; }

.bs-modal.type-EmiRate .modal-dialog {
  padding: 3rem 3rem 3rem 3rem;
  max-height: auto !important;
  max-width: 60rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-dialog {
      height: 100%; } }

.bs-modal.type-EmiRate .modal-content {
  height: 64rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .modal-content {
      height: auto !important; } }

.bs-modal.type-EmiRate .small-title {
  font-family: "Heebo-Light"; }

.bs-modal.type-EmiRate .scroll {
  height: 45rem !important; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .scroll {
      height: 47rem !important; } }

.bs-modal.type-EmiRate .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-EmiRate .act-btn {
      box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.1) !important; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading-col:first-child {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    z-index: 9; } }

@media only screen and (max-width: 768px) {
  .bs-modal.type-EmiRate .emi-first-heading {
    position: sticky;
    top: 0; } }

.bs-modal.typ-servicepin .modal-dialog {
  max-width: 54rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog {
      padding: 2rem !important; } }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-servicepin .modal-dialog .modal-content .btn-pincode-submit {
      padding: 1.2rem; } }

.bs-modal.typ-servicepin .small-title {
  font-family: "Heebo-Light"; }

.bs-modal.typ-servicepin .text-muted {
  color: #999; }

.bs-modal.typ-servicepin .close-btn.pinCode-Btn {
  font-size: 2.4rem; }

.bs-modal.typeNotify .small-title {
  font-family: "Heebo-Regular"; }

.bs-modal.typeNotify .modal-dialog {
  max-width: 50rem;
  min-height: 35.9rem; }

.bs-modal.typeNotify .act-btn .btn {
  height: 5rem; }

.bs-modal.type-findBike .small-title {
  font-family: "Heebo-Light"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-findBike .small-title {
      margin-bottom: 8rem; } }

.bs-modal.typ-thankBusiness .small-title {
  font-family: "Heebo-Light"; }
  .bs-modal.typ-thankBusiness .small-title .highlight {
    font-family: "Heebo-Bold"; }

.bs-modal.typeNotify .close-btn {
  font-size: 2.4rem; }

.bs-modal.typ-removepro .act-btn .btn-default,
.bs-modal.typ-removepro .act-btn .btn {
  padding: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .act-btn .btn-default,
    .bs-modal.typ-removepro .act-btn .btn {
      padding: 1.2rem; } }

.bs-modal.typ-removepro .coupon-smalltitle {
  font-size: 2.4rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-removepro .coupon-smalltitle {
      font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .modal-dialog {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-removepro.typ-removeCouponPopup .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.type-addNewAddress .modal-dialog {
  padding: 3rem 1rem 5rem 3rem;
  max-width: 80rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.type-addNewAddress .modal-dialog {
      padding: 2rem 1.5rem; } }

.bs-modal.type-addNewAddress .mCSB_inside > .mCSB_container {
  margin-right: 2rem; }

.bs-modal.type-addNewAddress .scroll {
  height: 53rem; }

.bs-modal.type-addNewAddress .act-btn {
  padding: 0.9rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.type-CompareAlert .modal-dialog {
    max-width: 33.5rem;
    height: 10.4rem !important; }
  .bs-modal.type-CompareAlert .table-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  .bs-modal.type-CompareAlert .small-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 768px) {
  .bs-modal .close-btn.compare-close {
    font-size: 2.4rem; } }

.bs-modal.typ-cargogetInTouch .modal-dialog {
  max-width: 50rem;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .modal-dialog {
      padding: 2rem 2rem;
      box-shadow: none; } }

.bs-modal.typ-cargogetInTouch .small-title {
  font-family: "Heebo-Light";
  margin-bottom: 1rem;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .small-title {
      font-family: "Heebo-Regular"; } }

.bs-modal.typ-cargogetInTouch .highlight {
  font-family: "Heebo-Bold"; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .highlight {
      font-family: "Heebo-Bold"; } }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cargogetInTouch .bs-form .form-group {
    margin: 0rem 0 6rem; } }

.bs-modal.typ-cargogetInTouch .act-btn {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargogetInTouch .act-btn {
      box-shadow: none; } }
  .bs-modal.typ-cargogetInTouch .act-btn .btn {
    box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3); }
    @media only screen and (max-width: 768px) {
      .bs-modal.typ-cargogetInTouch .act-btn .btn {
        padding: 1.2rem; } }

.bs-modal.cargo-thankBusiness .modal-dialog {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 768px) {
  .bs-modal.cargo-thankBusiness .modal-dialog {
    padding: 2rem;
    max-width: 33.5rem;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .bs-modal.cargo-thankBusiness .small-title {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
  .bs-modal.cargo-thankBusiness .btn.btn-default {
    padding: 1.2rem; }
  .bs-modal.cargo-thankBusiness .act-btn {
    margin-top: 2.2rem; } }

.bs-modal.typ-cargopdpgetintouch .scroll {
  height: 64rem; }
  @media only screen and (max-width: 768px) {
    .bs-modal.typ-cargopdpgetintouch .scroll {
      height: 55rem; } }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper {
    margin-right: 0; }
  .bs-modal.typ-cargopdpgetintouch .scroll .mCSB_container_wrapper > .mCSB_container {
    left: 0 !important;
    width: 100% !important;
    padding-right: 0; }

.bs-modal.typ-cancelOrder .act-btn {
  padding: 1rem 3rem; }

@media only screen and (max-width: 768px) {
  .bs-modal.typ-cancelOrder .small-title {
    margin-bottom: 3rem; }
  .bs-modal.typ-cancelOrder .act-btn {
    box-shadow: none;
    padding: 0rem 2rem 2rem; }
    .bs-modal.typ-cancelOrder .act-btn .btn {
      max-width: 100%;
      padding: 1.2rem; } }

.bs-modal.typ-getInTouch .bs-form {
  margin: 0rem 0 3rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group {
    margin-top: -2.4rem; }
  .bs-modal.typ-getInTouch .bs-form .form-group.get-form-group-l {
    margin: 0rem 0rem; }

.bs-modal.typ-book-ride .modal-dialog {
  max-width: 100%; }

.bs-modal.type-warrantyerror .modal-dialog {
  pointer-events: auto; }

.cp-warrantyReg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 50px; }
  @media only screen and (max-width: 768px) {
    .cp-warrantyReg {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .cp-warrantyReg .lhs {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-warrantyReg .lhs {
        width: 100%;
        padding: 0 20px; } }
  .cp-warrantyReg .rhs {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-warrantyReg .rhs {
        width: 100%; } }
  .cp-warrantyReg .warrany-product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .cp-warrantyReg .warrany-product-list {
        margin-top: 0; } }
    .cp-warrantyReg .warrany-product-list .wp-item {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-warrantyReg .warrany-product-list .wp-item {
          margin-bottom: 0; } }
    .cp-warrantyReg .warrany-product-list .product-card {
      padding: 0;
      border: 0;
      background: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-warrantyReg .warrany-product-list .product-card {
          padding: 0; } }
    .cp-warrantyReg .warrany-product-list .img-wrap {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-warrantyReg .warrany-product-list .img-wrap {
          width: 100%;
          height: auto;
          margin-bottom: 0; } }
    .cp-warrantyReg .warrany-product-list .product-name {
      font-family: "Heebo-Bold";
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      margin-bottom: 0.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-warrantyReg .warrany-product-list .product-name {
          font-size: 1.4rem;
          line-height: 1.8rem;
          margin-bottom: 0.5rem; } }
    .cp-warrantyReg .warrany-product-list .product-desc {
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #333333; }
      @media only screen and (max-width: 768px) {
        .cp-warrantyReg .warrany-product-list .product-desc {
          font-size: 1.4rem;
          line-height: 1.8rem; } }

.set-w--100 {
  width: 100%; }

.cp-warrantyReg .lhs {
  margin-right: 10rem; }
  @media only screen and (max-width: 768px) {
    .cp-warrantyReg .lhs {
      width: 100%;
      margin-right: 0; } }

.cp-toolip {
  position: relative; }
  .cp-toolip:focus .tooltip-content, .cp-toolip:hover .tooltip-content {
    opacity: 1;
    display: block; }
  .cp-toolip .tooltip-content {
    padding: 3rem;
    width: 27rem;
    height: 28.3rem;
    border-radius: 4px;
    box-shadow: 0 0 50px 0 black;
    background: #ffffff;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    opacity: 0;
    display: none;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 1024px) {
      .cp-toolip .tooltip-content {
        padding: 2rem;
        top: unset;
        transform: none;
        left: unset;
        bottom: 3.5rem;
        right: -15px; } }
    .cp-toolip .tooltip-content:after, .cp-toolip .tooltip-content:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
      @media only screen and (max-width: 1024px) {
        .cp-toolip .tooltip-content:after, .cp-toolip .tooltip-content:before {
          content: "";
          right: unset;
          top: 100%;
          left: 50%; } }
    .cp-toolip .tooltip-content:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 5px;
      margin-top: -5px; }
      @media only screen and (max-width: 1024px) {
        .cp-toolip .tooltip-content:after {
          border: 0;
          margin: 0;
          border-top-color: #ffffff;
          margin-left: -5px; } }
    .cp-toolip .tooltip-content:before {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 6px;
      margin-top: -6px; }
      @media only screen and (max-width: 1024px) {
        .cp-toolip .tooltip-content:before {
          border: 0;
          margin: 0;
          border-top-color: #ffffff;
          border-width: 6px;
          margin-left: -6px; } }
    .cp-toolip .tooltip-content .img-wrap {
      width: 20rem;
      height: 11.3rem;
      margin-bottom: 1rem; }
    .cp-toolip .tooltip-content .desc {
      font-family: "Heebo-Regular";
      font-size: 1.4rem;
      line-height: 2rem;
      color: #333333; }

.cp-toolip .tooltip-content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

.cp-select .select2-container--default .select2-selection--single {
  height: 5rem;
  padding: 1rem 1.2rem;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #333333;
  font-family: "Heebo-Medium";
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  outline: none; }
  .cp-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #333333;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    border-radius: 0.8rem;
    background-image: linear-gradient(to bottom, #fff, #f7f7f7);
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%); }

.cp-select .select2-container {
  width: 100% !important; }

.cp-select.typ-whatexpect {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 0;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-whatexpect {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-whatexpect {
      right: 8.5rem; } }
  .cp-select.typ-whatexpect .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-whatexpect .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection__rendered {
    color: #0070F0; }
  .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0080ff !important;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Heebo-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-whatexpect .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-whatexpect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 transparent; }

.cp-select.typ-alp {
  position: absolute;
  width: 15%;
  background: #ffffff;
  z-index: 9;
  right: 15%;
  top: -0.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-select.typ-alp {
      right: 5.5rem; } }
  @media only screen and (max-width: 576px) {
    .cp-select.typ-alp {
      right: 8.5rem; } }
  .cp-select.typ-alp .select2-container {
    width: 20rem !important; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container {
        width: 15rem !important; } }
    .cp-select.typ-alp .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0; }
  .cp-select.typ-alp .select2-container--default .select2-selection__rendered {
    color: #0070F0; }
  .cp-select.typ-alp .select2-container--default .select2-selection--single {
    height: 3.5rem;
    color: #0070F0;
    background: #ffffff;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    font-family: "Heebo-Medium";
    border: none;
    outline: none; }
    @media only screen and (max-width: 768px) {
      .cp-select.typ-alp .select2-container--default .select2-selection--single {
        font-size: 1.8rem;
        line-height: 1.6rem; } }
    .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 2rem;
      color: #0070F0;
      background-image: none;
      top: 43%;
      right: 25px; }
      .cp-select.typ-alp .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #0070F0 transparent transparent transparent; }
  .cp-select.typ-alp .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0070F0 transparent; }

.select2-dropdown {
  box-shadow: 0px 1.25px 20px 2px rgba(6, 177, 199, 0.14);
  border-radius: 0px 0px 8px 8px;
  background: #ffffff;
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent !important; }

.select2-results__option {
  padding: 1.5rem 1rem;
  text-indent: 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Heebo-Medium";
  color: #333333;
  border-bottom: 1px solid #e2e2e2; }
  .select2-results__option:last-child {
    border: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #333333;
  background: #CDEDF4; }

.select2-container--default .select2-results > .select2-results__options {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

.pg-warranty-registration .otp-note {
  color: blue;
  float: right; }

.pg-warranty-registration .hidden {
  display: none; }

.pg-warranty-registration .bs-sec.typ-warrantyReg {
  position: relative; }
  .pg-warranty-registration .bs-sec.typ-warrantyReg .sec-head {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3; }

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  width: max-content !important; }
