/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.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; }

.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-product.typ-hotizontal {
  border: 1px solid #e2e2e2;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .bs-product.typ-hotizontal .img-wrap {
    position: absolute;
    width: 30%;
    padding: 1.5rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .bs-product.typ-hotizontal .img-wrap img {
      max-width: 100%;
      max-height: 100%;
      width: auto; }
  .bs-product.typ-hotizontal .detail-wrap {
    width: 100%;
    padding: 3rem 15rem 3rem calc(30% + 3rem);
    position: relative; }
  .bs-product.typ-hotizontal .product-name {
    font-size: 2.4rem;
    font-family: "Heebo-Bold";
    line-height: 1;
    margin-bottom: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -ms-flex-align: center;
        align-items: center; }
  .bs-product.typ-hotizontal .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .color .color-code {
      margin-right: 0.5rem;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%; }
    .bs-product.typ-hotizontal .color .text {
      color: #333333;
      font-family: "Heebo-Medium"; }
  .bs-product.typ-hotizontal .qty-wrap {
    overflow: hidden;
    margin-left: 2.8rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.8rem;
    display: -ms-flexbox;
    display: flex; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 4rem;
      font-size: 1.6rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #333333;
      font-family: "Heebo-Bold"; }
    .bs-product.typ-hotizontal .qty-wrap span {
      cursor: pointer;
      background: #f7f7f7;
      padding: 0.3rem; }
      .bs-product.typ-hotizontal .qty-wrap span.disabled {
        color: #ccc;
        cursor: not-allowed; }
    .bs-product.typ-hotizontal .qty-wrap input {
      width: 4rem;
      text-align: center; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 3rem;
    top: 2.5rem;
    font-size: 2.4rem;
    font-family: "Heebo-SemiBold";
    color: #333333; }
  .bs-product.typ-hotizontal .protect-btn {
    color: #0070F0;
    font-family: "Heebo-Bold";
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -ms-flex-align: center;
        align-items: center; }
    .bs-product.typ-hotizontal .protect-btn .btn-icon-link.notify-btn {
      display: none; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 2.4rem;
      margin-right: 0.8rem; }
  .bs-product.typ-hotizontal .remove-product {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 2.4rem;
    color: #646464;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem; }
  .bs-product.typ-hotizontal .out-stock {
    display: none; }

.bs-product.typ-stockout .img-wrap,
.bs-product.typ-stockout .product-name,
.bs-product.typ-stockout .product-option,
.bs-product.typ-stockout .price-wrap {
  opacity: 0.5;
  pointer-events: none; }

.bs-product.typ-stockout .out-stock {
  display: inline-block; }

.bs-product .out-stock {
  padding: 0.8rem 1rem 0.6rem;
  border-radius: 1.2rem;
  background-color: #f8d7da;
  font-family: "Heebo-Regular";
  font-size: 1rem;
  line-height: 1;
  color: #721c23;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%); }

@media only screen and (max-width: 767px) {
  .bs-product.typ-hotizontal .img-wrap {
    padding: 1rem; }
  .bs-product.typ-hotizontal .detail-wrap {
    padding: 1.2rem 0 1.2rem calc(30% + 1.2rem); }
  .bs-product.typ-hotizontal .product-name {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    padding-right: 8rem; }
  .bs-product.typ-hotizontal .product-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.4rem; }
  .bs-product.typ-hotizontal .color .text {
    font-size: 1.2rem; }
  .bs-product.typ-hotizontal .qty-wrap {
    margin-left: 2.5rem; }
    .bs-product.typ-hotizontal .qty-wrap span,
    .bs-product.typ-hotizontal .qty-wrap input {
      height: 3.2rem;
      font-size: 1.4rem; }
  .bs-product.typ-hotizontal .price-wrap {
    position: absolute;
    right: 1.2rem;
    top: 1rem;
    font-size: 1.4rem; }
  .bs-product.typ-hotizontal .protect-btn {
    font-size: 1.2rem; }
    .bs-product.typ-hotizontal .protect-btn .icon {
      font-size: 1.6rem;
      margin-right: 0.5rem; }
  .bs-product.typ-hotizontal .remove-product {
    bottom: 0.8rem;
    right: 0.5rem;
    font-size: 1.6rem;
    padding: 0.4rem; } }

.cp-pg-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15rem 0rem 9rem;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 9.5rem 0rem;
      -ms-flex-align: unset;
          align-items: unset; } }
  .cp-pg-banner.type-adp {
    padding-bottom: 0rem; }
  .cp-pg-banner .lhs,
  .cp-pg-banner .rhs {
    width: 47%; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs,
      .cp-pg-banner .rhs {
        width: 100%; } }
  .cp-pg-banner .review-star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 4rem;
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .review-star {
        margin-bottom: 3rem;
        margin-top: 3rem;
        margin: 2rem 0 2.4rem; } }
    .cp-pg-banner .review-star .stockout .text {
      font-family: "Heebo-Regular";
      font-size: 1rem;
      line-height: 1rem;
      color: #721c23;
      padding: 0.4rem 1rem;
      border-radius: 1.2rem;
      background: #f8d7da;
      padding-right: 2rem;
      margin-right: 2rem;
      position: relative; }
      .cp-pg-banner .review-star .stockout .text:after {
        content: "";
        height: 1.2rem;
        width: 0.1rem;
        background: #e2e2e2;
        position: absolute;
        top: 7px;
        right: 0; }
    .cp-pg-banner .review-star .stockout .review {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #0070F0;
      font-family: "Heebo-Medium"; }
  .cp-pg-banner .prod-feature {
    margin: 4rem 0; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-feature {
        margin-bottom: 1rem;
        margin-top: 0; } }
    .cp-pg-banner .prod-feature .feture-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Heebo-Bold";
      margin-bottom: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .prod-feature .feture-title {
          font-size: 1.6rem;
          line-height: 1.6rem;
          margin-bottom: 1.6rem; } }
      .cp-pg-banner .prod-feature .feture-title .cm-regular {
        font-family: "Heebo-Regular"; }
  .cp-pg-banner .prod-price-colur {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-price-colur {
        display: none; } }
    .cp-pg-banner .prod-price-colur .price-wrap {
      margin-right: 9.6rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .price {
        font-size: 2.4rem;
        line-height: 2.4rem;
        color: #000000;
        font-family: "Heebo-black";
        display: block;
        margin-bottom: 1.2rem; }
        .cp-pg-banner .prod-price-colur .price-wrap .price.ruppes,
        .cp-pg-banner .prod-price-colur .price-wrap .price .ruppe {
          font-family: "Heebo-Regular";
          margin-left: 5px;
          margin-left: 0.5rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .btn-link {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Heebo-Medium";
        z-index: 10; }
    .cp-pg-banner .prod-price-colur .pc-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Heebo-Bold";
      margin-bottom: 1.2rem; }
      .cp-pg-banner .prod-price-colur .pc-title .cm-regular {
        font-family: "Heebo-Regular"; }
  .cp-pg-banner .ruppes {
    font-family: "Heebo-Regular"; }
  .cp-pg-banner .act-btn {
    margin-bottom: 4rem;
    margin-top: 3.8rem;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn {
        margin-bottom: 3rem; } }
    .cp-pg-banner .act-btn .btn {
      padding: 1.7rem 5rem;
      margin-bottom: 0;
      min-width: auto;
      line-height: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn {
          padding: 1.2rem 4.8rem; } }
      .cp-pg-banner .act-btn .btn + .btn {
        margin-left: 2rem; }
      .cp-pg-banner .act-btn .btn.btn-outline {
        background: transparent;
        box-shadow: none; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .act-btn .btn.btn-outline {
            width: 100%;
            padding: 1.2rem; } }
      .cp-pg-banner .act-btn .btn.notify-me-btn.btn-testRide {
        min-width: 23.8rem;
        padding: 1.7rem 4.8rem; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .act-btn .btn.notify-me-btn.btn-testRide {
            width: 100%; } }
      .cp-pg-banner .act-btn .btn.notify-me-btn.btn-icon-link {
        padding: 1.7rem 0;
        color: #007fff !important; }
      .cp-pg-banner .act-btn .btn.notify-me-btn.typ-add-to-cart {
        min-width: 17.2rem;
        padding: 1.7rem 4.9rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn.notify-me-btn.lectro-notify-desktop {
          display: none; } }
  .cp-pg-banner .delivery {
    padding-top: 4rem;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery {
        padding-top: 3rem; } }
    .cp-pg-banner .delivery .delivery-title {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #000000;
      font-family: "Heebo-Bold";
      margin-bottom: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .delivery .delivery-title {
          font-size: 1.6rem; } }
  .cp-pg-banner .lhs {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs {
        padding-bottom: 0; } }
    .cp-pg-banner .lhs .img-function {
      position: absolute;
      left: 0;
      bottom: 21%;
      z-index: 3;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .lhs .img-function {
          left: auto;
          bottom: 3rem;
          right: 0; } }
      .cp-pg-banner .lhs .img-function .icon {
        min-width: 3.6rem;
        min-height: 3.6rem;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3);
        padding: 8px;
        font-size: 2rem;
        line-height: 0rem;
        color: #0070F0;
        margin-right: 2rem;
        cursor: pointer;
        transition: all 0.5s ease-in;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .cp-pg-banner .lhs .img-function .icon.icon-share {
          margin-right: 0;
          z-index: 3; }
        .cp-pg-banner .lhs .img-function .icon.active, .cp-pg-banner .lhs .img-function .icon:hover {
          background: #0070F0;
          color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .lhs .prod-price-colur {
        position: absolute;
        left: 0;
        bottom: 2.6rem;
        margin-bottom: 0;
        z-index: 3; }
        .cp-pg-banner .lhs .prod-price-colur .bs-radio {
          margin-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      z-index: 3; }
      .cp-pg-banner .price-cont .btn-default {
        padding: 1.7rem 2rem;
        margin-bottom: 0;
        min-width: auto; }
      .cp-pg-banner .price-cont .price-wrap {
        padding-left: 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-direction: column;
            flex-direction: column; }
        .cp-pg-banner .price-cont .price-wrap .rupee-span {
          -ms-flex-direction: column;
              flex-direction: column; }
        .cp-pg-banner .price-cont .price-wrap .btn {
          font-size: 1.2rem;
          line-height: 1.2rem; }
        .cp-pg-banner .price-cont .price-wrap .price-mob {
          padding-right: 5px;
          font-family: 'Heebo-Bold'; }
      .cp-pg-banner .price-cont .price {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #000000;
        font-family: "Heebo-black";
        margin-right: 5px;
        -ms-flex-direction: column;
            flex-direction: column; }
        .cp-pg-banner .price-cont .price .ruppes {
          font-family: "Heebo-Regular";
          font-weight: 300; }
    .cp-pg-banner .bs-radio {
      margin-bottom: 3.6rem;
      padding-left: 0.7rem; } }

.cp-pg-banner {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner {
      padding: 9.5rem 0rem 0rem; } }
  .cp-pg-banner .delivery {
    padding-top: 3.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery {
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .delivery.typ-adp-delivery {
        margin-bottom: 1.6rem; } }
  .cp-pg-banner .act-btn {
    margin-bottom: 3.1rem;
    margin-top: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn {
        margin-top: 3rem; } }
    .cp-pg-banner .act-btn .btn {
      border-radius: 0rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .act-btn .btn.d-mobileNone {
          display: none !important; } }
      .cp-pg-banner .act-btn .btn.notify-btn {
        display: none; }
      .cp-pg-banner .act-btn .btn.autoverseNotify {
        margin-left: 0px; }
      .cp-pg-banner .act-btn .btn.notifyAutoVerse {
        margin-left: 0;
        padding-left: 0; }
    .cp-pg-banner .act-btn.cargo-act-btn {
      margin-bottom: 3rem; }
      .cp-pg-banner .act-btn.cargo-act-btn .cargoActionBtns {
        margin-right: 3rem; }
  .cp-pg-banner .act-btn-link {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .act-btn-link {
        margin-bottom: 4rem; } }
    .cp-pg-banner .act-btn-link.act-btn-cargo {
      display: -ms-flexbox;
      display: flex; }
      .cp-pg-banner .act-btn-link.act-btn-cargo .booktestride-btn {
        margin-right: 2rem; }
      .cp-pg-banner .act-btn-link.act-btn-cargo .icon {
        margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur.cargo-pdp-sec {
      display: block; } }
  .cp-pg-banner .prod-price-colur .price-wrap {
    margin-right: 7.5rem;
    text-align: left;
    display: -ms-flexbox;
    display: flex; }
    .cp-pg-banner .prod-price-colur .price-wrap .price {
      margin-bottom: 0.5rem;
      text-align: left; }
      .cp-pg-banner .prod-price-colur .price-wrap .price.ruppes,
      .cp-pg-banner .prod-price-colur .price-wrap .price .ruppe {
        font-family: Helvetica !important;
        font-weight: normal !important;
        font-size: 13px;
        line-height: 16px; }
      .cp-pg-banner .prod-price-colur .price-wrap .price .totalsalesPercentage {
        color: #087dfa;
        padding-left: 1rem;
        font-size: 1.6rem; }
      .cp-pg-banner .prod-price-colur .price-wrap .price .typ-strikeprice .strikePrice {
        font-size: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .prod-price-colur .price-wrap .price .rupee-span {
          -ms-flex-direction: column;
              flex-direction: column; } }
    .cp-pg-banner .prod-price-colur .price-wrap.cargo-pricewrap {
      margin-right: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .prod-price-colur .price-wrap.cargo-pricewrap {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur .attributes.cargo-attributes {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap {
      margin-bottom: -1.2rem; }
      .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap .pc-title {
        font-size: 1.6rem; }
        .cp-pg-banner .prod-price-colur .addon-wrap.cargo-addonwrap .pc-title .cm-regular {
          font-family: "Heebo-Light"; } }
  .cp-pg-banner .prices {
    padding-top: 0; }
  .cp-pg-banner .prod-feature {
    margin: 2rem 0 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .prod-feature {
        margin-bottom: 1rem;
        margin-top: 0; } }
  .cp-pg-banner .review-star {
    margin-bottom: 3.1rem;
    margin-top: 1.5rem; }
    .cp-pg-banner .review-star .stockout .text {
      top: -0.1rem;
      padding: 0.5rem 1rem;
      margin-right: 4rem; }
      @media only screen and (max-width: 768px) {
        .cp-pg-banner .review-star .stockout .text {
          top: -0.2rem; } }
      .cp-pg-banner .review-star .stockout .text:after {
        right: -2rem;
        top: 0.5rem;
        height: 1.3rem; }
        @media only screen and (max-width: 768px) {
          .cp-pg-banner .review-star .stockout .text:after {
            height: 1.2rem;
            top: 0.7rem; } }
    .cp-pg-banner .review-star .review {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #0070F0;
      font-family: "Heebo-Medium"; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .lhs .prod-price-colur {
      width: 30%; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .lhs .img-function .icon-Share.active {
      z-index: 99; } }
  .cp-pg-banner .price-cont .price {
    -ms-flex-direction: row;
        flex-direction: row; }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont.cm-mobile .notify-mobile {
      padding: 1.7rem 1.2rem; } }
  .cp-pg-banner .price-cont.cm-mobile .totalsalesPercentage {
    color: #087dfa;
    padding-left: 1rem;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-pg-banner .price-cont.cm-mobile .totalsalesPercentage {
        font-size: 1.2rem;
        padding-left: 0.7rem; } }
  @media only screen and (max-width: 768px) {
    .cp-pg-banner .price-cont .price-wrap .typ-strikeprice .strikePrice {
      font-size: 1.6rem; } }

.cp-prod-detail .prod-title {
  font-size: 6.4rem;
  line-height: 6.4rem;
  letter-spacing: -1px;
  color: #0070F0;
  font-family: "Heebo-Bold";
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail .prod-title {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: .8rem; } }

.cp-prod-detail .desc {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Heebo-Regular";
  color: #646464;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail .desc {
      font-size: 1.4rem;
      line-height: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .cp-prod-detail .act-btn .btn.btn-outline {
    margin-left: 0; } }

.cp-accessories .info-wrap .price {
  display: -ms-flexbox;
  display: flex;
  padding-left: 2px; }
  .cp-accessories .info-wrap .price .plp-mrp {
    font-family: 'Heebo-Bold';
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .info-wrap .price .plp-mrp {
        font-size: 1.3rem; } }

.cp-accessories .info-wrap .cost .ruppe {
  font-size: 13px;
  line-height: 19px;
  margin-right: .5rem; }

@media only screen and (max-width: 768px) {
  .cp-accessories .info-wrap .cost.salePercent {
    line-height: 19px; } }

.cp-accessories .info-wrap .typ-strikeprice .strikePrice.value {
  font-size: 13px;
  line-height: 17px; }

.cp-pg-banner .prod-price-colur .pc-title {
  margin-top: 1px; }

.cp-prod-detail .review-star {
  margin-top: 1rem; }
  .cp-prod-detail .review-star .review {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: "Heebo-Medium";
    color: #0070F0;
    position: relative;
    top: 1px; }
    @media only screen and (max-width: 768px) {
      .cp-prod-detail .review-star .review {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-family: "Heebo-Medium";
        color: #0070F0;
        top: 0rem; } }

.cp-prod-detail .desc {
  margin-bottom: 1.6rem; }

.cp-prod-detail.typ-adp-product .prod-title {
  margin-bottom: 2rem; }

.cp-prod-detail.typ-adp-product .review-star {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail.typ-adp-product .review-star {
      margin-bottom: 3rem; } }

.cp-prod-detail.typ-adp-product .prod-feature {
  margin-bottom: 3rem; }

.cp-prod-detail.typ-adp-product .act-btn {
  margin: 4rem 0rem; }
  @media only screen and (max-width: 768px) {
    .cp-prod-detail.typ-adp-product .act-btn {
      margin: 3rem 0rem; } }

.cp-star {
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-star {
      margin-right: 1rem;
      padding-right: 1rem; } }
  .cp-star .start-list {
    display: -ms-flexbox;
    display: flex; }
  .cp-star .star-item {
    margin-right: 2px;
    color: #e2e2e2;
    font-size: 1.2rem;
    line-height: 1.2rem; }
    .cp-star .star-item .icon.fill {
      color: #f6c000; }
    .cp-star .star-item:last-child {
      margin-right: 0rem; }
  .cp-star .star-count {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #333333;
    font-family: "Heebo-Bold";
    margin-left: 5px; }

.cp-star {
  border-right: 0;
  margin-right: 4rem;
  padding-right: 0;
  position: relative; }
  .cp-star:after {
    content: "";
    width: 0.1rem;
    background: #e2e2e2;
    position: absolute;
    right: -2rem;
    top: 0rem;
    height: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .cp-star:after {
        height: 1.2rem;
        top: 0.1rem; } }
  .cp-star .star-count {
    position: relative;
    top: 0.1rem; }

.cp-feature .feature-list {
  display: -ms-flexbox;
  display: flex; }

.cp-feature .feature-item {
  padding: 0 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-left: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-feature .feature-item {
      padding: 0 1.3rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 33.33%; } }
  .cp-feature .feature-item:first-child {
    padding-left: 0;
    border: 0; }
  .cp-feature .feature-item:last-child {
    padding-right: 0; }
  .cp-feature .feature-item .icon {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-feature .feature-item .icon {
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: .8rem; } }
  .cp-feature .feature-item .text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333333;
    font-family: "Heebo-Regular";
    max-width: 75%; }
    @media only screen and (max-width: 768px) {
      .cp-feature .feature-item .text {
        font-size: 1.4rem;
        line-height: 1.4rem;
        max-width: 100%; } }

.cp-feature .feature-item .icon .feature-icon {
  width: 2.4rem;
  height: 2.4rem; }

@media only screen and (max-width: 768px) {
  .cp-feature .feature-item {
    display: block; }
    .cp-feature .feature-item .icon {
      display: block; } }

.cp-benifits {
  width: 87.5%; }
  @media only screen and (max-width: 768px) {
    .cp-benifits {
      margin-right: -2rem;
      margin-left: -2rem;
      width: 100%; } }
  .cp-benifits .benf-list {
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background: #f3f3f3;
    border-radius: 0.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .benf-list {
        border-radius: 0; } }
  .cp-benifits .benf-item {
    padding: 0 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .benf-item {
        padding: 0 1.5rem; } }
    .cp-benifits .benf-item:last-child {
      padding-right: 0; }
    .cp-benifits .benf-item:first-child {
      padding-left: 0; }
  .cp-benifits .highlight {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #0070F0;
    font-family: "Heebo-Medium";
    margin-bottom: 0.5rem;
    display: block; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .highlight {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 0.3rem; } }
  .cp-benifits .text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Heebo-Regular";
    color: #666666; }
    @media only screen and (max-width: 768px) {
      .cp-benifits .text {
        font-size: 1.2rem;
        line-height: 1.2rem; } }

.pdp-video-collapse-btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1;
  color: white;
  background-image: linear-gradient(to bottom right, #0070F0, #0070F0);
  padding: 25px 7px;
  z-index: 9;
  border-radius: 30px 0px 0px 30px;
  transform: scaleX(1.5);
  animation: grow 1s linear 0s infinite alternate; }
  @media (max-width: 1024px) {
    .pdp-video-collapse-btn {
      transform: translate(0px, 0px);
      animation: growMobile 1s linear 0s infinite alternate; } }

@keyframes grow {
  0% {
    transform: scaleX(1); }
  10% {
    transform: scaleX(1); }
  20% {
    transform: scaleX(1); }
  30% {
    transform: scaleX(1); }
  40% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(1.5); } }

@keyframes grow2 {
  0% {
    transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }

@keyframes growMobile {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: translate(-4px, 0px); } }
  .pdp-video-collapse-btn .arrow {
    background-image: url("../images/whiteArrow.png");
    display: block;
    position: relative;
    height: 16px;
    width: 12px;
    transform: rotate(357deg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 4px 2px;
    transform: translate(-10px, 0px);
    animation: grow2 1s linear 0s infinite alternate; }
  .pdp-video-collapse-btn .arrow-text {
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Heebo-Regular';
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3px; }
    .pdp-video-collapse-btn .arrow-text p {
      color: white;
      font-weight: 600;
      font-size: 11px;
      font-family: 'Heebo-Regular'; }

.payU-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }
  .payU-modal.show .modal-content {
    right: 0%;
    /* Adjust based on modal width */ }
  .payU-modal .modal-content {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    @media (max-width: 767px) {
      .payU-modal .modal-content {
        bottom: 0;
        top: auto;
        transform: translateY(0%);
        width: 100%;
        padding: 0px;
        transition: top 0.5s ease-in-out;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .payU-modal .modal-content .close {
      position: absolute;
      left: -45px;
      top: 80px;
      background: white;
      opacity: 1;
      font-size: 18px;
      padding: 5px 10px 9px 11px;
      border-radius: 50%;
      line-height: 18px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .payU-modal .modal-content .close {
          left: 50%;
          top: -60px;
          transform: translateX(-50%); } }

div#payuWidget iframe {
  height: auto !important; }

@media only screen and (max-width: 768px) {
  .payu {
    max-width: 100%;
    margin: 0;
    padding: 2rem; }
  div#payuWidget iframe {
    margin-top: -1rem;
    max-width: 37rem !important; }
  div#payuWidget {
    margin-top: 1.5rem; }
  .cp-banner {
    margin-bottom: 0; }
    .cp-banner::after {
      bottom: 0rem;
      height: 23rem; }
  .cp-detail-card .feature-list {
    bottom: 1.5rem !important; }
    .cp-detail-card .feature-list .f-list .f-item {
      font-size: 1.2rem !important; }
  .bs-sec.typ-bike-bg.cm-mobile {
    position: absolute;
    padding-bottom: 0;
    z-index: -1; }
    .bs-sec.typ-bike-bg.cm-mobile .bs-radio {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
      .bs-sec.typ-bike-bg.cm-mobile .bs-radio .cp-radio-box .label-field {
        margin-bottom: 1rem;
        margin-top: 1rem; }
      .bs-sec.typ-bike-bg.cm-mobile .bs-radio .cp-radio-box .radio-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .bs-sec.typ-bike-bg.cm-mobile .bs-radio .cp-radio-box .radio-wrap .suitableRider {
          position: absolute;
          bottom: 0.6rem;
          min-width: 32rem; }
    .bs-sec.typ-bike-bg.cm-mobile .size-btn {
      margin-bottom: -4.6rem;
      left: 0; }
      .bs-sec.typ-bike-bg.cm-mobile .size-btn .btn-link {
        font-size: 1rem; } }

.cp-benifits .highlight {
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .cp-benifits {
    margin-right: 0; }
    .cp-benifits .benf-list {
      margin-right: -4rem; } }

.cp-delivery-service .check-delivery {
  margin-bottom: 5.5rem; }

.cp-delivery-service .form-wrap .btn {
  min-width: auto; }

.cp-delivery-service .pincode-wrap {
  position: relative; }
  .cp-delivery-service .pincode-wrap .form-wrap {
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    border: solid 1px #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    max-width: 23.5rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .pincode-wrap .form-wrap {
        max-width: 100%;
        width: 100%; } }
  .cp-delivery-service .pincode-wrap .btn {
    width: 4.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 1.6rem; }
    .cp-delivery-service .pincode-wrap .btn.btn-correct-location {
      display: none; }
      .cp-delivery-service .pincode-wrap .btn.btn-correct-location.remove-bg {
        background: 0 0;
        box-shadow: none;
        padding: 0;
        color: green;
        font-size: 35px; }
    .cp-delivery-service .pincode-wrap .btn.btn-wrong-location {
      display: none; }
  .cp-delivery-service .pincode-wrap.error .btn {
    background: transparent;
    box-shadow: none;
    display: none; }
    .cp-delivery-service .pincode-wrap.error .btn.btn-wrong-location {
      display: inline-block;
      padding: 0 1rem; }
      .cp-delivery-service .pincode-wrap.error .btn.btn-wrong-location .icon-wrong-location {
        color: #721c23;
        font-size: 2.4rem; }
  .cp-delivery-service .pincode-wrap.error .msg.error {
    display: inline-block; }
  .cp-delivery-service .pincode-wrap.success .btn {
    background: transparent;
    box-shadow: none;
    display: none; }
    .cp-delivery-service .pincode-wrap.success .btn.btn-correct-location {
      display: inline-block;
      padding: 0; }
      .cp-delivery-service .pincode-wrap.success .btn.btn-correct-location .icon-correct-location {
        color: #4b9800;
        font-size: 4.4rem; }
  .cp-delivery-service .pincode-wrap.success .msg {
    display: inline-block; }
  .cp-delivery-service .pincode-wrap input {
    padding: 1rem;
    width: 80%; }
  .cp-delivery-service .pincode-wrap .btn {
    border-radius: 0;
    min-width: inherit; }
  .cp-delivery-service .pincode-wrap .msg {
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1;
    color: #4b9800;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    display: none; }
    .cp-delivery-service .pincode-wrap .msg.error {
      color: #721c23;
      display: none; }

.cp-delivery-service .delivery-option {
  margin: 3rem 0; }
  .cp-delivery-service .delivery-option .list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem; }
    .cp-delivery-service .delivery-option .list .item {
      padding: 0 1.5rem; }
  .cp-delivery-service .delivery-option .help-link {
    padding-left: 3rem; }

@media only screen and (max-width: 767px) {
  .cp-delivery-service .form-wrap {
    display: -ms-flexbox;
    display: flex; }
  .cp-delivery-service .delivery-option {
    margin: 4rem 0; }
    .cp-delivery-service .delivery-option .list {
      display: block;
      margin: 0; }
      .cp-delivery-service .delivery-option .list .item {
        margin-bottom: 2.5rem; }
    .cp-delivery-service .delivery-option .help-link {
      padding-left: 3rem; } }

.pdp-success-msg {
  color: green;
  font-size: 10px; }

.error-msg {
  color: red;
  font-size: 10px; }

.cp-delivery-service.typ-pdpPincode .pincode-wrap input {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .cp-delivery-service.typ-pdpPincode .pincode-wrap input {
      width: 100%;
      color: #666666; } }

@media only screen and (max-width: 768px) {
  .cp-delivery-service.typ-pdpPincode .pincode-wrap {
    width: 4.8rem;
    font-size: 1.7rem; } }

.cp-delivery-service.typ-pdpPincode .btn {
  width: 5.33rem !important; }

@media only screen and (max-width: 768px) {
  .cp-delivery-service.typ-pdpPincode .btn {
    width: 5rem !important;
    line-height: 1.6rem; } }

@media only screen and (max-width: 768px) {
  .cp-delivery-service .pincode-wrap.typ-pdpPincode-sec .btn {
    width: 4.8rem;
    font-size: 1.7rem; } }

.cp-delivery-service .pincode-wrap .btn {
  padding: 1rem; }
  .cp-delivery-service .pincode-wrap .btn .icon.icon-arrow {
    font-size: 1.6rem; }

.cp-delivery-service .pincode-wrap.typ-adp-pincode .form-wrap input {
  padding: 1.6rem; }

.cp-delivery-service .pincode-wrap.typ-adp-pincode .form-wrap .btn {
  width: 5rem; }

.cp-delivery-service .delivery-option {
  margin-bottom: 1.7rem; }
  .cp-delivery-service .delivery-option .list .item {
    padding-left: 0;
    width: 33%; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .delivery-option .list .item {
        width: auto; } }
  .cp-delivery-service .delivery-option.typ-delivery-cart .help-link {
    padding-top: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-delivery-service .delivery-option.typ-delivery-cart .help-link {
        padding-top: 2rem; } }

:-ms-input-placeholder {
  color: #646464; }

::placeholder {
  color: #646464; }

.cp-video {
  z-index: 2;
  position: relative; }
  .cp-video .play-btn {
    margin-bottom: 0rem;
    padding: 0; }
  .cp-video .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block;
    pointer-events: all; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0rem; } }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play.mob-icon {
        margin-bottom: 0.8rem; } }
  .cp-video .play-btn-pdp-2 {
    pointer-events: all; }
  .cp-video .play-btn {
    pointer-events: all; }
  .cp-video .icon-pause {
    pointer-events: all;
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Heebo-Bold";
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-video .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Heebo-Regular";
    color: #ffffff;
    width: 35.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 18.4rem; } }
  .cp-video .feature-list {
    margin-top: 6rem;
    width: 50rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .feature-list {
        width: 27rem; } }
    .cp-video .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-video .feature-list .f-item {
      width: 33.33%;
      padding: 0px 3rem;
      border-left: 1px solid rgba(216, 216, 216, 0.5); }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .f-item {
          padding: 0px 2rem; } }
      .cp-video .feature-list .f-item:last-child {
        padding-right: 0; }
      .cp-video .feature-list .f-item:first-child {
        padding-left: 0;
        border: none; }
    .cp-video .feature-list .value {
      font-size: 3.6rem;
      line-height: 3.6rem;
      display: block;
      font-family: "Heebo-Bold";
      color: #ffffff;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .value {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 4px; } }
    .cp-video .feature-list .label {
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-family: "Heebo-Regular";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .label {
          font-size: 1.4rem;
          line-height: 1.2rem; } }
  .cp-video.active .content-wrap {
    display: none; }
  .cp-video.active .video-container {
    display: block; }
  .cp-video .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }

.bs-modal.typ-video .vimeo-close {
  top: 4rem;
  right: 12rem; }

@media only screen and (max-width: 768px) {
  .cp-video .icon-Play {
    margin-bottom: 1.6rem;
    padding-top: 0.8rem; } }

.cp-video .play-btn-pdp-2 {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .cp-video .play-btn-pdp-2 {
      padding: 0; } }

@media only screen and (max-width: 768px) {
  .cp-video .feature-list.ride-featurelist {
    width: 30rem; } }

.cp-prodcut-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-prodcut-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0px -2rem; } }
  .cp-prodcut-box .cp-video {
    width: 68.4%;
    margin-right: 5rem;
    height: 45rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-video {
        width: 100%;
        margin-right: -2rem;
        height: 21.1rem;
        padding: 2rem; } }
    .cp-prodcut-box .cp-video:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(244deg, rgba(0, 0, 0, 0.01) -17%, rgba(0, 0, 0, 0.3) 9%);
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .cp-prodcut-box .cp-video .info-wrap {
      position: relative;
      z-index: 2; }
    .cp-prodcut-box .cp-video .video-title {
      font-size: 4rem;
      line-height: 4.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-prodcut-box .cp-video .video-title {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 0.8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-video .video-desc {
        font-size: 1.2rem;
        line-height: 1.4rem;
        width: 14.4rem; } }
  .cp-prodcut-box .cp-box-accer {
    width: 27%; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box .cp-box-accer {
        width: 100%; } }
  .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item {
    width: 100%;
    margin-bottom: 5.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item {
        margin-bottom: 2.8rem; } }
    .cp-prodcut-box.type-adpprodcut-box .cp-box-accer .accer-item:last-child {
      margin-bottom: 0; }
  .cp-prodcut-box.type-plp {
    border: 1px solid #e2e2e2;
    background: #f7f7f7; }
    .cp-prodcut-box.type-plp .cp-video {
      width: 87%;
      margin: 3rem;
      min-height: 30.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-prodcut-box.type-plp .cp-video {
          width: 100%; } }
      .cp-prodcut-box.type-plp .cp-video .info-wrap {
        text-align: center;
        margin: 0 auto; }
  .cp-prodcut-box.typ-cargo-plp {
    margin-bottom: 3rem; }
    .cp-prodcut-box.typ-cargo-plp .cp-accessories .info-wrap:before {
      display: none; }
  .cp-prodcut-box.type-cargo-pdp .video_play_banner {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: none; }
  .cp-prodcut-box.type-cargo-pdp .show {
    display: block; }

.note {
  font-family: "Heebo-Medium";
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 2rem; }

.cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn {
  text-align: center;
  margin: 0 auto; }
  .cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn .play-btn {
    margin: 0; }
    .cp-prodcut-box .cp-video .info-wrap.plp-usp-box-info-btn .play-btn .icon-Play {
      margin: 0; }

.cp-prodcut-box .cp-video.typ-unset::after {
  content: unset; }

.cp-prodcut-box .cp-accessories.typ-prodcut.typ-plp {
  width: 100%;
  margin: 0; }

.alp-accessories .cp-accessories.typ-prodcut {
  width: 38.3rem;
  margin: 2rem 0.3rem; }

.cp-prodcut-box.type-plp {
  background-image: linear-gradient(to right, #fff, #f7f7f7 154%); }
  @media only screen and (max-width: 768px) {
    .cp-prodcut-box.type-plp {
      background: #ffffff; } }
  .cp-prodcut-box.type-plp .cp-video {
    height: auto; }
    @media only screen and (max-width: 768px) {
      .cp-prodcut-box.type-plp .cp-video {
        margin: 2rem;
        min-height: 16.6rem; } }

.cp-prodcut-box.type-pdp-box .video_play_banner {
  height: 45rem;
  width: 100%; }
  .cp-prodcut-box.type-pdp-box .video_play_banner video {
    height: 45rem;
    width: 100%; }

.cp-box-accer .accer-list, .content-asset .accer-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-box-accer .accer-list, .content-asset .accer-list {
      padding: 0px 2.6rem;
      margin-top: 3rem; } }

.cp-box-accer .accer-item, .content-asset .accer-item {
  width: 48%;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-box-accer .accer-item, .content-asset .accer-item {
      margin-bottom: 2rem;
      width: 40.6%; } }
  .cp-box-accer .accer-item:last-child, .content-asset .accer-item:last-child {
    margin-bottom: 0rem; }

.cp-accessories {
  width: 28.5rem;
  border: 1px solid #e2e2e2;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-right: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-accessories {
      margin-right: 0rem; } }
  .cp-accessories:nth-child(8n) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .cp-accessories {
      width: 22.5rem; } }
  .cp-accessories:hover {
    border: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .cp-accessories .img-wrap {
    padding: 3rem;
    position: relative; }
    .cp-accessories .img-wrap img {
      z-index: 2;
      position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .img-wrap {
        padding: 2rem;
        width: 18.5rem;
        margin: 0px auto;
        margin-bottom: 2rem; } }
  .cp-accessories .info-wrap {
    background: #ffffff;
    position: relative;
    padding: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .info-wrap {
        padding: 2rem; } }
    .cp-accessories .info-wrap:before {
      content: '';
      background-image: linear-gradient(to bottom, #fff, #f7f7f7);
      width: 100%;
      height: 5rem;
      position: absolute;
      left: 0;
      right: 0;
      top: -5rem;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap:before {
          background-image: linear-gradient(to bottom, #fff, #f7f7f7 190%);
          top: -11.3rem;
          height: 11.3rem; } }
    .cp-accessories .info-wrap .accer-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #000000;
      font-family: "Heebo-Bold";
      margin-bottom: 1.1rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .accer-title {
          font-size: 1.8rem;
          line-height: 2.4rem;
          margin-bottom: .5rem; } }
    .cp-accessories .info-wrap .cost {
      font-size: 2.4rem;
      line-height: 2rem;
      color: #333333;
      font-family: "Heebo-SemiBold"; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .cost {
          font-size: 1.6rem;
          line-height: 2rem; } }
      .cp-accessories .info-wrap .cost .ruppe {
        font-family: "Heebo-Light"; }
    .cp-accessories .info-wrap .color-code {
      position: absolute;
      right: 3rem;
      bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories .info-wrap .color-code {
          right: 2rem;
          bottom: 2rem; } }
      .cp-accessories .info-wrap .color-code .colour {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background: transparent;
        display: inline-block;
        margin-left: 1.5rem; }
        .cp-accessories .info-wrap .color-code .colour.colour-1 {
          background: #000000; }
        .cp-accessories .info-wrap .color-code .colour.colour-2 {
          background: #f3d000; }
    .cp-accessories .info-wrap .outofStock {
      background: #f8d7da;
      border-radius: 12px;
      text-align: center;
      font-size: 1rem;
      color: #721c23;
      padding: 5px 10px 4px 10px;
      text-transform: uppercase;
      position: absolute;
      top: -13px;
      left: 27px;
      z-index: 9; }
  .cp-accessories .featureList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
    overflow: hidden;
    height: 7rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .featureList {
        margin-bottom: 0.4rem;
        height: 7rem; } }
  .cp-accessories .feature-item {
    width: 33%;
    border-right: 1px solid #e2e2e2;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333333;
    padding: 0rem 2rem 0rem; }
    .cp-accessories .feature-item:last-child {
      border: 0; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .feature-item {
        padding: 0 1.4rem; }
        .cp-accessories .feature-item:first-child {
          padding-left: 2rem; }
        .cp-accessories .feature-item:last-child {
          padding-right: 2rem; } }
  .cp-accessories .access-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
  .cp-accessories .seller-tag {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.6rem 0.6rem;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid;
    border-radius: 4px;
    font-family: "Heebo-Regular";
    position: absolute;
    top: 3rem;
    z-index: 2;
    left: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories .seller-tag {
        top: 2rem;
        left: 2rem; } }
  .cp-accessories.typ-prodcut {
    width: 33.3rem;
    margin: 2rem 4% 2rem;
    padding-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-prodcut {
        width: 22.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-prodcut .img-wrap {
        width: 18.5rem;
        height: 18.5rem;
        margin-bottom: 0; } }
    .cp-accessories.typ-prodcut .act-btn {
      padding: 3rem;
      padding-top: 0;
      position: absolute;
      z-index: 3;
      left: 0;
      bottom: 0; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-prodcut .act-btn {
          padding: 2rem; } }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-prodcut .act-btn .btn.btn-icon-link {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-plpPro {
      width: 100%;
      margin-bottom: 2rem; } }
  .cp-accessories.typ-plp {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.typ-plp {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0;
        background: #ffffff; } }
    .cp-accessories.typ-plp .featureList {
      height: auto; }
    .cp-accessories.typ-plp .feature-item {
      width: 100%;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .feature-item {
          width: 33%;
          word-break: break-word; } }
    .cp-accessories.typ-plp .prodWRap {
      background: #ffffff;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .prodWRap {
          width: 100%; } }
    .cp-accessories.typ-plp .img-wrap {
      width: 29.1rem;
      height: 29.1rem;
      padding: 2rem;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .img-wrap {
          height: auto;
          margin: 0px auto;
          margin-bottom: 2rem; } }
    .cp-accessories.typ-plp .act-btn {
      margin-top: 8rem; }
      @media only screen and (max-width: 768px) {
        .cp-accessories.typ-plp .act-btn {
          margin-top: 0; } }
  .cp-accessories.type-APD-product {
    width: 28.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-accessories.type-APD-product {
        width: 22.5rem; } }
  @media only screen and (max-width: 1024px) {
    .cp-accessories.type-alp {
      width: 48%; } }
  @media only screen and (max-width: 768px) {
    .cp-accessories.type-alp {
      width: 100%;
      margin-bottom: 2rem; } }
  .cp-accessories.typ-cargo-plp {
    margin-bottom: 3rem; }
    .cp-accessories.typ-cargo-plp .info-wrap:before {
      display: none; }
    .cp-accessories.typ-cargo-plp .act-btn .icon-add {
      padding-right: 0.5rem;
      position: relative;
      top: -1px; }

.alp-accessories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cp-icon-info .icon {
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #000000;
  margin-right: 2rem;
  margin-bottom: 1rem;
  display: block; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon {
      font-size: 3.6rem;
      line-height: 3.6rem;
      margin-bottom: 1rem; } }

.cp-icon-info .title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000000;
  font-family: "Heebo-Bold";
  margin-bottom: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .title {
      font-size: 1.4rem;
      margin-bottom: 0.5rem; } }

.cp-icon-info .desc {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #333333;
  font-family: "Heebo-Regular"; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .desc {
      font-size: 1.4rem;
      line-height: 1.8rem; } }

.cp-icon-info .tag {
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
  padding: 0.8rem 1rem;
  border-radius: 1.2rem;
  background-color: #e5f1ff;
  margin-left: 0.5rem; }

@media only screen and (max-width: 768px) {
  .cp-icon-info.typ-plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; } }

@media only screen and (max-width: 768px) {
  .cp-icon-info.typ-plp .icon {
    font-size: 4.2rem;
    line-height: 4.2rem;
    margin-right: 2rem; } }

.cp-icon-info .icon-box-image img {
  width: 4.5rem;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon-box-image img {
      width: 3.6rem; } }
  .cp-icon-info .icon-box-image img.box-icon {
    width: 3.6rem;
    height: 3.6rem; }

.cp-icon-info .icon {
  font-size: 4.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-icon-info .icon {
      font-size: 4.2rem; } }

.cp-icon-info .tag {
  font-family: "Heebo-Regular"; }

@media only screen and (max-width: 768px) {
  .cp-appEnable {
    margin-right: -2rem; } }

.cp-appEnable .appEnable-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.cp-appEnable .list-wrap {
  width: 47%;
  margin-top: 7rem;
  padding-bottom: 9.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .list-wrap {
      width: 16.8rem;
      margin-top: 0; } }

.cp-appEnable .enable-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.cp-appEnable .enable-item {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item {
      margin-bottom: 3rem; } }
  .cp-appEnable .enable-item.active .enable-link .enable-icon {
    opacity: 1; }
  .cp-appEnable .enable-item.active .enable-content .enable-title {
    font-family: "Heebo-black";
    color: #000000; }
  .cp-appEnable .enable-item.active .enable-content .enable-desc {
    color: #333333; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item.active .enable-content {
      display: block;
      position: absolute;
      top: 6rem;
      left: 0; } }
  .cp-appEnable .enable-item .enable-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-link {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .cp-appEnable .enable-item .enable-link .enable-icon {
      height: 4.8rem;
      width: 4.8rem;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 0.1rem solid #a3a6b0;
      background: #0070F0;
      color: #ffffff;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      position: relative;
      margin-right: 2.4rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-link .enable-icon {
          height: 3.6rem;
          width: 3.6rem;
          margin-bottom: 3rem; } }
      .cp-appEnable .enable-item .enable-link .enable-icon img {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: 50%;
        left: 50%;
        right: 0;
        margin: 0px auto;
        transform: translate(-50%, -50%); }
  .cp-appEnable .enable-item .enable-content {
    width: 26rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-content {
        display: none;
        width: 16.8rem; } }
    .cp-appEnable .enable-item .enable-content .enable-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-family: "Heebo-Bold";
      color: #000000;
      margin-bottom: 0.3rem; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-title {
          font-size: 1.8rem;
          line-height: 1.6rem;
          margin-bottom: 1.2rem; } }
    .cp-appEnable .enable-item .enable-content .enable-desc {
      font-size: 1.6rem;
      line-height: 2rem;
      color: #4d4d4d;
      font-family: "Heebo-Regular"; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-desc {
          font-size: 1.4rem; }
          .cp-appEnable .enable-item .enable-content .enable-desc .cm-line-break {
            display: inline-block; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .cp-appEnable .enable-img {
      margin-right: -22rem; } }
  @media only screen and (max-width: 576px) {
    .cp-appEnable .enable-img {
      width: 187px;
      height: 312.6px;
      margin-top: 0;
      margin-right: -2rem; } }
  .cp-appEnable .enable-img img {
    height: 100%; }

.cp-appEnable .download-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .download-list {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 3rem;
      -ms-flex-line-pack: start;
          align-content: flex-start; } }
  .cp-appEnable .download-list .download-item {
    width: 13.4rem;
    margin-right: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .download-list .download-item {
        margin-right: 0;
        margin-bottom: 2rem;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 10.1rem; } }
    .cp-appEnable .download-list .download-item:last-child {
      margin: 0; }

.cp-appEnable .btn-wrap .btn.btn-default {
  min-width: 27.8rem;
  color: #ffffff !important; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .btn-wrap .btn.btn-default {
      min-width: 17.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable.typ-home .btn-wrap {
    margin-top: 9rem; }
  .cp-appEnable.typ-home .enable-img {
    margin-top: 6.5rem; } }

.cp-appEnable .enable-img-src {
  display: none; }

section {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .cp-appEnable .btn-wrap .btn.btn-default {
    min-width: 15.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable .list-wrap {
    padding-bottom: 0; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-img {
      margin-right: -1.5rem;
      width: 24.5rem;
      height: 31.3rem; }
      .cp-appEnable .enable-img img {
        width: auto; } }

.cp-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: relative; }
  .cp-testimonial .info-wrap {
    position: relative;
    z-index: 2; }
    .cp-testimonial .info-wrap .play-btn {
      padding: 0;
      margin-bottom: 2rem; }
      .cp-testimonial .info-wrap .play-btn .icon {
        font-size: 4.8rem;
        line-height: 4.8rem;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .cp-testimonial .info-wrap .play-btn .icon {
            font-size: 3rem;
            line-height: 3rem; } }
    .cp-testimonial .info-wrap .video-title {
      font-size: 4rem;
      line-height: 4.8rem;
      color: #ffffff;
      font-family: "Heebo-Bold"; }
      @media only screen and (max-width: 768px) {
        .cp-testimonial .info-wrap .video-title {
          font-size: 2.4rem;
          line-height: 2.6rem; } }
  .cp-testimonial.typ-cargoTestimonial .info-wrap .video-title {
    max-width: 54rem;
    font-size: 4rem;
    line-height: 4.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-testimonial.typ-cargoTestimonial .info-wrap .video-title {
        font-size: 2.4rem;
        line-height: 2.6rem; } }
  .cp-testimonial.typ-riderSlide {
    margin: 0;
    position: relative;
    padding: 0rem;
    background: var(--desk-img) no-repeat center center/cover; }
    .cp-testimonial.typ-riderSlide:after {
      position: relative;
      content: "";
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-testimonial.typ-riderSlide {
        background-position: 75%;
        height: 100%;
        background: var(--mob-img) no-repeat center center/cover; }
        .cp-testimonial.typ-riderSlide:after {
          position: relative;
          content: "";
          display: block;
          padding-top: 106.67%; } }
    .cp-testimonial.typ-riderSlide picture {
      display: none; }
    .cp-testimonial.typ-riderSlide:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(251deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      background-size: cover;
      z-index: 1; }

.experience-dynamic-testimonial .typ-testimonial {
  display: -ms-flexbox;
  display: flex; }

.cp-specif-tab {
  background: #ffffff; }
  .cp-specif-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem; }
  .cp-specif-tab .nav-tabs {
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease; }
    .cp-specif-tab .nav-tabs .icon {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: .8rem;
      display: block;
      color: #646464; }
    .cp-specif-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #646464;
      padding-bottom: .9rem;
      font-family: "Heebo-Medium";
      min-width: 13rem; }
    .cp-specif-tab .nav-tabs:hover .icon, .cp-specif-tab .nav-tabs.active .icon {
      color: #000000; }
    .cp-specif-tab .nav-tabs:hover .tab-title, .cp-specif-tab .nav-tabs.active .tab-title {
      color: #000000;
      font-family: "Heebo-black";
      border-bottom: 2px solid #0070F0; }
  .cp-specif-tab .tab_content {
    display: none; }
    .cp-specif-tab .tab_content.active {
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab .tab_content {
        padding-left: 4.2rem;
        border-bottom: 1px solid #e2e2e2;
        padding: 1rem 0; } }
    .cp-specif-tab .tab_content .specif-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-specif-tab .tab_content .specfi-item {
      width: 47%;
      padding: 2rem 0rem;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item {
          width: 100%;
          border: none;
          padding: 0;
          margin-bottom: 1.6rem; } }
      .cp-specif-tab .tab_content .specfi-item .specif-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-bottom: 1.2rem;
        color: #000000;
        font-family: "Heebo-Bold"; }
        @media only screen and (max-width: 768px) {
          .cp-specif-tab .tab_content .specfi-item .specif-title {
            font-size: 1.4rem;
            line-height: 1.8rem;
            margin-bottom: 4px; } }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab .tab_content .specfi-item .desc {
          line-height: 2rem; } }
  .cp-specif-tab .tab_drawer_heading {
    display: none; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .tabs {
      display: none; }
    .cp-specif-tab .tab_drawer_heading {
      margin: 0;
      padding: 1.6rem 1.6rem 1.6rem 0;
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #646464;
      border-bottom: 1px solid #e2e2e2;
      position: relative; }
      .cp-specif-tab .tab_drawer_heading .icon {
        font-size: 3rem;
        line-height: 3rem;
        margin-right: 1.2rem; }
      .cp-specif-tab .tab_drawer_heading .acc-title {
        font-family: "Heebo-Medium";
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.28px;
        color: #646464; }
      .cp-specif-tab .tab_drawer_heading .plus-mius {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon {
          font-size: 1.3rem;
          color: #646464; }
        .cp-specif-tab .tab_drawer_heading .plus-mius .icon-minus {
          display: none; }
    .cp-specif-tab .d_active {
      color: #000000;
      border: none; }
      .cp-specif-tab .d_active .acc-title {
        font-family: "Heebo-black";
        color: #000000; }
      .cp-specif-tab .d_active .plus-mius {
        color: #000000; }
        .cp-specif-tab .d_active .plus-mius .icon-minus {
          display: block; }
        .cp-specif-tab .d_active .plus-mius .icon-add {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab.type-adp-tab .tab_content {
      padding-left: 0rem; } }
  .cp-specif-tab.type-alp-tab {
    position: relative; }
    .cp-specif-tab.type-alp-tab.expect-nav {
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tabs {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs {
        margin-right: 1rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .nav-tabs .tab-title {
        font-size: 1.8rem;
        line-height: 1.6rem;
        min-width: 8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-specif-tab.type-alp-tab .tab_content {
        padding-left: 0; } }
  .cp-specif-tab.type-filter {
    display: -ms-flexbox;
    display: flex; }
    .cp-specif-tab.type-filter .tabs {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 2rem 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tabs {
          padding: 2rem 1rem;
          display: -ms-flexbox;
          display: flex; } }
    .cp-specif-tab.type-filter .nav-tabs {
      margin-right: 1.5rem;
      text-align: left;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .nav-tabs {
          margin-right: 0rem; } }
      .cp-specif-tab.type-filter .nav-tabs .tab-title {
        font-size: 1.8rem;
        color: #646464;
        padding: 2rem 0; }
      .cp-specif-tab.type-filter .nav-tabs.active .tab-title {
        color: #000000;
        border-bottom: 0; }
    .cp-specif-tab.type-filter .tab-container {
      background-image: linear-gradient(to right, #f7f7f7 -38%, #fff 50%);
      padding: 4rem 2.5rem;
      width: 350px; }
      @media only screen and (max-width: 768px) {
        .cp-specif-tab.type-filter .tab-container {
          padding: 1rem;
          width: 100%; } }
  .cp-specif-tab.expect-nav .nav-tabs {
    margin-right: 5rem; }
    .cp-specif-tab.expect-nav .nav-tabs .tab-title {
      min-width: auto; }

.cp-specif-tab .nav-tabs .tab-title {
  min-width: 0rem;
  margin: 0 2.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .nav-tabs .tab-title {
      margin: 0 0.5rem;
      min-width: 0rem; } }
  .cp-specif-tab .nav-tabs .tab-title:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab .nav-tabs .tab-title.alp-title {
      min-width: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab .tab_content .specif-list {
    margin-left: 4.2rem; } }

.cp-specif-tab.type-alp-tab .nav-tabs {
  margin-right: 5rem; }
  @media only screen and (max-width: 768px) {
    .cp-specif-tab.type-alp-tab .nav-tabs {
      margin-right: 1rem; } }
  .cp-specif-tab.type-alp-tab .nav-tabs .tab-title {
    margin: 0; }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .tabs {
    margin-bottom: 2rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .product-grid {
    padding-top: 0rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.type-alp-tab .tab_content {
    padding: 0rem; } }

.cp-specif-tab.type-filter .tab_content {
  border-bottom: none; }
  .cp-specif-tab.type-filter .tab_content.show {
    display: block; }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.expect-nav .tabs {
    margin-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.expect-nav .expect-tabs .nav-tabs {
    margin-right: 1rem; } }

@media only screen and (max-width: 768px) {
  .cp-specif-tab.expect-nav .expect-tabs .tab-title {
    padding-bottom: 0.5rem; } }

.cp-specif-tab.type-plpfilter .nav-tabs .tab-title {
  font-family: "Heebo-Bold"; }

.cp-shareit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.6rem 1rem 0.6rem 5rem;
  border-radius: 18px;
  background-image: linear-gradient(88deg, #fff -39%, #f7f7f7 74%);
  margin-left: -3.5rem;
  transition: all .6s ease-in;
  opacity: 0;
  position: absolute;
  left: 50%; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      bottom: 0;
      left: unset;
      right: 50%;
      padding: 0.6rem 5rem 0.6rem 1rem;
      z-index: 2; } }
  .cp-shareit .share-item {
    padding: 0 1rem; }
  .cp-shareit .icons {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
    line-height: 2.4rem; }
  .cp-shareit.active {
    opacity: 1;
    left: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset; } }

.cp-shareit {
  visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-shareit {
      right: -50%;
      left: unset;
      transition: all .6s ease-in-out; } }
  .cp-shareit.active {
    visibility: visible;
    left: 80%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.active {
        right: 0;
        left: unset;
        z-index: 9; } }
  .cp-shareit.typ-blog-socialicons {
    padding: 0.6rem 1rem 0.6rem 1rem;
    top: -4.2rem;
    transition: all 0.5s ease-in;
    right: 0;
    left: unset;
    bottom: unset !important; }
    @media only screen and (max-width: 768px) {
      .cp-shareit.typ-blog-socialicons {
        margin-left: -5.5rem;
        height: 3.5rem; } }
    .cp-shareit.typ-blog-socialicons.active {
      top: -4.2rem;
      right: 15%;
      z-index: 9; }
      @media only screen and (max-width: 768px) {
        .cp-shareit.typ-blog-socialicons.active {
          right: 0%;
          top: -4.2rem;
          height: 3.5rem;
          margin-right: 5rem;
          z-index: 9; } }

.cp-prod-detail .notify-btn {
  display: none; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; }
  .d-sm-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }
  .d-xl-none {
    display: none !important; } }

.cp-autoverse {
  display: none;
  height: 70rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .cp-autoverse {
      height: 30rem;
      width: 100%;
      top: -2.5rem; } }
  .cp-autoverse img {
    position: absolute;
    bottom: 20rem;
    right: 3.6rem;
    height: 3.2rem;
    width: 3.2rem;
    cursor: pointer;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse img {
        bottom: 0rem;
        right: 2.5rem; } }
  .cp-autoverse #exit-zoom {
    display: none; }
  .cp-autoverse iframe {
    height: 50rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse iframe {
        height: 28rem;
        width: 100%; } }
  .cp-autoverse.show {
    display: block; }
  .cp-autoverse.zoom {
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.05, 0.29, 0.13, 0.6); }
    .cp-autoverse.zoom #js-zoom {
      display: none; }
    .cp-autoverse.zoom #exit-zoom {
      display: block;
      right: 5rem;
      bottom: 5rem; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.zoom #exit-zoom {
          bottom: 3rem; } }
    .cp-autoverse.zoom iframe {
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.zoom iframe {
          height: calc(100% - 8.6rem);
          width: 100%; } }
  .cp-autoverse.zoomInit {
    position: fixed; }
  .cp-autoverse.view3D {
    z-index: 5;
    position: relative;
    transition: 1s;
    height: 100vh; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse.view3D {
        width: 100%;
        margin-top: 0;
        padding-top: 0; } }
    .cp-autoverse.view3D #exit-zoom {
      display: none; }
    .cp-autoverse.view3D .attributesSection {
      top: 15rem; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.view3D .attributesSection {
          top: auto;
          bottom: 0rem; } }
    .cp-autoverse.view3D iframe {
      top: 9rem;
      overflow: hidden;
      height: 80vh; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse.view3D iframe {
          top: 8.56rem;
          height: calc(100% - 8.6rem);
          bottom: 0; } }
  .cp-autoverse .autosaveTitle {
    font-size: 4rem;
    line-height: 4rem;
    font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .autosaveTitle {
        font-size: 2rem;
        line-height: 3rem; } }
    .cp-autoverse .autosaveTitle .cm-light {
      font-family: "Heebo-Light"; }
  .cp-autoverse .attributesSection {
    position: absolute;
    top: 19rem;
    left: 7.5rem;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .attributesSection {
        width: auto;
        padding: 2rem;
        left: 0;
        top: initial;
        bottom: 0;
        padding-bottom: 0; } }
    .cp-autoverse .attributesSection .act-btn .autoverse-act .btn {
      margin-bottom: 0;
      width: 17.2rem;
      min-width: 0; }
      @media only screen and (max-width: 768px) {
        .cp-autoverse .attributesSection .act-btn .autoverse-act .btn {
          width: 14rem; } }
    .cp-autoverse .attributesSection .act-btn .autoverse-act .notify-btn {
      display: none; }
  .cp-autoverse .pc-title {
    display: block !important; }
  .cp-autoverse .clreriationTitle {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 768px) {
      .cp-autoverse .clreriationTitle {
        font-size: 1.4rem;
        line-height: 1.8rem; } }

.cp-link-toast {
  min-width: 28rem;
  padding: 1.3rem 2.5rem;
  border-radius: 2.5rem;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  color: #5ba10f;
  font-family: "Heebo-Regular";
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 1024px) {
    .cp-link-toast {
      min-width: 25rem;
      padding: 1rem 2rem;
      font-size: 1.6rem; } }
  .cp-link-toast.show {
    opacity: 1; }
  .cp-link-toast .icon {
    margin-right: 1rem;
    font-size: 2.4rem; }

.cp-link-toast.adp-toast {
  top: 62.5rem;
  z-index: 8;
  bottom: unset; }

.cp-link-toast.pdp-toast {
  top: 60rem;
  z-index: 8;
  bottom: unset; }
  @media only screen and (max-width: 768px) {
    .cp-link-toast.pdp-toast {
      top: 57rem; } }

.cp-link-toast.cargo-toast {
  top: 59rem;
  z-index: 8;
  bottom: unset; }

.cp-link-toast.checkout-toast {
  color: #721c23;
  bottom: 0rem;
  height: 5rem;
  top: 15rem; }
  @media only screen and (max-width: 768px) {
    .cp-link-toast.checkout-toast {
      height: 4rem;
      top: 8rem; } }
  .cp-link-toast.checkout-toast .icon.js-toastclose {
    right: 0;
    position: absolute; }
  .cp-link-toast.checkout-toast.zipcodePopUpShipping {
    top: 78rem; }
    @media only screen and (max-width: 768px) {
      .cp-link-toast.checkout-toast.zipcodePopUpShipping {
        top: 63rem; } }

.cp-findBike-slider {
  position: relative; }
  .cp-findBike-slider .b-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-align: center;
    color: #000000;
    font-family: "Heebo-Regular"; }
    .cp-findBike-slider .b-title .highlight {
      font-family: "Heebo-Bold"; }
    @media only screen and (max-width: 1024px) {
      .cp-findBike-slider .b-title {
        font-size: 1.8rem;
        line-height: 2rem; } }
  .cp-findBike-slider .bike-wrap {
    margin-bottom: 13rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 1024px) {
      .cp-findBike-slider .bike-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: 0 auto 10rem; } }
  .cp-findBike-slider .bike-card {
    position: relative;
    text-align: center;
    margin-top: 2rem; }
  .cp-findBike-slider .radio-input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .cp-findBike-slider .radio-input:checked + .radio-label img {
      box-shadow: 0 0 8px 0 rgba(0, 125, 255, 0.3);
      border: solid 0.8px #0070F0;
      opacity: 1; }
    .cp-findBike-slider .radio-input:checked + .radio-label .info-text {
      color: #333333;
      font-family: "Heebo-Bold"; }
  .cp-findBike-slider .radio-label {
    cursor: pointer; }
  .cp-findBike-slider img {
    border-radius: 8px;
    border: solid 0.8px transparent;
    width: 10rem;
    height: 10rem;
    opacity: 0.8; }
  .cp-findBike-slider .info-text {
    font-family: "Heebo-Medium";
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #666666;
    display: inline-block;
    max-width: 8rem;
    min-height: 4rem;
    margin: 1rem auto 0; }

.cp-table {
  width: 87.9rem; }
  @media only screen and (max-width: 768px) {
    .cp-table {
      width: 100%; } }
  .cp-table.typ-flexpayment {
    width: 85rem; }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment {
        width: 100%;
        overflow-x: auto;
        height: 52.5rem; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table {
        width: 53rem; } }
    .cp-table.typ-flexpayment table th,
    .cp-table.typ-flexpayment table td {
      padding: 1.6rem 2rem;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .cp-table.typ-flexpayment table th,
        .cp-table.typ-flexpayment table td {
          padding: 1.5rem 1.5rem; } }
    .cp-table.typ-flexpayment table tr td:first-child {
      width: 15rem; }
      @media only screen and (max-width: 768px) {
        .cp-table.typ-flexpayment table tr td:first-child {
          position: sticky;
          left: 0;
          background-color: #ffffff; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-first-heading:first-child {
        position: sticky;
        left: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-first-heading-top:first-child {
        position: sticky;
        left: 0;
        top: 0;
        background-color: #f2f2f2;
        z-index: 9; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-second-heading-top {
        position: sticky;
        top: 0; } }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-flexpayment table .flexible-second-heading-top1 {
        position: sticky;
        top: 4.9rem; } }
  .cp-table table {
    border: 1px solid #e2e2e2;
    margin-bottom: 3rem;
    width: 100%; }
    .cp-table table th,
    .cp-table table td {
      padding: 2rem;
      border: 1px solid #e2e2e2; }
    .cp-table table th {
      font-family: "Heebo-Bold";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #333333;
      background-color: #f2f2f2; }
      @media only screen and (max-width: 768px) {
        .cp-table table th {
          font-size: 1.4rem;
          line-height: 1.8rem; }
          .cp-table table th:first-child {
            width: 15rem; } }
    .cp-table table td {
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #333333; }
      @media only screen and (max-width: 768px) {
        .cp-table table td {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
  .cp-table.typ-emitable {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-table.typ-emitable {
        width: 35rem; } }

.table-title {
  margin-bottom: 3rem;
  font-family: "Heebo-Bold";
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .table-title {
      font-size: 1.6rem; } }

.cp-footer {
  padding: 15rem 0 4rem;
  background: #ffffff;
  position: relative; }
  .cp-footer:before {
    content: '';
    height: 18.5rem;
    width: 100%;
    background-image: linear-gradient(to top, #fff, #f7f7f7);
    position: absolute;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 768px) {
    .cp-footer {
      padding-top: 10rem; } }
  .cp-footer .f-link-list {
    margin-bottom: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-footer .f-link-list {
        margin-bottom: 4rem; } }
    .cp-footer .f-link-list .list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .cp-footer .f-link-list .list-item {
      width: auto; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .list-item {
          width: 100%;
          border-bottom: 1px solid #e2e2e2; } }
      .cp-footer .f-link-list .list-item:last-child {
        width: 29.5rem; }
        @media only screen and (max-width: 768px) {
          .cp-footer .f-link-list .list-item:last-child {
            width: 100%;
            border: none; } }
      .cp-footer .f-link-list .list-item.active .f-nav-list {
        display: block; }
      .cp-footer .f-link-list .list-item.active .f-link-title {
        border-bottom: 1px solid #e2e2e2; }
        .cp-footer .f-link-list .list-item.active .f-link-title:after {
          content: "\E923";
          font-family: 'icomoon';
          color: #646464; }
    .cp-footer .f-link-list .f-link-title {
      margin-bottom: 1rem;
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: #000000;
      position: relative; }
      .cp-footer .f-link-list .f-link-title:after {
        content: "\E901";
        font-family: 'icomoon';
        font-size: 1.2rem;
        line-height: 1.6rem;
        color: #646464;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: none; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .f-link-title {
          font-size: 1.4rem;
          line-height: 1.6rem;
          padding: 2rem 0;
          margin: 0;
          display: inline-block; } }
    .cp-footer .f-link-list .f-nav-list {
      transition: all 5s ease;
      -webkit-transition: all 5s ease;
      -moz-transition: all 5s ease; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .f-nav-list {
          display: none;
          margin: 1.5rem 0; } }
    .cp-footer .f-link-list .link-title {
      margin-bottom: 1rem;
      font-family: "Heebo-Regular";
      font-size: 1.6rem;
      line-height: 2rem;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .link-title {
          font-size: 1.4rem;
          line-height: 1.6rem; } }
    .cp-footer .f-link-list .f-nav-link {
      font-family: "Heebo-Regular";
      font-size: 1.4rem;
      line-height: 3rem;
      color: #666666; }
      .cp-footer .f-link-list .f-nav-link:hover {
        color: #0070F0; }
    .cp-footer .f-link-list .img-wrap {
      width: 20.6rem;
      height: 2.9rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .img-wrap {
          margin-top: 4rem; } }
    .cp-footer .f-link-list .address-div {
      margin-bottom: 4.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .address-div {
          margin-bottom: 4rem; } }
      .cp-footer .f-link-list .address-div .address {
        font-family: "Heebo-Regular";
        font-size: 1.4rem;
        line-height: 2rem;
        color: #666666;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 768px) {
          .cp-footer .f-link-list .address-div .address {
            max-width: 32rem; } }
      .cp-footer .f-link-list .address-div .phone {
        font-family: "Heebo-Bold";
        font-size: 1.6rem;
        line-height: 2rem;
        color: #000000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media only screen and (max-width: 768px) {
          .cp-footer .f-link-list .address-div .phone {
            font-size: 1.2rem;
            font-family: "Heebo-Medium";
            color: #0070F0; } }
        .cp-footer .f-link-list .address-div .phone .icon {
          font-size: 2.4rem;
          line-height: 2.8rem;
          color: #000000;
          margin-right: 0.6rem; }
          @media only screen and (max-width: 768px) {
            .cp-footer .f-link-list .address-div .phone .icon {
              font-size: 2rem;
              color: #0070F0; } }
    .cp-footer .f-link-list .s-nav-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .cp-footer .f-link-list .s-nav-list .s-nav-item {
        width: 3rem;
        margin-right: 2rem; }
  .cp-footer .f-bottom-div .f-b-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .cp-footer .f-bottom-div .f-b-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .cp-footer .f-bottom-div .f-b-item {
    width: 50%;
    font-family: "Heebo-Regular";
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: #666666; }
    .cp-footer .f-bottom-div .f-b-item:last-child {
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-bottom-div .f-b-item:last-child {
          text-align: left;
          margin-top: 1rem; } }
    @media only screen and (max-width: 768px) {
      .cp-footer .f-bottom-div .f-b-item {
        width: 100%; } }
  .cp-footer .f-bottom-div .f-b-link {
    color: #0070F0;
    font-weight: 700; }

.chat {
  height: 70px;
  width: 70px;
  background-color: #007fff;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 2; }
  .chat:hover {
    box-shadow: 0 0 8px rgba(52, 116, 255, 0.5); }
  .chat img {
    line-height: 70px;
    width: 36px;
    height: 36px;
    margin: auto;
    display: inline-block; }

.cp-footer {
  padding: 9.1rem 0 4rem; }
  .cp-footer .f-link-list .f-nav-list {
    color: #666666; }
  .cp-footer .f-link-list .f-nav-link {
    color: #666666; }
  .cp-footer .f-link-list .list-item {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-footer .f-link-list .list-item .f-nav-item {
        padding-bottom: 0.6rem; }
      .cp-footer .f-link-list .list-item .f-nav-list {
        margin-top: 0; }
      .cp-footer .f-link-list .list-item .f-link-title {
        width: 100%; }
      .cp-footer .f-link-list .list-item:before {
        content: '\E901';
        position: absolute;
        right: 0;
        font-size: 1.3rem;
        line-height: 1.3rem;
        color: #646464;
        font-family: 'icomoon';
        top: 2rem;
        transition: all 0.2s ease-in; }
      .cp-footer .f-link-list .list-item.active .f-link-title {
        border-bottom: transparent !important;
        font-family: "Heebo-Bold"; }
      .cp-footer .f-link-list .list-item.active:before {
        content: '\E923'; }
      .cp-footer .f-link-list .list-item:last-child:before {
        display: none; } }
    .cp-footer .f-link-list .list-item .phone {
      position: relative;
      padding-left: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-footer .f-link-list .list-item .phone {
          padding-left: 2.4rem; } }
      .cp-footer .f-link-list .list-item .phone img {
        display: none; }
      .cp-footer .f-link-list .list-item .phone:before {
        content: "\E93E";
        font-family: 'icomoon';
        font-size: 2.4rem;
        position: absolute;
        left: 0;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .cp-footer .f-link-list .list-item .phone:before {
            font-size: 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-footer {
      padding-top: 6.4rem; } }

.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; }
    .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%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    transition: transform .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: 0;
    right: 0;
    font-size: 3rem;
    color: #999999;
    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: 47rem; }
    @media only screen and (max-width: 768px) {
      .bs-modal.type-md .modal-dialog {
        padding: 2rem 1.5rem;
        height: 100%; } }

@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; }

.cm-overlay {
  transition: all 1.2s ease-in-out;
  background: rgba(247, 247, 247, 0.7);
  opacity: 0.7; }
  .cm-overlay.active {
    background: rgba(247, 247, 247, 0.7);
    opacity: 1;
    display: block; }

.container.compare-cont {
  padding: 0 0 0 2rem; }

.bs-sec.typ-cargovideo.testimonialvideo {
  -ms-flex-direction: column;
      flex-direction: column; }
  .bs-sec.typ-cargovideo.testimonialvideo .sec-head {
    width: 100%; }

@media only screen and (max-width: 768px) {
  .js-bg .mobile-bg-img {
    display: block;
    height: 30rem; } }

@media only screen and (max-width: 768px) {
  .col-12 {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .row {
    margin-right: 0rem;
    margin-left: 0rem; } }

.cp-findBike-slider {
  height: 31rem; }
  @media only screen and (max-width: 768px) {
    .cp-findBike-slider {
      height: 53rem; } }
  @media only screen and (max-width: 1024px) {
    .cp-findBike-slider .bike-wrap {
      margin: 0 3.5rem 10rem; } }
  .cp-findBike-slider .bike-card {
    margin-right: 5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-findBike-slider .bike-card {
        margin-right: 0;
        padding: 0 3rem; } }
    @media only screen and (max-width: 768px) {
      .cp-findBike-slider .bike-card {
        margin-right: 0;
        padding: 0 1.5rem; } }
    .cp-findBike-slider .bike-card:nth-last-child(1) {
      margin-right: 0; }
  .cp-findBike-slider .find-bike-img {
    opacity: 0.7; }
  .cp-findBike-slider .radio-input:checked + .radio-label img.find-bike-img {
    opacity: 0.8; }

.cp-video-banner {
  z-index: 2;
  position: relative; }
  .cp-video-banner .play-btn {
    margin-bottom: 2rem;
    padding: 0; }
  .cp-video-banner .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video-banner .icon-pause {
    font-size: 4.8rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video-banner .video-title {
    font-size: 8.2rem;
    line-height: 9rem;
    color: #ffffff;
    font-family: "Heebo-Light"; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .video-title {
        font-size: 4rem;
        line-height: 3.4rem; } }
  .cp-video-banner .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Heebo-Regular";
    color: #ffffff;
    width: 45.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video-banner .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 23.2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .cm-light {
      display: block; } }

.video_play_banner {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none; }
  .video_play_banner .icon-mute, .video_play_banner .icon-volume {
    position: absolute;
    right: 4rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #ffffff;
    background: #00000066;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    transition: 0.6s; }
  .video_play_banner video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    object-fit: cover; }

.show {
  display: block; }

@media only screen and (max-width: 768px) {
  .video_play_banner {
    height: 100%; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.cargoTestimonial-video-banner iframe {
    height: 55rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner .icon-mute,
  .video_play_banner .icon-volume {
    bottom: 2rem;
    right: 2rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.exp-video-play-banner {
    height: 60rem; } }

@media only screen and (max-width: 768px) {
  .video_play_banner.exp-video-play-banner video {
    height: 60rem; } }

.cp-video-banner .typ-small {
  font-size: 6rem;
  line-height: 9.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .typ-small {
      font-size: 4rem;
      line-height: 4rem; } }

.cp-video-banner .video-title {
  font-family: "Heebo-black"; }
  @media only screen and (max-width: 768px) {
    .cp-video-banner .video-title {
      font-family: "Heebo-Bold"; } }

@media only screen and (max-width: 768px) {
  .cp-video-banner.typ-exp-banner-video .video-title, .cp-video-banner.typ-exp-banner-video .cm-light {
    font-size: 30px; } }

@media screen and (max-width: 550px) {
  .bs-sec .container .sec-head .sec-title .customer-review-heading::after {
    content: "\A";
    white-space: pre; } }
