/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-contact-banner {
  min-height: 50rem;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .cp-contact-banner: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; }
  @media only screen and (max-width: 768px) {
    .cp-contact-banner {
      min-height: 30rem; } }
  .cp-contact-banner .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
  .cp-contact-banner .banner-title {
    font-family: "Gotham-Black";
    font-size: 8.2rem;
    line-height: 9rem;
    letter-spacing: -1.28px;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-contact-banner .banner-title {
        font-size: 4rem;
        line-height: 4.2rem; } }
  .cp-contact-banner .cm-light {
    font-family: "Gotham-Light"; }
  .cp-contact-banner .img-wrap {
    width: 33rem;
    height: 9rem; }
    @media only screen and (max-width: 768px) {
      .cp-contact-banner .img-wrap {
        height: 3.6rem;
        width: 13.2rem; } }

.cp-tab {
  margin: 5rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-tab {
      margin: 2.5rem 0 4rem; } }
  .cp-tab .tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-tab .tabs {
        margin-bottom: 1rem; } }
  .cp-tab .nav-tabs {
    border: none;
    margin-right: 5rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .cp-tab .nav-tabs {
        margin-right: 2rem; } }
    .cp-tab .nav-tabs .tab-title {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #bd001c;
      padding-bottom: .9rem;
      font-family: "Gotham-Medium";
      min-width: 10rem; }
      @media only screen and (max-width: 768px) {
        .cp-tab .nav-tabs .tab-title {
          font-size: 1.8rem;
          line-height: 1.8rem;
          letter-spacing: -0.28px;
          min-width: 6rem; } }
    .cp-tab .nav-tabs:hover .icon, .cp-tab .nav-tabs.active .icon {
      color: #000000; }
    .cp-tab .nav-tabs:hover .tab-title, .cp-tab .nav-tabs.active .tab-title {
      color: #000000;
      font-family: "Gotham-Black";
      border-bottom: 2px solid #d02127; }
  .cp-tab .tab_content {
    display: none;
    transition: all 0.5s ease; }
    .cp-tab .tab_content.active {
      display: block; }
  .cp-tab.typ-bikeDr .tabs {
    margin-bottom: 5rem; }
    @media only screen and (max-width: 768px) {
      .cp-tab.typ-bikeDr .tabs {
        margin-bottom: 3rem;
        max-width: 36rem;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 1rem; } }

.cp-toggleBtn {
  box-shadow: 0 0 10px 0 #007dff;
  background: #ffffff;
  border-radius: 2rem;
  max-width: 35.8rem;
  width: 100%;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 2rem; }
  .cp-toggleBtn label {
    width: 50%;
    position: relative;
    cursor: pointer;
    background: transparent;
    color: #bd001c;
    padding: 1.3rem;
    position: relative;
    text-align: center;
    transition: all 600ms ease;
    font-family: "Gotham-Bold";
    font-size: 1.6rem;
    line-height: 1.6rem;
    border-radius: 2rem;
    cursor: default;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-toggleBtn label {
        font-size: 1.4rem; } }
  .cp-toggleBtn .radioOne + label:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 2rem;
    z-index: -1;
    background: #d02127;
    transition: all 0.3s ease; }
  .cp-toggleBtn .radioOne:checked + label:before {
    left: 0; }
  .cp-toggleBtn .radioOne:checked + label,
  .cp-toggleBtn .radioTwo:checked + label {
    color: #ffffff; }

.bs-form {
  width: 100%; }
  .bs-form .form-group {
    margin: 0 0 4.4rem;
    position: relative;
    padding-top: 2rem; }
    .bs-form .form-group:last-child {
      margin-bottom: 3.5rem; }
    .bs-form .form-group.has-icn input {
      padding-right: 5rem; }
    .bs-form .form-group.has-icn span.icon {
      font-size: 2.4rem;
      line-height: 2.4rem;
      position: absolute;
      right: 1.3rem; }
    .bs-form .form-group.has-icn .hover-box {
      display: none;
      font-size: 1.4rem;
      line-height: 1.43;
      color: #333;
      padding: 3rem;
      border-radius: 4px;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
      background-color: #fff;
      width: 27rem;
      height: 28.3rem;
      position: absolute;
      z-index: 1;
      right: -27rem;
      top: 50%;
      transform: translate(0, -51%); }
      .bs-form .form-group.has-icn .hover-box img {
        position: unset;
        width: 100%;
        margin-bottom: 0.7rem; }
      .bs-form .form-group.has-icn .hover-box:before {
        content: '';
        transform: translate(0, -50%) rotate(135deg);
        -webkit-transform: translate(0, -50%) rotate(135deg);
        border: solid #fff;
        display: inline-block;
        padding: 3px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -5px; }
    .bs-form .form-group.info-box .info-hover:hover ~ .hover-box {
      display: block;
      transition: 0.4s; }
    .bs-form .form-group .field-desc {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #999;
      margin-top: 1rem;
      position: absolute; }
    .bs-form .form-group .btn-file-trigger {
      position: absolute;
      width: 100%;
      height: 100%; }
    .bs-form .form-group input[type="file"] {
      display: none; }
    .bs-form .form-group textarea,
    .bs-form .form-group input,
    .bs-form .form-group select,
    .bs-form .form-group .select2-container--default .select2-selection--single {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 1;
      color: #333;
      border: 0;
      border-bottom: solid 1px #e2e2e2;
      border-radius: 0;
      background-color: transparent;
      padding: 0.5rem 0;
      width: 100%;
      outline: none;
      height: 3rem; }
      .bs-form .form-group textarea ~ label,
      .bs-form .form-group input ~ label,
      .bs-form .form-group select ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ label {
        line-height: 1;
        font-size: 1.4rem;
        color: #999;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 25px;
        transition: 0.3s;
        z-index: -1;
        font-family: "Gotham-Book"; }
      .bs-form .form-group textarea:focus ~ label,
      .bs-form .form-group textarea.has-content ~ label,
      .bs-form .form-group textarea ~ .select2-container--open ~ label,
      .bs-form .form-group textarea ~ .select2-container--below ~ label,
      .bs-form .form-group input:focus ~ label,
      .bs-form .form-group input.has-content ~ label,
      .bs-form .form-group input ~ .select2-container--open ~ label,
      .bs-form .form-group input ~ .select2-container--below ~ label,
      .bs-form .form-group select:focus ~ label,
      .bs-form .form-group select.has-content ~ label,
      .bs-form .form-group select ~ .select2-container--open ~ label,
      .bs-form .form-group select ~ .select2-container--below ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.has-content ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
        font-size: 1.4rem;
        top: 0;
        transition: 0.3s; }
      .bs-form .form-group textarea.label-styl ~ label,
      .bs-form .form-group input.label-styl ~ label,
      .bs-form .form-group select.label-styl ~ label,
      .bs-form .form-group .select2-container--default .select2-selection--single.label-styl ~ label {
        top: 0; }
      .bs-form .form-group textarea ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: 0.4s; }
      .bs-form .form-group textarea:focus ~ .focus-border,
      .bs-form .form-group textarea ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group input:focus ~ .focus-border,
      .bs-form .form-group input ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group select:focus ~ .focus-border,
      .bs-form .form-group select ~ .select2-container--open ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single:focus ~ .focus-border,
      .bs-form .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ .focus-border {
        left: 0;
        width: 100%;
        transition: 0.4s; }
      .bs-form .form-group textarea.disabled,
      .bs-form .form-group input.disabled,
      .bs-form .form-group select.disabled,
      .bs-form .form-group .select2-container--default .select2-selection--single.disabled {
        pointer-events: none; }
    .bs-form .form-group .icn-required {
      color: #721c23; }
    .bs-form .form-group textarea {
      height: 8rem;
      resize: none; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #333;
      padding: 0;
      line-height: unset; }
    .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0.8rem;
      top: 1rem;
      transform: rotate(-90deg);
      height: 14px;
      width: 9px; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\E92A";
        font-family: 'icomoon'; }
    .bs-form .form-group .chk-label {
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      color: #333;
      margin: 5rem 0 -4rem; }
      .bs-form .form-group .chk-label input[type="checkbox"],
      .bs-form .form-group .chk-label input[type="radio"] {
        width: auto;
        margin-right: 1rem;
        margin-top: -0.5rem; }
      .bs-form .form-group .chk-label a,
      .bs-form .form-group .chk-label a:hover,
      .bs-form .form-group .chk-label a:active {
        color: #bd001c; }
    .bs-form .form-group .error-msg {
      position: absolute;
      color: #bd001c;
      font-size: 1.2rem;
      bottom: -1.5rem; }
  .bs-form .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 .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
      .bs-form .radio-wrap.typ-inline .bs-radio:last-of-type {
        margin-right: 0; }
  .bs-form .radio-list {
    display: -ms-flexbox;
    display: flex; }
    .bs-form .radio-list .item {
      margin-right: 3rem; }
  .bs-form .form-label {
    line-height: 1.6rem;
    font-size: 1.4rem;
    color: #999; }
  .bs-form.typ-contact {
    margin-top: 1rem;
    max-width: 44rem; }
    .bs-form.typ-contact .form-group.last {
      margin-bottom: 5.9rem; }
    .bs-form.typ-contact .btn {
      padding: 1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-contact .btn {
          min-width: 100%; } }
  .bs-form.typ-virtualAss {
    max-width: 44rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-virtualAss {
        max-width: 38rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-virtualAss {
        max-width: 40rem; } }
    .bs-form.typ-virtualAss .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-right: 3rem; }
  .bs-form.typ-search-store {
    margin-top: -1rem; }
    .bs-form.typ-search-store .form-group {
      margin: 0px 0 2.4rem; }
      .bs-form.typ-search-store .form-group.has-icn span.icon {
        color: #bd001c; }
    .bs-form.typ-search-store .currentLocation {
      font-size: 1.2rem;
      line-height: 1.6rem;
      color: #bd001c;
      font-family: "Gotham-Bold";
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .bs-form.typ-search-store .icon {
      font-size: 2.1rem;
      margin-right: 0.5rem; }
  .bs-form .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
  .bs-form .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 .radio-wrap.typ-inline .bs-radio {
      margin-right: 1rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form .radio-wrap.typ-inline .bs-radio {
          margin-bottom: 1rem; } }
  .bs-form.typ-pincode {
    max-width: 29.9rem; }
    @media only screen and (min-width: 993px) and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 42.9rem; } }
    @media only screen and (min-width: 769px) and (max-width: 992px) {
      .bs-form.typ-pincode {
        max-width: 48.9rem; } }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-pincode {
        max-width: 100%; } }
    .bs-form.typ-pincode .form-group {
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 1rem; }
      .bs-form.typ-pincode .form-group .error-msg {
        bottom: -0.7rem; }
      .bs-form.typ-pincode .form-group input ~ .focus-border {
        bottom: 8px; }
  .bs-form.typ-plp {
    max-width: 16.2rem; }
    .bs-form.typ-plp .select2-container--open {
      padding: 0; }
    .bs-form.typ-plp .form-group {
      margin: 0;
      padding: 0;
      max-width: 16.2rem; }
      .bs-form.typ-plp .form-group select,
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single {
        border: solid 0.5px #8c8c8c;
        border-radius: 20px;
        padding: 1.3rem 3rem 1rem 2rem;
        height: 4rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        font-size: 1.2rem;
        top: 1.4rem;
        color: #bd001c;
        right: 1.6rem; }
      .bs-form.typ-plp .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
        top: 0.2rem;
        color: #4a4a4a;
        text-transform: uppercase; }
  .bs-form.typ-storefranchise {
    margin: 0 0 2.4rem;
    width: 44rem; }
    .bs-form.typ-storefranchise .form-group {
      margin: 0 0 2.5rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        width: 100%; }
        .bs-form.typ-storefranchise .form-group {
          margin: 0 0 3.5rem;
          padding-top: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise {
        height: 43rem;
        overflow-y: scroll; } }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-storefranchise.active {
        height: 20rem;
        overflow-y: scroll; } }
  .bs-form.typ-shipping {
    width: 58%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-shipping {
        width: 100%; } }
    .bs-form.typ-shipping .radio-group {
      margin-top: -1rem; }
      .bs-form.typ-shipping .radio-group .form-label {
        font-family: "Gotham-Medium";
        color: #999;
        font-size: 1.6rem;
        padding-bottom: 1.6rem;
        display: block; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-search {
      margin-top: 1.2rem; } }
  .bs-form.typ-search .form-group {
    margin: 0px 0 2.4rem; }
    .bs-form.typ-search .form-group.has-icn span.icon {
      color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group.has-icn span.icon {
          font-size: 1.8rem;
          line-height: unset;
          top: 2.5rem; } }
    .bs-form.typ-search .form-group input {
      color: #000; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
      .bs-form.typ-search .form-group input ~ label {
        z-index: 1; }
      .bs-form.typ-search .form-group input:focus ~ label,
      .bs-form.typ-search .form-group input.has-content ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-search .closeSearch-btn {
    position: absolute;
    right: 2rem;
    top: 3rem;
    color: #bd001c;
    font-size: 1.4rem;
    z-index: 13;
    display: none; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .closeSearch-btn {
        padding: 0.3rem;
        display: inline-block;
        top: 2rem; } }
  .bs-form.typ-my-account {
    width: 37.7%; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account {
        width: 100%; } }
    .bs-form.typ-my-account .act-wrap.typ-add-new-address {
      margin-top: 7rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap {
        position: fixed;
        bottom: -2px;
        box-shadow: 0 -22px 26px -10px rgba(195, 195, 195, 0.48);
        background: #fff;
        z-index: 9;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 1.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; } }
    .bs-form.typ-my-account .act-wrap .btn-outline {
      margin-right: 2.8rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn-outline {
          margin-right: 1rem; } }
    .bs-form.typ-my-account .radio-list {
      margin-top: 2rem; }
  .bs-form.typ-signin {
    padding: 4.1rem 5rem 3rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin {
        padding: 3rem 2rem; } }
    .bs-form.typ-signin .field-desc {
      margin-top: 1.2rem; }
    .bs-form.typ-signin .submit-button {
      padding: 1.6rem;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .submit-button {
          padding: 1.1rem; } }
    .bs-form.typ-signin .pinInputWrp {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      padding: 3rem 0 0; }
      .bs-form.typ-signin .pinInputWrp .form-group {
        width: 5rem;
        height: 5rem;
        padding: 0;
        margin-right: 2.8rem;
        text-align: center;
        color: #333;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-family: "Gotham-Bold"; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp .form-group {
            margin-right: 0.7rem; } }
        .bs-form.typ-signin .pinInputWrp .form-group:last-child {
          margin-right: 0; }
        .bs-form.typ-signin .pinInputWrp .form-group.error {
          border-color: #721c23;
          background-color: rgba(248, 215, 218, 0.5); }
      .bs-form.typ-signin .pinInputWrp.err-msg-margin {
        padding-bottom: 4rem; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .pinInputWrp.err-msg-margin {
            padding-bottom: 2.5rem; } }
    .bs-form.typ-signin .pinInputWrp input::-webkit-inner-spin-button,
    .bs-form.typ-signin .pinInputWrp input::-webkit-outer-spin-button {
      appearance: none;
      margin: 0; }
    .bs-form.typ-signin .pinInputWrp input:focus,
    .bs-form.typ-signin .pinInputWrp input.focus {
      border-color: #bd001c;
      outline: none;
      box-shadow: none; }
    .bs-form.typ-signin .resendOtpBlock {
      padding-top: 3.3rem; }
      .bs-form.typ-signin .resendOtpBlock .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock #timer {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.6rem;
        color: #666;
        font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        font-size: 1.6rem;
        color: #bd001c;
        font-family: "Gotham-Bold";
        display: none;
        background: none;
        padding-left: 0; }
      .bs-form.typ-signin .resendOtpBlock #time {
        position: relative;
        left: -6px; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtpTime,
      .bs-form.typ-signin .resendOtpBlock.active #timer {
        display: none; }
      .bs-form.typ-signin .resendOtpBlock.active .resendOtp {
        display: block; }
      .bs-form.typ-signin .resendOtpBlock.typ-shipping {
        width: 58%; }
        @media only screen and (max-width: 768px) {
          .bs-form.typ-signin .resendOtpBlock.typ-shipping {
            width: 100%; } }
    .bs-form.typ-signin .noteText {
      font-size: 1.6rem;
      font-family: "Gotham-Book";
      color: #666; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .noteText {
          font-size: 1.4rem; } }
    .bs-form.typ-signin .error-msg {
      color: #721c23;
      font-family: "Gotham-Book";
      display: none; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .error-msg {
          bottom: 3rem; } }
  .bs-form.typ-cancel-order {
    margin-bottom: 10rem; }
    .bs-form.typ-cancel-order .form-group input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input ::-moz-placeholder {
      /* Firefox 19+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-ms-input-placeholder {
      /* IE 10+ */
      font-family: "Gotham-Book"; }
    .bs-form.typ-cancel-order .form-group input :-moz-placeholder {
      /* Firefox 18- */
      font-family: "Gotham-Book"; }

.select2-dropdown {
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none; }

.select2-container--default .select2-results > .select2-results__options {
  height: auto !important;
  max-height: 13rem; }

.select2-container--open .select2-results__option {
  background-color: transparent !important;
  padding: 1rem 0 !important;
  font-size: 1.4rem !important;
  font-family: "Gotham-Bold" !important; }

.select2-container--open .select2-results__option:before {
  display: none !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #bd001c !important; }

.select2-container--open .select2-search--dropdown {
  top: 4px !important;
  left: 0 !important;
  padding: 1px 4rem 5px 0 !important; }
  @media only screen and (max-width: 768px) {
    .select2-container--open .select2-search--dropdown {
      left: 0px !important; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0rem !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  padding: 2px !important; }

.bs-form .form-group input:-ms-input-placeholder {
  font-family: "Gotham-Book";
  font-size: 1.6rem;
  color: #b2b2b2; }

.bs-form .form-group input::placeholder {
  font-family: "Gotham-Book";
  font-size: 1.6rem;
  color: #b2b2b2; }

.bs-form .form-group input ~ label.email-top {
  top: 0; }

.bs-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4a4a4a;
  padding: 0;
  line-height: unset;
  font-family: "Gotham-Bold"; }

.bs-form .form-group.mb-34 {
  margin-bottom: 3.4rem; }
  @media screen and (max-width: 768px) {
    .bs-form .form-group.mb-34.last-mb {
      margin-bottom: 14.3rem; } }

.bs-form .form-group.otherTextField {
  display: none; }

.bs-form .form-group.error .uploadMsg {
  display: none; }

@media only screen and (max-width: 768px) {
  .bs-form .radio-list .item {
    margin-right: 2.5rem; } }

.bs-form.typ-search .form-group {
  margin: 0 0 4.6rem; }
  @media screen and (max-width: 768px) {
    .bs-form.typ-search .form-group {
      margin: 0 0 2rem; } }
  .bs-form.typ-search .form-group.pd-1 {
    padding-top: 1rem;
    margin: 0px 0 3rem; }
    @media screen and (max-width: 768px) {
      .bs-form.typ-search .form-group.pd-1 {
        margin: 0px 0 2rem; } }
  .bs-form.typ-search .form-group input {
    font-family: "Gotham-Book"; }
    .bs-form.typ-search .form-group input ~ label {
      text-transform: uppercase;
      color: #3f4351;
      font-family: "Gotham-Bold";
      font-size: 1.4rem;
      top: 0; }
      @media screen and (max-width: 768px) {
        .bs-form.typ-search .form-group input ~ label {
          font-size: 1.2rem; } }
  .bs-form.typ-search .form-group input:-ms-input-placeholder {
    font-family: "Gotham-Book";
    font-size: 1.6rem;
    color: #b2b2b2; }
  .bs-form.typ-search .form-group input::placeholder {
    font-family: "Gotham-Book";
    font-size: 1.6rem;
    color: #b2b2b2; }

.bs-form.typ-my-account {
  margin-top: 5.7rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-my-account {
      margin-top: 4.2rem; } }
  .bs-form.typ-my-account .form-group {
    padding-top: 2.5rem;
    margin-bottom: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .form-group {
        margin-bottom: 3.4rem; } }
    .bs-form.typ-my-account .form-group textarea:focus ~ label,
    .bs-form.typ-my-account .form-group textarea.has-content ~ label,
    .bs-form.typ-my-account .form-group textarea ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group textarea ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group input[type='text']:focus ~ label,
    .bs-form.typ-my-account .form-group input[type='text'].has-content ~ label,
    .bs-form.typ-my-account .form-group input[type='text'] ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group input[type='text'] ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group select:focus ~ label,
    .bs-form.typ-my-account .form-group select.has-content ~ label,
    .bs-form.typ-my-account .form-group select ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group select ~ .select2-container--below ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single:focus ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single.has-content ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
    .bs-form.typ-my-account .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
      top: 0.5rem;
      font-size: 1.6rem;
      line-height: 1.8rem; }
  .bs-form.typ-my-account .act-wrap.typ-add-new-address {
    margin-top: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap.typ-add-new-address {
        margin-top: 4.4rem; } }
  .bs-form.typ-my-account .act-wrap .btn {
    font-size: 1.4rem;
    padding: 1rem 5rem;
    margin-left: 0;
    height: 4rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-my-account .act-wrap .btn {
        width: 15.8rem;
        font-size: 1.2rem; } }
    .bs-form.typ-my-account .act-wrap .btn.btn-outline {
      width: 16.2rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn.btn-outline {
          width: 15.8rem; } }
    .bs-form.typ-my-account .act-wrap .btn.btn-default {
      width: 15.1rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn.btn-default {
          width: 15.8rem; } }
    .bs-form.typ-my-account .act-wrap .btn#sub-btn {
      width: 14rem;
      height: 4rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-my-account .act-wrap .btn#sub-btn {
          width: 15.8rem; } }

.bs-form.typ-add-address .form-group {
  padding-top: 2.5rem; }
  .bs-form.typ-add-address .form-group textarea:focus ~ label,
  .bs-form.typ-add-address .form-group textarea.has-content ~ label,
  .bs-form.typ-add-address .form-group textarea ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group textarea ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group input:focus ~ label,
  .bs-form.typ-add-address .form-group input.has-content ~ label,
  .bs-form.typ-add-address .form-group input ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group input ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group select:focus ~ label,
  .bs-form.typ-add-address .form-group select.has-content ~ label,
  .bs-form.typ-add-address .form-group select ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group select ~ .select2-container--below ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single:focus ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single.has-content ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single ~ .select2-container--open ~ label,
  .bs-form.typ-add-address .form-group .select2-container--default .select2-selection--single ~ .select2-container--below ~ label {
    top: 0.5rem; }

.bs-form.typ-signin {
  padding: 4.1rem 6rem 3rem; }
  .bs-form.typ-signin .form-group {
    margin: 0 0 3.1rem; }
    .bs-form.typ-signin .form-group textarea,
    .bs-form.typ-signin .form-group input,
    .bs-form.typ-signin .form-group select,
    .bs-form.typ-signin .form-group .select2-container--default .select2-selection--single {
      font-family: "Gotham-Bold"; }
      .bs-form.typ-signin .form-group textarea ~ label,
      .bs-form.typ-signin .form-group input ~ label,
      .bs-form.typ-signin .form-group select ~ label,
      .bs-form.typ-signin .form-group .select2-container--default .select2-selection--single ~ label {
        font-family: "Gotham-Bold"; }
  .bs-form.typ-signin .field-desc {
    font-size: 1.4rem;
    font-family: "Gotham-Book";
    margin-top: 1.8rem;
    color: #999;
    margin-top: 0.6rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin .field-desc {
        font-size: 1.2rem; } }
  .bs-form.typ-signin .not-register {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.56px;
    color: #000000;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-signin {
      padding: 3rem 2rem 3rem;
      margin-top: 0.4rem; } }
  .bs-form.typ-signin .pinInputWrp {
    padding: 2rem 0 0; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signin .pinInputWrp {
        padding: 3rem 0 0; } }
    .bs-form.typ-signin .pinInputWrp .form-group {
      margin: 0 0 3rem; }
      @media only screen and (max-width: 1024px) {
        .bs-form.typ-signin .pinInputWrp .form-group {
          margin: 0 0 4rem; } }
    .bs-form.typ-signin .pinInputWrp.signin-otp-form {
      padding: 2rem 0 4rem; }
      @media only screen and (max-width: 768px) {
        .bs-form.typ-signin .pinInputWrp.signin-otp-form {
          padding: 3rem 0 4rem; } }
      .bs-form.typ-signin .pinInputWrp.signin-otp-form.err-msg-margin {
        padding-bottom: 7.5rem; }
        @media only screen and (max-width: 1024px) {
          .bs-form.typ-signin .pinInputWrp.signin-otp-form.err-msg-margin {
            padding-bottom: 6.5rem; } }
      .bs-form.typ-signin .pinInputWrp.signin-otp-form .form-group {
        margin: 0; }
  .bs-form.typ-signin .resendOtpBlock {
    padding-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin .resendOtpBlock .resendOtp {
        margin-top: 0.4rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
  .bs-form.typ-signin .error-msg {
    font-family: "Gotham-Book";
    color: #721c23; }
    @media only screen and (max-width: 1024px) {
      .bs-form.typ-signin .error-msg {
        bottom: -2rem; } }
  .bs-form.typ-signin .mobileField .error-msg {
    bottom: -4.1rem; }

@media only screen and (max-width: 768px) {
  .bs-form.typ-storefranchise.active {
    height: 43rem;
    overflow-y: scroll; } }

.bs-form.typ-signin-main {
  padding: 4.1rem 6rem 3rem; }
  @media only screen and (max-width: 768px) {
    .bs-form.typ-signin-main {
      padding: 3rem 2rem; } }
  .bs-form.typ-signin-main .form-group {
    margin-bottom: 3rem;
    padding-top: 2rem; }
    .bs-form.typ-signin-main .form-group input {
      height: 5rem;
      font-family: "Gotham-Bold"; }
      .bs-form.typ-signin-main .form-group input.has-content ~ label {
        top: 0.3rem; }
    .bs-form.typ-signin-main .form-group .error-msg {
      bottom: -4rem;
      font-family: "Gotham-Book";
      color: #721c23; }
  .bs-form.typ-signin-main .field-desc {
    margin-top: 0.6rem; }
  .bs-form.typ-signin-main .submit-button {
    padding: 1.1rem; }
    @media only screen and (max-width: 768px) {
      .bs-form.typ-signin-main .submit-button {
        height: auto;
        padding: 1.1rem; } }

.bs-form.typ-search-store .form-group.has-icn span.icon {
  right: -0.5rem;
  bottom: 0.8rem; }
  .bs-form.typ-search-store .form-group.has-icn span.icon.btn-pincode-search {
    color: #d8d8d8; }

.bs-form.typ-search-store .form-control-label {
  font-family: "Gotham-Bold";
  color: #3f4351; }

.bs-form.typ-search-store .btn-storelocator-search.disabled {
  color: #d8d8d8;
  pointer-events: none;
  cursor: no-drop; }
  .bs-form.typ-search-store .btn-storelocator-search.disabled span.icon {
    color: #d8d8d8; }

.bs-form.typ-contact .btn {
  width: 15.2rem; }

.bs-form.typ-cancel-order input ~ label, .bs-form.typ-return input ~ label {
  top: 0; }

@media only screen and (max-width: 360px) {
  .bs-form.typ-add-address .radio-list .item {
    margin-right: 2rem; } }

.bs-form.typedit-add-customscroll {
  height: 50rem;
  overflow-y: auto; }

.bs-form .uploadMsg {
  position: absolute;
  display: none;
  left: 0;
  bottom: -20px;
  font-size: 1.2rem;
  color: #1f9b00; }

.bs-checkbox {
  margin-bottom: 3.1rem;
  z-index: 1;
  position: relative; }
  .bs-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -999px;
    z-index: -1; }
    .bs-checkbox input[type="checkbox"] ~ label,
    .bs-checkbox input[type="checkbox"] + label {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      line-height: 2rem;
      color: #232323;
      padding-left: 3rem;
      position: relative;
      transition: all 0.2s; }
      .bs-checkbox input[type="checkbox"] ~ label:before,
      .bs-checkbox input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #000000;
        width: 1.6rem;
        transition: all 0.2s;
        height: 1.6rem;
        top: -0.2rem;
        border-radius: 0.5rem; }
      .bs-checkbox input[type="checkbox"] ~ label:after,
      .bs-checkbox input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        left: 0.3rem;
        top: 0.3rem;
        width: 1rem;
        transition: all 0.2s;
        height: 0.5rem;
        transform: scale(0) rotate(-51deg);
        border-color: #bd001c;
        border-bottom: 1px solid #bd001c;
        border-left: 1px solid #bd001c; }
      .bs-checkbox input[type="checkbox"] ~ label .termsText,
      .bs-checkbox input[type="checkbox"] + label .termsText {
        color: #d02127; }
    .bs-checkbox input[type="checkbox"]:checked + label:before {
      border-color: #bd001c;
      background: #ffffff; }
    .bs-checkbox input[type="checkbox"]:checked + label:after {
      border-color: #bd001c;
      transform: scale(1) rotate(-51deg); }
  .bs-checkbox .error-msg {
    position: absolute;
    color: #bd001c;
    font-size: 1.2rem;
    bottom: -1.5rem; }
    .bs-checkbox .error-msg.typ-checkbox {
      bottom: -3.9rem; }
  .bs-checkbox.typ-pdp {
    margin-bottom: 0;
    margin-top: 2rem;
    padding-left: 0; }
    .bs-checkbox.typ-pdp input[type="checkbox"] ~ label,
    .bs-checkbox.typ-pdp input[type="checkbox"] + label {
      font-size: 1.2rem;
      line-height: 1.6rem;
      display: block;
      text-align: left; }
      .bs-checkbox.typ-pdp input[type="checkbox"] ~ label:before,
      .bs-checkbox.typ-pdp input[type="checkbox"] + label:before {
        border: 1px solid #bd001c; }
    .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label {
      font-family: "Gotham-Bold"; }
      .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label:before {
        border-color: #bd001c;
        background: #bd001c; }
      .bs-checkbox.typ-pdp input[type="checkbox"]:checked + label:after {
        border-color: #ffffff; }

.bs-radio {
  margin-bottom: 3rem; }
  .bs-radio input[type="radio"]:not(old) {
    width: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute; }
    .bs-radio input[type="radio"]:not(old):focus ~ label,
    .bs-radio input[type="radio"]:not(old).has-content ~ label {
      top: 0;
      line-height: 1.8rem;
      font-size: 1.6rem;
      font-family: "Gotham-Bold"; }
    .bs-radio input[type="radio"]:not(old) ~ label,
    .bs-radio input[type="radio"]:not(old) + label {
      font-size: 1.6rem;
      font-family: "Gotham-Bold";
      line-height: 1.8rem;
      color: #333333;
      padding-left: 3rem;
      position: relative;
      transition: all 0.2s;
      cursor: pointer; }
      .bs-radio input[type="radio"]:not(old) ~ label:before,
      .bs-radio input[type="radio"]:not(old) + label:before {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid #000000;
        width: 1.8rem;
        transition: all 0.2s;
        height: 1.8rem;
        top: -0.1rem;
        border-radius: 50%; }
      .bs-radio input[type="radio"]:not(old) ~ label:after,
      .bs-radio input[type="radio"]:not(old) + label:after {
        content: "";
        position: absolute;
        left: 0.4rem;
        width: 1.2rem;
        transition: all 0.2s;
        height: 1.2rem;
        transform: scale(0);
        top: 0.4rem;
        border-radius: 50%;
        background: #000000; }
      .bs-radio input[type="radio"]:not(old) ~ label .note,
      .bs-radio input[type="radio"]:not(old) + label .note {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-family: "Gotham-Book";
        color: #666;
        display: block; }
    .bs-radio input[type="radio"]:not(old):checked + label:before {
      border-color: #bd001c; }
    .bs-radio input[type="radio"]:not(old):checked + label:after {
      background: #bd001c;
      transform: scale(1); }
    .bs-radio input[type="radio"]:not(old):focus ~ label,
    .bs-radio input[type="radio"]:not(old).has-content ~ label {
      top: 0;
      line-height: 1.8rem;
      font-size: 1.6rem;
      font-family: "Gotham-Bold"; }
  .bs-radio .help-link {
    background: transparent;
    padding: 0;
    color: #bd001c;
    display: block;
    font-family: "Gotham-Bold";
    font-size: 1.4rem; }
  .bs-radio.typ-2 {
    width: 15.9rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .bs-radio.typ-2 {
        width: 47%; } }
    .bs-radio.typ-2 input[type="radio"]:not(old) + label {
      position: relative;
      padding: 2rem 1rem 2rem 4.8rem;
      border: solid 1px #cbcbcb;
      background-color: #ffffff;
      transition: all 0.5s ease;
      width: 100%;
      display: block;
      font-family: "Gotham-Medium"; }
      .bs-radio.typ-2 input[type="radio"]:not(old) + label::before {
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 1.5rem; }
      .bs-radio.typ-2 input[type="radio"]:not(old) + label::after {
        content: "";
        top: 50%;
        left: 1.9rem;
        transform: scale(0) translateY(-50%); }
    .bs-radio.typ-2 input[type="radio"]:not(old):checked + label {
      border: solid 1px #bd001c;
      background-color: rgba(208, 33, 39, 0.05); }
      .bs-radio.typ-2 input[type="radio"]:not(old):checked + label::after {
        transform: scale(1) translateY(-50%); }
  .bs-radio.typ-coupon {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .bs-radio.typ-coupon {
        margin-bottom: 2.2rem; } }
    .bs-radio.typ-coupon.selected .remove-code {
      display: -ms-flexbox;
      display: flex; }
    .bs-radio.typ-coupon input[type="radio"] + label {
      display: block;
      padding: 2rem 1rem 2rem 5rem;
      border-radius: 0.8rem;
      border: dashed 1px #cbcbcb;
      cursor: pointer;
      font-family: "Gotham-Medium"; }
      .bs-radio.typ-coupon input[type="radio"] + label:before {
        top: 1.8rem;
        left: 2rem; }
      .bs-radio.typ-coupon input[type="radio"] + label:after {
        left: 2.4rem;
        top: 2.2rem; }
      @media only screen and (max-width: 768px) {
        .bs-radio.typ-coupon input[type="radio"] + label .note {
          margin-top: .2rem; } }
    .bs-radio.typ-coupon input[type="radio"]:checked + label {
      border-color: #bd001c; }
    .bs-radio.typ-coupon input[type="radio"]:disabled + label {
      opacity: 0.5;
      background: #efefef; }
    .bs-radio.typ-coupon .remove-code {
      position: absolute;
      top: 1.6rem;
      right: 1.1rem;
      padding: 0.3rem;
      display: none;
      font-size: 1.2rem;
      color: #999999;
      cursor: pointer; }
  .bs-radio.typ-delivery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bs-radio.typ-delivery input[type="radio"]:not(old) ~ label:before,
    .bs-radio.typ-delivery input[type="radio"]:not(old) + label:before {
      top: 0rem; }
      .bs-radio.typ-delivery input[type="radio"]:not(old) ~ label:before:after,
      .bs-radio.typ-delivery input[type="radio"]:not(old) + label:before:after {
        top: 0.4rem; }
    .bs-radio.typ-delivery input[type="radio"] + label,
    .bs-radio.typ-delivery input[type="radio"] .highlight {
      font-size: 1.6rem;
      line-height: 2rem;
      font-family: "Gotham-Medium"; }
  .bs-radio.typ-shipping {
    margin-bottom: 0; }
    .bs-radio.typ-shipping input[type="radio"]:not(old) + label {
      z-index: 1;
      top: 0; }
    .bs-radio.typ-shipping input[type="radio"]:not(old):checked + label:after {
      font-weight: bold; }

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

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

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

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

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

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

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

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

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

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  margin: 0rem;
  padding: 1.5rem 2.9rem; }

.select2-results__option {
  margin: 0rem 3rem;
  text-indent: 0px;
  padding: 1.5rem 0rem; }

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 138px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  padding: 1.5rem 3rem;
  margin: 0rem; }

.cp-onlineAssistance .box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid #e2e2e2; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .box-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-onlineAssistance .box-wrap.no-border {
    border: none;
    display: block; }

.cp-onlineAssistance .box-title {
  font-family: "Gotham-Book";
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .box-title {
      font-size: 1.8rem;
      line-height: 1.8rem; } }

.cp-onlineAssistance .lhs {
  width: 44rem; }
  @media only screen and (max-width: 1024px) {
    .cp-onlineAssistance .lhs {
      width: 48%; } }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .lhs {
      width: 100%; } }

.cp-onlineAssistance .rhs {
  width: 50rem; }
  @media only screen and (max-width: 1024px) {
    .cp-onlineAssistance .rhs {
      width: 48%; } }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .rhs {
      width: 100%;
      margin-top: 3rem; } }

.cp-onlineAssistance .checkbox-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-onlineAssistance .checkbox-wrap .bs-checkbox {
    width: 25%; }
    @media only screen and (max-width: 768px) {
      .cp-onlineAssistance .checkbox-wrap .bs-checkbox {
        width: 100%;
        margin-bottom: 2rem; } }

.cp-onlineAssistance .radio-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem; }
  .cp-onlineAssistance .radio-wrap.typ-reverse {
    -ms-flex-direction: column;
        flex-direction: column; }
    .cp-onlineAssistance .radio-wrap.typ-reverse .bs-radio {
      margin-bottom: 2rem; }
      .cp-onlineAssistance .radio-wrap.typ-reverse .bs-radio .radio-val {
        font-family: "Gotham-Medium"; }

.cp-onlineAssistance .act-wrap {
  margin-top: 5rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .act-wrap .btn {
      width: 100%; } }

.cp-onlineAssistance.typ-bookTest .box-wrap {
  border: none; }

.cp-onlineAssistance.typ-bookTest .lhs {
  padding-bottom: 7.7rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance.typ-bookTest .lhs {
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 3rem; } }

.cp-onlineAssistance.typ-bookTest .rhs {
  padding-left: 1.3rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance.typ-bookTest .rhs {
      margin-top: 4rem;
      padding-left: 0;
      padding-right: 0; } }

.cp-onlineAssistance.typ-bookTest .act-wrap {
  margin-top: 3rem; }

.cp-onlineAssistance.typ-bookTest .margin-top {
  margin-top: 4rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance.typ-bookTest .margin-top {
      margin-top: 2rem; } }

.cm-bold {
  font-family: "Gotham-Bold"; }

.cp-videoAssistance .bs-form {
  max-width: 44rem; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .bs-form {
      width: 100%; } }

.cp-videoAssistance .video-assis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .video-assis {
      margin-top: 2rem; } }
  .cp-videoAssistance .video-assis.hide {
    display: none; }

.cp-videoAssistance .video-box {
  width: 38.3rem;
  height: 21.5rem;
  margin-bottom: 1rem;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-videoAssistance .video-box {
      width: 49%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .video-box {
      width: 100%; } }
  .cp-videoAssistance .video-box:after {
    content: '';
    width: 100%;
    height: 13.5rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .cp-videoAssistance .video-box:after {
        height: 11.9rem; } }

.cp-videoAssistance .content-wrap {
  padding: 0 3.5rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .content-wrap {
      padding: 0 2.1rem 2rem; } }

.cp-videoAssistance .icon {
  font-size: 4.5rem;
  color: #ffffff;
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .icon {
      font-size: 2.4rem; } }

.cp-videoAssistance .video-title {
  font-family: "Gotham-Light";
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #ffffff;
  max-width: 80%; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .video-title {
      font-size: 1.8rem;
      line-height: 2rem; } }

.cp-videoAssistance .video-assis {
  -ms-flex-pack: unset;
      justify-content: unset; }
  @media only screen and (max-width: 768px) {
    .cp-videoAssistance .video-assis {
      width: 100%; } }

.cp-videoAssistance .video-box {
  width: 38rem;
  margin-right: 1rem; }

.cp-img-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-img-desc.mt-50 {
    margin-top: 5rem; }
  .cp-img-desc .desc-title {
    font-family: "Gotham-Bold";
    font-size: 6.4rem;
    line-height: 1;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-img-desc .desc-title {
        font-size: 3rem;
        margin-bottom: 1rem; } }
    .cp-img-desc .desc-title.aboutdeskTitle {
      margin-top: 0; }
  .cp-img-desc .desc {
    font-family: "Gotham-Book";
    font-size: 1.8rem;
    line-height: 1.44;
    color: #3f4351;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-img-desc .desc {
        font-size: 1.6rem; } }
  .cp-img-desc .info-wrap {
    width: 47%; }
    @media only screen and (max-width: 768px) {
      .cp-img-desc .info-wrap {
        width: 100%; } }
  .cp-img-desc .img-wrap {
    width: 47%; }
    @media only screen and (max-width: 768px) {
      .cp-img-desc .img-wrap {
        width: 100%; } }

.cp-storeAssistance {
  margin: 4rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-storeAssistance {
      margin: 3.8rem 0; } }
  .cp-storeAssistance.margin-zero {
    margin-bottom: 0; }
  .cp-storeAssistance .storeAss-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-storeAssistance .storeAss-item {
    width: 49.2%; }
    @media only screen and (max-width: 768px) {
      .cp-storeAssistance .storeAss-item {
        width: 100%; } }
  .cp-storeAssistance .storeAss-card {
    padding: 2.9rem;
    border: solid 1px #e2e2e2;
    background-color: #ffffff;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-storeAssistance .storeAss-card {
        padding: 2rem; } }
  .cp-storeAssistance .content-wrap {
    margin-top: 2rem; }
    .cp-storeAssistance .content-wrap .offer-title {
      font-family: "Gotham-Bold";
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #000000;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-storeAssistance .content-wrap .offer-title {
          font-size: 2rem;
          line-height: 2rem; } }
    .cp-storeAssistance .content-wrap .desc {
      font-family: "Gotham-Book";
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #3f4351; }

.cp-storeAssistance.storeAssistancetop {
  margin: 15rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-storeAssistance.storeAssistancetop {
      margin: 8rem 0; } }

.cp-storeAssistance.storeassistance-exp {
  margin-bottom: 0;
  margin-top: 4rem; }

.cp-storeAssistance.cp-storeAssistance-mb {
  margin: 2rem 0; }

.cp-storeLocator {
  padding: 6rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator {
      padding: 3rem 0; } }
  .cp-storeLocator .store-item {
    border: solid 1px #e2e2e2;
    padding: 3rem;
    margin-bottom: 2rem; }
    .cp-storeLocator .store-item.typ-map .img-wrap {
      width: 111rem;
      height: 70.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator .store-item.typ-map .img-wrap {
          width: 29.5rem;
          height: 41rem; }
          .cp-storeLocator .store-item.typ-map .img-wrap img {
            height: 100%; } }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .store-item {
        padding: 2rem; } }
  .cp-storeLocator .store-title {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #3f4351;
    font-family: "Gotham-Medium";
    padding-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .store-title {
        font-size: 1.6rem;
        line-height: 1.8rem; } }
  .cp-storeLocator .store-Address {
    font-size: 1.6rem;
    color: #3f4351;
    font-family: "Gotham-Book";
    line-height: 2.2rem;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .store-Address {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .cp-storeLocator .storeContact {
    font-size: 1.6rem;
    color: #3f4351;
    font-family: "Gotham-Book";
    line-height: 1.38;
    padding-bottom: 1rem;
    display: block; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .storeContact {
        font-size: 1.4rem;
        line-height: 1.8rem;
        display: none; } }
    .cp-storeLocator .storeContact .number {
      font-family: "Gotham-Medium"; }
  .cp-storeLocator .storeAction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 381px;
    padding-top: 1rem; }
    @media only screen and (max-width: 1600px) {
      .cp-storeLocator .storeAction {
        max-width: 329px; } }
    .cp-storeLocator .storeAction .actionBtn {
      font-size: 1rem;
      color: #000000;
      border-radius: 4px;
      border: 1px solid #000000;
      width: 49%;
      text-align: center;
      padding: 0.4rem 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .cp-storeLocator .storeAction .actionBtn .actionIcon {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        margin-right: 0.5rem; }
  .cp-storeLocator .directionLink {
    color: #d02127;
    font-size: 1.6rem;
    font-family: "Gotham-Medium";
    position: relative;
    padding-left: 2.8rem;
    margin-top: 3rem;
    display: block; }
    @media only screen and (max-width: 1600px) {
      .cp-storeLocator .directionLink {
        padding-left: 3.2rem; } }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .directionLink {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
    .cp-storeLocator .directionLink.call-link {
      display: none; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator .directionLink.call-link {
          display: inline-block; } }
      .cp-storeLocator .directionLink.call-link:before {
        background: url(../images/icons-call.svg);
        content: ''; }
    .cp-storeLocator .directionLink:before {
      position: absolute;
      background: url(../images/icons-direction.svg);
      background-size: cover;
      width: 2.4rem;
      height: 2.4rem;
      left: 2px;
      top: 0px;
      content: ''; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator .directionLink:before {
          width: 2rem;
          height: 2rem;
          top: -3px; } }
  .cp-storeLocator .icons-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .cp-storeLocator .icons-list .icon-item:first-child {
      padding-right: 2rem; }
    .cp-storeLocator .icons-list .icon {
      background: #ffffff;
      color: #d02127;
      display: inline-block;
      width: 5rem;
      height: 5rem;
      padding: 1.3rem;
      border: solid 1px #d02127;
      font-size: 2.4rem; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator .icons-list .icon {
          width: 4rem;
          height: 4rem;
          font-size: 2rem;
          padding: 1rem; } }
      .cp-storeLocator .icons-list .icon:hover, .cp-storeLocator .icons-list .icon.active {
        background: #d02127 !important;
        color: #ffffff !important; }
  .cp-storeLocator .direction-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .cp-storeLocator .direction-list .direction-item:first-child {
      margin-right: 1rem; }
  .cp-storeLocator .explore-content {
    display: none; }
    .cp-storeLocator .explore-content.active {
      display: block; }
  .cp-storeLocator.typ-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator.typ-grid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator.typ-grid .store-item {
        width: 100%; } }
    .cp-storeLocator.typ-grid .storeContact {
      font-size: 1.4rem; }
      .cp-storeLocator.typ-grid .storeContact .number {
        display: block; }
    .cp-storeLocator.typ-grid.auth-serv-store .store-item {
      width: 32.75%;
      padding: 2.9rem; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator.typ-grid.auth-serv-store .store-item {
          width: 100%; } }
    .cp-storeLocator.typ-grid.auth-serv-store .storeAction {
      padding-top: 0.9rem; }
      .cp-storeLocator.typ-grid.auth-serv-store .storeAction .actionBtn {
        width: 41%;
        padding: 0.3rem 0rem; }
    .cp-storeLocator.typ-grid.auth-serv-store .storeContact .number {
      font-family: "Gotham-Book"; }
    .cp-storeLocator.typ-grid.auth-serv-store .directionLink {
      font-family: "Gotham-Bold";
      color: #d02127 !important;
      margin-top: 2.4rem; }

.cp-storeLocator.typ-grid .store-item {
  width: 32%; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator.typ-grid .store-item {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .cp-storeLocator.typ-grid .storeContact {
    display: block;
    padding-bottom: 0;
    margin-bottom: 1rem;
    line-height: 1.57; } }

.cp-storeLocator.typ-grid .storeContact .number {
  font-family: "Gotham-Bold"; }
  .cp-storeLocator.typ-grid .storeContact .number .store-mobile {
    font-family: "Gotham-Bold"; }

@media only screen and (max-width: 768px) {
  .cp-storeLocator.typ-grid .storeContact .store-mobile {
    pointer-events: none;
    cursor: default;
    color: #333333; } }

.cp-storeLocator.typ-grid .storeContact.storephone {
  color: #333333 !important; }

.cp-storeLocator .direction-list .call-item {
  margin-right: 0rem; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator .direction-list .call-item {
      margin-right: 1rem; } }

.cp-storeLocator .direction-link.call-link {
  position: absolute;
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
  left: 2px;
  top: 0px; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator .direction-link.call-link {
      width: 2rem;
      height: 2rem;
      top: -3px; } }

.cp-storeLocator .directionLink {
  font-family: "Gotham-Bold"; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator .directionLink {
      margin-top: 2rem;
      font-family: "Gotham-Medium"; } }
  .cp-storeLocator .directionLink.call-link {
    font-family: "Gotham-Medium"; }

.cp-storeLocator .storeAction .actionBtn-store {
  color: #000000 !important;
  width: auto;
  padding: 0.3rem 0.9rem;
  font-family: "Gotham-Book"; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator .storeAction .actionBtn-store {
      width: auto; } }

.cp-storeLocator .storeAction .actionBtn.action-btn-store {
  text-transform: uppercase;
  width: auto;
  font-family: "Gotham-Book"; }
  .cp-storeLocator .storeAction .actionBtn.action-btn-store:first-child {
    margin-right: 1rem; }

.cp-storeLocator .storeAction.btn-storelocator {
  max-width: auto;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.cp-storeLocator .icons-list.storeIconList .icon:hover {
  color: #ffffff !important; }

.cp-storeLocator .icons-list.storeIconList .icon.storeIconMap:hover #map-icon-active {
  display: block !important;
  position: relative;
  bottom: 20px; }

.cp-storeLocator .icons-list.storeIconList .icon.storeIconMap.active #map-icon-active {
  bottom: auto; }

.results {
  overflow-y: unset;
  overflow-x: unset;
  max-height: unset;
  margin-right: unset; }

.cp-serviceCenter .sec-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.cp-serviceCenter .cp-storeLocator {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .cp-serviceCenter .cp-storeLocator {
    margin: 1rem 0 0; } }

.cp-toggleBtn {
  box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3);
  border: solid 1px #cbcbcb; }
  @media only screen and (max-width: 768px) {
    .cp-toggleBtn {
      margin: 0; } }
  .cp-toggleBtn.typ-blogtoggle {
    box-shadow: unset; }
    .cp-toggleBtn.typ-blogtoggle label {
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-toggleBtn.typ-blogtoggle label {
          font-size: 1.4rem; } }
    .cp-toggleBtn.typ-blogtoggle .radioOne + label:before {
      box-shadow: 0 0 10px 0 rgba(0, 125, 255, 0.3); }

.cp-tab {
  margin: 0rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-tab {
      margin: 0rem 0rem; } }
  .cp-tab.test-ride-cp-tab {
    margin: 3.8rem 0 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-tab.test-ride-cp-tab {
        margin: 3rem 0rem; } }
  .cp-tab .tabs.test-ride-tabs {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-tab .tabs.test-ride-tabs {
        margin-bottom: 3rem; } }

.cp-onlineAssistance .lhs {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .lhs {
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .lhs.lhs-mb {
      border-bottom: 1px solid #e2e2e2; } }

.cp-onlineAssistance .rhs {
  width: 59.8rem;
  padding-right: 9.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .rhs {
      width: 100%;
      padding-right: 0; } }

.cp-onlineAssistance.typ-bookTest .box-wrap {
  padding: 4.8rem 0 0; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance.typ-bookTest .box-wrap {
      padding: 3rem 0 0; } }

.cp-onlineAssistance .box-wrap {
  padding: 4rem 0 0; }
  .cp-onlineAssistance .box-wrap:first-child {
    padding: 3rem 0 0; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .box-wrap:nth-last-child(2) {
      border-bottom: none; } }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance .box-wrap.no-border {
      margin-top: -1rem; } }

.cp-onlineAssistance .act-wrap {
  margin-top: 4rem; }
  .cp-onlineAssistance .act-wrap .btn {
    min-width: 16rem;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem; }

@media only screen and (max-width: 768px) {
  .cp-onlineAssistance .radio-wrap {
    margin-top: 2rem; } }

.cp-onlineAssistance.typ-onlineAssist .box-wrap {
  padding: 3rem 0 3rem; }

.cp-onlineAssistance.typ-onlineAssist .typ-2 input[type=radio]:not(old) + label::after {
  top: 41%; }

.cp-onlineAssistance.typ-bookTest .btn.btnTestRide {
  min-width: 16rem;
  padding: 1.6rem 9.9rem; }
  @media only screen and (max-width: 768px) {
    .cp-onlineAssistance.typ-bookTest .btn.btnTestRide {
      width: 100%;
      margin-top: 3rem; } }
