.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: "DM Sans", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

li {
    list-style: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000
}

p {
    margin-top: 0;
    margin-bottom: 0
}

p {
    font-size: 12px;
    line-height: 1.5;
    color: #000
}

abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin: 0
}

dt {
    font-weight: 400
}

dd {
    margin: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 90%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.4em
}

a {
    color: #5ad235;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #111
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: arial;
    font-size: 16px
}

pre {
    margin: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0
}

img {
    display: block;
    border: 0;
    height: auto;
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    text-align: left;
    caption-side: bottom
}

th {
    font-weight: 400;
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 5px
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[hidden] {
    display: none !important
}

.wFull {
    width: 100%
}

main {
    position: relative;
    overflow: hidden
}

.section {
    padding: 40px 0;
    overflow: hidden;
    position: relative
}

.section.visiable {
    overflow: visible
}

.section .container {
    z-index: 1
}

.showWeb {
    display: none
}

img.lazy {
    width: auto;
    height: auto
}

.slick-slide {
    opacity: 1 !important
}

.slick-slide img {
    width: auto;
    height: auto
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.overflow-hidden {
    overflow: hidden !important
}

.t-left {
    text-align: left !important
}

.t-right {
    text-align: right !important
}

.t-center {
    text-align: center !important
}

.t-justify {
    text-align: justify !important
}

.t-wrap {
    white-space: normal !important
}

.t-nowrap {
    white-space: nowrap !important
}

.align-center {
    align-items: center
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.t-lowercase {
    text-transform: lowercase !important
}

.t-uppercase {
    text-transform: uppercase !important
}

.t-capitalize {
    text-transform: capitalize !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.d-inline-block {
    display: inline-block;
    vertical-align: middle
}

.child-d-inline-block>* {
    display: inline-block;
    vertical-align: middle
}

.d-flex {
    display: flex;
    align-items: center
}

.fDC,
.flex-column {
    flex-direction: column
}

.fDR {
    flex-direction: row
}

.jC {
    justify-content: center
}

.aIC {
    align-items: center
}

.cG-1 {
    column-gap: 4px
}

.cG-2 {
    column-gap: 8px
}

.cG-3 {
    column-gap: 12px
}

.cG-4 {
    column-gap: 16px
}

.cG-5 {
    column-gap: 20px
}

.cG-6 {
    column-gap: 24px
}

.cG-6 {
    column-gap: 28px
}

.cG-6 {
    column-gap: 32px
}

.gy1,
.rG-1 {
    row-gap: 4px
}

.gy2,
.rG-2 {
    row-gap: 8px
}

.rG-3 {
    row-gap: 12px
}

.gy3,
.rG-4 {
    row-gap: 16px
}

.rG-5 {
    row-gap: 20px
}

.gy4,
.rG-6 {
    row-gap: 24px
}

.rG-7 {
    row-gap: 28px
}

.gy5,
.rG-8 {
    row-gap: 32px
}

.gy6,
.rG-9 {
    row-gap: 40px
}

.d-inline-flex {
    display: inline-flex !important
}

.d-table,
.d-table-main,
.d-table-main2 {
    display: table
}

.d-table-cell,
.d-table-main2>*,
.d-table-main>* {
    display: table-cell;
    vertical-align: middle
}

.d-table-main {
    width: 100%
}

.text {
    color: #696969;
    line-height: 1.42;
    font-weight: 400
}

.t-xs {
    font-size: 12px
}

.text-sm {
    font-size: 14px
}

.text-md {
    font-size: 16px
}

.text-lg {
    font-size: 18px
}

.img,
.imgB {
    max-width: 100%;
    display: block;
    height: auto
}

.imgB {
    width: 100%
}

.text-accent {
    color: #5ad235 !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.h-full {
    height: 100%
}

.w-full {
    height: 100%
}

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

.pos-f {
    position: fixed
}

.b-top {
    border-top: 1px solid #e3e3e3
}

.b-bottom {
    border-bottom: 1px solid #e3e3e3
}

.b-left {
    border-left: 1px solid #e3e3e3
}

.b-right {
    border-right: 1px solid #e3e3e3
}

.bt-dashed {
    border-top: 1px dashed #e3e3e3
}

.bb-dashed {
    border-top: 1px dashed #e3e3e3
}

.bgWhite {
    background: #fff !important
}

.bgBlack {
    background: #0c0c0c !important
}

.bgYellow {
    background: #fcdd4e !important
}

.bgGray {
    background: #2a2a2a !important
}

.bg-promotion {
    background: #ffdc00
}

.text-ninetyone {
    color: #28ad00
}

.bg-accent {
    background: #5ad235
}

.pointer {
    cursor: pointer
}

.overflow-h {
    overflow: hidden
}

.t-italic {
    font-style: italic !important
}

.t-red {
    color: #a80000
}

.t-accent {
    color: #5ad235
}

.t-white {
    color: #fff
}

.t-bold {
    font-weight: 700
}

.t-bold,
strong {
    font-weight: 600
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.middleBlock {
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 90%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.m-bottom-lg {
    margin-bottom: 24px
}

.m-bottom-md {
    margin-bottom: 16px
}

.m-top-md {
    margin-top: 16px
}

.w-full {
    width: 100%
}

.m-bottom-sm {
    margin-bottom: 8px
}

.p-sm {
    padding: 8px
}

.p-md {
    padding: 16px
}

.p-lg {
    padding: 24px
}

.p-0 {
    padding: 0
}

.p-xs {
    padding: 4px
}

.p-sm {
    padding: 8px
}

.p-md {
    padding: 16px
}

.p-lg {
    padding: 24px
}

.p-xlg {
    padding: 32px
}

.p-top-0 {
    padding-top: 0
}

.p-top-xs {
    padding-top: 4px
}

.p-top-sm {
    padding-top: 8px
}

.p-top-md {
    padding-top: 16px
}

.p-top-lg {
    padding-top: 24px
}

.p-top-xlg {
    padding-top: 32px
}

.p-right-0 {
    padding-right: 0
}

.p-right-xs {
    padding-right: 4px
}

.p-right-sm {
    padding-right: 8px
}

.p-right-md {
    padding-right: 16px
}

.p-right-lg {
    padding-right: 24px
}

.p-right-xlg {
    padding-right: 32px
}

.p-bottom-0 {
    padding-bottom: 0
}

.p-bottom-xs {
    padding-bottom: 4px
}

.p-bottom-sm {
    padding-bottom: 8px
}

.p-bottom-md {
    padding-bottom: 16px
}

.p-bottom-lg {
    padding-bottom: 24px
}

.p-bottom-xlg {
    padding-bottom: 32px
}

.p-left-0 {
    padding-left: 0
}

.p-left-xs {
    padding-left: 4px
}

.p-left-sm {
    padding-left: 8px
}

.p-left-md {
    padding-left: 16px
}

.p-left-lg {
    padding-left: 24px
}

.p-left-xlg {
    padding-left: 32px
}

.p-xy-0 {
    padding-left: 0;
    padding-right: 0
}

.p-xy-xs {
    padding-left: 4px;
    padding-right: 4px
}

.p-xy-sm {
    padding-left: 8px;
    padding-right: 8px
}

.p-xy-md {
    padding-left: 16px;
    padding-right: 16px
}

.p-xy-lg {
    padding-left: 24px;
    padding-right: 24px
}

.p-xy-xlg {
    padding-left: 32px;
    padding-right: 32px
}

.m-xs {
    margin: 4px
}

.m-sm {
    margin: 8px
}

.m-md {
    margin: 16px
}

.m-lg {
    margin: 24px
}

.m-xlg {
    margin: 32px
}

.m-top-xs {
    margin-top: 4px
}

.m-top-sm {
    margin-top: 8px
}

.m-top-md {
    margin-top: 16px
}

.m-top-lg {
    margin-top: 24px
}

.m-top-xlg {
    margin-top: 32px
}

.m-right-xs {
    margin-right: 4px
}

.m-right-sm {
    margin-right: 8px
}

.m-right-md {
    margin-right: 16px
}

.m-right-lg {
    margin-right: 24px
}

.m-right-xlg {
    margin-right: 32px
}

.m-bottom-xs {
    margin-bottom: 4px
}

.m-bottom-sm {
    margin-bottom: 8px
}

.m-bottom-md {
    margin-bottom: 16px
}

.m-bottom-lg {
    margin-bottom: 24px
}

.m-bottom-xlg {
    margin-bottom: 32px
}

.m-left-xs {
    margin-left: 4px
}

.m-left-sm {
    margin-left: 8px
}

.m-left-md {
    margin-left: 16px
}

.m-left-lg {
    margin-left: 24px
}

.m-left-xlg {
    margin-left: 32px
}

.m-xy-0 {
    margin-left: 0;
    margin-right: 0
}

.m-xy-xs {
    margin-left: 4px;
    margin-right: 4px
}

.m-xy-sm {
    margin-left: 8px;
    margin-right: 8px
}

.m-xy-md {
    margin-left: 16px;
    margin-right: 16px
}

.m-xy-lg {
    margin-left: 24px;
    margin-right: 24px
}

.m-xy-xlg {
    margin-left: 32px;
    margin-right: 32px
}

.w-full {
    width: 100%
}

.w-half {
    width: 50%
}

.h-full {
    height: 100%
}

.img-responsive {
    max-width: 100%;
    display: block
}

.img {
    width: 100%;
    display: block
}

.imgAuto {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.imgB {
    width: 100%;
    height: auto;
    display: block
}

.lazy {
    height: auto;
    width: 100%;
    max-width: 100%
}

.t-normal {
    font-weight: 400
}

.f-light {
    font-weight: 300
}

.f-bold {
    font-weight: 600
}

.f-medium {
    font-weight: 600
}

.t-upper {
    text-transform: uppercase
}

.t-cap {
    text-transform: capitalize
}

.t-low {
    text-transform: lowercase
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%
}

.text-xs {
    font-size: 10px
}

.text-sm {
    font-size: 12px
}

.text-md {
    font-size: 14px
}

.text-lg {
    font-size: 16px
}

.text-xlg {
    font-size: 18px
}

.text {
    color: #959595
}

.text-promotion {
    color: #ffdc00
}

.text-accent {
    color: #5ad235
}

.text-underline {
    text-decoration: underline
}

.text-red {
    color: red
}

.cursor-pointer {
    cursor: pointer
}

.outline-0 {
    outline: 0
}

.nowrap {
    white-space: nowrap
}

.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.radius {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.radius5 {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.radius8 {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.noRadius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.shadow {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important
}

.shadow1 {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16) !important
}

.shadowDefault {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2) !important
}

.noShadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rupeeCustom {
    font-size: 70%
}

.noSpace {
    margin-left: -16px;
    margin-right: -16px
}

.inputDisable .fieldInput,
.inputDisable .fieldLabel {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65
}

.surpriseOfferCycle {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    height: 0
}

.crd,
.findPerfectBike .btn,
.findPerfectBike .tablinks,
.noCostEmi li {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.instaVidGallery .cardVid,
.rdSd {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.sdw {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.row.rowNoGutter {
    margin-left: 0;
    margin-right: 0
}

.noCol {
    padding-left: 0;
    padding-right: 0
}

.noSpace {
    margin-left: -16px;
    margin-right: -16px
}

.rowXs {
    margin-right: -4px;
    margin-left: -4px
}

.rowXs .col,
.rowXs .col-1,
.rowXs .col-10,
.rowXs .col-11,
.rowXs .col-12,
.rowXs .col-2,
.rowXs .col-3,
.rowXs .col-4,
.rowXs .col-5,
.rowXs .col-6,
.rowXs .col-7,
.rowXs .col-8,
.rowXs .col-9,
.rowXs .col-auto {
    padding-right: 4px;
    padding-left: 4px
}

.rowSm {
    margin-right: -8px;
    margin-left: -8px
}

.rowSm .col,
.rowSm .col-1,
.rowSm .col-10,
.rowSm .col-11,
.rowSm .col-12,
.rowSm .col-2,
.rowSm .col-3,
.rowSm .col-4,
.rowSm .col-5,
.rowSm .col-6,
.rowSm .col-7,
.rowSm .col-8,
.rowSm .col-9,
.rowSm .col-auto {
    padding-right: 8px;
    padding-left: 8px
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-2by1::before {
    padding-top: 50%
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DM Sans';
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/DMSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.eot?hvjq5v);
    src: url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.eot?hvjq5v#iefix) format("embedded-opentype"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.ttf?hvjq5v) format("truetype"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.woff?hvjq5v) format("woff"), url(https://d60i6mpkbdpwe.cloudfront.net/public/ninetybuild/fonts/v21/icomoon.svg?hvjq5v#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-age-rideons:before {
    content: "\e9cd"
}

.icon-basket-trikes:before {
    content: "\e9ce"
}

.icon-brake-rideons:before {
    content: "\e9d1"
}

.icon-frame-rideons:before {
    content: "\e9d2"
}

.icon-frame-trikes:before {
    content: "\e9d3"
}

.icon-grips-rideons:before {
    content: "\e9d4"
}

.icon-handlebar-rideons:before {
    content: "\e9d5"
}

.icon-handlebar-trikes:before {
    content: "\e9d6"
}

.icon-music-rideons:before {
    content: "\e9d7"
}

.icon-pedals-rideons:before,
.icon-pedals:before {
    content: "\e9d8"
}

.icon-rod-trikes:before {
    content: "\e9d9"
}

.icon-seat-trikes:before {
    content: "\e9da"
}

.icon-speed-rideons:before {
    content: "\e9db"
}

.icon-suspension-rideons:before {
    content: "\e9dc"
}

.icon-wheels-rideons:before {
    content: "\e9dd"
}

.icon-horsepower:before {
    content: "\e9de"
}

.icon-incline-treadmill:before {
    content: "\e9df"
}

.icon-features-rideons:before {
    content: "\e9e0"
}

.icon-multi-function-treadmill:before {
    content: "\e9e2"
}

.icon-single-function-treadmill:before {
    content: "\e9e3"
}

.icon-portable-wheels:before {
    content: "\e9c3"
}

.icon-heart-rate-sensor:before {
    content: "\e9c4"
}

.icon-incline:before {
    content: "\e9c5"
}

.icon-max-weight-treadmill:before {
    content: "\e9c6"
}

.icon-motor-treadmill:before,
.icon-motor_treadmill:before {
    content: "\e9c7"
}

.icon-music:before {
    content: "\e9c8"
}

.icon-preset-programs:before {
    content: "\e9c9"
}

.icon-running-area:before {
    content: "\e9ca"
}

.icon-speed-treadmill:before {
    content: "\e9cb"
}

.icon-display-treadmill:before {
    content: "\e9cc"
}

.icon-weight-new:before {
    content: "\e9ba"
}

.icon-additional-light:before {
    content: "\e9bb"
}

.icon-max-speed:before {
    content: "\e9bc"
}

.icon-max-weight:before {
    content: "\e9bd"
}

.icon-rideons-motor:before {
    content: "\e9be"
}

.icon-special-2:before {
    content: "\e9bf"
}

.icon-discount:before {
    content: "\e9c2"
}

.icon-building:before {
    content: "\e9c0"
}

.icon-mountain-road:before {
    content: "\e9c1"
}

.icon-zoom:before {
    content: "\e9b9"
}

.icon-like:before {
    content: "\e9b8"
}

.icon-ar-scan:before {
    content: "\e9b7"
}

.icon-alternatecall:before {
    content: "\e9b6"
}

.icon-linkedin:before {
    content: "\e9b5"
}

.icon-filter2:before {
    content: "\e9b3"
}

.icon-sorting:before {
    content: "\e9b4"
}

.icon-tree:before {
    content: "\e9b2"
}

.icon-scooter:before {
    content: "\e9b0"
}

.icon-car:before {
    content: "\e9b1"
}

.icon-sleeve:before {
    content: "\e9ab"
}

.icon-fabric:before {
    content: "\e9ac"
}

.icon-apparel-color:before {
    content: "\e9ad"
}

.icon-fit:before {
    content: "\e9ae"
}

.icon-apparel-size:before {
    content: "\e9af"
}

.icon-adventure2:before {
    content: "\e9aa"
}

.icon-quote:before {
    content: "\e9a9"
}

.icon-split-payment:before {
    content: "\e9a8"
}

.icon-adventures:before {
    content: "\e9a7"
}

.icon-editfill:before {
    content: "\e9a4"
}

.icon-delivery:before {
    content: "\e9a5"
}

.icon-dash:before {
    content: "\e9a6"
}

.icon-pinterest:before {
    content: "\e900"
}

.icon-fast-delivery:before {
    content: "\e9a2"
}

.icon-mountains:before {
    content: "\e9a1"
}

.icon-rotate-phone:before {
    content: "\e9a0"
}

.icon-motor:before {
    content: "\e99c"
}

.icon-battery-pack:before {
    content: "\e901"
}

.icon-range:before {
    content: "\e902"
}

.icon-plus:before {
    content: "\e99f"
}

.icon-battery-case:before {
    content: "\e93c"
}

.icon-brake-cut-off:before {
    content: "\e994"
}

.icon-charger-pin:before {
    content: "\e995"
}

.icon-controller:before {
    content: "\e996"
}

.icon-control-lock:before {
    content: "\e997"
}

.icon-display:before {
    content: "\e998"
}

.icon-downtube:before {
    content: "\e999"
}

.icon-driving-mode:before {
    content: "\e99a"
}

.icon-minus:before {
    content: "\e99b"
}

.icon-tube:before {
    content: "\e99e"
}

.icon-translation:before {
    content: "\e992"
}

.icon-ktm:before {
    content: "\e98e"
}

.icon-gear:before {
    content: "\e98f"
}

.icon-frame-type:before {
    content: "\e990"
}

.icon-brand-filter:before {
    content: "\e991"
}

.icon-compare-arrow:before {
    content: "\e98d"
}

.icon-information:before {
    content: "\e988"
}

.icon-dedicated:before {
    content: "\e989"
}

.icon-interested:before {
    content: "\e98a"
}

.icon-area:before {
    content: "\e98b"
}

.icon-brand:before {
    content: "\e98c"
}

.icon-notification:before {
    content: "\e987"
}

.icon-sound:before {
    content: "\e986"
}

.icon-view-360:before {
    content: "\e985"
}

.icon-pause:before {
    content: "\e984"
}

.icon-info:before {
    content: "\e983"
}

.icon-helmet:before {
    content: "\e97c"
}

.icon-material:before {
    content: "\e97d"
}

.icon-packaging-access:before {
    content: "\e97e"
}

.icon-straps:before {
    content: "\e97f"
}

.icon-adjustments:before {
    content: "\e980"
}

.icon-bell:before {
    content: "\e981"
}

.icon-betteries:before {
    content: "\e982"
}

.icon-assemble:before {
    content: "\e97b"
}

.icon-view:before {
    content: "\e979"
}

.icon-trash:before {
    content: "\e97a"
}

.icon-gallery:before {
    content: "\e977"
}

.icon-Size_Guide_2:before {
    content: "\e978"
}

.icon-dealer:before {
    content: "\e975"
}

.icon-business:before {
    content: "\e976"
}

.icon-star-empty:before {
    content: "\e970"
}

.icon-star-fill:before {
    content: "\e972"
}

.icon-star-half:before {
    content: "\e974"
}

.icon-bike-size:before {
    content: "\e96c"
}

.icon-compare:before {
    content: "\e96d"
}

.icon-video:before {
    content: "\e96f"
}

.icon-call_new:before {
    content: "\e96e"
}

.icon-email_new:before {
    content: "\e971"
}

.icon-Tiktok:before {
    content: "\e973"
}

.icon-What_Not_Covered-2:before {
    content: "\e95f"
}

.icon-What_Not_Covered-3:before {
    content: "\e960"
}

.icon-What_Not_Covered-4:before {
    content: "\e961"
}

.icon-What_Not_Covered-5:before {
    content: "\e962"
}

.icon-Complete_Payment:before {
    content: "\e963"
}

.icon-Fill_Details:before {
    content: "\e964"
}

.icon-Recieve_Policy:before {
    content: "\e965"
}

.icon-What_Covered-1:before {
    content: "\e967"
}

.icon-What_Covered-2:before {
    content: "\e968"
}

.icon-What_Covered-3:before {
    content: "\e969"
}

.icon-What_Covered-4:before {
    content: "\e96a"
}

.icon-What_Not_Covered-1:before {
    content: "\e96b"
}

.icon-series:before {
    content: "\e95e"
}

.icon-right:before {
    content: "\e966"
}

.icon-filter:before {
    content: "\e95b"
}

.icon-category:before {
    content: "\e95c"
}

.icon-type:before {
    content: "\e95d"
}

.icon-little-champ-bikes:before {
    content: "\e95a"
}

.icon-arrow:before {
    content: "\e958"
}

.icon-back-arrow:before {
    content: "\e959"
}

.icon-tracking:before {
    content: "\e928"
}

.icon-shifter:before {
    content: "\e955"
}

.icon-frame-height:before {
    content: "\e956"
}

.icon-bike-weight:before {
    content: "\e957"
}

.icon-quick:before {
    content: "\e950"
}

.icon-hybrid-bikes:before {
    content: "\e951"
}

.icon-fat-tire-bikes:before {
    content: "\e952"
}

.icon-all-terrain-bikes:before {
    content: "\e953"
}

.icon-mountain-bikes:before {
    content: "\e954"
}

.icon-listing:before {
    content: "\e94e"
}

.icon-grid:before {
    content: "\e94f"
}

.icon-wire:before {
    content: "\e90a"
}

.icon-weight:before {
    content: "\e90b"
}

.icon-v-brake:before {
    content: "\e926"
}

.icon-tire:before {
    content: "\e927"
}

.icon-tyre:before {
    content: "\e927"
}

.icon-sticker:before {
    content: "\e937"
}

.icon-stem:before {
    content: "\e938"
}

.icon-shifter1:before {
    content: "\e939"
}

.icon-seating:before {
    content: "\e93a"
}

.icon-rim:before {
    content: "\e93b"
}

.icon-packaging:before {
    content: "\e93e"
}

.icon-hub:before {
    content: "\e940"
}

.icon-height:before {
    content: "\e941"
}

.icon-headset:before {
    content: "\e942"
}

.icon-handlebar:before {
    content: "\e943"
}

.icon-free-wheel:before {
    content: "\e944"
}

.icon-gears:before {
    content: "\e944"
}

.icon-wheel-size:before {
    content: "\e944"
}

.icon-frame:before {
    content: "\e945"
}

.icon-fork-suspension:before {
    content: "\e946"
}

.icon-suspesnion-fork:before {
    content: "\e946"
}

.icon-fork-rigid:before {
    content: "\e947"
}

.icon-extras:before {
    content: "\e948"
}

.icon-derailleur:before {
    content: "\e949"
}

.icon-crank:before {
    content: "\e94a"
}

.icon-color:before {
    content: "\e94b"
}

.icon-bb:before {
    content: "\e94c"
}

.icon-accessory:before {
    content: "\e94d"
}

.icon-map:before {
    content: "\e93f"
}

.icon-heart-fill:before {
    content: "\e93d"
}

.icon-heart:before {
    content: "\e933"
}

.icon-edit:before {
    content: "\e936"
}

.icon-play:before {
    content: "\e935"
}

.icon-share:before {
    content: "\e934"
}

.icon-bike-category:before {
    content: "\e932"
}

.icon-explore-bikes:before {
    content: "\e92c"
}

.icon-compare-bikes:before {
    content: "\e92d"
}

.icon-accessories:before {
    content: "\e92e"
}

.icon-register-bike:before {
    content: "\e92f"
}

.icon-blog:before {
    content: "\e930"
}

.icon-store-locator:before {
    content: "\e931"
}

.icon-company:before {
    content: "\e929"
}

.icon-comment:before {
    content: "\e92a"
}

.icon-name:before {
    content: "\e92b"
}

.icon-cod:before {
    content: "\e920"
}

.icon-emi:before {
    content: "\e921"
}

.icon-engineered-safety:before {
    content: "\e922"
}

.icon-in-store-pickup:before {
    content: "\e923"
}

.icon-top-emerging-brand:before {
    content: "\e924"
}

.icon-login:before {
    content: "\e925"
}

.icon-world-class-components:before {
    content: "\e90c"
}

.icon-service-network:before {
    content: "\e915"
}

.icon-secure-payment:before {
    content: "\e914"
}

.icon-safety:before {
    content: "\e91c"
}

.icon-made-by-cyclists:before {
    content: "\e91d"
}

.icon-lifetime-frame-warranty:before {
    content: "\e91e"
}

.icon-steel-frame:before {
    content: "\e91e"
}

.icon-india:before {
    content: "\e91f"
}

.icon-rupee:before {
    content: "\e903"
}

.icon-wheel:before {
    content: "\e905"
}

.icon-disc-brake:before {
    content: "\e909"
}

.icon-brakes:before {
    content: "\e909"
}

.icon-brake:before {
    content: "\e909"
}

.icon-suspension:before {
    content: "\e90d"
}

.icon-age:before {
    content: "\e90e"
}

.icon-dispatch:before {
    content: "\e910"
}

.icon-network:before {
    content: "\e912"
}

.icon-shipping:before {
    content: "\e916"
}

.icon-gender:before {
    content: "\e907"
}

.icon-male:before {
    content: "\e908"
}

.icon-female:before {
    content: "\e906"
}

.icon-warranty:before {
    content: "\e917"
}

.icon-user:before {
    content: "\e91b"
}

.icon-add-to-cart:before {
    content: "\e90f"
}

.icon-search:before {
    content: "\e913"
}

.icon-location:before {
    content: "\e911"
}

.icon-mail:before {
    content: "\e904"
}

.icon-email:before {
    content: "\e904"
}

.icon-whatsapp:before {
    content: "\e918"
}

.icon-call:before {
    content: "\e919"
}

.icon-facebook:before {
    content: "\e91a"
}

.icon-twitter:before {
    content: "\e993"
}

.icon-instagram:before {
    content: "\e99d"
}

.icon-youtube:before {
    content: "\e9a3"
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 16px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 12px;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    -webkit-border-radius: 20px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn.disabledBtn,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.btn.noRadius {
    border-radius: 0;
    -webkit-border-radius: 0
}

.btn.radius2 {
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.btn.btnLarge {
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px
}

.btn.btnMd {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.btn.t-bold {
    font-weight: 600
}

a.btn.disabled,
a.btn.disabledBtn,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background: #fff;
    border-color: #111;
    color: #111
}

.btn-default:focus,
.btn-default:hover {
    background: #111;
    color: #fff
}

.btn-accent {
    background: #5ad235;
    color: #fff
}

.btn-accent:focus,
.btn-accent:hover {
    background: #46ad27;
    color: #fff
}

.btn-primary {
    background: #111;
    color: #ffdc00;
    font-weight: 600
}

.btn-primary:focus,
.btn-primary:hover {
    background: #040404;
    color: #fff
}

.btn-action {
    background: #ffdc00;
    color: #111;
    font-weight: 600
}

.btn-action:focus,
.btn-action:hover {
    background: #e6c600;
    color: #fff
}

.btn-promotion {
    background: #ffdc00;
    color: #000
}

.btn-promotion:focus,
.btn-promotion:hover {
    background: #e6c600;
    color: #fff
}

.btn-notify {
    background: #0e9fff;
    color: #fff;
    font-weight: 600
}

.btn-notify:focus,
.btn-notify:hover {
    background: #049bff;
    color: #111
}

.btn-preorder {
    background: #111;
    color: #ffdc00;
    font-weight: 600
}

.btn-preorder:focus,
.btn-preorder:hover {
    background: #040404;
    color: #fff
}

.btn-preview {
    background: #ff0a0a;
    color: #fff;
    font-weight: 600
}

.btn-preview:focus,
.btn-preview:hover {
    background: red;
    color: #111
}

.btn.btn-rocket {
    background: #00e572;
    background-image: -webkit-linear-gradient(to left, #00e572 -10%, #feec00);
    background-image: linear-gradient(to left, #00e572 -10%, #feec00);
    color: #111;
    font-weight: 600;
    position: relative;
    border: 0
}

.btn.btn-rocket:before {
    content: "\e9a2";
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn.btn-rocket:focus,
.btn.btn-rocket:hover {
    background: #00e572;
    background-image: -webkit-linear-gradient(to left, #feec00 -10%, #00e572);
    background-image: linear-gradient(to left, #feec00 -10%, #00e572);
    color: #111
}

.btn.btn-rocket.disabled:before {
    display: none
}

.btn-preorder.iconPreDash:before {
    content: "";
    width: 25px;
    height: 18px;
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/dash/iconPreOrder.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn-preorder.iconPreDash.disabled:before {
    display: none
}

.btn-edit {
    background: #efefef;
    color: #6f6f6f
}

.btn-edit:focus,
.btn-edit:hover {
    background: #111;
    color: #fff
}

.btn-link {
    color: #5ad235;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #28ad00;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: rgba(0, 0, 0, .5);
    text-decoration: none
}

.btn-link-primary {
    color: #111
}

.btnAccentBorder {
    border-color: #5ad235;
    color: #5ad235;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.btnAccentBorder:focus,
.btnAccentBorder:hover {
    background: #5ad235;
    color: #fff
}

.btnBorder {
    border-color: #ddd !important;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.btnBorder:focus,
.btnBorder:hover {
    background: #000 !important;
    color: #fff !important
}

.loaderWidget {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 999
}

.loaderWidget:before {
    content: "";
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/loader.gif) no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 150px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 120;
    display: block
}

.loading-dots {
    text-align: center;
    width: 100%
}

.loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #5ad235;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    vertical-align: middle
}

.loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

.whiteLoader .loading-dots--dot {
    background-color: #fff
}

.loaderOverlay {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    transition: .5s background-color ease
}

.loaderOverlay .loading-dots {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.loaderOverlay .loading-dots--dot {
    background: #fff
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: .4;
        transform: scale(1, 1)
    }
}

@media only screen and (min-width:1023px) {
    .loaderWidget:before {
        width: 250px;
        height: 120px
    }
}

.secTitle,
h1,
h2 {
    font-size: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    position: relative
}

.secTitle span,
h1 span,
h2 span {
    color: #5ad235
}

h1,
h2 {
    margin-bottom: 8px
}

.secTitle {
    margin-bottom: 20px
}

h2+p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px
}

.section {
    padding: 36px 0
}

.section:nth-child(odd) {
    background: #f6f6f6
}

.secLine {
    height: 3px;
    width: 50px;
    margin-bottom: 5px;
    background: #000;
    background: -moz-linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%);
    background: -webkit-linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%);
    background: linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%)
}

.fieldLabel {
    font-size: 12px;
    -o-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    transform: translateY(-21px);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    left: 36px;
    top: 16px;
    padding: 0 3px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.1;
    pointer-events: none
}

.fieldControl {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    width: 100%;
    display: inline-block
}

.fieldControl * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fieldControl .errorText,
.fieldControl label.error {
    color: red;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -16px
}

.fieldControl sup {
    color: red;
    font-size: 12px
}

.fieldControl .rightTick {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    padding-right: 1px;
    right: 15px;
    top: 13px;
    border: 1px solid #5ad235;
    color: #5ad235;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.fieldControl .rightTick.selectTick {
    right: 35px
}

.fieldControl select.fieldInput {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.fieldSelectControl:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(36, 39, 44, .87);
    content: "";
    display: block;
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 0
}

.fieldSelectControl select {
    color: #959595;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.fieldSelectControl select::-ms-expand {
    display: none
}

.fieldInput {
    border: 1px solid rgba(0, 0, 0, .24);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 16px 0 36px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);
    position: relative;
    background: #fff;
    outline: 0
}

.fieldInput:focus {
    border-color: #5ad235;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.fieldInput:-ms-input-placeholder~.fieldLabel {
    font-size: 14px;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    top: 13px
}

.fieldInput:placeholder-shown~.fieldLabel {
    font-size: 14px;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    color: #959595;
    top: 13px
}

.fieldInput:focus~.fieldLabel {
    color: #5ad235;
    font-size: 12px;
    -o-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    transform: translateY(-21px);
    top: 16px
}

.fieldInput:focus~.fieldIcon {
    color: #5ad235
}

.fieldTextarea {
    height: 100px;
    resize: none;
    line-height: 1.4;
    padding: 10px 16px 10px 36px;
    display: block
}

.numberText {
    position: absolute;
    left: 16px;
    top: 11px;
    color: #959595;
    font-size: 14px
}

.numberText:before {
    content: "";
    position: absolute;
    right: -24px;
    top: -4px;
    bottom: -3px;
    width: 1px;
    background: #dfdfdf
}

.fieldIcon {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 20px;
    line-height: 1;
    color: #959595
}

.fieldIcon.icon-comment {
    top: 12px
}

.fileUploadControl {
    z-index: 0
}

.fileUploadControl .fileFormat {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 25px
}

.fileUploadControl .file-select {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.fileUploadControl .file-select-button {
    background: #e8e7e9;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top
}

.fileUploadControl .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    color: #959595;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.fileUploadControl input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.fileUploadControl .fieldInput {
    padding: 0 !important
}

.fileUploadControl .fieldInput.active {
    border-color: #5ad235
}

.fileUploadControl .fieldInput.active .file-select {
    border-color: #5ad235;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.fileUploadControl .fieldInput.active .file-select .file-select-button {
    background: #5ad235;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

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

input[type=number] {
    -moz-appearance: textfield
}

.noIconField .fieldInput {
    padding: 0 16px
}

.noIconField .fieldTextarea {
    padding-top: 16px
}

.noIconField .fieldLabel {
    left: 13px
}

.noIconField .noFieldControl .fieldInput {
    padding-left: 87px
}

.noIconField .noFieldControl .fieldLabel {
    left: 85px
}

.smField .fieldInput {
    height: 30px
}

.smField .fieldInput {
    padding: 2px 8px 0;
    font-size: 12px
}

.smField .fieldLabel {
    left: 8px;
    top: 14px;
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    transform: translateY(-18px)
}

.smField .fieldInput:-ms-input-placeholder~.fieldLabel {
    font-size: 12px;
    top: 10px
}

.smField .fieldInput:placeholder-shown~.fieldLabel {
    font-size: 12px;
    top: 10px
}

.smField .fieldInput:focus~.fieldLabel {
    color: #5ad235;
    font-size: 12px;
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    transform: translateY(-18px);
    top: 14px
}

.contryField .country-code {
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, .24);
    padding: 0 7px
}

.contryField .country-code img {
    height: 100%
}

.contryField .fieldLabel {
    left: 60px
}

.contryField .fieldInput {
    padding: 0 16px 0 60px
}

.lgField .fieldInput {
    height: 55px
}

.lgField .fieldInput:placeholder-shown~.fieldLabel {
    top: 16px
}

.lgField .file-select-name {
    line-height: 55px
}

.lgField .fieldTextarea {
    height: 100px
}

.lgField .fieldLabel {
    line-height: 1.7
}

.lgField .fieldIcon {
    top: 17px
}

.lgField .contryField .country-code {
    width: 60px;
    height: 55px
}

.lgField .contryField .country-code img {
    width: 45px
}

.lgField .contryField .fieldLabel {
    left: 70px
}

.lgField .contryField .fieldInput {
    padding: 0 16px 0 70px
}

.selectFieldCustom {
    position: relative
}

.selectFieldCustom:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 50%;
    right: 16px;
    border-top: 8px solid rgba(0, 0, 0, .24);
    margin-top: -4px
}

.selectFieldCustom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #000
}

.selectFieldCustom select::-ms-expand {
    display: none
}

.writeReviewPanel .fileUploadControl {
    vertical-align: top
}

.writeReviewPanel .fileUploadControl .file-upload {
    height: 32px;
    line-height: 32px
}

.writeReviewPanel .fileUploadControl .file-select {
    cursor: pointer;
    height: 30px;
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .file-select .file-select-button {
    height: 30px;
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .file-select .file-select-name {
    line-height: 30px
}

.writeReviewPanel .fileUploadControl .fileFormat {
    font-size: 12px;
    line-height: 1.2
}

.contry-field .country-code {
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, .24);
    padding: 0 7px
}

.contry-field .country-code img {
    height: 100%
}

.contry-field .fieldLabel {
    left: 60px
}

.contry-field .fieldInput {
    padding: 0 16px 0 60px
}

.lgField .fieldInput {
    height: 55px
}

.lgField .fieldInput:placeholder-shown~.fieldLabel {
    top: 16px
}

.lgField .file-select-name {
    line-height: 55px
}

.lgField .fieldTextarea {
    height: 100px
}

.lgField .fieldLabel {
    line-height: 1.7
}

.lgField .fieldIcon {
    top: 17px
}

.lgField .contry-field .country-code {
    width: 60px;
    height: 55px
}

.lgField .contry-field .country-code img {
    width: 45px
}

.lgField .contry-field .fieldLabel {
    left: 70px
}

.lgField .contry-field .fieldInput {
    padding: 0 16px 0 70px
}

@media only screen and (min-width:1024px) {
    .writeReviewPanel .fileUploadControl .file-upload {
        height: 40px;
        line-height: 40px
    }

    .writeReviewPanel .fileUploadControl .file-select {
        cursor: pointer;
        height: 38px;
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .file-select .file-select-button {
        height: 38px;
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .file-select .file-select-name {
        line-height: 38px
    }

    .writeReviewPanel .fileUploadControl .fileFormat {
        font-size: 12px
    }
}

#hamburgerMenu {
    position: relative;
    width: 22px;
    flex-shrink: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

#hamburgerMenu span {
    display: block;
    height: 3px;
    background: #111;
    margin: 13px 0;
    position: relative
}

#hamburgerMenu span:after,
#hamburgerMenu span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #111
}

#hamburgerMenu span:before {
    top: -7px
}

#hamburgerMenu span:after {
    bottom: -7px
}

#closeNav {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 20px;
    left: 300px;
    z-index: 105;
    opacity: 0;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    cursor: pointer
}

#closeNav:after,
#closeNav:before {
    content: "";
    background: #111;
    position: absolute;
    left: 3px;
    top: 13px;
    height: 2px;
    width: 75%
}

#closeNav:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#closeNav:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#navBody {
    left: 0;
    top: 0;
    z-index: 100;
    width: 0;
    color: #000;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#navBody:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .5);
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

#navBody.active {
    width: 100%;
    opacity: 1;
    left: 0
}

#navBody.active:before {
    opacity: 1;
    visibility: visible
}

#navBody.active .navMain {
    animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -webkit-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -moz-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards
}

#navBody.active #closeNav {
    opacity: 1
}

#navBody .navMain {
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    font-size: 14px;
    padding: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#navBody .nav-list::-webkit-scrollbar {
    display: none
}

#navBody .nav-list {
    overflow-y: auto;
    max-height: calc(100% - 20px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column
}

#navBody .nav-list>li {
    width: 100%;
    flex-wrap: wrap
}

#navBody .nav-list svg {
    max-width: 20px;
    flex: 0 0 20px
}

#navBody .nav-list li .navTitle,
#navBody .nav-list li a {
    display: flex;
    padding: 8px 0;
    color: #282828;
    position: relative;
    font-size: 14px;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    column-gap: 6px;
    min-width: 100%
}

#navBody .nav-list li .navTitle:hover,
#navBody .nav-list li a:hover {
    color: #5ad235
}

#navBody .nav-list li.active a {
    color: #5ad235
}

#navBody .nav-list .navTitle {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    flex: 1
}

#navBody .nav-list .navTitle::after {
    content: "";
    border-style: solid;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #84858a;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: 16px;
    top: 10px
}

#navBody .nav-list .navTitle.active {
    color: #5ad235;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

#navBody .nav-list .navTitle.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 15px;
    border-color: #5ad235
}

#navBody .nav-list .navTitle.active path {
    fill: #5ad235
}

#navBody .subNav {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    background: #f8f8f8;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

#navBody .subNav ul {
    padding: 12px 16px 8px;
    white-space: normal
}

#navBody .subNav li a {
    line-height: 30px;
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    width: 100%
}

#navBody .navSubTitle {
    font-weight: 600;
    font-size: 13px
}

#navBody .navSubTitle~ul {
    padding-left: 30px;
    padding-top: 8px
}

#navBody .iconHolder {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    width: 42px;
    vertical-align: -2px;
    color: #5ad235
}

#navBody .iconHolder.icon-mountain-bikes {
    font-size: 14px
}

#navBody .iconHolder.icon-ktm {
    font-size: 12px;
    color: #ef5713;
    vertical-align: middle;
    zoom: .7;
    margin: -3px 18px 0 0
}

#navBody .iconHolder.icon-translation {
    font-weight: 600
}

#navBody .iconHolder .bianchiIcon img {
    margin-left: 6px;
    width: 16px;
    height: auto
}

#navBody .icon-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

@media screen and (max-device-height:645px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    #navBody .scrollNav {
        bottom: 138px;
        left: 50%;
        height: 25px;
        width: 40px;
        position: absolute;
        background: #eee;
        transform: translate(-50%, 0);
        border-radius: 10px 10px 0 0;
        z-index: 999
    }

    #navBody .scrollNav:before {
        content: "";
        border-style: solid;
        display: inline-block;
        padding: 3px;
        margin-left: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #5ad235;
        border-width: 0 2px 2px 0;
        vertical-align: -1px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        position: absolute;
        left: 13px;
        top: 9px;
        z-index: 999
    }
}

@media only screen and (min-width:768px) and (max-width:1089px) {
    #hamburgerMenu span {
        height: 4px;
        margin: 13px 0
    }

    #hamburgerMenu span:after,
    #hamburgerMenu span:before {
        height: 4px
    }

    #hamburgerMenu span:before {
        top: -10px
    }

    #hamburgerMenu span:after {
        bottom: -10px
    }
}

@media only screen and (min-width:667px) {
    #navBody .navMain {
        width: 380px;
        padding: 24px
    }

    #closeNav {
        left: 380px
    }
}

.slideFromLeft {
    animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -webkit-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards;
    -moz-animation: slideFromLeft .5s cubic-bezier(.68, -.55, .27, 1.55) forwards
}

@-webkit-keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes slideFromLeft {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.easy-autocomplete {
    position: relative
}

.easy-autocomplete input {
    border-color: #dfdfdf;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    float: none;
    padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    box-shadow: none
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover {
    border-color: #5ad235;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(90, 210, 53, .2)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #5ad235;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(90, 210, 53, .2)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #5ad235
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #5ad235;
    color: #fff
}

.easy-autocomplete.eac-green-light ul .eac-category.selected .categorieField,
.easy-autocomplete.eac-green-light ul li.selected .categorieField {
    background: #212121
}

.easy-autocomplete.eac-green-light ul .eac-category.selected .categorieField:after,
.easy-autocomplete.eac-green-light ul li.selected .categorieField:after {
    border-top-color: #212121
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container .sub-pro {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-top: 10px;
    padding: 0 0 8px;
    border-radius: 4px
}

.easy-autocomplete-container .sub-pro .bikeType {
    width: 45px;
    display: inline-block
}

.easy-autocomplete-container .sub-pro .attr {
    border: 1px solid #e0e0e0;
    padding: 3px 6px;
    border-radius: 4px;
    color: #757575;
    font-size: 12px;
    zoom: .85;
    line-height: 18px;
    margin-left: 12px;
    display: inline-block;
    background: #fafafa
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    border-bottom: 1px solid #f7f7f7 !important
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected .sub-pro .attr {
    background: #efefef
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all;
    padding: 0 8px 0
}

.easy-autocomplete-container .categorieField {
    background: #eee;
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0 -12px;
    position: relative;
    margin-bottom: 5px
}

.easy-autocomplete-container .categorieField:after {
    top: 100%;
    left: 22px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #efefef;
    border-width: 9px;
    margin-left: -10px
}

.easy-autocomplete-container .categorieField .icon-category {
    vertical-align: middle;
    margin-right: 10px
}

.easy-autocomplete-container ul li b {
    font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
    color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.autoSearchBox {
    display: flex;
    flex-direction: row-reverse
}

.autoSearchBox .allBrandCatg {
    position: relative;
    z-index: 1
}

.autoSearchBox .allBrand,
.autoSearchBox .srchWrap {
    height: 46px
}

.autoSearchBox .allBrndList {
    font-size: 16px
}

.autoSearchBox .allBrndList li {
    display: flex;
    margin-top: 20px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer
}

.autoSearchBox .allBrndList li:first-child {
    margin-top: 8px
}

.autoSearchBox .allBrndList li:hover {
    color: #5ad235
}

.autoSearchBox .allBrndList li:hover .srchSpt {
    opacity: 1
}

.autoSearchBox .allBrndList .srchSpt {
    opacity: .7
}

.autoSearchBox .fieldInput {
    border: 0;
    background: 0 0
}

.autoSearchBox .searchResult {
    background: #f6f6f6;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    min-width: 100%;
    overflow: hidden;
    padding: 75px 16px 80px
}

.autoSearchBox .no-result {
    background-color: #fff8e1;
    border: 1px dashed #ff00006b;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    margin: 0 6px 15px
}

.autoSearchBox .title {
    font-size: 16px;
    margin: 0 0 20px 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5a5a5
}

.autoSearchBox .srcList {
    flex-wrap: wrap;
    row-gap: 16px;
    align-items: start
}

.autoSearchBox .priceListOff {
    column-gap: 4px
}

.autoSearchBox .srchCrd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    padding: 16px 8px;
    max-width: 100%;
    position: relative;
    min-height: 80px
}

.autoSearchBox .srchCrd:hover {
    -webkit-box-shadow: 0 0 5px rgba(90, 210, 53, .7);
    box-shadow: 0 0 5px rgba(90, 210, 53, .7)
}

.autoSearchBox .srchCrd img {
    flex: 0 0 55px;
    max-width: 55px;
    height: auto;
    max-height: 60px;
    width: auto;
    object-fit: contain
}

.autoSearchBox .badge {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 1px 8px;
    border-radius: 10px 0 0;
    font-size: 10px;
    text-transform: uppercase
}

.autoSearchBox .badge.right {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0
}

.autoSearchBox .srcPrdImg {
    width: 70px;
    height: auto;
    margin-right: 12px
}

.autoSearchBox .crdInfo {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    width: calc(100% - 55px)
}

.autoSearchBox .pdName {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600
}

.autoSearchBox .pdSpec {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.autoSearchBox .specList {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.autoSearchBox .specLabel {
    font-size: 14px;
    min-width: 30px;
    margin-right: 6px;
    flex: 0 0 auto
}

.autoSearchBox .pdSpecOptions {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px
}

.autoSearchBox .specBtn {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 300;
    zoom: .85
}

.autoSearchBox .specBtn span {
    display: none
}

.autoSearchBox .specBtn:hover {
    background-color: #e9e9e9
}

.autoSearchBox .specBtn:last-child {
    margin-right: 0
}

.autoSearchBox .cutPrice {
    font-size: 12px;
    zoom: .85;
    color: #777575;
    text-decoration: line-through
}

.autoSearchBox .icon-rupee {
    font-size: 75%
}

.srchFtrBtn {
    width: 100%;
    height: 57px;
    background: #fff;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 -1px 8px rgba(0, 0, 0, .1)
}

.srchFtrBtn .btn {
    display: flex;
    align-items: center;
    height: 57px;
    padding: 0;
    background: #fff;
    font-size: 16px;
    width: 100%
}

.srchFtrBtn .arrowLeftLine {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 18px;
    transition: all .3s ease-in-out;
    margin-left: auto
}

.allBrand {
    position: relative;
    z-index: 5
}

.allBrand .btnBrnd {
    height: 100%;
    position: relative;
    line-height: 1.1;
    background: #e9e9e9;
    padding: 0 30px 0 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    cursor: pointer;
    white-space: nowrap
}

.allBrand .btnBrnd::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #000;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent
}

.allBrand .brndDropdown {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 46px;
    left: 0;
    width: 232px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 16px
}

.allBrand .brndDropdown.active {
    opacity: 1;
    visibility: visible;
    height: auto
}

.allBrand a {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    column-gap: 10px
}

.allBrand a:first-child {
    margin-top: 0
}

.allBrand a:hover {
    color: #5ad235
}

.srchSpt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/search-catg-v2.svg) no-repeat;
    display: flex;
    zoom: 1.2
}

.srchSpt.es {
    background-position: 0 0;
    width: 24px;
    height: 20px;
    margin: 0 10px 0 6px
}

.srchSpt.rdons {
    background-position: -27px 0;
    width: 22px;
    height: 17px;
    margin: 0 11px 0 7px
}

.srchSpt.e91 {
    background-position: -53px 0;
    width: 23px;
    height: 15px;
    margin: 0 10px 0 7px
}

.srchSpt.ktm {
    background-position: -79px 0;
    width: 28px;
    height: 10px;
    margin: 0 8px 0 4px
}

.srchSpt.bnk {
    background-position: -126px 0;
    width: 20px;
    height: 19px;
    margin: 0 12px 0 8px
}

.srchSpt.wynd {
    background-position: -110px 0;
    width: 13px;
    height: 19px;
    margin: 0 11px 0 9px;
    zoom: 1.45
}

.srchSpt.combo {
    background-position: -151px 0;
    width: 21px;
    height: 16px;
    margin: 0 11px 0 8px
}

.srchSpt.acc {
    background-position: -192px 0;
    width: 17px;
    height: 18px;
    margin: 0 10px 0 8px;
    zoom: 1.4
}

.srchSpt.bckpack {
    background-position: -176px 0;
    width: 13px;
    height: 20px;
    margin: 0 12px 0 9px;
    zoom: 1.4
}

.srchSpt.treadmill {
    background-position: -83px -25px;
    width: 19px;
    height: 19px;
    margin: 0 15px 0 6px
}

#eac-container-provider-remote {
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.srchCollection {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    background: #fff
}

.srchCollection .item {
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f6f6f6;
    margin: 0 0 15px;
    font-weight: 300;
    line-height: 1.1
}

.srchCollection .item.active,
.srchCollection .item:hover {
    background-color: #5ad235;
    color: #fff
}

.srchCollection .item.active .icon-search,
.srchCollection .item:hover .icon-search {
    color: #fff
}

.srchCollection .icon-search {
    position: relative !important;
    margin-right: 6px;
    top: 1px !important;
    left: 0 !important;
    font-size: 90% !important
}

.srchCollection .title {
    margin: 0 0 20px 0
}

.collectionsResult {
    display: flex;
    justify-content: start;
    column-gap: 10px;
    flex-wrap: wrap;
    font-size: 12px
}

.tredingSearch {
    position: relative;
    top: 30px;
    width: 100%;
    background: #fff;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
    opacity: 0;
    display: none;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.tredingSearch::-webkit-scrollbar {
    width: 10px
}

.tredingSearch::-webkit-scrollbar-track {
    background: #e8e8e8;
    margin-top: 0;
    margin-bottom: 0
}

.tredingSearch::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-color: #e8e8e8;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid
}

.tredingSearch::-webkit-scrollbar-thumb:hover {
    background: #5ad235
}

.tredingSearch.active {
    top: 24px;
    display: block;
    opacity: 1
}

.tredingSearch .searchList {
    padding: 15px 15px 10px
}

.tredingSearch .item {
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #f6f6f6;
    margin: 0 5px 15px;
    font-weight: 300;
    color: #000
}

.tredingSearch .item.active,
.tredingSearch .item:hover {
    background-color: #5ad235;
    color: #fff
}

.tredingSearch .item.active .icon-search,
.tredingSearch .item:hover .icon-search {
    color: #fff
}

.tredingSearch .icon-search {
    position: relative !important;
    margin-right: 6px;
    top: 1px !important;
    left: 0 !important;
    font-size: 90% !important
}

.tredingSearch .title {
    font-size: 16px;
    margin: 0 0 12px 6px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5a5a5
}

.tredingSearch.loader {
    z-index: 999;
    min-height: 300px
}

.tredingSearch .loaderWidget {
    position: absolute
}

.arrowLeftLine {
    position: relative;
    top: 17px;
    width: 100%;
    height: 2px;
    background: #111;
    display: block;
    pointer-events: none
}

.arrowLeftLine:after,
.arrowLeftLine:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    background: #111
}

.arrowLeftLine:before {
    top: 4px;
    transform: rotate(45deg)
}

.arrowLeftLine:after {
    top: -4px;
    transform: rotate(-45deg)
}

.crdSrcWrap {
    min-height: 100px
}

.crdSrcWrap.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.crdSrcWrap.row::before {
    display: none
}

.crdSrcWrap.swipeSlider {
    margin-left: -16px;
    margin-right: -16px;
    padding: 6px 16px 20px;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    display: flex !important;
    align-items: center;
    justify-content: flex-start
}

.crdSrcWrap.swipeSlider::-webkit-scrollbar-track {
    background: #eaeaea;
    margin-left: 16px;
    margin-right: 16px
}

.crdSrcWrap.swipeSlider::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.crdSrcWrap.swipeSlider.thinScrollBar::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.crdSrcWrap .col-4 {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.crdSrcWrap .crd {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    padding: 22px 10px 0 !important;
    min-height: 310px !important;
    overflow: hidden;
    min-width: auto
}

.crdSrcWrap .crd .crdPrice {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600
}

.crdSrcWrap .crd .crdPrice .icon-rupee {
    zoom: 1
}

.crdSrcWrap .crd .cutPrice {
    color: #616161;
    font-weight: 400
}

.crdSrcWrap .crd .priceOff {
    color: #5ad235
}

.crdSrcWrap .btnHold {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    margin: 0
}

.crdSrcWrap .btnHold .btn {
    font-size: 12px !important;
    width: 100%;
    border-radius: 0 0 5px 5px !important;
    padding: 8px 16px
}

.crdSrcWrap .btnHold .btn:hover {
    background: #e6c600;
    color: #fff
}

.crdSrcWrap .crdImg {
    margin: 8px -8px !important;
    min-height: 140px !important
}

.crdSrcWrap .crdName {
    zoom: .8;
    min-height: 40px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize !important;
    display: flex;
    justify-content: start;
    text-align: left
}

.crdSrcWrap .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #959595;
    text-transform: none
}

.crdSrcWrap .crdTopSpec {
    column-gap: 12px;
    margin-top: 0
}

.crdSrcWrap .crdTopSpec li {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.crdSrcWrap .crdTopSpec i {
    color: #5ad235;
    font-size: 14px
}

.crdSrcWrap .icon-rupee {
    font-size: 75%
}

.crdSrcWrap .crd .crdPrice,
.crdSrcWrap .crdModelTag,
.crdSrcWrap .crdTopSpec li {
    zoom: .75
}

.crdSrcWrap .crdImg img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    -webkit-object-fit: contain;
    object-position: center;
    height: 100%
}

.crdSrcWrap.swipeSlider .swipeItem {
    flex: 0 0 calc(200px - 8px);
    width: 200px
}

@media only screen and (min-width:1024px) {
    .crdSrcWrap {
        gap: 0 !important;
        row-gap: 16px !important
    }

    .crdSrcWrap .crdName {
        font-size: 18px !important;
        min-height: 50px
    }

    .crdSrcWrap .crdModelTag {
        zoom: .6
    }

    .crdSrcWrap .crd {
        max-width: 240px;
        min-height: 340px !important
    }

    .crdSrcWrap .crd .crdPrice {
        font-size: 16px !important
    }

    .crdSrcWrap .icon-rupee {
        zoom: 1 !important
    }
}

@media only screen and (min-width:1600px) {
    .allBrand .btnBrnd {
        font-size: 14px
    }
}

.arrowLeftLine {
    position: relative;
    top: 17px;
    width: 100%;
    height: 2px;
    background: #111;
    display: block;
    pointer-events: none
}

.arrowLeftLine:after,
.arrowLeftLine:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    background: #111
}

.arrowLeftLine:before {
    top: 4px;
    transform: rotate(45deg)
}

.arrowLeftLine:after {
    top: -4px;
    transform: rotate(-45deg)
}

@media only screen and (min-width:1024px) {
    .autoSearchBox {
        width: 580px;
        margin: 3px 0
    }

    .autoSearchBox .fieldInput {
        width: 100%;
        height: 46px;
        padding: 0 40px 0 16px
    }

    .autoSearchBox .fieldInput:focus,
    .autoSearchBox .fieldInput:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .autoSearchBox .icon-search {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        font-size: 16px;
        z-index: 1;
        pointer-events: none;
        color: #787878
    }

    .autoSearchBox .searchResult {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        background: #fff;
        top: 55px;
        left: auto;
        right: 0;
        width: calc(100% + 136px);
        position: absolute;
        min-width: auto;
        z-index: 5;
        padding: 30px 8px 70px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between
    }

    .autoSearchBox .srcList {
        column-gap: 16px;
        align-items: stretch
    }

    .autoSearchBox .srchCrd {
        max-width: 315px;
        width: 100%
    }

    .autoSearchBox .tredingSearch {
        top: 55px;
        z-index: 101
    }

    .tredingSearch {
        position: absolute;
        right: 0;
        font-size: 14px;
        max-height: 400px;
        overflow-y: auto;
        width: calc(100% + 136px)
    }

    .tredingSearch .title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .tredingSearch .item {
        padding: 8px 10px
    }

    .tredingSearch.loader {
        min-height: 400px
    }

    .srchWrap {
        max-width: 420px;
        width: 100%;
        position: relative;
        background: #f5f5f5;
        border-radius: 0 12px 12px 0;
        -webkit-border-radius: 0 12px 12px 0
    }

    .srchWrap>.icon-search {
        width: 40px;
        height: 100%;
        line-height: 46px;
        cursor: pointer;
        text-align: center
    }

    .srchFtrBtn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn:hover .arrowLeftLine {
        right: -5px
    }

    .srchFtrBtn .arrowLeftLine {
        margin-left: 8px
    }

    .srchCollection {
        padding-right: 10px;
        font-size: 13px;
        width: 160px;
        border-right: 1px solid #dedede;
        margin-bottom: 0;
        padding-bottom: 12px
    }

    .srchCollection .item:last-child {
        margin-bottom: 0
    }

    .srchProd {
        flex: 0 0 calc(100% - 165px);
        max-width: calc(100% - 165px);
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        padding: 5px 5px 5px 10px
    }

    .srchProd::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-bottom: 16px
    }

    .srchProd::-webkit-scrollbar-track {
        background: #eaeaea;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .srchProd .title {
        padding-left: 0
    }

    ::placeholder {
        color: #787878
    }

    :-ms-input-placeholder {
        color: #787878
    }

    ::-ms-input-placeholder {
        color: #787878
    }

    .easy-autocomplete-container {
        z-index: 102
    }

    .easy-autocomplete-container>ul {
        max-height: 400px;
        overflow-y: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar {
        width: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-track {
        background: #e8e8e8
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-color: #e8e8e8;
        border-left-width: 2px;
        border-right-width: 2px;
        border-style: solid
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .easy-autocomplete-container ul .eac-category,
    .easy-autocomplete-container ul li {
        padding: 0;
        border: 0
    }

    #hamburgerMenu2 {
        height: 39px;
        width: 31px;
        padding: 17px 0 17px 10px;
        margin-left: 11px
    }
}

@media only screen and (min-width:1360px) {
    .autoSearchBox {
        width: 680px
    }

    .autoSearchBox .srchCrd {
        max-width: 220px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 40px;
        max-width: 40px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 40px)
    }

    .autoSearchBox .specLabel {
        font-size: 10px
    }

    .autoSearchBox .specBtn {
        padding: 2px 3px;
        font-size: 9px
    }

    .srchWrap {
        max-width: 540px
    }
}

@media only screen and (min-width:1600px) {
    .autoSearchBox {
        width: 835px
    }

    .autoSearchBox .pdName {
        font-size: 14px
    }

    .autoSearchBox .searchResult,
    .autoSearchBox .tredingSearch {
        width: calc(100% + 150px)
    }

    .autoSearchBox .searchResult {
        padding: 30px 8px 70px 24px
    }

    .autoSearchBox .srchCrd {
        max-width: 285px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 55px;
        max-width: 55px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 55px)
    }

    .autoSearchBox .specLabel {
        font-size: 14px
    }

    .autoSearchBox .specBtn {
        padding: 2px 5px;
        font-size: 12px
    }

    .srchWrap {
        max-width: 680px
    }

    .collectionsResult {
        font-size: 14px
    }

    .srchCollection {
        width: 175px
    }

    .srchProd {
        flex: 0 0 calc(100% - 185px);
        max-width: calc(100% - 185px)
    }
}

@media only screen and (min-width:1900px) {
    .autoSearchBox {
        width: 870px
    }
}

@media only screen and (min-width:1024px) {

    .container-fluid,
    .webContainer {
        max-width: 1600px
    }

    #headerWap {
        display: none
    }

    #headerWeb {
        display: block
    }

    #header-main {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        min-height: 68px;
        width: 100%;
        z-index: 100;
        background: #fff;
        -webkit-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .16)
    }

    #header-main.scroll-down {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    #header-main.scroll-up {
        position: fixed;
        background: rgba(255, 255, 255, .9);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        z-index: 100;
        top: 0;
        background: rgba(255, 255, 255, .9);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: headerUp;
        animation-name: headerUp
    }

    #header-main .webContainer {
        max-width: 100%
    }

    #header-main .logo {
        max-width: 260px;
        margin-left: 8px
    }

    #header-main .logo img {
        width: 100%;
        display: flex;
        height: auto
    }

    #header-main .ebikeLogo img {
        max-width: 90px
    }

    #header-main .rideonsLogo img {
        max-width: 200px
    }

    #header-main .treadmillLogo img {
        max-width: 132px
    }

    #header-main .navLinkAni {
        position: relative;
        cursor: pointer
    }

    #header-main .navLinkAni:after {
        display: block;
        content: '';
        margin: 0 8px;
        border-bottom: solid 3px #959595;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out
    }

    #header-main .navLinkAni>* {
        cursor: pointer
    }

    #header-main .navLinkAni:hover:after {
        transform: scaleX(1)
    }

    #header-main .navLinkAni .icon-arrow {
        font-size: 12px;
        padding-left: 5px;
        line-height: 1px
    }

    #header-main .navLinkAni .icon-search,
    #header-main .navLinkAni .navlink,
    #header-main .navLinkAni a {
        padding: 8px;
        display: block
    }

    #header-main .navLinkAni a.icon-ktm {
        color: #ef5713;
        font-size: 13px
    }

    #header-main .navLinkAni a.icon-mountains {
        font-size: 22px
    }

    #header-main #eac-container-provider-remote ul li>div {
        padding: 8px 20px
    }

    #header-main .iconCart {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: .8;
        display: flex
    }

    #header-main .cart .addcartNumber {
        position: absolute;
        top: 0;
        left: 9px;
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        font-family: 'DM Sans' !important;
        color: #000;
        font-weight: 600
    }

    #header-main .cart .addcartNumber.active {
        color: #28ad00
    }

    #header-main .cart span {
        display: block
    }

    #header-main .cart a {
        margin-right: 4px
    }

    #header-main .autoSearchBox {
        width: 480px
    }

    #header-main .autoSearchBox .srchWrap {
        max-width: 100%
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 700px
    }

    .offerActive+.main {
        padding-top: 100px
    }

    .offerActive.headerCateg+.main {
        padding-top: 152px
    }

    .main {
        padding-top: 68px
    }

    .offerHead {
        position: relative;
        left: 0;
        top: 0;
        font-size: 14px;
        padding: 0 16px;
        z-index: 100;
        height: 0;
        overflow: hidden
    }

    .offerHead.active {
        -webkit-transition: top .3s ease-in-out;
        -o-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
        top: 0;
        height: 32px;
        padding: 5px 16px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .offerHead .codeTag {
        padding: 3px 5px 2px
    }

    .offerHead .closeIcon {
        right: 29px;
        top: 5px
    }

    .offerHeadCont {
        justify-content: center;
        zoom: 1
    }

    .srchOverlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 0;
        background: rgba(17, 17, 17, .5);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        z-index: 99
    }

    .srchOverlay.active {
        height: 100vh;
        opacity: 1;
        visibility: visible
    }

    .topHeader {
        min-height: 54px;
        text-align: right;
        justify-content: end;
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .topHeader .srcRight {
        justify-content: flex-end
    }

    .topHeader a {
        color: #000
    }

    .topHeader .hamburgeIcon {
        width: 6px;
        height: 6px;
        background: #959595;
        margin-left: 6px;
        padding: 0
    }

    .topHeader .hamburgeIcon:after,
    .topHeader .hamburgeIcon:before {
        content: "";
        position: absolute;
        top: 0;
        width: 6px;
        height: 6px;
        background: #959595;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .topHeader .hamburgeIcon:before {
        left: -9px
    }

    .topHeader .hamburgeIcon:after {
        right: -9px
    }

    .headTopLink {
        white-space: nowrap;
        padding-left: 24px
    }

    .headTopLink li {
        font-size: 14px;
        margin-left: 24px;
        cursor: pointer;
        text-align: left
    }

    .headTopLink li:hover {
        color: #5ad235;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .headTopLink li:hover>* {
        color: #5ad235
    }

    .headTopLink li:hover .hamburgeIcon,
    .headTopLink li:hover .hamburgeIcon:after,
    .headTopLink li:hover .hamburgeIcon:before {
        background: #5ad235
    }

    .headTopLink .icon-img {
        width: 15px;
        opacity: .7
    }

    .headTopLink .icon-img,
    .headTopLink .iconHolder {
        margin-right: 4px
    }

    .logoItem {
        min-height: 36px;
        align-items: center;
        max-width: 290px;
        flex: 0 0 290px;
        margin-right: auto;
        column-gap: 8px
    }

    #navBody .nav-list.navFirst li {
        font-size: 16px
    }

    #navBody .nav-list li .navTitle,
    #navBody .nav-list li a {
        font-size: 18px
    }

    #navBody .navSubTitle {
        font-size: 16px
    }

    #navBody .subNav li a {
        font-size: 16px
    }

    .navCatgWrap {
        background: #111;
        min-height: 52px
    }

    .navCatgWrap .webContainer {
        padding: 0 16px !important
    }

    .navCatg {
        display: flex;
        column-gap: 5px;
        font-size: 12px
    }

    .navCatg li:first-child {
        margin-left: -10px
    }

    .navCatg a {
        color: #fff;
        height: 52px;
        display: flex;
        align-items: center;
        column-gap: 3px;
        transition: 1s all ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        padding: 4px 3px
    }

    .navCatg a::before {
        background: #292929;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transition: all .6s ease;
        width: 120%;
        height: 0%;
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .navCatg a:hover {
        color: #5ad235
    }

    .navCatg a:hover::before {
        height: 480%
    }

    .navOfferBtn {
        margin-left: auto;
        font-weight: 700
    }

    .navOfferBtn a {
        padding: 0 18px;
        background: #000;
        background: -moz-linear-gradient(0deg, #222 0, #292929 100%);
        background: -webkit-linear-gradient(0deg, #222 0, #292929 100%);
        background: linear-gradient(0deg, #222 0, #292929 100%)
    }

    .navOfferBtn a:hover {
        color: #fff
    }

    .navOfferBtn a:hover:before {
        background: #1464b2
    }

    .catgSpWeb {
        background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/catgSpWeb_v2.webp) no-repeat;
        width: 32px;
        height: 32px
    }

    .iconMen {
        background-position: 2px -1px
    }

    .iconWomen {
        background-position: -29px -1px
    }

    .iconKids {
        background-position: -60px -2px
    }

    .iconMtb {
        background-position: -91px -3px
    }

    .iconHbb {
        background-position: -122px -1px
    }

    .iconEbike {
        background-position: -153px -4px
    }

    .iconFtb {
        background-position: -185px -5px
    }

    .iconMS {
        background-position: -219px -5px;
        width: 33px
    }

    .iconSS {
        background-position: -253px -5px;
        width: 36px
    }

    .iconOffer {
        background-position: -292px -2px;
        width: 34px
    }

    .iconCombo {
        background-position: -330px -2px;
        width: 32px
    }
}

@media only screen and (min-width:1260px) {
    #header-main .autoSearchBox {
        width: 540px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 860px
    }
}

@media only screen and (min-width:1360px) {
    #header-main .autoSearchBox {
        width: 480px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 670px
    }
}

@media only screen and (min-width:1440px) {
    #header-main .autoSearchBox {
        width: 540px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 880px
    }

    #header-main .autoSearchBox .srchCrd {
        max-width: 320px
    }
}

@media only screen and (min-width:1600px) {
    .webContainer {
        padding: 0 40px
    }

    #header-main .autoSearchBox {
        width: 650px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 910px
    }

    .topHeader .webContainer {
        padding-left: 40px !important;
        padding-right: 40px !important
    }

    .headTopLink li {
        font-size: 16px
    }

    .navCatg {
        column-gap: 6px;
        font-size: 14px
    }

    .navCatg a {
        column-gap: 4px;
        z-index: 1;
        padding: 4px 5px
    }

    .navCatgWrap {
        background: #111;
        min-height: 52px
    }

    .navCatgWrap .webContainer {
        padding: 0 40px !important
    }

    .autoSearchBox .pdName,
    .autoSearchBox .srchCrd .prMain,
    .priceListOff .priceOff {
        font-weight: 600
    }
}

@media only screen and (min-width:1900px) {
    #header-main .autoSearchBox {
        width: 950px
    }

    #header-main .autoSearchBox .searchResult,
    #header-main .autoSearchBox .tredingSearch {
        width: 950px
    }

    .navCatg {
        column-gap: 8px
    }

    .navCatg a {
        column-gap: 6px;
        z-index: 1;
        padding: 4px 10px
    }
}

@-webkit-keyframes headerUp {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes headerUp {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bnkSprtFtr {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/bankSpriteFtr.webp) no-repeat;
    display: flex;
    zoom: .8;
    height: 24px
}

.masterFtr,
.paytmFtr,
.phonePeFtr {
    zoom: 1
}

.hdfcFtr {
    width: 140px;
    background-position: 0 0
}

.visaFtr {
    width: 74px;
    background-position: -148px 0
}

.masterFtr {
    width: 50px;
    height: 30px;
    background-position: -228px 0
}

.upiFtr {
    width: 89px;
    background-position: 0 -35px
}

.phonePeFtr {
    width: 104px;
    height: 29px;
    background-position: -94px -34px
}

.paytmFtr {
    width: 74px;
    background-position: -206px -35px
}

.snapmintFtr {
    width: 108px;
    height: 29px;
    background-position: 0 -68px;
    zoom: .9
}

.bajajFtr {
    width: 88px;
    background-position: -112px -69px
}

.payuFtr {
    width: 56px;
    height: 28px;
    background-position: -287px -35px
}

.razorpayFtr {
    width: 143px;
    height: 29px;
    background-position: 1px -100px
}

.payFtr {
    width: 140px;
    height: 29px;
    background-position: -204px -67px
}

.ninetypayFtr {
    width: 60px;
    height: 32px;
    background-position: -284px 0
}

.bgGrid {
    background-color: #f1ffe9;
    background-image: repeating-linear-gradient(45deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(135deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(90deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), repeating-linear-gradient(0deg, rgba(166, 166, 166, .05) 0, rgba(166, 166, 166, .05) 1px, transparent 1px, transparent 11px, rgba(166, 166, 166, .05) 11px, rgba(166, 166, 166, .05) 12px, transparent 12px, transparent 32px), linear-gradient(90deg, #f1ffe9, #fff2f2) !important
}

.headCagWrap .headerBrand {
    background: #fff;
    align-items: start;
    row-gap: 16px
}

.headCagWrap .headerBrand a {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
    padding: 0;
    max-width: 95px;
    margin: 0 auto;
    transition: all .3s ease-in-out
}

.headCagWrap .headerBrand .imgWrap {
    box-shadow: inset 0 0 16px #e9e9e9;
    margin-bottom: 6px;
    padding: 8px
}

.headCagWrap .headerBrand h2 {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.headCagWrap .headerBrand .item {
    padding: 0 4px
}

.headerBrand {
    min-width: 100%;
    flex-wrap: wrap;
    row-gap: 12px
}

.headerBrand .item {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    align-items: center;
    padding: 4px
}

.headerBrand a {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    max-width: 125px;
    padding: 6px 8px 0;
    overflow: hidden
}

.headerBrand .imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px
}

.headerBrand img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: contain;
    mix-blend-mode: darken;
    object-position: center;
    height: 100%
}

.headerBrand h2 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    margin: 4px -8px 0;
    padding: 7px 4px
}

.catgSprt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/category_spr3.webp) no-repeat;
    width: 124px;
    height: 84px;
    zoom: .63
}

.catgSprt.cycle {
    background-position: -5px -2px;
    width: 113px
}

.catgSprt.ecycle {
    background-position: -120px -3px
}

.catgSprt.treadmill {
    background-position: -244px -1px;
    width: 95px
}

.catgSprt.escooter {
    background-position: -341px 0
}

.catgSprt.access {
    background-position: -469px -2px;
    width: 108px
}

.catgSprt.rideons {
    background-position: -581px -1px
}

.catgSprt.discover {
    background-position: -712px 0;
    width: 70px;
    height: 86px
}

.catgSprt.cycleV2 {
    background-position: -144px -99px;
    width: 64px;
    height: 44px
}

.catgSprt.ecycleV2 {
    background-position: -3px -93px;
    width: 40px;
    height: 57px
}

.catgSprt.treadmillV2 {
    background-position: -87px -92px;
    width: 53px;
    height: 56px
}

.catgSprt.escooterV2 {
    background-position: -48px -91px;
    width: 33px;
    height: 58px
}

.catgSprt.rideonsV2 {
    background-position: -211px -93px;
    width: 55px;
    height: 55px
}

.catgSprt.ellipticalsV2 {
    background-position: -273px -91px;
    width: 43px;
    height: 58px
}

.catgSprt.spinbikeV2 {
    background-position: -323px -91px;
    width: 56px;
    height: 59px
}

@media only screen and (min-width:768px) {
    .headerBrand .item {
        flex: 0 0 16.667%;
        max-width: 16.667%
    }
}

.tooltipCont {
    position: relative;
    cursor: pointer
}

.tooltipBox2 {
    position: absolute;
    bottom: 120%;
    padding: 20px !important;
    background: #fff !important;
    box-shadow: 0 0 8px rgba(90, 210, 53, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
    z-index: 10;
    width: auto !important
}

.tooltipBox2.right {
    right: 0
}

.tooltipBox2.right::after {
    right: 20px
}

.tooltipBox2.left {
    left: 0
}

.tooltipBox2.left::after {
    left: 20px
}

.tooltipBox2::after {
    content: "";
    position: absolute;
    bottom: -6px;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #fff;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent
}

.tooltipBox2 .visitText {
    background: 0 0 !important;
    color: #000;
    font-size: 18px;
    padding: 0 !important;
    min-height: auto !important;
    font-weight: 700
}

.tooltipBox2 .btn {
    padding: 4px 8px !important;
    font-size: 14px;
    background: 0 0 !important;
    color: #000 !important;
    min-height: auto !important;
    justify-content: space-between !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important
}

.tooltipBox2 .btn:hover {
    box-shadow: 0 0 6px 0 rgba(90, 210, 53, .5) !important;
    color: #5ad235 !important
}

.tooltipBox2 .catgSprt {
    zoom: .45;
    margin-left: 24px
}

.tooltipBox2.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.footer {
    background: #000;
    color: #bdb9bf;
    border-radius: 0;
    padding-top: 40px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer.ftrBottom {
    padding-bottom: 95px
}

.footer .ftrFluid::before {
    display: none
}

.footer .row::before {
    display: none
}

.footer .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.footer .no-gutters>.col,
.footer .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.footer .ftrCrd,
.footer .no-gutters>.ftrCrd {
    padding: 16px
}

.footer .no-gutters>.ftrLogo {
    padding: 20px 0 8px
}

.footer .no-gutters>.ftrLogo .cNav {
    padding: 12px 32px 12px 16px
}

.footer .collapsFtr>li,
.footer .ftrCrd {
    background: #1e1e1e;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.footer h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #fff
}

.footer .ftrPayOption {
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    flex-direction: row
}

.footer .ftrPayOption li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343434;
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
    height: 48px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px;
    line-height: 1
}

.footer .ninetypay {
    align-self: center
}

.footer .hdfc-full {
    zoom: .8
}

.footer .ninetypay,
.footer .visa {
    zoom: 1.4
}

.footer .mastercard {
    zoom: 1.3
}

.footer .paytm,
.footer .snapmint {
    zoom: 1.2
}

.footer .appMarketing {
    column-gap: 16px;
    margin-top: 12px;
    justify-content: flex-start
}

.footer .appMarketing li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(190px - 8px)
}

.footer .appMarketing a,
.footer .appMarketing div {
    min-height: 50px;
    padding: 12px 4px;
    justify-content: center;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%
}

.footer .copywrite,
.footer a {
    color: #bdb9bf
}

.footer .copywrite {
    text-align: center;
    padding: 16px;
    font-size: 12px
}

.footer .tooltip .tooltiptext {
    width: 215px;
    background: #fff;
    transform: translateX(-3%) translateY(-50%);
    box-shadow: 0 0 20px rgba(90, 210, 53, .2);
    text-align: left;
    padding: 16px;
    flex-direction: column;
    row-gap: 8px;
    bottom: 5px;
    align-items: baseline
}

.footer .tooltip .tooltiptext:after {
    bottom: -16px;
    right: 85%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-bottom-color: #fff
}

.footer .tooltip .tooltiptext.right {
    left: -68px
}

.footer .tooltip .tooltiptext.right:after {
    bottom: -16px;
    right: 5%
}

.footer .tooltip a {
    background: 0 0;
    height: auto;
    color: #000;
    padding: 0;
    text-align: left;
    min-height: auto;
    justify-content: start;
    font-style: normal;
    cursor: pointer
}

.footer .tooltip a:hover {
    margin-top: 0;
    box-shadow: none
}

.footer .tooltip svg path {
    fill: #000
}

.appMarketing,
.appMarketing a,
.ftrSprite,
.sSprite,
.socialFtr {
    display: flex;
    align-items: center
}

.collapsFtr {
    width: 100%
}

.collapsFtr>li {
    width: 100%
}

.cNav {
    background: 0 0;
    cursor: pointer;
    padding: 16px 32px 16px 16px;
    position: relative
}

.cNav::after,
.cNav:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    background: #fff;
    width: 10px;
    height: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.cNav::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cNav.active {
    color: #fff
}

.cNav.active::after,
.cNav.active:before {
    background: #5ad235
}

.cNav.active::after {
    margin-top: 10px;
    opacity: 0;
    visibility: hidden
}

.cNav.active+.cPanel {
    padding-bottom: 16px
}

.cPanel {
    padding: 0 16px;
    overflow: hidden;
    max-height: 0;
    font-size: 14px;
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    justify-content: left !important;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.cPanel a {
    display: block;
    font-weight: 400
}

.cPanel li {
    width: 100%
}

.socialFtr {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 4px;
    margin-top: 12px
}

.socialFtr a {
    background: #292929;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 4px
}

.socialFtr .sSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/social-media-sprite1.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center
}

.socialFtr .linkedin {
    background-position: 0 0
}

.socialFtr .youtube {
    background-position: -32px 0
}

.socialFtr .facebook {
    background-position: -64px 0
}

.socialFtr .twitter {
    background-position: -96px 0
}

.socialFtr .instagram {
    background-position: -128px 0
}

.socialFtr .pinterest {
    background-position: -160px 0
}

.socialFtr .threads {
    background-position: -192px 0
}

.ftrSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/ftr_sprite.webp) no-repeat;
    position: relative;
    zoom: .9;
    justify-content: center
}

.ftrSprite.adroid {
    background-position: 0 0;
    width: 134px;
    height: 34px
}

.ftrSprite.ios {
    background-position: -140px 0;
    width: 112px;
    height: 33px
}

.ftrSprite.amazon {
    background-position: 2px -44px;
    width: 95px;
    height: 30px
}

.ftrSprite.flipkart {
    background-position: -106px -44px;
    width: 108px;
    height: 30px
}

@media only screen and (min-width:1024px) {
    .container-fluid.ftrFluid {
        max-width: 100%;
        padding: 0 40px
    }

    hr {
        border: none;
        background: rgba(255, 255, 255, .15);
        height: 1px;
        margin: 35px 0
    }

    .footer {
        background: linear-gradient(300deg, #000 60%, #383838 100%);
        color: #bdb9bf;
        border-radius: 0
    }

    .footer .ftrCrd,
    .footer .ftrLogo {
        border-radius: 16px;
        -webkit-border-radius: 16px
    }

    .footer .ftrLogo {
        height: 100%;
        row-gap: 16px;
        padding: 16px
    }

    .footer .ftrPayOption {
        column-gap: 16px;
        row-gap: 16px;
        flex-wrap: wrap
    }

    .footer .ftrPayOption li {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(35, 35, 35, .9);
        flex: 0 0 calc(33.33% - 12px);
        min-width: calc(33.33% - 12px);
        height: 48px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 4px
    }

    .footer h4 {
        font-size: 18px;
        margin-bottom: 14px;
        font-weight: 700;
        color: #fff
    }

    .footer .categList {
        row-gap: 14px;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
        font-size: 16px
    }

    .footer .categList+h4 {
        margin-top: 30px
    }

    .footer .categList a {
        font-weight: 400
    }

    .footer .categList a:hover {
        margin-left: 4px
    }

    .footer>.clearfix:before {
        display: none
    }

    .footer a {
        transition: all .2s ease-in-out
    }

    .footer a:hover {
        color: #5ad235
    }

    .footer .ftrMid {
        margin-top: 50px;
        padding: 18px 40px
    }

    .footer .ftrMid a:hover {
        margin-top: -2px;
        -webkit-box-shadow: 0 0 12px rgba(90, 210, 53, .3);
        box-shadow: 0 0 12px rgba(90, 210, 53, .3)
    }

    .footer .ninetypay {
        align-self: center
    }

    .footer .ninetypay,
    .footer .visa {
        zoom: 1.4
    }

    .footer .bajaj-full,
    .footer .mastercard,
    .footer .pay,
    .footer .payu,
    .footer .razorpay {
        zoom: 1.3
    }

    .footer .paytm,
    .footer .snapmint {
        zoom: 1.2
    }

    .footer .copywrite {
        padding: 28px 0;
        font-size: 16px
    }

    .tooltipBox2 {
        min-width: 250px;
        padding: 24px !important
    }

    .tooltipBox2 .btn {
        padding: 11px 20px !important;
        font-size: 18px
    }

    .tooltipBox2 .btn:hover {
        margin-top: 0 !important
    }

    .tooltipBox2 .catgSprt {
        zoom: .6
    }

    .tooltipBox2 .visitText {
        font-size: 22px
    }

    .socialFtr .sSprite {
        zoom: 1.3
    }
}

@media only screen and (min-width:1360px) {
    .socialFtr {
        justify-content: space-between
    }
}

.accordion {
    background: #fff;
    cursor: pointer;
    padding: 18px
}

.accordion::after {
    content: "";
    float: right;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    padding: 4px;
    margin: 3px 2px 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.accordion.active {
    background-color: #f5f5f5;
    color: #fff
}

.accordion.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 8px;
    border-color: #5ad235
}

.accordionPanel {
    padding: 0 32px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.secTitle,
h1,
h2 {
    font-size: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    position: relative
}

.secTitle span,
h1 span,
h2 span {
    color: #5ad235
}

h1,
h2 {
    margin-bottom: 8px
}

.secTitle {
    margin-bottom: 20px
}

h2+p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px
}

.section {
    padding: 36px 0
}

.section:nth-child(odd) {
    background: #f6f6f6
}

.secLine {
    height: 3px;
    width: 50px;
    margin-bottom: 5px;
    background: #000;
    background: -moz-linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%);
    background: -webkit-linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%);
    background: linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, #5ad235 36%)
}

.bank-icons-sprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/sprite/bank_icon_sprite_8.webp) no-repeat;
    line-height: 0;
    display: inline-block;
    vertical-align: middle
}

.bajaj {
    width: 14px;
    height: 14px;
    background-position: -489px -74px
}

.bajaj-full {
    width: 81px;
    height: 24px;
    background-position: 0 -147px !important
}

.hdfc,
.hdfc-dc {
    width: 18px;
    height: 17px;
    background-position: -1px -101px
}

.hdfc-full {
    width: 146px;
    height: 28px;
    background-position: -126px -35px !important
}

.kkbk {
    width: 26px;
    height: 23px;
    background-position: -264px -8px
}

.kkbk-full {
    width: 86px;
    height: 24px;
    background-position: -263px -7px !important
}

.utib {
    width: 27px;
    height: 23px;
    background-position: -432px -9px
}

.indb {
    width: 18px;
    height: 18px;
    background-position: -23px -100px
}

.ratn {
    width: 17px;
    height: 19px;
    background-position: -46px -100px
}

.scbl {
    width: 17px;
    height: 26px;
    background-position: -407px -6px
}

.scbl-full {
    width: 72px;
    height: 29px;
    background-position: -354px -5px !important
}

.barb {
    width: 22px;
    height: 17px;
    background-position: -62px -101px
}

.icic {
    width: 18px;
    height: 17px;
    background-position: -104px -101px
}

.icic-full {
    width: 110px;
    height: 24px;
    background-position: -2px -67px !important
}

.yesb {
    width: 13px;
    height: 17px;
    background-position: -87px -101px
}

.citi {
    width: 26px;
    height: 17px;
    background-position: -125px -101px
}

.amex {
    width: 41px;
    height: 29px;
    background-position: -236px -65px
}

.razorpay {
    width: 96px;
    height: 21px;
    background-position: -388px -70px
}

.paytm {
    width: 42px;
    height: 14px;
    background-position: -519px -46px
}

.gPay {
    width: 67px;
    height: 27px;
    background-position: -1px -2px
}

.phonePe {
    width: 27px;
    height: 27px;
    background-position: -156px -2px
}

.phonePe-full {
    width: 98px;
    height: 27px;
    background-position: -156px -2px
}

.payu {
    width: 54px;
    height: 23px;
    background-position: -207px -99px
}

.split {
    width: 16px;
    height: 17px;
    background-position: -157px -102px
}

.cards {
    background-position: -285px -100px;
    width: 24px;
    height: 17px
}

.emi {
    background-position: -316px -99px;
    width: 27px;
    height: 19px
}

.net-banking {
    background-position: -348px -99px;
    width: 19px;
    height: 19px
}

.wallets {
    background-position: -376px -99px;
    width: 21px;
    height: 18px
}

.upi {
    background-position: -405px -100px;
    width: 12px;
    height: 18px
}

.upi-full {
    background-position: -533px -11px;
    width: 70px;
    height: 20px
}

.sbi,
.sbin {
    background-position: -281px -37px;
    width: 23px;
    height: 23px
}

.sbi-full {
    background-position: -281px -37px;
    width: 64px;
    height: 23px
}

.capital-flot {
    background-position: -422px -100px;
    width: 14px;
    height: 18px
}

.capital-flot-full {
    width: 67px;
    height: 22px;
    background-position: -419px -98px !important
}

.cash {
    background-position: -176px -100px;
    width: 28px;
    height: 21px
}

.walnut {
    background-position: -488px -100px;
    width: 18px;
    height: 18px
}

.walnut-full {
    background-position: -512px -101px !important;
    width: 54px;
    height: 14px
}

.bob-full {
    background-position: -1px -121px !important;
    width: 112px;
    height: 25px
}

.zest-full {
    background-position: -120px -121px !important;
    width: 75px;
    height: 25px
}

.zest {
    background-position: -120px -121px;
    width: 23px;
    height: 25px
}

.mobikwik {
    background-position: -197px -125px;
    width: 72px;
    height: 17px
}

.hsbc {
    background-position: -310px -125px;
    width: 33px;
    height: 17px
}

.onecard {
    background-position: -275px -125px;
    width: 11px;
    height: 11px
}

.snapmint {
    background-position: -493px -121px !important;
    width: 94px;
    height: 28px
}

.visa {
    background-position: -55px -42px;
    width: 41px;
    height: 14px
}

.mastercard {
    background-position: -2px -41px;
    width: 25px;
    height: 15px
}

.ruPay {
    background-position: -357px -45px;
    width: 57px;
    height: 16px
}

.ninetypay {
    background-position: -461px -125px !important;
    width: 30px;
    height: 18px;
    flex-shrink: 0;
    align-self: baseline
}

.pay {
    width: 23px;
    height: 21px;
    background-position: -178px -100px
}

.crd {
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.crd.noP {
    padding: 0 !important
}

.crd.aniImg {
    display: block
}

.crd.noSd {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crd .crdCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    padding: 8px;
    color: #fff
}

.crd img {
    min-width: 100%
}

.crd .imgAuto {
    max-width: 100%;
    min-width: auto;
    width: auto
}

.watchShopLoad .crdCaption {
    pointer-events: none
}

.offerBtnHold .crd .btn {
    width: auto;
    min-width: 160px;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.offerBtnHold .crdFtr {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    justify-content: center
}

.logo91Tag {
    position: absolute;
    left: 18px;
    top: 0;
    min-width: auto !important
}

.crdList {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    min-height: 160px;
    padding: 16px 8px;
    text-align: center;
    justify-content: space-between
}

.crdList .sprite {
    zoom: 1.3
}

.crdList .iconBg {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/iconOverlay.svg) no-repeat center center;
    background-size: 94%;
    width: 120px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: -2px center
}

.crdList .icon {
    height: 52px;
    width: 52px
}

.crdList .info {
    min-height: 60px
}

.crdList h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.crdList p {
    line-height: 1.2;
    color: #696969
}

.crdBlog .crd {
    flex: 0 0 100%;
    max-width: 400px;
    padding: 0 0 56px 0;
    min-height: 390px !important
}

.crdBlog .crd .btnShare {
    width: auto;
    min-width: 50px;
    height: 42px;
    border-radius: 8px 0 8px;
    -webkit-border-radius: 8px 0 8px;
    display: flex;
    align-items: center
}

.crdBlog .blogImg {
    display: flex;
    height: 182px;
    overflow: hidden;
    position: relative
}

.crdBlog .blogImg .img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 100%
}

.crdBlog .crdCont {
    padding: 0 12px;
    margin-top: 20px;
    min-height: 193px
}

.crdBlog .crdTitle {
    margin-bottom: 16px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.2
}

.crdBlog .crdTitle h3 {
    font-size: 16px
}

.crdBlog time {
    font-size: 12px;
    font-weight: 600;
    color: #696969
}

.crdBlog .readMore {
    color: #5ad235;
    padding: 8px;
    font-size: 14px;
    align-items: center
}

.crdBlog .crdHeading {
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
    height: 4.5em;
    margin-top: 8px;
    font-size: 14px;
    display: block
}

.crdBlog .crdFtr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.whyChooseCard h3 {
    font-size: 12px
}

.whyChooseCard .crdList {
    min-height: 216px;
    justify-content: start
}

.whyChooseCard .crdList p {
    zoom: .85
}

.aniImg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    pointer-events: none
}

.aniImg:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.aniImg:hover .img {
    transform: scale(1.3)
}

.aniImg .img {
    -webkit-transition: all .7s cubic-bezier(.79, .33, .14, .53);
    transition: all .7s cubic-bezier(.79, .33, .14, .53)
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@media only screen and (min-width:360px) {
    .whyChooseCard .crdList {
        min-height: 220px
    }

    .whyChooseCard .crdList p {
        zoom: 1
    }
}

@media only screen and (min-width:390px) {
    .whyChooseCard .crdList {
        min-height: 220px
    }
}

@media only screen and (min-width:769px) {
    .whyChooseCard .crdList {
        min-height: 160px
    }
}

@media only screen and (min-width:1024px) {
    .crdBlog .crd {
        max-width: 100%;
        min-height: 500px !important
    }

    .crdBlog .crdTitle h3 {
        font-size: 18px
    }

    .crdBlog time {
        font-size: 16px
    }

    .crdBlog .crdCont {
        padding: 0 16px;
        min-height: 180px;
        margin-top: 24px
    }

    .crdBlog .crdHeading {
        font-size: 16px
    }

    .crdBlog .readMore {
        font-size: 18px
    }

    .crdBlog .crdFtr {
        padding-left: 8px
    }

    .crdBlog .blogImg {
        height: 260px
    }
}

@media only screen and (min-width:1280px) {
    .crdBlog .crd {
        min-height: 470px !important
    }

    .crdBlog .blogImg {
        height: 216px
    }
}

@media only screen and (min-width:1360px) {
    .crdBlog .blogImg {
        height: 225px
    }
}

@media only screen and (min-width:1600px) {
    .crdBlog .crd {
        min-height: 515px !important
    }

    .crdBlog .blogImg {
        height: 273px
    }
}

.cardListWidget {
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    font-size: 12px
}

.cardListWidget .imgThumb {
    width: 60px;
    height: 40px;
    padding-right: 5px
}

.cardListWidget .imgThumb img {
    width: 100%
}

.cardListWidget .name {
    font-size: 13px;
    font-weight: 600
}

.cardListWidget .name span {
    font-size: 12px
}

.cardListWidget .text {
    font-size: 12px;
    line-height: 1;
    padding: 4px 0 2px
}

.cardListWidget .text i {
    font-size: 60%;
    vertical-align: 1px
}

.cardListWidget .price {
    font-weight: 600;
    color: #5ad235;
    padding-top: 2px;
    font-size: 12px
}

.cardListWidget .price .icon-rupee {
    font-size: 12px;
    font-weight: 700
}

.cardListWidget .countHandler {
    width: 70px
}

.cardListWidget .cutPrice {
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
    color: #616161;
    position: relative
}

.cardListWidget .cutPrice:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    display: block;
    height: .5px;
    width: 100%
}

.cardListWidget .cutPrice i {
    font-size: 100%;
    font-weight: 700;
    margin-right: 3px;
    zoom: .75
}

.cardListWidget .cares-head {
    background: #fff;
    float: right
}

.cardListWidget .cares-head .cares-btn {
    width: max-content;
    padding: 0 4px 1px;
    border-radius: 6px;
    border-color: #dfdfdf;
    min-height: 26px
}

.cardListWidget .cares-head .cares-btn .icon-rupee {
    font-size: 100%;
    zoom: .8;
    font-weight: 600
}

.cardListWidget .cares-head .customCheckbox {
    padding-left: 23px
}

.cardListWidget .cares-head h4 {
    font-size: 12px;
    width: 41px;
    line-height: 1;
    zoom: .72;
    text-align: left
}

.cardListWidget .cares-head h4+span {
    display: inline-flex;
    align-items: center
}

.cardListWidget .cares-head .icon-info {
    color: #777;
    font-size: 12px;
    position: relative;
    top: -6px;
    left: 6px
}

.cardListWidget .couponDisc {
    margin-top: 2px
}

.trendingText .trendingIcon {
    padding: 5px;
    background: #27a80024;
    height: 18px;
    width: 22px
}

@media only screen and (min-width:992px) {
    .cardListWidget .right-content {
        max-width: 100px
    }

    .cardListWidget .cares-head .cares-btn {
        padding: 5px;
        min-height: 32px
    }

    .cardListWidget .cares-head .cares-btn span {
        zoom: 1
    }

    .cardListWidget .cares-head .cares-btn .icon-rupee {
        padding-top: 2px
    }

    .cardListWidget .cares-head .cares-btn .customControl {
        padding-top: 0
    }

    .cardListWidget .cares-head .cares-btn .customIndicator {
        top: 1px
    }

    .cardListWidget .cares-head h4 {
        font-size: 12px;
        width: auto;
        zoom: 1
    }

    .cardListWidget .cares-head .customCheckbox {
        padding-left: 30px
    }

    .cardListWidget .cares-head .icon-info {
        font-size: 16px;
        cursor: pointer
    }
}

.btnViewMore,
.view_more_btn {
    position: relative;
    color: #656565;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 16px
}

.btnViewMore .btn-link,
.btnViewMore h3,
.btnViewMore span,
.view_more_btn .btn-link,
.view_more_btn h3,
.view_more_btn span {
    font-size: 12px;
    margin-left: 8px;
    color: #5ad235
}

.btn-link {
    font-size: 12px;
    color: #5ad235 !important
}

.btnViewMore {
    line-height: 1
}

.modalBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}

.modalBody:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 601;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.modalBody.modalFadeUp {
    bottom: 0;
    top: inherit;
    animation: zoomMobile .6s
}

.modalBody.modalFadeRight {
    right: 0;
    left: inherit;
    animation: fade-right .6s
}

.modalBody.modalHide {
    visibility: hidden;
    opacity: 0
}

.modalBody.modalHide .modalMainBottom {
    bottom: -300px
}

.modalBody .closeIconBtn {
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
    width: 30px;
    height: 30px
}

.modalBody .modalTopLine {
    background: #dfdfdf;
    height: 4px;
    width: 83px;
    position: absolute;
    top: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0;
    right: 0;
    z-index: 6;
    margin: 0 auto
}

.modalBody .productListSlider .slick-next,
.modalBody .productListSlider .slick-prev {
    background: 0 0;
    box-shadow: none
}

.modalBody .productListSlider .slick-next:hover,
.modalBody .productListSlider .slick-prev:hover {
    background: rgba(90, 210, 53, 0)
}

.modalBody .productListSlider .slick-next:hover:before,
.modalBody .productListSlider .slick-prev:hover:before {
    border-color: #5ad235
}

.modalBody .productListSlider .slick-arrow {
    opacity: 1
}

.modalBody .productListSlider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.modalBody .productListSlider .slick-prev {
    left: -12px
}

.modalBody .productListSlider .slick-next {
    right: -12px
}

.modalMain {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: calc(100% - 32px);
    max-width: 400px;
    min-width: 260px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 602;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.modalFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 605
}

.modalMainBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: calc(100% - 32px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    z-index: 602;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0
}

.modalMainBottom .closeIconBtn {
    top: -14px;
    right: 0
}

.modalMainBottom .cardFooter .btn {
    text-transform: uppercase;
    font-weight: 400
}

.modalMainBottom .cardFooter .viewBtn {
    color: #5ad235 !important;
    font-weight: 400
}

.modalMainBottom .priceWidget .cutPrice {
    font-size: 12px;
    color: #616161;
    text-decoration: line-through;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 601
}

.videoFullScr .modalMain {
    background: 0
}

.videoFullScr .closeIconBtn {
    background: 0;
    border: 0;
    top: -30px
}

.videoFullScr .closeIconBtn:after,
.videoFullScr .closeIconBtn:before {
    background: #fff;
    width: 70%
}

#ModalThankyou {
    font-size: 16px
}

#ModalThankyou .title {
    font-size: 28px;
    font-weight: 700;
    color: #5ad235
}

#modalBuyNow .tagHotdeal {
    top: -20px;
    left: 10px;
    position: absolute
}

#modalBuyNow .tagHotdeal img {
    width: 30px
}

#modalBuyNow .customSelectMain .selectTrigger {
    color: #5ad235;
    font-size: 12px;
    min-width: 50px;
    height: 25px;
    line-height: 25px
}

#modalBuyNow .customSelectMain .selectTrigger:before {
    padding: 2px;
    top: 56%
}

#modalBuyNow .customSelectMain .optionList {
    left: -60px;
    bottom: 0;
    top: auto
}

#modalBuyNow .customSelectMain .option {
    line-height: 25px
}

#brand-video video {
    display: block
}

@media only screen and (min-width:991px) {
    .modalMain {
        max-width: 700px
    }

    .modalBody .modalMainBottom {
        max-width: 500px;
        top: 50%;
        left: 50%;
        bottom: auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .modalBody .modalMainBottom .priceHolder .cutPrice,
    .modalBody .modalMainBottom .priceWidget .cutPrice {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle
    }

    .modalBody .closeIconBtn {
        top: -25px;
        right: -35px
    }

    .modalBody .productListSlider .slick-next,
    .modalBody .productListSlider .slick-prev {
        background: #fff;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2)
    }

    .modalBody .productListSlider .slick-next:hover,
    .modalBody .productListSlider .slick-prev:hover {
        background: #5ad235
    }

    .modalBody .productListSlider .slick-next:hover:before,
    .modalBody .productListSlider .slick-prev:hover:before {
        border-color: #fff
    }

    .modalBody .productListSlider .slick-prev {
        left: -55px
    }

    .modalBody .productListSlider .slick-next {
        right: -55px
    }
}

@keyframes zoomMobile {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes fade-right {
    0% {
        right: -100%
    }

    100% {
        right: 0
    }
}

.closeIcon,
.closeIconBtn {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 12px;
    right: 8px;
    z-index: 105;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    cursor: pointer
}

.closeIcon:after,
.closeIcon:before,
.closeIconBtn:after,
.closeIconBtn:before {
    content: "";
    background: #111;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%
}

.closeIcon:before,
.closeIconBtn:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.closeIcon:after,
.closeIconBtn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closeIcon.circle,
.closeIconBtn.circle {
    background: #fff;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.closeIcon.circle:after,
.closeIcon.circle:before,
.closeIconBtn.circle:after,
.closeIconBtn.circle:before {
    width: 60%;
    top: 8px;
    left: 4px;
    height: 1px
}

.offerHead .closeIcon:after,
.offerHead .closeIcon:before {
    background: #fff
}

.contactWidget {
    max-width: 420px;
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 1
}

.contactWidget .crd {
    overflow: visible
}

.contactWidget .crd img {
    min-width: auto
}

.contactWidget .item {
    background: #fff;
    padding: 12px 88px 12px 8px
}

.contactWidget .itemTitle {
    font-size: 16px;
    font-weight: 600
}

.contactWidget .text {
    font-size: 12px;
    margin: 4px 0 18px
}

.contactWidget .itemLink {
    display: flex;
    justify-content: baseline;
    column-gap: 4px;
    color: #5ad235
}

.contactWidget .itemLink i {
    min-width: 18px
}

.contactWidget .itemSpc {
    margin-bottom: 10px
}

.contactWidget img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 132px;
    height: auto;
    width: auto;
    min-width: auto
}

.contactWidget a {
    display: flex;
    align-items: center;
    column-gap: 4px
}

.contactWidget .careContactItem {
    width: 300px;
    min-height: 100px
}

.contactWidget .fieldInput {
    background: #f6f6f6;
    border-color: #c8ffb8;
    height: 30px;
    max-width: 170px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.contactWidget ::placeholder {
    opacity: 1;
    color: #000
}

.contactWidget ::-webkit-input-placeholder {
    opacity: 1;
    color: #000
}

.contactWidget .callRest {
    margin: -10px 0 14px
}

.contactWidget .fieldIcon {
    top: 7px;
    font-size: 16px;
    color: #000
}

.contactWidget .errorText {
    zoom: .8;
    bottom: -14px
}

.contactWidget .btn {
    line-height: 26px;
    min-width: 90px;
    padding: 0 8px;
    width: auto !important;
    height: 28px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    font-weight: 400 !important
}

#modalthankYou {
    z-index: 602
}

@media only screen and (min-width:360px) {
    .contactWidget .item {
        padding: 15px 100px 15px 15px
    }

    .contactWidget img {
        max-height: 145px
    }
}

@media only screen and (min-width:391px) {
    .contactWidget .item {
        padding-right: 110px
    }
}

@media only screen and (min-width:1024px) {
    .contactWidget {
        font-size: 18px
    }

    .contactWidget.lg {
        max-width: 100%;
        flex-direction: row;
        row-gap: 32px;
        column-gap: 32px;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 32px;
        padding-left: 16px
    }

    .contactWidget.lg .item {
        min-width: auto;
        width: calc(33.33% - 22px);
        max-width: calc(33.33% - 22px)
    }

    .contactWidget.lg .itemLink {
        column-gap: 7px
    }

    .contactWidget img {
        max-height: max-content;
        height: 201px
    }

    .contactWidget .item {
        padding: 24px 135px 24px 24px
    }

    .contactWidget .itemTitle {
        font-size: 24px
    }

    .contactWidget .text {
        font-size: 16px
    }

    .contactWidget .itemSpc {
        margin-bottom: 16px
    }

    .contactWidget .crd .btn {
        font-size: 14px
    }

    .headingPara {
        font-size: 18px
    }
}

.chat-boat-wrap {
    position: fixed;
    bottom: 115px;
    right: 10px;
    z-index: 999
}

.boat-modal {
    width: 85vw;
    height: 70vh;
    background: #fff;
    overflow: hidden;
    border-radius: 16px 16px 0 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    animation: zoomMobile .6s
}

.boat-modal .animated-icon {
    position: absolute;
    right: 10px;
    top: 10px
}

.boat-header {
    background: #5ad235;
    padding: 10px 20px 28px
}

.header-title {
    column-gap: 20px
}

.header-title img {
    background: #fff;
    padding: 8px;
    margin: 0
}

.header-title h4 {
    font-size: 22px
}

.header-title p {
    font-size: 12px
}

.boat-inner {
    border-radius: 20px;
    background: #fff;
    position: relative;
    top: -16px;
    padding: 16px 12px;
    max-height: calc(100% - 100px)
}

.boat-inner .send-msg {
    column-gap: 12px;
    align-items: flex-start
}

.boat-inner .send-msg .btn.active {
    border-color: #5ad235;
    color: #5ad235
}

.boat-inner .send-msg .options {
    flex-direction: column;
    align-items: flex-start
}

.boat-inner .receive-msg {
    justify-content: flex-end
}

.boat-inner .msg {
    position: relative;
    background: #f5f5f5;
    padding: 12px 10px;
    border-radius: 4px;
    width: 175px;
    font-size: 12px
}

.boat-inner .msg:after {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f5f5f5;
    border-width: 7px
}

.boat-inner .options {
    gap: 12px;
    flex-wrap: wrap
}

.boat-inner .options .btn {
    border: 1px solid #bdbdbd
}

.boat-inner .btn.fieldControl {
    padding: 0;
    border: 0;
    min-width: 220px
}

.boat-inner .btn.fieldControl .fieldInput {
    border-radius: 20px
}

.boat-inner .easy-autocomplete-container {
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    background: #fff
}

.boat-inner .easy-autocomplete-container li {
    border-right: 0
}

.boat-inner .easy-autocomplete-container ul li div {
    font-size: 12px
}

.boat-inner .profile-img {
    width: 40px;
    height: 40px;
    background: #5ad235;
    border-radius: 50%;
    padding: 7px;
    margin: 0
}

.boat-inner .loading-dots--dot {
    height: 10px;
    width: 10px
}

.boat-inner .noCostEmi {
    padding: 20px 0 0
}

.boat-inner .noCostEmi li {
    display: block;
    width: fit-content;
    margin: 0 0 15px
}

.boat-inner .noCostEmi li b {
    font-size: 12px
}

.boat-form {
    padding: 12px;
    width: 235px;
    border-radius: 8px;
    border-top: 3px solid #5ad235
}

.boat-form p {
    font-size: 12px;
    margin: 3px 0 10px
}

.boat-form .fieldIcon {
    font-size: 16px
}

.boat-form .fieldInput {
    height: 35px
}

.boat-form .fieldInput:placeholder-shown~.fieldLabel {
    font-size: 12px;
    top: 11px
}

.boat-form .fieldTextarea {
    height: 70px
}

.boat-form .btn {
    border-radius: 4px;
    padding: 4px 10px
}

@media only screen and (min-width:1024px) {
    .chat-boat-wrap {
        bottom: 155px;
        right: 40px
    }

    .boat-modal {
        width: 350px;
        height: 60vh
    }

    .boat-inner .btn.fieldControl {
        min-width: 240px
    }

    .boat-header {
        padding: 20px 20px 38px
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.voice-bot {
    position: fixed;
    bottom: 65px;
    right: -100%;
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.voice-bot:hover .whatappAni {
    display: block !important;
    opacity: 1 !important
}

.voice-bot.active {
    opacity: 1;
    visibility: visible;
    right: 10px
}

.voice-bot img {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.voice-bot .whatappAni {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    font-size: 12px;
    color: #5ad235;
    line-height: 1.2;
    min-width: 148px;
    text-align: left;
    padding: 8px 10px;
    box-shadow: 0 0 8px rgba(90, 210, 53, .2);
    border-radius: 4px;
    text-decoration: underline
}

.voice-bot .whatappAni:after {
    content: "";
    font-size: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px
}

.voice-bot .btn-go {
    position: absolute;
    top: -30px;
    width: 100%;
    border-radius: 6px;
    padding: 2px 0
}

#howtobuyPage~.botPos,
#listingPage~.botPos,
#productPage~.botPos {
    bottom: 104px
}

@media only screen and (min-width:1024px) {
    .voice-bot {
        bottom: 75px;
        cursor: pointer;
        width: 60px;
        height: 60px
    }

    .voice-bot.active {
        right: 40px
    }

    .voice-bot .whatappAni {
        right: 80px;
        font-size: 16px;
        min-width: 200px;
        padding: 15px;
        color: #000;
        text-decoration: none
    }

    #howtobuyPage~.voice-bot {
        bottom: 45px
    }
}

@keyframes wavePulse {
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.userNotification {
    position: fixed;
    left: 5px;
    right: 5px;
    top: -105%;
    overflow: hidden;
    z-index: 999;
    width: calc(100% - 10px);
    opacity: .5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ff9e59;
    background: -webkit-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: -moz-linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    background: linear-gradient(180deg, #ff9e59 0, #f57b5e 100%);
    -webkit-box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    box-shadow: 0 0 10px rgba(255, 126, 95, .5);
    max-width: 420px;
    margin: 0 auto
}

.userNotification>div {
    overflow: hidden;
    height: 53px
}

.userNotification.active {
    top: 5px;
    opacity: 1
}

.userNotification.active .notifyIcon img {
    animation: cycleNotifyIcon 5s ease-in-out infinite alternate
}

.userNotification .notifyIcon {
    width: 60px;
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    color: #000;
    position: relative
}

.userNotification .notifyIcon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 53px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 30px
}

.userNotification .notifyTitle {
    padding: 0 65px 3px 0;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.userNotification .timeInfo {
    position: absolute;
    right: 12px;
    bottom: 6px;
    font-size: 12px;
    zoom: .85;
    color: #312d2d;
    font-style: italic
}

.userNotification .closeIcon {
    position: absolute;
    top: calc(50% - 15px);
    right: 12px;
    width: 24px;
    height: 24px
}

.userNotification .closeIcon:after,
.userNotification .closeIcon:before {
    width: 64%;
    top: 11px;
    left: 4px;
    height: 2px
}

.userNotification .closeIcon:hover:after,
.userNotification .closeIcon:hover:before {
    background: #5ad235
}

.animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes cycleNotifyIcon {
    0% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0)
    }
}

#addToCartSticky {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    z-index: 9
}

#addToCartSticky .cartWidget {
    padding: 0 16px;
    margin: 0 auto
}

#addToCartSticky.active {
    bottom: 0
}

#addToCartSticky .cartWidget>:first-child {
    width: 40px
}

#addToCartSticky .icon-add-to-cart {
    position: relative;
    font-size: 20px;
    width: 20px
}

#addToCartSticky .icon-add-to-cart .addcartNumber {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #5ad235;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    line-height: 16px;
    text-align: center;
    font-family: "DM Sans", sans-serif !important;
    color: #fff
}

#addToCartSticky .arrpwR {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    margin-left: 1px;
    vertical-align: 1px
}

#addToCartSticky .btn-link-primary {
    font-weight: 600;
    letter-spacing: 1.2px
}

#addToCartSticky .cartText {
    font-weight: 600;
    padding-right: 10px;
    width: calc(100% - 110px)
}

#addToCartSticky .cartText div {
    font-style: italic;
    font-size: 12px
}

#productPage #addToCartSticky.active {
    bottom: 50px;
    box-shadow: none;
    border-bottom: 1px solid #eee
}

.helpDesk {
    position: fixed;
    right: -60px;
    bottom: 110px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background: #5ad235;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.helpDesk.active {
    opacity: 1;
    visibility: visible;
    right: 10px
}

.helpDesk:focus span,
.helpDesk:hover span {
    position: relative;
    animation: helpZoom .3s 2
}

@keyframes helpZoom {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

.tabs {
    flex-wrap: nowrap
}

.tab-btn {
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding: 7px 14px;
    background: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center
}

.tab-btn.active {
    background: #5ad235;
    color: #fff
}

.tabCustom .tab-btn {
    background: 0 0
}

.tabCustom .tab-btn.active {
    background: #5ad235;
    color: #fff
}

.tab-container .tab-content {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-top: none
}

.tab-container .tab-content.active {
    opacity: 1;
    display: block;
    -webkit-animation: tabFadeInUp .5s ease-in;
    -moz-animation: tabFadeInUp .5s ease-in;
    animation: tabFadeInUp .5s ease-in
}

.tab-accessories .crd .emiText {
    display: none !important
}

@-webkit-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tabFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.main {
    padding-top: 54px
}

#thankYouNew .thankBnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

#thankYouNew .thankImg {
    max-width: 250px;
    height: auto;
    width: 100%
}

#thankYouNew .orderSection {
    background: #f6f6f6
}

#thankYouNew .orderBody {
    font-size: 14px;
    line-height: 1.2
}

#thankYouNew .orderBody:not(.orderTopHead) {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px
}

#thankYouNew .itemTitle {
    font-size: 18px
}

#thankYouNew .orderItem {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    row-gap: 16px;
    margin-bottom: 35px
}

#thankYouNew .note {
    font-size: 12px
}

#thankYouNew .orderDetail {
    width: 360px
}

#thankYouNew .orderDetail .rupeeCustom {
    font-weight: 600
}

#thankYouNew .orderSummary {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
    color: #424242;
    width: 100%
}

#thankYouNew .itemList {
    justify-content: space-between;
    width: 100%
}

#thankYouNew .orderFtr {
    border-top: 2px dashed #d5d5d5;
    font-weight: 700;
    color: #000
}

#thankYouNew address {
    font-family: "DM Sans", sans-serif;
    line-height: 1.5;
    color: #424242
}

#thankYouNew .orderTopHead .itemName {
    font-weight: 700
}

#thankYouNew .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0
}

#thankYouNew .btn.r8 {
    border-radius: 6px;
    -webkit-border-radius: 6px
}

#thankYouNew .adBnner {
    margin-bottom: 50px
}

#thankYouNew .adBnner img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    display: block
}

#thankYouNew .btn-insta {
    color: #fff;
    background: linear-gradient(#fae100 0, #fcb720 7.94%, #ff7950 25.76%, #ff1c74 51.15%, #6c1cd1 100%)
}

#thankYouNew .btn-wynd {
    color: #fff;
    background: linear-gradient(#fae100 0, #fcb720 7.94%, #ff7950 25.76%, #ff1c74 51.15%, #6c1cd1 100%)
}

#thankYouNew .btn-whatsapp {
    color: #fff;
    background: #5ad235
}

#thankYouNew .joinUs .btn {
    font-size: 18px;
    color: #fff
}

#thankYouNew .joinUs .btnViewMore {
    column-gap: 10px
}

#thankYouNew .joinUs .tab-btn {
    max-width: 95px
}

#thankYouNew .appLink {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.thankBnrCont {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.thankBnrCont h1 {
    font-size: 16px;
    color: #5ad235;
    margin-bottom: 15px
}

.thankBnrCont p {
    font-size: 12px;
    color: #333
}

.thankBnrCont .btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 12px
}

#orderPdList .btnViewMore {
    margin-top: 0
}

.orderItemBody {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px 16px;
    display: none
}

.orderItemBody.active {
    display: block
}

.orderItemBody .cardListWidget {
    padding: 16px 0;
    border-top: 1px dashed #d5d5d5
}

.orderItemBody .cardListWidget>* {
    vertical-align: top
}

.orderItemBody .cardListWidget:first-child {
    border-top: 0
}

.orderItemBody .cardListWidget .imgThumb {
    width: 70px;
    min-height: 60;
    padding: 5px;
    border: 1px solide #d5d5d5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    vertical-align: middle;
    overflow: hidden
}

.orderItemBody .cardListWidget .imgThumb img {
    margin: 0 auto;
    display: block
}

.orderItemBody .cardListWidget .name {
    font-size: 12px
}

.orderItemBody .cardListWidget .info,
.orderItemBody .cardListWidget .price {
    padding-top: 8px
}

.orderItemBody .cardListWidget .price {
    color: #111;
    font-size: 12px;
    min-width: 70px;
    text-align: right
}

.orderItemBody .cardListWidget .price .icon-rupee {
    font-size: 100%;
    zoom: .75
}

.orderItemBody .cardListWidget .info {
    padding-right: 6px;
    padding-left: 10px
}

.joinBox {
    max-width: 320px;
    margin: 0 auto;
    position: relative
}

.joinBox .thankYouSlider {
    z-index: 1
}

.joinBox .slick-list {
    overflow: visible
}

.joinBox .crdItem {
    padding: 10px;
    transform: scale(.7)
}

.joinBox .crdItem.slick-active {
    transform: scale(1)
}

.joinBox .crd {
    min-height: 400px;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: 0 0
}

.joinBox img {
    width: 100%
}

.joinBox .sliderBg {
    position: absolute;
    top: -13px;
    left: -38px;
    right: 0;
    z-index: 0;
    width: 407px;
    max-width: initial;
    bottom: 14px;
    height: 497px
}

.joinBox .slick-current .followers {
    top: 50px
}

.joinBox .followers {
    top: 24px;
    position: relative;
    font-size: 16px
}

.joinBox .tabs {
    margin-bottom: 25px
}

.thankYouSlider .slick-dots {
    background: #fff;
    -webkit-box-shadow: 0 4px 1px #dbdbdb;
    box-shadow: 0 4px 1px #dbdbdb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 60px;
    width: auto;
    display: inline-flex;
    overflow: hidden
}

.thankYouSlider .slick-dots li {
    width: 40px;
    height: 10px;
    margin: 0 1px
}

.thankYouSlider .slick-dots li.slick-active button {
    background: #5ad235
}

.thankYouSlider .slick-dots li button {
    height: 10px;
    width: 100%
}

.thankYouSlider .slick-dots li button::before {
    display: none
}

@media only screen and (min-width:1024px) {
    #thankYouNew .tabs {
        column-gap: 16px
    }

    #thankYouNew .orderItem {
        row-gap: 40px;
        margin-bottom: 0
    }

    #thankYouNew .orderSection {
        background: #fff
    }

    #thankYouNew .orderBody {
        font-size: 18px;
        align-items: flex-start
    }

    #thankYouNew .orderBody:not(.orderTopHead) {
        margin-left: -16px;
        margin-right: -16px;
        padding-top: 0;
        padding-bottom: 0
    }

    #thankYouNew .orderTopHead {
        margin-bottom: 40px
    }

    #thankYouNew .orderTopHead .itemName {
        font-weight: 700
    }

    #thankYouNew .thankImg {
        max-width: 340px
    }

    #thankYouNew .orderBody {
        justify-content: space-between
    }

    #thankYouNew .note {
        font-size: 14px
    }

    #thankYouNew .joinUs .btn {
        font-size: 26px;
        height: 56px
    }

    #thankYouNew .joinUs .tab-btn {
        max-width: 100%;
        width: auto
    }

    #thankYouNew .adBnner {
        margin-bottom: 100px
    }

    .thankBnrCont {
        max-width: 630px;
        margin-left: auto;
        margin-right: auto
    }

    .thankBnrCont h1 {
        font-size: 27px;
        margin-bottom: 15px
    }

    .thankBnrCont p {
        font-size: 16px
    }

    .thankBnrCont .btn {
        height: 40px;
        font-size: 16px
    }

    .orderItemBody {
        padding: 20px 65px
    }

    .orderItemBody .cardListWidget {
        padding: 20px 0
    }

    .orderItemBody .cardListWidget .imgThumb {
        width: 130px;
        min-height: 120px
    }

    .orderItemBody .cardListWidget .name {
        font-size: 18px
    }

    .orderItemBody .cardListWidget .info,
    .orderItemBody .cardListWidget .price {
        padding-top: 18px
    }

    .orderItemBody .cardListWidget .price {
        font-size: 18px;
        text-align: left
    }

    .orderItemBody .cardListWidget .info {
        padding-left: 20px
    }

    .joinBox {
        max-width: 550px;
        margin: 0 auto
    }

    .joinBox .crdItem {
        padding: 10px
    }

    .joinBox .crd {
        max-width: 310px;
        width: 100%
    }

    .joinBox .sliderBg {
        top: -28px;
        left: -32px;
        right: -53px;
        width: 628px;
        bottom: 15px;
        height: 769px
    }

    .thankYouSlider .slick-dots {
        margin-top: 90px
    }

    .thankYouSlider .slick-dots li {
        width: 85px
    }
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 5;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.slick-next:hover,
.slick-prev:hover {
    background: #28ad00
}

.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 1;
    border-color: #fff
}

.slick-next:before,
.slick-prev:before {
    font-size: 0;
    line-height: 1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 4px;
    height: 4px;
    padding: 3px
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    left: -16px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -16px
}

.slick-prev:before {
    margin-left: 0;
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -16px
}

[dir=rtl] .slick-next {
    left: -16px;
    right: auto
}

.slick-next:before {
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    margin-right: 5px;
    margin-left: 0
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dots {
    width: 100%
}

.slick-dots li {
    position: relative;
    height: 16px;
    width: 16px;
    margin: 10px 3px 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 16px;
    width: 16px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    border: 1px solid #5ad235;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.slick-dots li .dotBtn {
    height: 12px;
    width: 12px;
    border: 1px solid #5ad235;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.slick-dots li .dotBtn.icon-play {
    height: 12px;
    width: 12px;
    font-size: 12px;
    border: transparent;
    position: relative;
    zoom: .8
}

.slick-dots li.icon-play:before {
    position: absolute;
    transform: translate(left(50%), top(50%))
}

.slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    background: 0 0
}

.slick-dots li.slick-active .dotBtn {
    height: 14px;
    width: 14px;
    background: #5ad235
}

.slick-dots li.slick-active .dotBtn.icon-play {
    background: 0 0;
    zoom: 1
}

.slick-dots,
.slick-dots .dotBtn,
.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center
}

.sliderAccentDot .slick-dots li.slick-active button:before {
    background: #5ad235
}

.sliderWhiteDot .slick-dots li button:before {
    background: #fff
}

.sliderWhiteDot .slick-dots li.slick-active button:before {
    border-color: #fff;
    background: 0 0
}

.slider.arrowSmall .slick-next,
.slider.arrowSmall .slick-prev {
    width: 20px;
    height: 32px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.slider.arrowSmall .slick-next:focus,
.slider.arrowSmall .slick-next:hover,
.slider.arrowSmall .slick-prev:focus,
.slider.arrowSmall .slick-prev:hover {
    background: #5ad235
}

.slider.arrowSmall .slick-next:focus:before,
.slider.arrowSmall .slick-next:hover:before,
.slider.arrowSmall .slick-prev:focus:before,
.slider.arrowSmall .slick-prev:hover:before {
    opacity: 1
}

.slider.arrowSmall .slick-next {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.slider.arrowSmall .slick-prev {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

.slider {
    width: 100%;
    margin: 0 auto
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.slick-active,
.slick-current {
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slick-slider> {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide:focus {
    outline: 0
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.whiteArrowHolder .slick-arrow {
    background: #fff !important;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .16)
}

.whiteArrowHolder .slick-arrow:before {
    border-color: #111
}

.whiteArrowHolder .slick-arrow:hover {
    background: #fff !important
}

.whiteArrowHolder .slick-arrow:hover:before {
    border-color: #5ad235
}

.customArrow .slick-next,
.customArrow .slick-prev {
    opacity: .5;
    top: -75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dfdfdf
}

.customArrow .slick-next:before,
.customArrow .slick-prev:before {
    border-color: #fff
}

.customArrow .slick-next:hover,
.customArrow .slick-prev:hover {
    background: #28ad00;
    opacity: 1
}

.customArrow .slick-next:hover:before,
.customArrow .slick-prev:hover:before {
    border-color: #fff
}

.customArrow .slick-prev {
    right: 70px;
    left: auto
}

.customArrow .slick-prev:before {
    margin-left: 6px
}

.customArrow .slick-next {
    right: 0
}

.customArrow.spcSm .slick-next,
.customArrow.spcSm .slick-prev {
    opacity: .5;
    top: -35px
}

@media only screen and (min-width:678px) {

    .slick-next,
    .slick-prev {
        height: 40px;
        width: 40px
    }

    .slick-next:before,
    .slick-prev:before {
        width: 4px;
        height: 4px;
        padding: 6px
    }
}

.listBullet {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 24px
}

.listBullet li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px
}

.listBullet li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111
}

.listBullet .bult {
    padding-left: 20px;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4
}

.listBullet .bult:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.wyndSprt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/wynd/wynd_sprt.svg) no-repeat;
    display: block
}

.wyndBicycle {
    background-position: 0 1px;
    width: 65px;
    height: 60px
}

.wyndUser {
    background-position: -67px 1px;
    width: 53px;
    height: 59px
}

.wyndDistance {
    background-position: -126px 1px;
    width: 57px;
    height: 59px
}

.wyndTrophy {
    background-position: -192px 1px;
    width: 49px;
    height: 59px
}

.counter li {
    display: flex;
    flex-direction: column;
    align-items: center
}

.counter i {
    font-size: 50px;
    color: #5ad235
}

.counter h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px
}

.counter p {
    font-size: 12px;
    color: #908a94;
    font-weight: 600
}

#gfbListing .appDownload img {
    max-width: 140px
}

@media only screen and (min-width:768px) {
    .counter i {
        font-size: 70px
    }

    .counter h4 {
        font-size: 30px
    }

    .counter p {
        font-size: 18px
    }
}

@media only screen and (min-width:1024px) {
    .counter i {
        font-size: 92px
    }

    .counter h4 {
        font-size: 36px
    }

    .counter p {
        font-size: 20px
    }

    #gfbListing .partiImg {
        margin-top: -100px
    }

    #gfbListing .listBullet {
        font-size: 16px
    }
}

.crdListW {
    min-height: 300px
}

.crdListW.active {
    -webkit-box-shadow: 0 0 3px 4px rgba(90, 210, 53, .7);
    box-shadow: 0 0 3px 4px rgba(90, 210, 53, .7)
}

.crdListW:hover {
    -webkit-box-shadow: 0 0 8px rgba(90, 210, 53, .8);
    box-shadow: 0 0 8px rgba(90, 210, 53, .8)
}

.crdListW .crdImg {
    display: flex;
    position: relative
}

.crdListW .crdImg img {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.crdListW .crdCont {
    padding: 16px
}

.crdListW .crdBadge {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
    background: #f6f6f6;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #28ad00;
    text-transform: uppercase;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.crdListW time {
    font-size: 10px;
    color: #000;
    white-space: nowrap;
    font-weight: 600
}

.crdListW time span {
    color: #676767;
    font-weight: 400
}

.crdListW .crdTitle {
    margin-top: 12px;
    font-size: 16px;
    min-height: 40px
}

.crdListW .ftrBadge {
    background: #5ad235;
    color: #000;
    padding: 6px 25px 6px 16px;
    position: relative;
    font-size: 12px;
    font-weight: 600
}

.crdListW .ftrBadge::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 8px solid #fff
}

.crdListW .btn {
    display: flex;
    align-items: center;
    border-radius: 8px 0 8px 0;
    font-size: 14px;
    min-width: 110px;
    width: auto !important;
    justify-content: center
}

.crd.crdListW {
    padding: 0 0 40px
}

.crd.crdListW .crdImg img {
    width: 100%
}

.crd.crdListW .crdFooter {
    border-top: 0;
    height: auto;
    align-items: start
}

.crd.crdListW .btn {
    height: 40px;
    width: auto
}

.paginate {
    text-align: center;
    margin: 40px 0
}

.paginate .btn-next.active:before,
.paginate .btn-next:hover:before,
.paginate .btn-prev.active:before,
.paginate .btn-prev:hover:before,
.paginate .first.active:before,
.paginate .first:hover:before,
.paginate .last.active:before,
.paginate .last:hover:before {
    border-color: #fff
}

.paginate .btn-next.active:after,
.paginate .btn-next:hover:after,
.paginate .btn-prev.active:after,
.paginate .btn-prev:hover:after,
.paginate .first.active:after,
.paginate .first:hover:after,
.paginate .last.active:after,
.paginate .last:hover:after {
    background: #fff
}

.paginate .first,
.paginate .last {
    position: relative
}

.paginate .first:after,
.paginate .last:after {
    content: "";
    width: 2px;
    height: 12px;
    background: #28ad00;
    position: absolute;
    left: 6px;
    top: 6px;
    display: block
}

.paginate .first.arrowL:before {
    right: 4px
}

.paginate .last.arrowR:before {
    right: 13px
}

.paginate .last:after {
    left: auto;
    right: 7px
}

.paginate .arrowL,
.paginate .arrowR {
    position: relative
}

.paginate .arrowL:before,
.paginate .arrowR:before {
    content: "";
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    -webkit-translate: 0 -50%;
    padding: 4px;
    pointer-events: none
}

.paginate .arrowL:before {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    right: 7px
}

.paginate .arrowR:before {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    right: 10px
}

.paginate li {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    outline: 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    color: #5ad235;
    margin: 0 2px;
    background: #fff
}

.paginate li a {
    color: #5ad235;
    display: block;
    height: 100%;
    padding: 0 3px
}

.paginate li.active,
.paginate li:hover {
    color: #fff;
    border-color: #5ad235;
    background: #5ad235;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.paginate li.active a,
.paginate li:hover a {
    color: #fff
}

@media only screen and (min-width:667px) {
    .paginate li {
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        margin: 0 5px
    }

    .paginate .arrowL:before {
        right: 8px
    }

    .paginate .arrowR:before {
        right: 13px
    }

    .paginate .first:after,
    .paginate .last:after {
        top: 8px
    }

    .paginate .first.arrowL:before {
        right: 6px
    }

    .paginate .first.arrowL:after {
        left: 7px
    }

    .paginate .last.arrowR:before {
        right: 14px
    }
}

.crdMain {
    padding-top: 4px;
    align-items: flex-start
}

.crdMain .crdItem {
    min-width: 288px
}

.crdMain .crd {
    min-height: 528px;
    padding: 20px 10px 75px
}

.crdMain .crd .crdImg {
    margin: 16px 0 16px -10px;
    min-height: 240px
}

.crdMain .crdModelTag {
    border-radius: 0 8px 0;
    -webkit-border-radius: 0 8px 0
}

.crdMain .crdSpec {
    zoom: .8;
    align-items: flex-start
}

.crdMain .priceOffHold {
    white-space: nowrap
}

.crd {
    width: 100%
}

.crd .crdImg {
    overflow: hidden;
    margin: 16px 0;
    min-height: 180px
}

.crd .crdImg img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    min-width: auto
}

.crd .crdName {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: flex
}

.crd .colorWidget {
    flex-direction: column;
    row-gap: 10px;
    width: 34px;
    padding: 0;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    background: #f3f3f3;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    padding: 12px 0
}

.crd .colorWidget .colorBtn {
    margin: 0
}

.crd .colorWidget .colorBtn.active:after {
    display: none
}

.crd .colorWidget .attrBtn {
    min-width: 40px;
    zoom: .64;
    margin-left: 0
}

.crd .crdPrice {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block
}

.crd .crdPrice .icon-rupee {
    font-weight: 600;
    zoom: .75
}

.crd .cutPrice {
    text-decoration: line-through;
    color: #616161;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1
}

.crd .cutPrice .icon-rupee {
    font-weight: 600
}

.crd .cutPrice .mrpTxt {
    font-size: 12px;
    padding-left: 1px
}

.crd .priceHolder {
    padding: 0 10px 16px
}

.crd .priceHolder p {
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: normal;
    zoom: .8
}

.crd .priceHolder .crdColor,
.crd .priceHolder .crdPrice {
    flex-grow: 1
}

.crd .priceHolder .crdPrice {
    flex-shrink: 0;
    padding-right: 5px
}

.crd .priceHolder .crdColor {
    white-space: normal;
    overflow: hidden;
    flex-shrink: 1;
    padding-bottom: 2px
}

.crd .crdColor {
    text-align: right;
    white-space: nowrap
}

.crd .crdColor .crdWidget {
    padding: 3px 0 0 0
}

.crd .crdColor .crdWidget.swipeSlider {
    padding: 3px 2px 5px
}

.crd .crdColor .crdWidget.swipeSlider::-webkit-scrollbar-thumb {
    background: #a1a1a1 !important
}

.crd .crdColor .crdWidget.swipeSlider>.colorBtn {
    max-width: 16px
}

.crd .crdColor .text {
    font-size: 12px
}

.crd .crdColor .colorBtn {
    margin: 0 0 0 5px;
    max-width: 16px
}

.crd .cardSpecTitle {
    font-size: 12px;
    line-height: 21px;
    text-transform: initial
}

.crd .crdTag {
    top: 30%;
    right: 0
}

.crd .crdHeart {
    position: absolute;
    top: 25px;
    right: 16px;
    font-size: 15px;
    color: #959595
}

.crd .crdHeart.active:before {
    content: "\e93d";
    color: red
}

.crd .crdFooter {
    margin: 16px 0 0;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px
}

.crd .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #616161;
    zoom: .8;
    text-transform: none
}

.crd .crdPrice {
    font-size: 15px;
    line-height: 1;
    padding: 6px 8px 6px 10px;
    display: table-cell
}

.crd .priceOffHold {
    margin-top: 2px;
    margin-bottom: 3px
}

.crd .emiText {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #959595;
    zoom: .8;
    text-transform: none
}

.crd .btnHold {
    width: 125px
}

.crd .btn {
    width: 100%;
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    height: 100%
}

.tab-rideons .crdMain .crd {
    min-height: 489px
}

.tab-accessories .crdMain .crd {
    min-height: 428px
}

.tab-accessories .crdMain .crd .crdImg img {
    max-height: 280px;
    margin: auto
}

@media only screen and (min-width:340px) {
    .crdMain .crdItem {
        min-width: 302px
    }

    .crdMain .crd {
        min-height: 547px
    }

    .crdMain .crd .crdImg {
        min-height: 245px
    }

    .crdMain .crdSpec {
        zoom: .9
    }

    .tab-rideons .crdMain .crd {
        min-height: 526px
    }
}

@media only screen and (min-width:360px) {
    .crd .crdPrice {
        padding: 6px 8px 6px 16px
    }

    .crdMain .crdItem {
        min-width: 328px
    }

    .crdMain .crd {
        padding: 24px 16px 75px;
        min-height: 552px
    }

    .crdMain .crdSpec {
        zoom: .9
    }
}

@media only screen and (min-width:992px) {
    .crdMain .crdSpec {
        zoom: .8
    }

    .crdMain .crd .crdImg {
        min-height: 345px
    }

    .crd .crdFooter {
        height: 75px
    }
}

.optionWrap {
    position: relative;
    background: #fff
}

.optionWrap .optSelect {
    position: relative;
    display: block;
    padding: 0 30px 0 16px;
    font-size: 12px;
    color: #000;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    min-width: 70px;
    white-space: nowrap
}

.optionWrap .optList {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    height: 0;
    display: none;
    width: 100%;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2)
}

.optionWrap .optItem {
    position: relative;
    display: block;
    padding: 8px;
    font-size: 12px;
    color: #111;
    line-height: 1.2;
    cursor: pointer;
    transition: all .5s
}

.optionWrap .arrow:before {
    content: '';
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #111;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -5px
}

.optionWrap.open .optSelect,
.optionWrap.open:hover {
    border-color: #5ad235;
    cursor: pointer
}

.optionWrap.open .optList {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    height: auto;
    display: block
}

.optionWrap.open .optItem.active {
    color: #fff;
    background: #5ad235
}

.optionWrap.open .arrow::before {
    transform: rotate(-135deg);
    margin-top: -2px
}

.chipControl {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 8px;
    z-index: 1;
    font-size: 12px;
    height: 24px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 4px;
    font-weight: 600;
    min-width: 80px
}

.chipControl input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.chipControl .control__indicator {
    position: absolute;
    left: 0;
    background: #111;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.chipControl .control__indicator:after:after {
    content: "";
    position: absolute;
    display: none
}

.chipControl i {
    margin-right: 4px
}

.chipControl input~span {
    color: #111;
    letter-spacing: .5px
}

.chipControl input:checked~.control__indicator {
    background: #111;
    opacity: 1;
    visibility: visible;
    color: #fff
}

.chipControl input:checked~.control__indicator:after {
    display: none
}

.chipControl input:checked:focus~.span,
.chipControl input:checked~span,
.chipControl:hover input:not([disabled]):checked~span {
    color: #fff
}

.chipControl input:checked:focus~.control__indicator,
.chipControl:hover input:not([disabled]):checked~.control__indicator {
    background: #111
}

.customControl {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    min-height: 20px;
    padding-left: 25px
}

.customControl input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.customControl input:checked~.customIndicator {
    background: #5ad235;
    border-color: #5ad235
}

.customControl input:disabled~.customIndicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.customControl input:checked~.customIndicator:after {
    display: block
}

.customIndicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.customIndicator:after {
    content: '';
    position: absolute;
    display: none
}

.customCheckbox .customIndicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg)
}

.customCheckbox input:disabled~.customIndicator:after {
    border-color: #7b7b7b
}

.customRadio .customIndicator {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.customRadio .customIndicator:after {
    left: 1px;
    top: 1px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #5ad235;
    border: 2px solid #fff
}

.customRadio input:disabled~.customIndicator:after {
    color: #7b7b7b
}

.chipControlMain.noSpace .customControl {
    padding: 0
}

.chipControlMain .customControl {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px 10px;
    line-height: 16px;
    min-width: 75px
}

.chipControlMain .customControl .customIndicator {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #dfdfdf
}

.chipControlMain .customControl .customIndicator:after {
    display: none
}

.chipControlMain .customControl input:checked~.title {
    color: #5ad235
}

.chipControlMain .customControl input:disabled~.title {
    color: #959595
}

.chipControlMain .customControl .chipBox {
    border: 1px solid #dfdfdf;
    line-height: 31px;
    font-size: 12px;
    color: #111;
    display: block;
    padding: 0 20px;
    border-radius: 26px;
    -webkit-border-radius: 26px
}

.chipControlMain .customControl input:checked~.chipBox {
    color: #5ad235;
    border-color: #5ad235
}

.chipControlMain .customControl input:disabled~.chipBox {
    color: #959595;
    border-color: #959595
}

.agreeCheckbox .customControl {
    padding: 3px 0 0 28px
}

.rating {
    padding: 10px 0
}

.rating i {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    color: #ffa236;
    font-size: 14px
}

.rating .star-fill {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-filled.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .star-half {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-half.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .star-empty {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-empty.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.rating .ratingText {
    line-height: 1.3;
    vertical-align: -5px;
    font-size: 14px;
    padding-left: 4px
}

.rating.star-green i {
    color: #5ad235
}

.rating.star-yellow i {
    color: #ffa236
}

.rating.star-red i {
    color: #ff3636
}

.rating.star-sm i {
    font-size: 12px;
    width: 12px;
    height: 12px
}

.rating.star-md i {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.rating.star-lg i {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.cardRatingWrap {
    position: relative;
    min-height: 45px
}

.cardRatingWrap .reviewHeader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.reviewHeader li {
    font-size: 12px;
    line-height: 12px;
    border-left: 1px solid rgba(112, 112, 112, .2);
    padding: 2px 6px 0 8px;
    position: relative
}

.reviewHeader li:first-child {
    border-left: 0
}

.reviewHeader .rating {
    padding: 0
}

.reviewHeader .rating i {
    width: 12px;
    height: 12px;
    margin-top: -4px
}

.reviewHeader .rating .ratingText {
    vertical-align: baseline;
    font-size: 12px;
    padding-left: 4px
}

.reviewHeader .icon-edit {
    font-size: 12px;
    margin-right: 8px;
    color: #5ad235
}

.reviewHeader.customReview {
    padding: 6px 0
}

.star-Rating i {
    width: 30px;
    height: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background-size: contain !important
}

.star-Rating .star-1 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-1.svg) no-repeat
}

.star-Rating .star-2 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-2.svg) no-repeat
}

.star-Rating .star-3 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-3.svg) no-repeat
}

.star-Rating .star-4 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-4.svg) no-repeat
}

.star-Rating .star-5 {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/star-5.svg) no-repeat
}

.star-Rating .star-empty {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/blog/images/star-empty.svg) no-repeat
}

@media only screen and (max-width:340px) {
    .reviewHeader li {
        padding: 2px 4px 0 6px
    }
}

.trendingText {
    line-height: 1
}

.trendingText .trendingIcon {
    background: #27a80024;
    height: 18px;
    width: auto
}

.quantityControl {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.quantityControl .qtyControl {
    border: 1px solid #dfdfdf;
    width: 25px;
    cursor: pointer;
    height: 25px;
    background-color: #fff;
    color: #5ad235
}

.quantityControl .qtyControl.disabled {
    opacity: .25;
    pointer-events: none
}

.quantityControl .inputQty {
    outline: 0;
    font-size: 16px;
    width: 35px;
    height: 25px;
    border: 0
}

.quantityControl .minusIcon:after,
.quantityControl .minusIcon:before,
.quantityControl .plusIcon:after,
.quantityControl .plusIcon:before {
    top: 10px;
    right: 8px;
    width: 8px
}

.plusIcon {
    position: relative
}

.plusIcon::after,
.plusIcon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 10px;
    height: 2px;
    background: #5ad235
}

.plusIcon::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.minusIcon {
    position: relative
}

.minusIcon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 2px;
    background: #5ad235
}

.trustSafety {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 20px
}

.trustSafety .trustName {
    font-size: 16px
}

.trustSafety li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #424242
}

.trustSafety li:before {
    font-family: icomoon !important;
    content: "\e966";
    position: absolute;
    top: 4px;
    left: 5px;
    color: #5ad235;
    font-size: 12px;
    zoom: .75
}

.btnVid {
    border: 1px solid #e60049;
    padding: 0 5px;
    color: #e60049;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px
}

.btnVid .icon-play {
    color: #e60049
}

.btnVid .circle {
    border: 1px solid #e60049;
    padding: 3px;
    font-size: 8px
}

.btnVid .circle::before {
    position: relative;
    left: 1px;
    top: 1px
}

.tooltip {
    position: relative;
    display: inline-block;
    font-family: "DM Sans", sans-serif !important
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: rgba(29, 29, 29, .8);
    color: #fff;
    text-align: center;
    transform: translateX(-95%) translateY(110%);
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 8px;
    opacity: 0;
    transition: opacity .3s ease 0s;
    width: 60vw;
    max-width: 320px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    bottom: 98%;
    right: 2%;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #555
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:1024px) {
    .tooltip .tooltiptext {
        font-size: 14px
    }
}

.colorWidget {
    font-size: 12px;
    padding: 0 19px 23px;
    color: #959595
}

.colorWidget>:first-child {
    margin-right: 10px
}

.colorWidget>* img {
    width: 100%
}

.colorWidget.colorFloat>*,
.colorWidget.colorFloat>.colorBtn {
    float: left
}

.colorWidget .colorBtn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    border: 1px solid #777
}

.colorWidget .colorBtn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.colorWidget .colorBtn.active:after,
.colorWidget .colorBtn.active:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1
}

.colorWidget .colorBtn.active:before {
    background: #fff;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 3px 3px #000, .5;
    box-shadow: 0 0 3px 3px #000, .5;
    border: 2px solid #5ad235
}

.colorWidget .colorBtn.active:after {
    left: 2px;
    bottom: -6px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #5ad235;
    border-left: 4.16667px solid transparent;
    border-right: 4.16667px solid transparent
}

.colorWidget .attrBtn {
    min-width: 35px;
    background: #fff;
    border: 1px solid #5ad235;
    text-align: center;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 5px;
    cursor: pointer;
    color: #959595
}

.colorWidget .attrBtn:first-child {
    margin-right: 0
}

.colorWidget .attrBtn.active {
    background: #5ad235;
    color: #fff
}

.colorWidget .attrBtn.active:after {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -6px;
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #5ad235;
    border-left: 4.16667px solid transparent;
    border-right: 4.16667px solid transparent
}

.colorWidget .beforeslectError {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: 3px;
    left: 85px;
    font-weight: 400
}

.colorWidget.lg .colorBtn {
    width: 36px;
    height: 36px
}

.colorWidget.lg .colorBtn img {
    width: 100%;
    height: 100%
}

.colorWidget .sizeGuide {
    top: -1px;
    right: 6px;
    position: absolute
}

.colorWidget .sizeGuide i {
    font-size: 14px;
    vertical-align: -2px
}

.colorWidget.apparels .attrBtn {
    width: 30px
}

.apparelsCard .colorWidget .attrBtn {
    width: 22px;
    height: 14px;
    line-height: 14px;
    margin-left: 3px
}

.shakeAnimtion {
    animation: shake .9s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    font-weight: 700
}

.shakeAnimtion2 {
    animation: shake2 1.2s cubic-bezier(.36, .07, .19, .97) infinite;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    border-color: #e71f26 !important;
    color: #e71f26 !important;
    font-weight: 700
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: rotate(3deg)
    }

    40% {
        transform: rotate(-3deg)
    }

    60% {
        transform: rotate(-6deg)
    }
}

.priceOff {
    color: #5ad235;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: .5px;
    margin-left: 2px
}

.priceOffHold .cutPrice,
.priceOffHold .priceOff {
    display: inline-block !important;
    vertical-align: middle
}

.cutLine {
    position: relative
}

.cutLine:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #a7aca6;
    width: 100%;
    height: .01rem;
    z-index: 1
}

#buyNowBottom .priceOffHold {
    line-height: 1
}

#buyNowBottom .price {
    padding-top: 4px;
    padding-bottom: 4px
}

@media only screen and (min-width:1024px) {
    .priceOffHold {
        display: inline-block;
        vertical-align: middle
    }

    .priceOff {
        font-size: 14px !important
    }

    .priceListOff {
        line-height: 1;
        margin-bottom: 2px
    }

    .priceListOff .priceOff {
        font-size: 12px !important
    }

    .listingCommon .cardListing .priceOffHold {
        display: block
    }

    .listingCommon .cardListing .priceOff {
        font-size: 12px !important;
        margin-left: 5px
    }

    .listingCommon .cardListing .card .cardPrice {
        padding-right: 10px
    }
}

@media only screen and (min-width:1360px) {
    .priceOff {
        font-size: 16px !important
    }
}

.modalProductList h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.modalProductList .modalContent {
    max-height: 90vh
}

.filterTabs {
    column-gap: 6px;
    margin: 0 -16px;
    position: relative;
    z-index: 1;
    padding: 0 16px 10px;
    align-items: end
}

.filterTabs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 9px;
    background: #fff;
    z-index: -1;
    border-bottom: 1px solid #dadccf
}

.filterTabs::-webkit-scrollbar-thumb,
.filterTabs::-webkit-scrollbar-track {
    display: none
}

.filterTabs .tabsItem {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    line-height: 1;
    cursor: pointer;
    background: #f1f1f1;
    color: #3d3d3d;
    font-weight: 400;
    transition: all .2s ease-in-out;
    position: relative
}

.filterTabs .tabsItem:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #5ad235;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out
}

.filterTabs .tabsItem.active,
.filterTabs .tabsItem:hover {
    color: #5ad235
}

.filterTabs .tabsItem.active {
    border-bottom: 1px solid #28ad00;
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin-bottom: -1px;
    border-color: #5ad235
}

.filterTabs .tabsItem.active:after {
    opacity: 1;
    visibility: visible
}

.crdCompareModal .crd {
    width: 100%;
    max-width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    min-height: 275px;
    text-align: left
}

.crdCompareModal .crd .crdName {
    font-size: 13px;
    margin: 8px 0 3px
}

.crdCompareModal .crd .seriesText {
    font-weight: 600
}

.crdCompareModal .crd .crdImg {
    min-height: 140px;
    height: 140px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto
}

.crdCompareModal .crd .priceHolder {
    padding: 0
}

.crdCompareModal .crd .modelTag {
    top: 40%;
    right: -1px
}

.crdCompareModal .crd.selected {
    border-color: #5ad235
}

.crdCompareModal .crd.selected .modalChoose {
    border: 1px solid #5ad235;
    background: #5ad235
}

.crdCompareModal .crd.selected .modalChoose:before {
    opacity: 1;
    visibility: visible
}

.crdCompareModal .crd .loaderOverlay {
    position: absolute
}

.crdCompareModal .modalChoose {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 10px
}

.crdCompareModal .modalChoose:before {
    opacity: 0;
    visibility: hidden;
    color: #fff
}

#modalApplyCoupon #couponErr {
    background: #ff00004f;
    padding: 11px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    display: none
}

.couponWraper {
    max-width: 400px;
    margin: 0 auto
}

.couponWraper .fieldControl {
    width: 60%;
    display: table-cell
}

.couponWraper .btnHolder {
    width: 40%
}

.couponWraper .btnHolder .btn {
    width: 100%;
    height: 40px
}

.couponWraper li {
    margin-bottom: 9px;
    display: flex;
    align-items: center
}

.couponWraper li:last-child {
    margin-bottom: 0
}

.couponWraper .couponList {
    height: auto;
    padding: 4px 14px 2px;
    display: inline-block;
    vertical-align: middle;
    color: #5ad235;
    cursor: pointer
}

.couponWraper .StockMsg {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px
}

.couponErr {
    background: #ff00004f;
    padding: 11px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    display: none
}

#modalAddToCart .couponWraper {
    max-width: 100%
}

#modalAddToCart .couponWraper .couponListOuter {
    column-gap: 10px;
    flex-wrap: wrap
}

#modalAddToCart .couponWraper li {
    background: #f7f7f7
}

#modalAddToCart .couponWraper .StockMsg {
    margin: 0 10px
}

@media only screen and (min-width:1023px) {
    .couponWraper .btnHolder .btn {
        font-size: 14px
    }
}

.couponList {
    border: 1px dashed #dfdfdf;
    color: #959595;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer
}

.couponList .couponApplied .couponTag {
    color: #5ad235;
    border: 1px dashed #5ad235;
    text-align: center;
    line-height: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3px 5px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: .7px
}

.couponList .couponApplied .cancelCoupon {
    font-size: 12px;
    color: #959595
}

.couponList .couponClaim>div,
.couponList .couponClaim>span {
    flex: 1
}

.couponList .confetti {
    position: absolute;
    left: 50%;
    top: 50%
}

.couponList .confetti::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 7px;
    -webkit-animation: 1.5s explode ease-out 3 backwards, 1.5s gravity ease-in 3 backwards;
    animation: 1.5s explode ease-out 3 backwards, 1.5s gravity ease-in 3 backwards
}

.couponList .coupSuccess {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #fff6e0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, #e1e1e1 50%, transparent 50%), linear-gradient(90deg, #e1e1e1 50%, transparent 50%), linear-gradient(0deg, #e1e1e1 50%, transparent 50%), linear-gradient(0deg, #e1e1e1 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 5px;
    padding: 10px;
    -webkit-animation: dash 10s cubic-bezier(.24, .79, .83, .31) infinite;
    animation: dash 10s cubic-bezier(.24, .79, .83, .31) infinite
}

.couponList .coupAnimation {
    background-image: linear-gradient(-225deg, #000 0, #111 29%, #5ad235 67%, #ffdc00 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textclip 2s linear infinite;
    animation: textclip 2s linear infinite;
    animation-direction: reverse;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700
}

@-webkit-keyframes dash {
    to {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%
    }
}

@keyframes dash {
    to {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%
    }
}

@-webkit-keyframes textclip {
    to {
        background-position: 200% center
    }
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

@-webkit-keyframes explode {
    to {
        box-shadow: 112px -162.33333px #ff9c8f, 134px 30.66667px #3bceac, -122px -201.33333px #2997ff, -139px -7.33333px #3bceac, -222px 5.66667px #3bceac, -214px -187.33333px #f0cd27, 17px -153.33333px #f0cd27, -180px -134.33333px #ff9c8f, 164px -3.33333px #ff9c8f, -102px -168.33333px #ff9c8f, -234px 31.66667px #3bceac, -216px -156.33333px #f0cd27, 79px -131.33333px #ff9c8f, 216px -189.33333px #ff9c8f, 206px 15.66667px #2997ff, 47px -43.33333px #2997ff, -71px -138.33333px #3bceac, -129px -178.33333px #3bceac, 115px 36.66667px #3bceac, -68px -177.33333px #ff9c8f, -4px -94.33333px #2997ff, -227px -56.33333px #f0cd27, 11px 20.66667px #ff9c8f, -222px 29.66667px #ff9c8f, -56px -119.33333px #f0cd27, -190px -61.33333px #2997ff, -139px -5.33333px #3bceac, -14px 30.66667px #ff9c8f, -241px -193.33333px #ff9c8f, 154px 31.66667px #f0cd27, -59px -156.33333px #2997ff, -173px -95.33333px #ff9c8f, -28px 2.66667px #2997ff, -50px -169.33333px #3bceac, -176px -105.33333px #3bceac, 239px -142.33333px #ff9c8f, -85px -84.33333px #ff9c8f, -224px 15.66667px #ff9c8f, 90px 6.66667px #2997ff, 183px -139.33333px #f0cd27, -51px -199.33333px #3bceac, -143px -126.33333px #f0cd27, 15px -181.33333px #ff9c8f
    }
}

@keyframes explode {
    to {
        box-shadow: 112px -162.33333px #ff9c8f, 134px 30.66667px #3bceac, -122px -201.33333px #2997ff, -139px -7.33333px #3bceac, -222px 5.66667px #3bceac, -214px -187.33333px #f0cd27, 17px -153.33333px #f0cd27, -180px -134.33333px #ff9c8f, 164px -3.33333px #ff9c8f, -102px -168.33333px #ff9c8f, -234px 31.66667px #3bceac, -216px -156.33333px #f0cd27, 79px -131.33333px #ff9c8f, 216px -189.33333px #ff9c8f, 206px 15.66667px #2997ff, 47px -43.33333px #2997ff, -71px -138.33333px #3bceac, -129px -178.33333px #3bceac, 115px 36.66667px #3bceac, -68px -177.33333px #ff9c8f, -4px -94.33333px #2997ff, -227px -56.33333px #f0cd27, 11px 20.66667px #ff9c8f, -222px 29.66667px #ff9c8f, -56px -119.33333px #f0cd27, -190px -61.33333px #2997ff, -139px -5.33333px #3bceac, -14px 30.66667px #ff9c8f, -241px -193.33333px #ff9c8f, 154px 31.66667px #f0cd27, -59px -156.33333px #2997ff, -173px -95.33333px #ff9c8f, -28px 2.66667px #2997ff, -50px -169.33333px #3bceac, -176px -105.33333px #3bceac, 239px -142.33333px #ff9c8f, -85px -84.33333px #ff9c8f, -224px 15.66667px #ff9c8f, 90px 6.66667px #2997ff, 183px -139.33333px #f0cd27, -51px -199.33333px #3bceac, -143px -126.33333px #f0cd27, 15px -181.33333px #ff9c8f
    }
}

#modalApplyCoupon .couponWraper {
    max-width: 100%
}

#modalApplyCoupon .couponWraper .fieldControl {
    width: 100%;
    display: flex
}

#splitPymntModal .modalContent {
    max-height: 95vh
}

#splitPymntModal .pymntFailedSec {
    overflow: hidden
}

#splitPymntModal .pfWarningBox {
    border-bottom: 1px solid #ddd
}

#splitPymntModal .helpReason {
    padding: 20px 0 12px
}

#splitPymntModal .helpReason h3 {
    font-weight: 600;
    font-size: 14px;
    padding-left: 18px
}

#splitPymntModal .helpReason span {
    display: block;
    position: relative
}

#splitPymntModal .helpReason span:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #5ad235;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    padding: 3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#splitPymntModal.keyboard-showing .pymntFailedSec {
    position: relative;
    bottom: 100px
}

#splitPymntModal.keyboard-open .pymntFailedSec {
    position: relative;
    bottom: 130px
}

.paymentSplit {
    position: relative;
    min-height: 350px;
    padding-top: 140px;
    z-index: 1
}

.paymentSplit:before {
    content: "";
    position: absolute;
    top: 23px;
    right: -40px;
    width: 100%;
    height: 100%;
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/payment-split.png) no-repeat right top;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    pointer-events: none
}

.paymentSplit .content {
    padding-bottom: 40px
}

.paymentSplit .content h4 {
    font-size: 20px;
    color: #5ad235
}

.paymentSplit .content h5 {
    font-size: 14px;
    margin-top: 6px;
    max-width: 230px
}

.paymentSplit .content p {
    font-size: 12px;
    color: #616161;
    margin-top: 20px
}

.paymentSplit .fieldInput {
    height: 55px
}

.paymentSplit .fieldInput:placeholder-shown~.fieldLabel {
    top: 20px
}

.paymentSplit .btn {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0;
    height: 49px;
    width: 120px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.paymentSplit form {
    position: relative
}

.paymentSplit form #splitNumberApply {
    top: 82px
}

.paymentSplit form .timer {
    float: right;
    color: #5ad235;
    font-size: 14px;
    position: relative;
    bottom: 18px
}

@-webkit-keyframes heightToggle {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: auto
    }
}

@-moz-keyframes heightToggle {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: auto
    }
}

@-o-keyframes heightToggle {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: auto
    }
}

@keyframes heightToggle {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: auto
    }
}

#modalBajaj iframe {
    width: 100%;
    height: 100%;
    position: relative;
    background: 0 0;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    z-index: 605
}

#modalBajaj .modalMainBottom {
    max-width: 100%;
    height: 88vh;
    padding: 16px 10px
}

#modalBajaj .headerPopup {
    background: #0069b4;
    margin: -16px -10px 20px -10px;
    padding: 15px 20px 15px;
    color: #fff
}

#modalBajaj .headerPopup .logo {
    width: 90px;
    height: 50px;
    border-radius: 5px;
    background: #f9f9f9
}

#modalBajaj .headerPopup .logo .bajaj {
    width: 50px;
    height: 14px;
    margin-left: 18px;
    transform: scale(1.3)
}

#modalBajaj .headerPopup .price {
    font-size: 18px;
    text-align: center
}

#modalBajaj .headerPopup .price .icon-rupee {
    font-size: 13px;
    margin-right: 5px
}

#modalBajaj .title {
    font-size: 15px;
    padding: 5px 10px 5px
}

#modalBajaj .closeIconBtn {
    width: 30px;
    height: 30px;
    top: -15px !important;
    right: 20px
}

#modalBajaj .closeIconBtn:after,
#modalBajaj .closeIconBtn:before {
    left: 4px;
    top: 9px;
    width: 65%
}

@media only screen and (min-width:360px) {
    #modalBajaj .modalMainBottom {
        height: 78vh
    }
}

@media only screen and (min-width:411px) {
    #modalBajaj .modalMainBottom {
        height: 68vh
    }
}

@media (max-height:560px) and (max-width:400px) {
    #modalBajaj .modalMainBottom {
        height: 90vh
    }

    #modalBajaj .headerPopup {
        margin-bottom: 5px;
        padding: 10px 20px 10px
    }

    #modalBajaj .title {
        padding-bottom: 0
    }
}

@media only screen and (min-width:1024px) {
    #modalBajaj .modalMainBottom {
        max-width: 360px;
        height: 500px
    }
}

@media only screen and (min-width:1024px) {
    #modalBajaj .closeIconBtn {
        left: auto
    }

    #modalBajaj .headerPopup {
        margin-bottom: 10px
    }

    #modalBajaj .headerPopup .logo {
        width: 100px;
        height: 60px
    }

    #modalBajaj .headerPopup .logo .bajaj {
        margin-left: 23px;
        transform: scale(1.5)
    }

    #modalBajaj .headerPopup .price {
        font-size: 24px
    }

    #modalBajaj .headerPopup .price .icon-rupee {
        font-size: 17px
    }

    .modalBody iframe {
        width: 100% !important
    }
}

.mobileVerifyModal .errorShow,
.mobileVerifyModal .invalidError,
.mobileVerifyModal .otpTimer {
    position: absolute;
    left: 0;
    z-index: 9;
    font-size: 12px
}

.mobileVerifyModal .timer {
    float: right;
    color: #5ad235
}

.mobileVerifyModal .otpTimer {
    right: 1px !important;
    bottom: -18px;
    left: auto;
    pointer-events: none
}

.mobileVerifyModal .resendotppop {
    color: #111;
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 13px
}

.mobileVerifyModal .resendcode {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #323232;
    cursor: pointer
}

.mobileVerifyModal .resendotp {
    position: absolute;
    right: 10px;
    margin: 15px 0 0;
    color: #323232;
    font-weight: 600;
    cursor: pointer
}

.mobileVerifyModal .forgotPassowrd {
    position: absolute;
    right: 15px;
    color: #111;
    top: 14px;
    cursor: pointer;
    background: #fff
}

.crdTopSpec {
    column-gap: 12px;
    margin-top: 12px;
    color: #111;
    font-size: 12px;
    line-height: 1
}

.crdTopSpec li {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.crdTopSpec i {
    color: #5ad235;
    font-size: 14px
}

.crdSpec .spcItem {
    display: flex;
    align-items: center
}

.crdSpec .spcItem strong {
    display: block;
    color: #5ad235
}

.crdSpec .specName {
    color: #959595;
    padding-top: 2px;
    font-size: 12px
}

.crdSpec .specName strong {
    font-size: 12px;
    display: block;
    padding-top: 3px
}

.crdSpec .icon {
    font-size: 22px;
    color: #5ad235
}

.crdSpec .iconHolder {
    width: 30px;
    color: #5ad235;
    font-size: 22px;
    text-align: center;
    padding-right: 5px
}

.crdModelTag {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 4px 16px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1
}

.crdModelTag.rotate {
    top: 25%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    padding: 2px 16px 0
}

.crdModelTag.rotate span {
    -webkit-transform: skewX(-20deg) skewY(0);
    -ms-transform: skewX(-20deg) skewY(0);
    -o-transform: skewX(-20deg) skewY(0);
    transform: skewX(-20deg) skewY(0);
    left: 8px;
    right: 8px
}

.crdModelTag span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.modelTagBody {
    margin: auto;
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 139px;
    height: 28px;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(90deg) translate(-46%, -54%);
    transform-origin: 91% 0;
    text-align: center;
    overflow: hidden
}

.modelTagBody div {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 100% 0;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 2px 16px 0;
    font-weight: 600
}

.modelTagBody div span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    -webkit-transform: skewX(-20deg) skewY(0);
    -ms-transform: skewX(-20deg) skewY(0);
    -o-transform: skewX(-20deg) skewY(0);
    transform: skewX(-20deg) skewY(0);
    z-index: -1
}

.modelTagBody div span.magenta {
    background: #b900a7
}

.modelTagBody div.animation1 {
    animation-name: modelTagAaniOne
}

.modelTagBody div.animation2 {
    animation-name: modelTagAaniTwo
}

@keyframes modelTagAaniOne {

    0%,
    10% {
        opacity: 0;
        margin-top: -50px
    }

    10%,
    40% {
        opacity: 1;
        margin-top: 0
    }

    100%,
    50% {
        opacity: 0;
        margin-top: -50px
    }
}

@keyframes modelTagAaniTwo {

    0%,
    50% {
        opacity: 0;
        margin-top: -50px
    }

    60%,
    80% {
        opacity: 1;
        margin-top: 0
    }

    100% {
        opacity: 0;
        margin-top: -50px
    }
}

@media only screen and (min-width:1024px) {
    .crdListW .crdImg {
        min-height: 330px
    }

    .crdListW .crdCont {
        padding: 20px
    }

    .crdListW .eventTop {
        min-height: 62px;
        align-items: baseline
    }

    .crdListW .crdBadge {
        padding: 12px;
        font-size: 16px
    }

    .crdListW time {
        font-size: 14px
    }

    .crdListW .crdTitle {
        margin-top: 12px;
        font-size: 18px;
        min-height: 65px;
        display: flex;
        align-items: center
    }

    .crdListW .ftrBadge {
        padding: 10px 30px 10px 20px;
        font-size: 16px
    }

    .crdListW .ftrBadge::after {
        border-top: 20.66667px solid transparent;
        border-bottom: 20.66667px solid transparent;
        border-right: 20px solid #fff
    }

    .crdListW .btn {
        height: 60px !important;
        border-radius: 8px 0 8px 0;
        font-size: 18px;
        min-width: 150px
    }
}

@media only screen and (min-width:1600px) {
    .crdListW .crdImg {
        min-height: 351px
    }

    .crdListW .crdTitle {
        font-size: 22px
    }
}

#modalFlatOffer {
    z-index: 9999
}

#modalFlatOffer .modalMainBottom {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0
}

#modalFlatOffer .closeIconBtn {
    background: #e5e5e5;
    border-color: #e5e5e5
}

.flatOfferWrap {
    flex-direction: column
}

.flatOfferWrap h2 {
    line-height: 1.2;
    margin-bottom: 16px;
    color: #d23535
}

.flatOfferWrap .offerDisc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #4a4a4a
}

.flatOfferWrap .fieldControl {
    margin-bottom: 24px
}

.flatOfferWrap .btn,
.flatOfferWrap .fieldInput {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

.flatOfferWrap .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    font-weight: 600
}

.flatOfferWrap .icon-rupee {
    zoom: 1
}

.flatOfferWrap .resendcode {
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 16px;
    cursor: pointer
}

.flatOfferWrap .timer {
    text-align: right;
    margin-top: 6px
}

.flatOfferWrap .couponWrap {
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    display: inline-flex;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 10px 16px 10px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px dashed #ffdc00;
    align-items: center
}

.flatOfferWrap .couponWrap .icon-rupee {
    font-size: 100%;
    zoom: .72
}

.flatOfferWrap .couponList {
    border: 1px dashed #dfdfdf;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 88px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: #f5f5f5
}

.flatOfferWrap .iconCopy,
.flatOfferWrap .iconCopy:after {
    border: 1px solid #000;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.flatOfferWrap .iconCopy {
    position: relative;
    display: inline-flex;
    top: 2px;
    margin-right: 3px
}

.flatOfferWrap .iconCopy:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1
}

.flatOfferWrap .copyBtn {
    min-width: 60px
}

.flatOfferWrap .imgHolder img {
    max-width: 100%;
    width: auto;
    width: 100%
}

.flatOfferCont {
    padding: 20px 16px;
    width: 100%
}

.sprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/home/spriteIconV2.svg) no-repeat;
    display: block
}

.onRoadIC {
    background-position: 0 -5px;
    width: 65px;
    height: 38px
}

.electricIC {
    background-position: -86px -1px;
    width: 24px;
    height: 45px
}

.storeIndiaIC {
    background-position: -133px 0;
    width: 59px;
    height: 48px
}

.fulfilledIC {
    background-position: -210px 0;
    width: 32px;
    height: 48px
}

.followerIC {
    background-position: -261px 0;
    width: 54px;
    height: 50px
}

.launchedIC {
    background-position: -334px -5px;
    width: 39px;
    height: 38px
}

.designedIC {
    background-position: -1px -114px;
    width: 50px;
    height: 58px
}

.topBrandIC {
    background-position: -64px -114px;
    width: 64px;
    height: 55px
}

.engineeredIC {
    background-position: -141px -114px;
    width: 51px;
    height: 53px
}

.worldClassIC {
    background-position: -206px -117px;
    width: 45px;
    height: 53px
}

.frameIC {
    background-position: -271px -53px;
    width: 40px;
    height: 49px
}

.salesServiceIC {
    background-position: -327px -117px;
    width: 49px;
    height: 49px
}

.freeShipingIC {
    background-position: -1px -58px;
    width: 73px;
    height: 41px
}

.dispetchIC {
    background-position: -87px -56px;
    width: 51px;
    height: 48px
}

.accemblyIC {
    background-position: -153px -56px;
    width: 44px;
    height: 45px
}

.emiIC {
    background-position: -213px -56px;
    width: 45px;
    height: 46px
}

.secureIC {
    background-position: -326px -57px;
    width: 49px;
    height: 42px
}

.payOnDeliveryIC {
    background-position: -271px -56px;
    width: 40px;
    height: 46px
}

.spRivew {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/review-sprite.svg) no-repeat;
    display: flex
}

.indiaIcW {
    background-position: 0 -13px;
    width: 11px;
    height: 12px
}

.deliveryIcW {
    background-position: -12px -13px;
    width: 15px;
    height: 8px
}

.qualityIcW {
    background-position: -28px 0;
    width: 10px;
    height: 12px
}

.moneyIcW {
    background-position: -40px 0;
    width: 10px;
    height: 12px
}

.designIcW {
    background-position: -51px 0;
    width: 11px;
    height: 12px
}

.indiaIcB {
    background-position: 0 -13px;
    width: 11px;
    height: 12px
}

.deliveryIcB {
    background-position: -12px -13px;
    width: 15px;
    height: 8px
}

.qualityIcB {
    background-position: -28px -13px;
    width: 10px;
    height: 12px
}

.moneyIcB {
    background-position: -40px -13px;
    width: 10px;
    height: 12px
}

.designIcB {
    background-position: -51px -13px;
    width: 11px;
    height: 12px
}

.heroBanner .item {
    position: relative
}

.heroSlideBody {
    width: 100%;
    height: 365px;
    position: relative;
    overflow: hidden
}

.heroSlideBody .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

.heroSlideBody .heroImg {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
    display: block;
    height: 100%;
    cursor: pointer
}

.heroSlideBody .bannerVideo,
.heroSlideBody video[poster] {
    width: 100%;
    height: 100%
}

.heroSlideBody .next,
.heroSlideBody .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    transition: .6s ease;
    user-select: none;
    background: rgba(90, 210, 53, .6);
    z-index: 85;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2)
}

.heroSlideBody .next:before,
.heroSlideBody .prev:before {
    position: absolute;
    top: 16px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin: 0;
    border-color: #fff;
    border-style: solid;
    padding: 3px;
    border-width: 0 2px 2px 0
}

.heroSlideBody .next:hover,
.heroSlideBody .prev:hover {
    background-color: #5ad235
}

.heroSlideBody .prev {
    left: 0
}

.heroSlideBody .prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 16px
}

.heroSlideBody .next {
    right: 0
}

.heroSlideBody .next:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 17px
}

.heroSlideBody .sliderDot {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    z-index: 91
}

.heroSlideBody .sliderDot .icon-play {
    background: 0 0;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
    font-size: 18px
}

.heroSlideBody .sliderDot .icon-play:not(.active) {
    background: 0 0;
    font-size: 14px
}

.heroSlideBody .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 8px;
    border: 0;
    border-radius: 50%;
    transition: background-color .6s ease;
    background: #5ad235;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    border: 1px solid #5ad235;
    color: #5ad235
}

.heroSlideBody .dot:not(.active) {
    background: #262626;
    color: #262626
}

.heroSlideBody .dot.active {
    height: 14px;
    width: 14px
}

.heroSlideBody .dot.active,
.heroSlideBody .dot:hover {
    background-color: #5ad235
}

.heroSlideBody .icon-play.active {
    background: 0 0
}

.heroSlideBody .bannerVideo {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #000
}

.heroSlideBody .controlBtn {
    width: 50px;
    position: absolute;
    background: #ffffffad;
    box-shadow: 4px 4px 14px rgba(34, 22, 41, .1)
}

.heroSlideBody .pauseBtn {
    top: 50%;
    left: 50%;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    padding: 16px 14px 15px 17px;
    transform: translate(-50%, -50%);
    color: #000
}

.heroSlideBody .muteBtn {
    bottom: 30px;
    right: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 16px
}

.heroSlideBody .muteBtn.mute:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(50deg)
}

.heroSlideBody video[poster] {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100vw;
    display: block
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.heroSlides {
    display: none;
    height: 100%;
    position: relative
}

.heroSlides .heroCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 35px;
    white-space: normal;
    text-align: center;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .72) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .72) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .72) 0, rgba(255, 255, 255, 0) 100%);
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 90
}

.heroSlides h1,
.heroSlides h2 {
    text-transform: uppercase
}

.heroSlides p {
    line-height: 1.3;
    font-weight: 400
}

.heroSlides h1,
.heroSlides h2,
.heroSlides p {
    color: #fff
}

#heroBox {
    display: none
}

#heroBox.active {
    display: block
}

.heroBnrPanel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

@media only screen and (min-width:360px) {
    .heroSlideBody {
        height: 412px
    }

    .bnrVideo {
        padding-bottom: 0
    }
}

@media only screen and (min-width:375px) {
    .heroSlideBody {
        height: 432px
    }

    .bnrVideo {
        padding-bottom: 0
    }
}

@media only screen and (min-width:390px) {
    .heroSlideBody {
        height: 445px
    }
}

@media only screen and (min-width:412px) {
    .heroSlideBody {
        height: 470px
    }
}

@media only screen and (min-width:430px) {
    .heroSlideBody {
        height: 490px
    }
}

@media only screen and (min-width:540px) {
    .heroSlideBody {
        height: 615px
    }
}

@media only screen and (min-width:768px) {
    .heroSlideBody {
        height: 876px
    }

    .bnrVideo {
        padding-bottom: 0
    }
}

@media only screen and (min-width:853px) {
    .heroSlideBody {
        height: 1230px
    }

    .bnrVideo {
        padding-bottom: 0
    }
}

.tableWrap {
    width: 100%;
    text-align: left
}

.tableWrap.tBorder td,
.tableWrap.tBorder th {
    border: 1px solid #ddd
}

.tableWrap.tGray tr:nth-child(odd) td,
.tableWrap.tGray tr:nth-child(odd) th {
    background: #f5f5f5
}

.tableWrap td,
.tableWrap th {
    font-size: 12px;
    line-height: 20px;
    padding: 10px
}

.tableWrap td:first-child,
.tableWrap th:first-child {
    width: 60%
}

.tableWrap th {
    text-transform: uppercase;
    font-weight: 600
}

.tableWrap th strong {
    display: inline-block;
    vertical-align: middle
}

.tableWrap .toolTag {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 8px;
    font-weight: 400
}

.stickyBottom,
.stickyTop {
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 110;
    overflow: hidden
}

.stickyBottom.active,
.stickyTop.active {
    opacity: 1;
    visibility: visible
}

.stickyBottom {
    bottom: -100px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.stickyBottom.active {
    bottom: 0
}

.stickyTop {
    top: -100px
}

.stickyTop.active {
    top: 0
}

#addToCartSticky {
    padding: 10px 0;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    z-index: 9
}

#addToCartSticky .cartWidget {
    padding: 0 16px;
    margin: 0 auto
}

#addToCartSticky.active {
    bottom: 0
}

#addToCartSticky .cartWidget>:first-child {
    width: 40px
}

#addToCartSticky .icon-add-to-cart {
    position: relative;
    font-size: 20px;
    width: 20px
}

#addToCartSticky .icon-add-to-cart .addcartNumber {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #5ad235;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    line-height: 16px;
    text-align: center;
    font-family: "DM Sans", sans-serif !important;
    color: #fff
}

#addToCartSticky .arrpwR {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #5ad235;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    margin-left: 1px;
    vertical-align: 1px
}

#addToCartSticky .btn-link-primary {
    font-weight: 600;
    letter-spacing: 1.2px
}

#addToCartSticky .cartText {
    font-weight: 600;
    padding-right: 10px;
    width: calc(100% - 110px)
}

#addToCartSticky .cartText div {
    font-style: italic;
    font-size: 12px
}

#productPage #addToCartSticky.active {
    bottom: 50px;
    box-shadow: none;
    border-bottom: 1px solid #eee
}

.headerCk {
    position: relative;
    height: 54px;
    z-index: 100;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.headerCk .row {
    flex-grow: 1
}

.headerCk a {
    display: flex;
    align-items: center
}

.headerCk .backBtn {
    width: 32px;
    height: 30px;
    position: relative
}

.headerCk .backBtn:after,
.headerCk .backBtn:before {
    content: '';
    position: relative
}

.headerCk .backBtn:before {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #000;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    margin: 0;
    left: 4px
}

.headerCk .backBtn:after {
    background: #000;
    height: 2px;
    width: 21px;
    left: -10px
}

.headerCk .item {
    align-self: center
}

.headerCk .item img {
    width: 170px;
    margin: 0 auto
}

@media only screen and (min-width:1024px) {
    .headerCk {
        height: 80px;
        font-size: 16px
    }

    .headerCk .webContainer {
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between
    }

    .headerCk .stepCheckOut {
        column-gap: 98px;
        font-size: 17px
    }

    .headerCk .headerRight {
        max-width: 460px
    }

    .headerCk .item {
        color: #747474;
        position: relative;
        font-weight: 700;
        cursor: pointer
    }

    .headerCk .item.active,
    .headerCk .item.fill {
        color: #5ad235
    }

    .headerCk .item.active .stepLine,
    .headerCk .item.fill .stepLine {
        background: #5ad235
    }

    .headerCk .item.active .stepLine:after,
    .headerCk .item.active .stepLine:before,
    .headerCk .item.fill .stepLine:after,
    .headerCk .item.fill .stepLine:before {
        background: #5ad235
    }

    .headerCk .item.active {
        color: #5ad235
    }

    .headerCk .item.active:after {
        opacity: 1;
        visibility: visible
    }

    .headerCk .item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 38px;
        height: 2px;
        background: #5ad235;
        bottom: -8px;
        margin: auto;
        opacity: 0;
        visibility: hidden
    }

    .headerCk .stepLine {
        position: absolute;
        right: calc(100% + 16px);
        height: 1px;
        background: #747474;
        width: 66px;
        top: calc(50% - 1px)
    }

    .headerCk .stepLine:after,
    .headerCk .stepLine:before {
        content: "";
        position: absolute;
        top: -2px;
        width: 5px;
        height: 5px;
        background: #747474;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .headerCk .stepLine:before {
        left: 0
    }

    .headerCk .stepLine:after {
        right: 0
    }
}

.gray {
    background: #f6f6f6
}

.checkoutPg {
    padding-bottom: 110px
}

.checkoutPg .head {
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1)
}

.checkoutPg h1,
.checkoutPg h2 {
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.checkoutPg h1 i,
.checkoutPg h2 i {
    font-size: 18px
}

.checkoutPg .section {
    padding-top: 16px;
    padding-bottom: 16px
}

.checkoutPg .section:nth-child(odd) {
    background: #fff
}

.checkoutPg .section.gray {
    background: #f6f6f6
}

.checkoutPg .btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    font-size: 12px
}

.checkoutPg .imgR {
    min-width: auto;
    max-width: 100%
}

.checkoutPg .crd .btn {
    width: auto
}

.checkoutPg .crdAccBox .btn {
    font-size: 12px;
    min-width: 144px;
    color: #000
}

.checkoutPg .icon-rupee {
    font-size: 100%;
    zoom: .7
}

.checkoutPg .cutPrice {
    text-decoration: none;
    position: relative
}

.checkoutPg .cutPrice:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    background: #000;
    width: 100%
}

.checkoutPg img {
    min-width: auto
}

.checkoutPg .rds4 {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.checkoutPg .btn.editToCardBtn {
    padding: 4px 8px
}

.checkoutPg .editToCardBtn .icon-edit {
    color: #5ad235;
    font-size: 12px
}

.checkoutPg .emiTextList {
    background: #eaffe4;
    min-height: 30px;
    border-top: 1px solid #e1e1e1
}

.checkoutPg .emiTextList>div:last-child {
    padding-left: 2px
}

.checkoutPg .btnMoreLess {
    position: relative;
    color: #5ad235;
    background: 0 0;
    margin: -12px auto 0;
    display: block;
    height: 32px;
    border: 0;
    text-transform: uppercase;
    padding: 0 40px 0 20px;
    border: 1px solid #5ad235
}

.checkoutPg .btnMoreLess:before {
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #5ad235;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    position: absolute;
    right: 16px;
    top: 9px
}

.checkoutPg .btnMoreLess.active:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 13px
}

.checkoutPg .trustSafety {
    border: 0;
    background: #f6f6f6
}

.checkoutPg .crdPrice {
    font-size: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1
}

.checkoutPg .modalMainBottom {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0
}

.checkoutPg .checkoutStpModal .modalMainBottom {
    border-radius: 0;
    -webkit-border-radius: 0;
    max-height: 100%;
    height: 100%
}

.checkoutPg .checkoutStpModal .modalContent {
    padding: 0;
    height: calc(100% - 125px)
}

.checkoutPg .modalFooter {
    background: #fff;
    z-index: 101;
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16)
}

.checkoutPg .modalFooter .btn {
    height: 36px
}

.checkoutPg .closeIconBtn {
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.checkoutPg .modalHeader {
    height: 56px;
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16);
    font-size: 16px;
    font-weight: 700;
    z-index: 101;
    position: relative
}

.checkoutPg .backBtn {
    width: 32px;
    height: 30px;
    position: relative
}

.checkoutPg .backBtn:after,
.checkoutPg .backBtn:before {
    content: '';
    position: relative
}

.checkoutPg .backBtn:before {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #000;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    height: 12px;
    width: 12px;
    margin: 0;
    left: 4px
}

.checkoutPg .backBtn:after {
    background: #000;
    height: 2px;
    width: 21px;
    left: -10px
}

.checkoutPg .couponWrap.couponList {
    padding: 20px 12px 12px;
    margin: 0
}

.checkoutPg .couponWrap .couponTitle {
    top: -10px;
    padding: 2px 8px;
    background: #ffecb1;
    line-height: 1.3;
    position: absolute;
    border-radius: 4px;
    color: #000;
    z-index: 1
}

.checkoutPg .couponWrap .cancelCoupon {
    margin-left: auto
}

.checkoutPg .couponWrap .couponTag {
    color: #fff;
    border: 1px dashed #fff;
    padding: 8px 12px;
    letter-spacing: 1px;
    display: inline-flex;
    line-height: 1;
    background: #5ad235
}

.checkoutPg .couponWrap .icon-trash {
    color: red
}

.checkoutPg .btnGroup .btn {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.checkoutPg .crdFooter .btnHold .btn {
    width: 100%;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0
}

.checkoutPg .crdFooter .crdPrice {
    display: table-cell;
    padding: 0 16px
}

.checkoutPg .btnViewMore a {
    color: #000
}

.checkoutPg .btnViewMore span {
    color: #5ad235
}

.checkoutPg .crdCompareModal .crd {
    min-height: 305px
}

.checkoutPg .crdCompareModal .crd .crdImg {
    min-height: 180px;
    max-width: 180px
}

.checkoutPg .fieldTextarea {
    min-height: 100px;
    max-height: 100px
}

.checkoutPg .snap_emi_txt {
    max-width: calc(100% + 26px) !important;
    width: auto;
    min-width: 100%;
    margin-left: -26px;
    margin-bottom: 0
}

.checkoutPg .btn.btn-show-combo {
    font-size: 12px;
    border: 1px solid #5ad235
}

.checkoutPg .btn.btn-show-combo .icon-view {
    font-size: 80%
}

.totalAddedCardInfo {
    font-size: 10px
}

.modalAside .modalContent {
    max-height: 78vh
}

#verify_mobile_popup .modalContent {
    padding-bottom: 100px
}

.crdForm .fieldInput {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.crdForm .countryCode {
    position: absolute;
    left: 1px;
    top: 1px;
    color: #959595;
    padding: 14px 6px;
    background: #fff;
    z-index: 1;
    bottom: 1px;
    font-size: 14px;
    border-right: 1px solid rgba(0, 0, 0, .24);
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.crdForm .errorField .fieldInput {
    border-color: red;
    -webkit-box-shadow: 0 0 12px 2px rgba(255, 0, 0, .16);
    box-shadow: 0 0 12px 2px rgba(255, 0, 0, .16)
}

.crdForm .btn {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 80px
}

.crdForm .btn-link {
    text-decoration: underline
}

.crdForm .rightTick {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    right: 13px;
    top: 15px;
    zoom: .7
}

.crdForm .fieldInput:placeholder-shown~.fieldLabel {
    color: #000
}

.crdForm .chipControl .control__indicator {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.crd.crdCoupon {
    overflow: visible;
    padding-bottom: 35px;
    min-height: 106px;
    min-width: 290px
}

.crd.crdCoupon.crdForm {
    padding-bottom: 12px
}

.crd.crdCoupon .brdDashed~.couponErr {
    margin-top: -26px
}

.crd.crdCoupon .couponErr {
    margin: -20px -20px 8px;
    font-size: 11px;
    padding: 1px 20px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.crd.allOfferBtn {
    min-width: 90px;
    flex: 0 0 95px;
    align-items: center;
    font-size: 14px;
    padding-bottom: 20px;
    flex-direction: column;
    row-gap: 4px
}

.crdCoupon .crdCont {
    min-height: 51px;
    position: relative
}

.crdCoupon .crdTitle {
    font-size: 13px
}

.crdCoupon .brdDashed:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 8px;
    right: 8px;
    height: 1px;
    background-image: linear-gradient(to right, #bdb9bf 50%, transparent 0);
    background-size: 8px 100%;
    background-repeat: repeat-x;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 1
}

.crdCoupon .crdFtr {
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crdCoupon .crdFtr:after,
.crdCoupon .crdFtr:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: transparent #d9d9d9 #d9d9d9 transparent
}

.crdCoupon .crdFtr:before {
    left: -8px;
    transform: rotate(-45deg);
    box-shadow: inset -2px -1px 0 1px rgba(225, 225, 225, .4)
}

.crdCoupon .crdFtr:after {
    right: -8px;
    transform: rotate(135deg);
    box-shadow: inset -3px -2px 0 0 rgba(225, 225, 225, .4)
}

.crdCoupon .crdFtr .btn {
    position: relative
}

.crdCoupon .crdFtr .btn-link {
    color: #ffdc00
}

.crdListCk {
    overflow: visible;
    min-height: 100px;
    padding: 20px 12px 0;
    margin-bottom: 26px
}

.crdListCk .crdThumb {
    max-width: 65px;
    width: 65px;
    height: 55px;
    flex: 0 0 auto;
    margin-top: -30px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 4px;
    border: 1px solid #ebebeb
}

.crdListCk .crdThumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.crdListCk .crdFree {
    font-size: 14px
}

.crdListCk .crdItem {
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap
}

.crdListCk .crdCont {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 14px
}

.crdListCk .crdName {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 100px
}

.crdListCk .rating {
    position: absolute;
    top: 0;
    right: 0
}

.crdListCk .crdCares.smV {
    right: 12px;
    top: 12px
}

.crdListCk .fieldInput {
    width: auto;
    padding: 5px
}

.crdListCk .optSelect {
    background: #f6f6f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 24px 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 10px
}

.crdListCk .optList {
    min-width: 140px;
    width: auto;
    left: auto;
    right: 0;
    border-radius: 4px;
    overflow: hidden;
    top: auto;
    bottom: 30px
}

.crdListCk .optItem {
    white-space: nowrap
}

.crdListCk .arrow:before {
    margin-top: -7px;
    right: 10px;
    border-color: #5ad235
}

.crdListCk .crdPrice .icon-rupee {
    font-weight: 700
}

.crdListCk .cartFtr {
    border-top: 1px solid #ebebeb;
    margin: 16px -12px 0;
    padding: 8px 12px;
    min-height: 35px;
    flex: 0 0 calc(100% + 24px);
    width: calc(100% + 24px)
}

.crdListCk .tQty {
    color: #858585;
    font-size: 14px
}

.crdListCk .actionButton {
    margin-left: auto;
    padding: 4px 8px;
    color: #000
}

.crdListCk .icon-trash {
    color: red;
    font-size: 15px;
    position: relative;
    top: 1px
}

.crdListCk .trendingText {
    margin-top: 10px
}

.crdListCk .trendingText .customControl {
    font-size: 14px;
    padding-top: 3px
}

.crdListCk .freeAccess {
    color: #000;
    font-size: 11px;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 1.2;
    background: #e1f3db;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.crdListCk .countAccess {
    background: #5ad235;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    width: auto;
    padding-top: 2px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0
}

.crdListCk .freeTag {
    display: flex;
    position: absolute;
    left: -10px;
    top: -3px;
    background: #ffdc00;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 1
}

.crdListCk .freeTag:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffdc00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0
}

.crdListCk .freeTag i,
.crdListCk .freeTag span {
    z-index: 5;
    position: relative
}

.crdListCk .freeTag .nameAccess {
    padding-top: 1px;
    zoom: .85
}

.crdListCk .freeAssembly {
    top: 37%
}

.crdListCk .freeAssembly .freeTag {
    left: -13px;
    top: -10px;
    width: 28px;
    height: 28px;
    font-size: 11px;
    flex-direction: column;
    zoom: .85
}

.crdListCk .freeAssembly .icon-rupee {
    font-weight: 700
}

.crd.crd91Cares {
    background: #f6f6f6
}

.crd91Cares .swipeSlider {
    padding: 0 16px 16px
}

.crdCare91 p {
    color: #3d3d3d
}

.crdCare91 .swipeSlider {
    align-items: stretch
}

.crdCare91 .crd {
    border: 1px solid #ebebeb
}

.crdCare91 .careLogo {
    margin-top: -4px
}

.arrowD:before {
    content: "";
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #fff;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.arrowD.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px
}

.checkoutFtr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px;
    z-index: 101;
    -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .16)
}

.checkoutFtr .paymentBtnWrap {
    height: 48px;
    width: 100%;
    background: #5ad235;
    overflow: hidden
}

.checkoutFtr .paymentBtnWrap>div {
    padding: 0 12px
}

.checkoutFtr .totolPay {
    flex: 0 0 120px;
    height: 100%;
    background: #185704;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.checkoutFtr .totalAmount {
    font-weight: 600;
    font-size: 13px;
    position: relative
}

.checkoutFtr .totalAmount .icon-rupee {
    font-weight: 700
}

.checkoutFtr .payStepWrap {
    flex-grow: 1;
    height: 100%;
    padding-right: 0
}

.checkoutFtr .payStepWrap .btn {
    width: 100%;
    height: 100%;
    background: #5ad235;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.checkoutFtr .payStepWrap.finalStep .btn {
    background: #ffdc00;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

.checkoutFtr .placeOrdrFtr {
    z-index: 102
}

.checkoutFtr .btnGroup {
    height: 48px;
    column-gap: 16px
}

.checkoutFtr .btnGroup .btn {
    width: 100%;
    height: 100%
}

.checkoutFtr .customControl {
    display: inline-block
}

.addAdFtr.disabled {
    z-index: 50;
    pointer-events: none;
    display: none
}

#orderSummary {
    z-index: 100
}

#orderSummary .modalContent {
    padding-bottom: 110px
}

.orderSummary.open {
    margin-bottom: 175px
}

.crdOrder {
    row-gap: 10px;
    display: flex;
    flex-direction: column
}

.crdOrder li {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.crdOrder .info {
    display: inline-flex;
    align-items: baseline;
    font-weight: 600
}

.crdOrder .info .icon-rupee {
    font-weight: 700
}

.crdOrder .totalFtr {
    border-top: 1px dashed #bdb9bf;
    font-weight: 700;
    align-items: baseline
}

.crdOrder .actualPrice {
    font-size: 16px
}

.crdOrder .gstText {
    zoom: .75;
    font-weight: 400
}

.crdOrder .cutPrice {
    zoom: .85
}

.crdOrder .icon-info {
    cursor: pointer;
    font-size: 16px;
    color: #878787
}

.crdOrder .tooltip .tooltiptext {
    transform: translateX(-13px) translateY(110%);
    -webkit-transform: translateX(-13px) translateY(110%);
    width: 62vw;
    max-width: 260px
}

.crdOrder .tooltip .tooltiptext:after {
    right: auto;
    left: 2%
}

.saveDesc {
    background: #f6f6f6;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    font-size: 11px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0
}

.saveDesc .icon-rupee,
.saveDesc span {
    font-weight: 700;
    font-size: 12px
}

.addressOption .chipControl {
    height: 28px;
    line-height: 17px;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.addressOption .chipControl input:checked~.control__indicator {
    background: #5ad235
}

.addressOption .chipControl input:checked:focus~.span,
.addressOption .chipControl input:checked~span,
.addressOption .chipControl:hover input:not([disabled]):checked~span {
    color: #000
}

.addressOption .chipControl .control__indicator {
    border: 1px solid #ebebeb;
    opacity: 1;
    visibility: visible;
    background: 0 0
}

.addressOption .chipControl input:checked:focus~.control__indicator,
.addressOption .chipControl:hover input:not([disabled]):checked~.control__indicator {
    background: #5ad235;
    border-color: #5ad235
}

.shippingAddressWrap {
    display: none
}

.paymentStepOption {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100
}

.paymentStepOption.acitive {
    display: block
}

.paymentStepOption .paymentBtnWrap {
    background: #fff
}

.paymentStepOption .totolPay {
    background: #fff;
    color: #000
}

.paymentStepOption .arrowD:before {
    border-color: #000
}

.paymentStepOption.checkoutStpModal .modalContent {
    height: calc(100% - 315px)
}

.crdPayOptWrap {
    overflow: visible
}

.crdPayOptWrap .methodName {
    margin-left: -25px;
    margin-top: 8px
}

.crdPayOptWrap .snapmint_lowest_emi_value {
    margin-left: -25px
}

.crdPayOptWrap .pymntText {
    color: #616161;
    display: block;
    min-width: 100%;
    font-weight: 600;
    line-height: 1.2
}

.crdPayOptWrap .pymntText span {
    font-size: 12px
}

.crdPayOptWrap .note {
    font-size: 12px
}

.crdPayOptWrap .customControl {
    z-index: 1;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    padding: 16px 12px 16px 35px
}

.crdPayOptWrap .bank-icon-group {
    flex-grow: 1;
    justify-content: space-between
}

.crdPayOptWrap .bank-icons-sprite {
    zoom: .7
}

.crdPayOptWrap .bank-icon-group {
    justify-content: space-between
}

.crdPayOptWrap .bank-icon-group .more-icon {
    column-gap: 6px
}

.crdPayOptWrap .bank-icon-group .gPay {
    zoom: .6
}

.crdPayOptWrap .bank-icon-group .phonePe {
    zoom: .75
}

.crdPayOptWrap .gPay {
    zoom: .85
}

.crdPayOptWrap .hdfc-full {
    zoom: .75
}

.crdPayOptWrap .cash {
    zoom: 1
}

.crdPayOptWrap .customIndicator {
    top: 16px;
    left: 10px;
    height: 18px;
    width: 18px
}

.crdPayOptWrap .customIndicator:after {
    height: 14px;
    width: 14px;
    left: 0;
    top: 0
}

.crdPayOptWrap .labelBorder {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transform: translate(-50%, -50%)
}

.crdPayOptWrap input:checked~.labelBorder {
    border: 1px solid #5ad235
}

.crdPayOptWrap .iconListDot {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #9e9e9e;
    display: inline-block
}

.crdPayOptWrap .pyText,
.crdPayOptWrap p {
    color: #616161;
    font-size: 12px;
    margin-top: 10px;
    width: calc(100% - 35px)
}

.crdPayOptWrap .pyText {
    width: auto;
    line-height: 1.2;
    margin-left: -25px;
    padding-right: 12px
}

.crdPayOptWrap .icon-info {
    font-size: 16px;
    vertical-align: middle
}

.crdPayOptWrap .tooltip {
    position: absolute;
    top: 70px;
    right: 10px
}

.crdPayOptWrap .tooltip .tooltiptext {
    transform: translateX(-95%) translateY(-26px);
    left: 9px
}

.crdPayOptWrap .tooltip .tooltiptext::after {
    border-color: #555 transparent transparent;
    bottom: -16px
}

.crdPayOptWrap .codMsg {
    padding: 10px 10px;
    margin-top: 12px;
    border-radius: 4px;
    display: none;
    margin-left: -25px
}

.crdPayOptWrap .codMsg.success {
    background: #1e6808;
    color: #fff
}

.crdPayOptWrap .codMsg.failure {
    background: #f5c2c7
}

.crdPayOptWrap .codMsg.active {
    display: block
}

.crdPayOptWrap .codWrap.disabled .cash {
    filter: grayscale(1)
}

.crdPayOptWrap .codWrap.disabled .pymntText {
    color: #ccc
}

.crdPayOptWrap .codWrap.disabled p {
    color: #ccc
}

.crdPayOpt {
    color: #616161;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 16px
}

.crdPayOpt.nestedGateway {
    padding: 16px 16px 16px
}

.crdPayOpt.nestedGateway .labelBorder {
    border: 1px dashed #dfdfdf
}

.crdPaytTwoGrid {
    column-gap: 12px;
    align-items: stretch
}

.crdPaytTwoGrid h3 {
    flex: 0 0 100%
}

.crdPaytTwoGrid .customControl {
    flex: 0 0 calc(50% - 6px);
    min-height: 50px;
    align-content: flex-start;
    overflow: visible;
    margin-bottom: 0
}

.deliveryAddress {
    font-size: 12px;
    line-height: 1.2
}

.addressSummary {
    border-bottom: 1px dashed #bdb9bf
}

.addressSummary .addressHead .btn-link-primary {
    margin-left: auto;
    color: #000
}

.addressSummary .icon-edit {
    color: #5ad235
}

.addressSummary .deliveryAddress {
    color: #616161
}

.placeOrdrFtr .customCheckbox {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    font-size: 12px
}

.placeOrdrFtr .arrowD:before {
    border-color: #000
}

#fullyFitted .modalMain {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.emptyWrapMain .section {
    overflow: visible
}

.emptyWrapMain .cartEmpty {
    background: #fff;
    min-height: 96px;
    border: 1px dashed #b7b7b7;
    color: #9c9c9c;
    font-weight: 600
}

.emptyWrapMain .tab-btn:not(.active) {
    background: #f6f6f6
}

.emptyWrapMain .paymentBtnWrap .btn {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:600px) {
    .crdListCk #combo-all-items {
        margin-top: 15px
    }

    .crdListCk #combo-all-items .crdItem {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        justify-content: initial;
        margin-bottom: 10px
    }

    .crdListCk #combo-all-items .crdCont,
    .crdListCk #combo-all-items .crdThumb {
        margin-top: initial
    }
}

#aboutUs .textG {
    color: #4e4e4e
}

#aboutUs .aboutHeroBnr:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
    position: absolute;
    top: 0
}

#aboutUs .aboutHeroBnr p {
    font-size: 14px
}

#aboutUs .aboutHeroBnr h1,
#aboutUs .aboutHeroBnr p {
    color: #fff
}

#aboutUs h1 {
    font-size: 40px;
    margin-bottom: 16px
}

#aboutUs h1+p {
    font-size: 22px
}

#aboutUs .btnVid {
    height: 36px;
    min-width: 110px;
    padding: 0 20px !important;
    border: 0;
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

#aboutUs .btnVid:focus,
#aboutUs .btnVid:hover {
    box-shadow: inset -15px 0 0 0 #000, inset 35px 0 0 0 #000;
    color: #5ad235
}

#aboutUs .heroCaption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: calc(100% - 40px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#aboutUs .journeyTime .bar {
    height: 5px;
    width: 60%;
    background: #fff
}

#aboutUs .journeyTime .yellow {
    background: #ff0
}

#aboutUs .journeyTime .orange {
    background: orange
}

#aboutUs .journeyTime .purple {
    background: purple
}

#aboutUs .journeyTime .blue {
    background: #00f
}

#aboutUs .journeyTime .green {
    background: green
}

#aboutUs .journeyTime time {
    font-size: 24px
}

#aboutUs .journeyTime p {
    font-size: 14px
}

#aboutUs .secDesc {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300
}

#aboutUs #whyChooseSec {
    z-index: 0
}

#aboutUs #whyChooseSec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

#aboutUs #whyChooseSec .container-fluid {
    z-index: 2
}

#aboutUs #whyChooseSec .crdList {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

#aboutUs #whyChooseSec .crdList {
    min-height: 170px
}

#aboutUs #whyChooseSec .crdList .sprite {
    zoom: .7
}

#aboutUs #whyChooseSec .crdList .iconBg {
    height: 60px;
    width: 60px
}

#aboutUs #whyChooseSec .iconBg {
    background: #fff
}

#aboutUs #whyChooseSec h2,
#aboutUs #whyChooseSec h2+p,
#aboutUs #whyChooseSec h3,
#aboutUs #whyChooseSec p {
    color: #fff
}

#aboutUs .crdList h3 {
    font-size: 12px
}

#aboutUs .crdList p {
    zoom: .8
}

#aboutUs .jImgHold {
    margin-left: -16px;
    margin-right: -16px
}

#modalAboutVid .modalMain {
    max-width: 850px
}

@media only screen and (min-width:1024px) {
    #aboutUs h1 {
        font-size: 100px;
        margin-bottom: 35px
    }

    #aboutUs h1+p {
        font-size: 22px
    }

    #aboutUs h1+p,
    #aboutUs h2+p {
        font-size: 22px
    }

    #aboutUs .aboutHeroBnr p {
        font-size: 32px
    }

    #aboutUs .heroCaption {
        max-width: 1000px
    }

    #aboutUs .btnVid {
        height: 80px;
        min-width: 270px;
        font-size: 29px;
        margin-bottom: 40px
    }

    #aboutUs .btnVid:focus,
    #aboutUs .btnVid:hover {
        box-shadow: inset -25px 0 0 0 #000, inset 60px 0 0 0 #000
    }

    #aboutUs .secDesc {
        font-size: 22px
    }

    #aboutUs .crdList h3 {
        font-size: 18px
    }

    #aboutUs #whyChooseSec .crdList {
        min-height: 170px
    }

    #aboutUs #whyChooseSec .crdList .sprite {
        zoom: 1.1
    }

    #aboutUs #whyChooseSec .crdList .iconBg {
        height: 90px;
        width: 90px
    }

    #aboutUs .journeyTime {
        column-gap: 30px
    }

    #aboutUs .journeyTime .crdItem {
        flex: 0 0 calc(20% - 24px);
        max-width: calc(20% - 24px)
    }

    #aboutUs .journeyTime time {
        font-size: 27px
    }

    #aboutUs .journeyTime .bar {
        width: 85%
    }

    #aboutUs .journeyTime p {
        font-size: 16px
    }
}

.contentPage h1 {
    text-transform: capitalize
}

.contentPage h2 {
    margin-bottom: 12px;
    padding-top: 20px;
    font-size: 18px
}

.contentPage h2.h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    padding-top: 30px
}

.contentPage h1,
.contentPage h2 {
    text-align: left
}

.contentPage h4 {
    margin-bottom: 12px
}

.contentPage p {
    font-size: 14px;
    color: #221629;
    font-weight: 300
}

.contentPage a {
    color: #5ad235
}

.contentPage ol,
.contentPage ul {
    margin-bottom: 20px;
    margin-left: 20px
}

.contentPage ol li,
.contentPage ul li {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300
}

.contentPage ol li::before,
.contentPage ul li::before {
    content: "\2022";
    font-weight: 700;
    color: #111;
    margin-left: -16px;
    display: inline-block;
    font-size: 14px;
    width: 16px
}

.contentPage ol.highlights,
.contentPage ul.highlights {
    color: #28ad00
}

.contentPage ol.highlights li::before,
.contentPage ul.highlights li::before {
    content: "\2022";
    font-weight: 700;
    color: #5ad235;
    margin-left: -16px;
    display: inline-block;
    font-size: 16px;
    width: 16px
}

.contentPage p {
    margin-bottom: 20px
}

.contentPage.offerText h2 {
    text-align: left
}

.contentPage.offerText a {
    color: #fff
}

.contentPage .tableWrap {
    text-align: center
}

.contentPage .tableWrap td:first-child,
.contentPage .tableWrap th:first-child {
    width: auto
}

.contentPage.bank-terms h2,
.contentPage.privacyPolicy h2 {
    text-align: left
}

#eScooterProdDetail {
    padding-top: 20px
}

.tabBtns {
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 0 !important
}

.tabBtns::-webkit-scrollbar-track {
    background: 0 0;
    margin: 0
}

.tabBtns::-webkit-scrollbar-thumb {
    background: 0 0 !important
}

.tabBtns::-webkit-scrollbar {
    width: 0;
    height: 0
}

.tabBtns .item {
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px 6px;
    white-space: nowrap;
    height: auto;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    flex: 0 0 auto;
    min-width: 55px;
    cursor: pointer
}

.tabBtns .item.active {
    background: #5ad235;
    color: #fff
}

.tabBtns .slick-dots {
    position: absolute
}

.tab-content {
    opacity: 0
}

.tab-content.active {
    opacity: 1;
    -webkit-animation: tabFadeInUp .5s ease-in;
    -moz-animation: tabFadeInUp .5s ease-in;
    animation: tabFadeInUp .5s ease-in
}

@-webkit-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes tabFadeInUp {
    from {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tabFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .tabBtns {
        margin-bottom: 25px;
        padding: 0 30px
    }

    .tabBtns .item {
        font-size: 16px;
        padding: 6px 10px;
        background: 0 0;
        margin-bottom: -1px;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        min-width: 110px;
        z-index: 1;
        position: relative
    }

    .tabBtns .item:hover {
        background: #f7f7f7;
        color: #5ad235
    }

    .tabBtns .item:not(.slick-slide) {
        margin: 0 8px;
        min-width: 200px
    }

    .tabBtns .slick-next,
    .tabBtns .slick-prev {
        width: 26px;
        height: 40px
    }

    .tabBtns .slick-prev {
        left: 0
    }

    .tabBtns .slick-next {
        right: 0
    }

    .tabBtns .slick-arrow {
        box-shadow: none
    }
}

@media only screen and (min-width:1400px) {
    .tabBtns .item {
        font-size: 18px;
        padding: 14px 16px
    }

    #heroBanner .dot-number {
        font-size: 14px
    }

    .tabBtns .item {
        font-size: 18px;
        padding: 14px 16px
    }
}

@media only screen and (min-width:1600px) {
    .tabBtns h3 {
        font-size: 24px
    }
}

.pdMainBox .specMobile .specDesc {
    font-size: 13px;
    line-height: 1.2
}

.pdMainBox .specMobile .text {
    font-size: 10px;
    line-height: 1.2;
    font-style: italic
}

.pdMainBox .specMobile .icon {
    font-size: 20px;
    min-height: 25px;
    color: #5ad235
}

.pdMainBox .specMobile .icon-display {
    font-size: 16px
}

.pdMainBox .know-more {
    color: rgba(0, 0, 0, .8);
    background: #f5f5f5
}

.pdMainBox .customRadio .customIndicator::after {
    left: 3px;
    top: 3px;
    border: 5px solid #2a2a2a
}

.carouselRide .slick-track {
    display: flex;
    align-items: center
}

.carouselRide img {
    height: auto
}

.carouselRide .slick-dots .dotBtn.icon-play {
    color: red;
    height: 14px;
    width: 14px;
    font-size: 12px;
    border: transparent;
    position: relative;
    zoom: 1
}

.colorOption {
    justify-content: space-around;
    margin-bottom: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    align-items: start
}

.colorOption .colorItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 48px;
    min-width: 45px;
    max-width: 45px
}

.colorOption .colorItem.active .colorImg {
    border-color: #5ad235;
    color: #5ad235
}

.colorOption .colorItem.active .colorName {
    color: #000
}

.colorOption .colorImg {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 3px;
    cursor: pointer;
    line-height: 1;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.colorOption .colorImg,
.colorOption img {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.colorOption .colorName {
    margin-top: 8px;
    font-size: 8px;
    line-height: 1.1;
    color: #dfdfdf
}

.pdCard {
    padding: 20px 0;
    border-radius: 8px
}

.pdCard .pdName {
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

.pdCard .rating {
    padding: 0
}

.pdCard .rating span {
    padding-top: 5px
}

.pdCard .crdPrice {
    font-size: 30px;
    line-height: 1;
    color: #5ad235;
    font-weight: 700;
    white-space: nowrap
}

.pdCard .cutLine {
    margin-top: 3px
}

.pdCard .cutLine:before {
    height: 1px
}

.pdCard .icon-rupee {
    font-weight: 700
}

.pdCard .priceWrap {
    align-self: center
}

.pdCard .priceOffHold {
    font-size: 10px;
    color: #a7aca6;
    display: block;
    font-weight: 300
}

.pdCard .priceOff {
    font-weight: 700;
    font-size: 16px !important
}

.pdCard .mrText {
    font-size: 10px;
    color: #a7aca6
}

.pdCard .colorWidget {
    padding: 0 0 23px 0
}

.pdCard .colorWidget>div {
    display: flex;
    align-items: center
}

.pdCard .colorWidget>:first-child {
    margin-right: 0
}

.pdCard .colorWidget .colorTitle {
    font-size: 22px;
    color: #000;
    font-weight: 700
}

.pdCard .colorWidget .attrBtn {
    min-height: 28px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    background: #f5f5f5;
    border-color: transparent
}

.pdCard .colorWidget .attrBtn:after {
    display: none
}

.pdCard .colorWidget .attrBtn.active {
    border-color: #5ad235;
    color: #5ad235;
    background: #fff
}

.pdCard .colorWidget .colorBtn {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.pdCard .colorWidget .colorBtn.active:before {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
}

.pdCard .colorWidget .colorBtn.active:after {
    display: none
}

.pdCard .colorSpec {
    column-gap: 10px
}

.btnVariant .btn {
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 0 12px;
    column-gap: 4px;
    line-height: 1.1;
    width: 100%;
    min-height: 36px;
    background: #f5f5f5;
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.btnVariant .btn:hover {
    background: #5ad235
}

.btnVariant svg {
    zoom: .71
}

.btnOptions .btn {
    min-height: 40px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700
}

.btnOptions .video-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0
}

.btnOptions .icon-play {
    width: 20px;
    height: 20px;
    line-height: 20px;
    flex: 0 0 20px;
    font-size: 6px;
    padding-left: 3px;
    margin-right: 6px;
    background: #f63533;
    color: #fff
}

.pdHeader {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.pdHeader h2 {
    font-size: 1.4rem;
    margin: 0
}

.pdHeader .pdVariantName {
    color: #707070;
    font-weight: 400;
    font-size: 80%
}

.crdGray {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 24px
}

.pdFeature {
    justify-content: space-between;
    font-size: 11px
}

.pdFeature .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 5px
}

.pdFeature .item .icon-no-cost-emi {
    font-size: 12px
}

.pdFeature .iconName {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    justify-content: center
}

.specMain {
    align-items: baseline
}

.btnTabOption {
    row-gap: 12px
}

.btnTabOption .btnItem {
    font-size: 14px;
    background: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 6px 6px 28px;
    line-height: 1.2;
    min-height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden
}

.btnTabOption .btnItem:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #9d9d9d;
    background: #fff
}

.btnTabOption .btnItem:before {
    transition: .5s ease-in-out;
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -10%;
    height: 130%;
    width: 160%;
    border-radius: 0 50px 0 0;
    transform: translateX(-120%) skew(30deg);
    -webkit-transform: translateX(-120%) skew(30deg);
    background: #5ad235;
    z-index: -1
}

.btnTabOption .btnItem:hover {
    color: #000
}

.btnTabOption .btnItem:hover:before {
    left: -20%;
    transform: translateX(0) skew(10deg);
    -webkit-transform: translateX(0) skew(10deg)
}

.btnTabOption .btnItem span {
    font-size: 12px;
    zoom: .7;
    display: block;
    margin-top: 4px;
    line-height: 1.2;
    color: #000;
    font-weight: 400
}

.btnTabOption .btnItem.active {
    background: #5ad235;
    border-color: #5ad235;
    color: #fff
}

.btnTabOption .btnItem.active:hover:before {
    display: none
}

.btnTabOption .btnItem.active:after {
    border: 3px solid #5ad235;
    box-shadow: 0 0 0 2px #fff;
    background: #fff
}

.btnTabOption .btnItem.active span {
    color: #fff
}

.btnBattery .btnItem {
    font-weight: 700;
    min-height: 42px;
    font-size: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.crdPdBox {
    margin-bottom: 24px
}

.crdPdBox .colorOption {
    margin-bottom: 0;
    text-align: center
}

.crdPdBox .fieldInput {
    background: #f5f5f5;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Montserrat, sans-serif;
    border: 0
}

.crdPdBox .specMain {
    margin-top: -11px
}

.crdPdBox .checkBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    font-weight: 500
}

.validText {
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    margin-top: 5px;
    background: #f1fff1;
    color: #5ad235;
    display: none
}

.validText.red {
    background: #fff0f0;
    color: red
}

.termsBox {
    line-height: 1.1
}

.termsBox.red {
    background: #fff0f0
}

.termsBox .customControl {
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;
    align-items: center;
    min-height: 26px;
    column-gap: 4px;
    line-height: 1
}

.termsBox .customIndicator {
    height: 20px;
    width: 20px;
    top: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #000
}

.termsBox .customIndicator:after {
    width: 6px;
    height: 11px
}

.termsBox a {
    color: #000
}

.termsBox .errorMessg {
    color: red;
    position: relative;
    top: -2px;
    line-height: 1
}

.buyNowOptions {
    background: #000;
    color: #fff;
    align-items: stretch
}

.buyNowOptions .cardPrice {
    font-size: 19px;
    font-weight: 600
}

.buyNowOptions .btnWrap {
    margin-left: auto;
    position: relative
}

.buyNowOptions .btn {
    width: 142px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    height: 100%
}

.buyNowOptions .icon-rupee {
    zoom: 1;
    font-size: 75%;
    font-weight: 700
}

.buyNowOptions .buyInfo {
    padding-top: 6px;
    line-height: 1
}

.buyNowOptions .gstText {
    zoom: .8;
    font-style: italic;
    font-weight: 400
}

.buyNowSticky {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    bottom: -100%
}

.buyNowSticky.active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    bottom: 0
}

.esSprt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/e-scooter/ev-sprite.svg) no-repeat;
    height: 37px;
    display: flex;
    margin: 0 auto;
    zoom: .7;
    opacity: .8
}

.noReg {
    background-position: -3px 0;
    width: 35px
}

.emiCost {
    background-position: -95px -3px;
    width: 37px
}

.evSafety {
    background-position: -50px 0;
    width: 38px
}

@media only screen and (min-width:1024px) {
    .carouselRide {
        aspect-ratio: 3/2.1;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .carouselRide .slick-dots .dotBtn {
        height: 16px;
        width: 16px
    }

    .carouselRide .slick-dots .dotBtn.icon-play {
        color: red;
        height: 16px;
        width: 16px;
        font-size: 16px
    }

    .carouselRide .cdItem img {
        aspect-ratio: 3/2;
        object-fit: contain;
        align-items: center;
        justify-content: center;
        display: flex
    }

    .pdCard .pdName {
        font-size: 38px
    }

    .pdCard .crdPrice {
        font-size: 44px
    }

    .pdCard .priceOffHold {
        font-size: 14px
    }

    .pdCard .priceOff {
        font-size: 22px !important
    }

    .pdCard .rating {
        padding-top: 6px
    }

    .pdCard .mrText {
        font-size: 16px
    }

    .colorWidget .colorSpec {
        column-gap: 20px
    }

    .colorWidget .colorTitle {
        font-size: 24px
    }

    .colorWidget .colorBtn {
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-right: 0
    }

    .colorWidget .colorBtn.active:before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px
    }

    .colorWidget .colorBtn.active:after {
        left: calc(50% - 4px);
        bottom: -10px
    }

    .colorWidget .colorName {
        position: absolute;
        left: 120px;
        font-size: 24px;
        color: #686262
    }

    .crdPdBox .checkBtn {
        font-size: 16px
    }

    .crdPdBox .fieldInput {
        font-size: 16px;
        height: 56px;
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .validText {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .termsBox .customControl {
        font-size: 16px
    }

    .termsBox .customIndicator:after {
        left: 5
    }

    .crdGray {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .btnVariant .btn {
        padding: 0 16px;
        column-gap: 12px;
        line-height: 1.1;
        min-height: 50px;
        font-size: 20px
    }

    .btnVariant svg {
        zoom: .9
    }

    .watch-shop-sec {
        min-height: 840px
    }

    .pdFeature {
        font-size: 14px
    }

    .pdFeature .item {
        flex-direction: row
    }

    .pdFeature .item i {
        font-size: 16px
    }

    .btnOptions .btn {
        min-height: 70px;
        font-size: 20px
    }

    .btnOptions .video-btn {
        justify-content: flex-start
    }

    .btnOptions .icon-play {
        width: 30px;
        height: 30px;
        line-height: 30px;
        flex: 0 0 30px;
        font-size: 8px;
        margin-right: 10px
    }

    .btnTabOption {
        row-gap: 18px
    }

    .btnTabOption .btnItem {
        min-height: 70px;
        font-size: 16px;
        flex: 0 0 calc(50% - 9px);
        padding: 8px 12px 4px 50px
    }

    .btnTabOption .btnItem:after {
        height: 20px;
        width: 20px;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .btnTabOption .btnItem span {
        font-size: 16px;
        zoom: .75
    }
}

.share {
    font-size: 14px;
    width: 100%;
    max-width: 40px
}

.share .icon-share {
    color: #414040;
    height: 40px;
    width: 40px;
    background: #f5f5f5
}

.share .icon-share:hover {
    background: #5ad235;
    color: #000
}

.sharePopup {
    visibility: hidden;
    width: 160px;
    background: #5ad235;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    top: 44px;
    right: 0;
    font-size: 20px;
    line-height: 20px
}

.sharePopup::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #5ad235 transparent
}

.sharePopup.active {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.sharePopup a {
    margin: 0 5px;
    color: #fff
}

.shareMore {
    position: relative;
    width: 24px;
    height: 24px
}

.shareMore i {
    background: #fff;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.pdMainBox h3 {
    font-size: 16px;
    margin-bottom: 6px
}

.pdMainBox .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#storeDetails {
    padding-top: 54px
}

#storeDetails .totalImgDealer {
    position: absolute;
    bottom: 45px;
    right: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    z-index: 7
}

#storeDetails #photos {
    scroll-behavior: smooth
}

#storeDetails .dealerInfo {
    margin-bottom: 24px
}

#storeDetails .dealerInfo .foundedBox {
    column-gap: 10px
}

#storeDetails .dealerInfo .founded {
    background: #f5f5f5;
    padding: 6px 15px;
    border-radius: 15px;
    line-height: 1;
    font-weight: 600
}

#storeDetails .dealerInfo .ratingStrip {
    width: auto;
    overflow: hidden;
    border: 0;
    height: 100%
}

#storeDetails .dealerInfo .ratingStrip span {
    height: 100%
}

#storeDetails .storeInfoBox {
    justify-content: space-between;
    text-align: center;
    max-width: 600px;
    padding: 0 15px
}

#storeDetails .storeInfoBox .icon {
    width: 54px;
    height: 54px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    justify-content: center;
    margin: auto;
    color: #5ad235;
    font-size: 22px;
    margin-bottom: 8px
}

#storeDetails .storeInfoBox span {
    display: flex;
    max-width: 60px;
    color: #959595
}

#storeDetails .dimandImg {
    position: absolute;
    right: -5px;
    bottom: 5px;
    max-width: 36px
}

#storeDetails .vorBnrWrap {
    position: relative
}

#storeDetails .vorBnrWrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-background: linear-gradient(0deg, #2a2a2a 0, rgba(42, 42, 42, .6) 51.57%, rgba(42, 42, 42, 0) 100%);
    -moz-background: linear-gradient(0deg, #2a2a2a 0, rgba(42, 42, 42, .6) 51.57%, rgba(42, 42, 42, 0) 100%);
    background: linear-gradient(0deg, #2a2a2a 0, rgba(42, 42, 42, .6) 51.57%, rgba(42, 42, 42, 0) 100%);
    width: 100%;
    height: 60%
}

#storeDetails .vorBnrWrap .vorBnrCont {
    position: absolute;
    left: 110px;
    right: 0;
    bottom: 12px;
    z-index: 2
}

#storeDetails .vorBnrWrap h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-style: italic
}

#storeDetails .userInfoCard {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 60px 16px 16px;
    z-index: 6
}

#storeDetails .userInfoCard .userProfile {
    position: absolute;
    left: 0;
    top: -50px;
    overflow: hidden;
    left: 16px;
    width: 100px;
    height: 100px;
    margin: 0
}

#storeDetails .userInfoCard .userInfo {
    padding: 10px 16px 10px 110px
}

#storeDetails .userInfoCard .userName {
    font-size: 16px;
    font-weight: 600
}

#storeDetails .userInfoCard .city {
    font-size: 12px;
    font-weight: 600;
    font-style: italic
}

#storeDetails .userInfoCard .verifiedTag {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic
}

#storeDetails .userInfoCard .verifyIcon {
    width: 16px;
    height: 16px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-right: 3px
}

#storeDetails .userInfoCard .sharePopup {
    top: 51px;
    right: 7px
}

#storeDetails .userInfoCard .prodInfo {
    padding: 13px 10px;
    font-size: 12px
}

#storeDetails .userInfoCard .prodInfo>* {
    vertical-align: top;
    width: 27.5%;
    padding-left: 8px
}

#storeDetails .userInfoCard .prodInfo>:first-child {
    padding-left: 0
}

#storeDetails .userInfoCard .prodItem {
    width: calc(100% - 55px)
}

#storeDetails .userInfoCard .title {
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase
}

#storeDetails .userInfoCard .itemName {
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1
}

#storeDetails .userInfoCard .vorRating {
    min-width: 95px
}

#storeDetails .userInfoCard .rating {
    padding: 0
}

#storeDetails .userInfoCard .rating i {
    margin-right: 1px;
    font-size: 13px
}

#storeDetails .userInfoCard .cardListWidget {
    padding: 0;
    align-items: center;
    width: 45%;
    font-size: 12px
}

#storeDetails .userInfoCard .pdName {
    max-width: 100%
}

#storeDetails .userInfoCard .imgThumb {
    width: 50px;
    height: auto;
    padding-right: 10px
}

#storeDetails .userInfoCard .btnRound {
    position: absolute;
    top: -21px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    width: 43px;
    height: 43px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #28ad00
}

#storeDetails .userInfoCard .icon-share {
    line-height: 33px
}

#storeDetails .userProfile {
    position: relative;
    width: 74px;
    height: 74px;
    margin: -37px auto 0;
    border: 3px solid #fff;
    overflow: visible;
    background: #f5f5f5
}

#storeDetails .userProfile .imgB {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    min-width: 100%;
    min-height: 100%
}

#storeDetails~.slick-lightbox .slick-next,
#storeDetails~.slick-lightbox .slick-prev {
    border-radius: 4px
}

#storeDetails~.slick-lightbox .slick-next:before,
#storeDetails~.slick-lightbox .slick-prev:before {
    border-width: 0 0 1px 1px;
    padding: 2px
}

#storeDetails .cardGallery {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -15px;
    align-items: baseline
}

#storeDetails .cardGallery .item {
    flex: 0 0 33.333%;
    padding: 0 0 1px 1px
}

#storeDetails .cardGallery img {
    height: 100%
}

#madalCallRequest .modalTitle {
    font-size: 20px;
    margin-bottom: 20px
}

#madalCallRequest .btn {
    border-radius: 5px
}

#madalCallRequest .modalContent {
    padding: 20px
}

#madalCallRequest .easy-autocomplete {
    width: 100% !important
}

#madalCallRequest .easy-autocomplete-container {
    max-height: 200px;
    overflow-y: auto
}

.fixedIcon .fieldIcon {
    border-right: 1px solid #c2c2c2;
    font-size: 13px;
    height: 100%;
    top: 0;
    left: 0;
    width: 40px;
    line-height: 40px;
    text-align: center
}

.fixedIcon .fieldInput {
    padding: 0 16px 0 50px
}

.fixedIcon .fieldLabel {
    left: 50px
}

@media only screen and (min-width:1024px) {
    #storeDetails {
        padding-top: 170px
    }

    #storeDetails .totalImgDealer {
        bottom: 23%;
        right: 10%;
        font-size: 20px
    }

    #storeDetails .dealerInfo .founded {
        padding: 12px 20px;
        border-radius: 40px
    }

    #storeDetails .dealerInfo .ratingStrip {
        line-height: 40px;
        font-size: 16px
    }

    #storeDetails .dealerInfo .ratingStrip span {
        padding: 0 24px
    }

    #storeDetails .dealerInfoWrap {
        font-size: 16px
    }

    #storeDetails .storeInfoBox {
        max-width: 100%;
        column-gap: 20px;
        padding: 0
    }

    #storeDetails .storeInfoBox li,
    #storeDetails .storeInfoBox li a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    #storeDetails .storeInfoBox li {
        border: 1px solid #dfdfdf;
        border-radius: 30px;
        padding-right: 26px;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    #storeDetails .storeInfoBox li:hover {
        box-shadow: 0 0 14px rgba(90, 210, 53, .2)
    }

    #storeDetails .storeInfoBox li:hover span {
        color: #000
    }

    #storeDetails .storeInfoBox span {
        max-width: 100%;
        line-height: 1
    }

    #storeDetails .storeInfoBox .icon {
        margin: 0 10px 0 -2px;
        background: #fff
    }

    #storeDetails .dimandImg {
        right: 5px;
        bottom: 5px;
        max-width: 50px;
        width: 100%
    }

    #storeDetails .storeCard {
        font-size: 20px;
        margin-bottom: 35px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        text-align: left;
        font-weight: 300
    }

    #storeDetails .storeCard>div {
        padding: 30px
    }

    #storeDetails .storeCard .storeMap {
        width: 230px;
        cursor: pointer
    }

    #storeDetails .storeCard .icon {
        font-size: 30px
    }

    #storeDetails .storeCard .iconHold {
        width: 50px;
        padding-right: 0
    }

    #storeDetails .storeCard .storeDiscp {
        padding-left: 20px
    }

    #storeDetails .storeSprt {
        min-height: 210px;
        padding: 30px
    }

    #storeDetails .storeSprt>div {
        padding: 10px 0
    }

    #storeDetails .storeSprt .img {
        height: 30px
    }

    #storeDetails .slick-dotted .slick-dots li button:before {
        width: 12px;
        height: 12px
    }

    #storeDetails .tabBtns {
        margin-bottom: 50px;
        padding: 0 30px
    }

    #storeDetails .tabBtns .item {
        font-size: 26px;
        padding: 14px 16px;
        margin-bottom: -1px;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        min-width: 110px;
        z-index: 1;
        position: relative
    }

    #storeDetails .tabBtns .item:hover {
        background: #f7f7f7;
        color: #5ad235
    }

    #storeDetails .tabBtns .slick-next,
    #storeDetails .tabBtns .slick-prev {
        width: 26px;
        height: 40px
    }

    #storeDetails .tabBtns .slick-prev {
        left: 0
    }

    #storeDetails .tabBtns .slick-next {
        right: 0
    }

    #storeDetails .tabBtns .slick-arrow {
        box-shadow: none
    }

    #storeDetails .colorSection {
        max-width: 980px;
        margin: 30px auto 60px
    }

    #storeDetails .colorOption {
        padding: 27px;
        margin-bottom: 12px
    }

    #storeDetails .colorOption .cardPrice {
        font-size: 34px;
        padding-right: 12px
    }

    #storeDetails .colorOption .btn {
        font-size: 30px
    }

    #storeDetails .buyNowOptions {
        flex: 0 0 calc(100% - 425px);
        column-gap: 24px
    }

    #storeDetails .buyNowOptions .btn {
        min-width: 220px;
        font-size: 22px
    }

    #storeDetails .buyNowOptions .gstText {
        zoom: .66;
        font-size: 16px
    }

    #storeDetails .buyNowOptions .priceListOff {
        font-size: 14px;
        padding: 5px 0 8px
    }

    #storeDetails .buyNowOptions .cutPrice {
        font-size: 26px;
        display: inline-block;
        vertical-align: middle;
        padding: 0
    }

    #storeDetails .buyNowOptions .cardPrice {
        font-size: 26px
    }

    #storeDetails .buyNowOptions .priceOff {
        font-size: 20px
    }

    #storeDetails .colorThumb {
        column-gap: 10px;
        font-size: 20px
    }

    #storeDetails .colorThumb .colorItem {
        width: 50px;
        height: 50px
    }

    #storeDetails .colorThumb .textColor {
        flex: 1;
        margin-bottom: 0;
        padding-left: 0
    }

    #storeDetails .vorBnrWrap .vorBnrCont {
        bottom: 90px;
        max-width: 600px;
        left: 5%
    }

    #storeDetails .vorBnrWrap h1 {
        font-size: 30px
    }

    #storeDetails .userProfile {
        width: 166px;
        height: 166px;
        margin-top: -83px
    }

    #storeDetails .userInfoCard {
        margin-top: -45px;
        background: #fff;
        padding: 30px 50px;
        max-width: 1568px;
        column-gap: 50px
    }

    #storeDetails .userInfoCard .userProfile {
        width: 165px;
        height: 165px;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        overflow: visible
    }

    #storeDetails .userInfoCard .userInfo {
        padding: 0 0 35px 0
    }

    #storeDetails .userInfoCard .userName {
        font-size: 28px
    }

    #storeDetails .userInfoCard .city,
    #storeDetails .userInfoCard .verifiedTag {
        font-size: 18px
    }

    #storeDetails .userInfoCard .verifyIcon {
        width: 36px;
        height: 36px
    }

    #storeDetails .userInfoCard .verifiedTag {
        position: absolute;
        top: 28px;
        right: 50px
    }

    #storeDetails .userInfoCard .imgThumb {
        width: 100px
    }

    #storeDetails .userInfoCard .cardListWidget {
        width: 45%
    }

    #storeDetails .userInfoCard .prodItem {
        width: calc(100% - 105px)
    }

    #storeDetails .userInfoCard .title {
        font-size: 18px;
        margin-bottom: 5px
    }

    #storeDetails .userInfoCard .itemName {
        font-size: 18px
    }

    #storeDetails .userInfoCard .vorRating {
        width: 60px
    }

    #storeDetails .userInfoCard .rating {
        margin-bottom: 8px
    }

    #storeDetails .userInfoCard .rating i {
        margin-right: 6px;
        font-size: 20px
    }

    #storeDetails .userInfoCard .prodInfo {
        padding: 0
    }

    #storeDetails .userInfoCard .prodInfo>* {
        padding: 0 20px 0 0
    }

    #storeDetails .userInfoCard .prodInfo>:last-child {
        padding-right: 0
    }

    #storeDetails .userInfoCard .btnRound {
        top: -30px;
        right: 30px;
        padding: 5px;
        font-size: 24px;
        width: 60px;
        height: 60px;
        cursor: pointer
    }

    #storeDetails .userInfoCard .icon-share {
        line-height: 52px
    }

    #storeDetails .userInfoCard .sharePopup {
        top: 70px;
        right: 16px
    }

    #madalCallRequest .modalMainBottom {
        max-width: 520px
    }
}

@media only screen and (min-width:1280px) {
    #storeDetails .vorBnrWrap {
        min-height: 298px
    }
}

@media only screen and (min-width:1360px) {
    #storeDetails .vorBnrWrap {
        min-height: 318px
    }
}

@media only screen and (min-width:1400px) {
    #storeDetails .vorBnrWrap {
        min-height: 326px
    }
}

@media only screen and (min-width:1440px) {
    #storeDetails .vorBnrWrap {
        min-height: 335px
    }
}

@media only screen and (min-width:1600px) {
    #storeDetails .vorBnrWrap {
        min-height: 373px
    }
}

@media only screen and (min-width:1680px) {
    #storeDetails .vorBnrWrap {
        min-height: 392px
    }
}

@media only screen and (min-width:1920px) {
    #storeDetails .vorBnrWrap {
        min-height: 449px
    }
}

#breadcrumb {
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 8px 0;
    z-index: 0;
    font-size: 10px;
    line-height: 14px;
    background: #fff;
    position: relative;
    white-space: nowrap
}

#breadcrumb .homeIcon img {
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: 0
}

#breadcrumb li {
    padding: 0 4px;
    position: relative;
    color: #27a800
}

#breadcrumb li:before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-right: 8px
}

#breadcrumb li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px;
    display: inline-block;
    vertical-align: middle
}

#breadcrumb li:first-child {
    padding-left: 0
}

#breadcrumb li:first-child:before {
    display: none
}

#breadcrumb li a {
    color: #959595
}

#modalCompare .modalMain {
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 20px 25px
}

#modalCompare .modalMain .btnFtrBack {
    width: 100%;
    height: 50px;
    font-size: 20px
}

#modalCompare h2 {
    margin-left: 35px
}

#modalCompare h3 {
    border-top: 1px solid #d3d3d3;
    margin-left: -25px;
    margin-right: -25px;
    padding: 22px 25px 0
}

#modalCompare .btnBack {
    pointer-events: initial;
    cursor: pointer
}

#modalCompare .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modalCompare .tableOuter {
    padding: 0 25px 23px;
    background: #f5f5f5;
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modalCompare .tableOuter .thinScrollBar {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px 20px;
    max-height: calc(100vh - 230px);
    align-items: baseline;
    justify-content: start
}

#modalCompare .tableOuter .thinScrollBar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

#modalCompare .table {
    background: #f5f5f5
}

#modalCompare .table th {
    padding: 14px 0 10px;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600
}

#modalCompare .table td {
    padding: 10px;
    background: #fff;
    line-height: 1.2;
    min-width: 110px;
    font-size: 12px;
    border: 1px solid #eee
}

#modalCompare .table td:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px
}

#modalCompare .table td:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0
}

#modalCompare .table tbody th {
    padding-right: 10px
}

#modalCompare .tableHeading th {
    padding: 20px 5px 5px
}

#modalCompare .tableHeading th:first-child {
    padding-left: 0
}

#modalCompare .tableHeading th:last-child {
    padding-right: 0
}

#modalCompare .tableHeading .btnItem {
    border: 2px solid #5ad235;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 8px;
    line-height: 1.2;
    font-size: 14px;
    min-height: 36px;
    flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modalCompare .tableHeading .btnItem span {
    color: #9e9e9e;
    font-size: 12px
}

.btnBack {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    width: 28px;
    height: 24px;
    align-items: center;
    overflow: hidden;
    z-index: 10
}

.btnBack.black:before {
    border-color: #000
}

.btnBack.black:after {
    background: #000
}

.btnBack:after,
.btnBack:before {
    position: relative;
    left: 0;
    content: ""
}

.btnBack:before {
    top: 0;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #fff;
    border-width: 0 2px 2px 0;
    vertical-align: -2px;
    padding: 4px;
    margin-left: 6px;
    vertical-align: 2px
}

.btnBack:after {
    height: 2px;
    background: #fff;
    flex: 0 0 28px;
    left: -9px
}

.referHero {
    min-height: 572px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.referHero h1,
.referHero h2,
.referHero p {
    color: #fff
}

.referHero h1 {
    margin-bottom: 12px;
    font-size: 24px;
    padding: 6px 0;
    line-height: 1.0835
}

.referHero h2 {
    font-size: 18px
}

.referHero .referImg img {
    position: relative;
    bottom: -18px
}

.referWidget {
    margin-top: 24px
}

.referWidget .shareWidgets {
    margin-top: 16px;
    justify-content: center;
    column-gap: 10px
}

.referWidget .shareWidgets a,
.referWidget .shareWidgets span {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff
}

.referWidget .socialList {
    column-gap: 8px
}

.referWidget .referTitle {
    font-size: 16px
}

.referWidget .fieldInput,
.referWidget .shareWidgets a,
.referWidget .shareWidgets span {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.referWidget .fieldInput {
    border: 0;
    padding: 0 100px 0 15px;
    font-size: 12px
}

.referWidget #copyLink {
    position: absolute;
    right: -1px;
    top: 0;
    height: 40px;
    padding: 11px 16px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0
}

.referWidget .shareMore i {
    background: #26551b;
    width: 3px;
    height: 3px;
    margin: 0 2px
}

.referEarnPage .table tr.active {
    background: #5ad235;
    color: #fff
}

.referEarnPage .referHeroCont {
    padding-top: 20px;
    max-width: 225px;
    margin: 0 auto
}

.referEarnPage .referHeroCont img {
    margin-right: 8px;
    width: 20px
}

.referEarnPage .referHeroCont p {
    line-height: 1.3;
    font-size: 18px
}

.referEarnPage .referHeroCont .icon-rupee {
    font-weight: 700
}

.referEarnPage .referPointsGrp {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    font-size: 12px;
    margin-top: 20px
}

.referEarnPage .referPointsGrp .item {
    flex: 1 1 calc(50% - 30px)
}

.referEarnPage .referPointsGrp .btn,
.referEarnPage .referPointsGrp .pointBtn {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.referEarnPage .referPointsGrp .pointBtn {
    height: 36px;
    width: 100%;
    background: #fff;
    color: #26551b;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px
}

.referEarnPage .referPointsGrp .btn {
    flex: 1 1 100%;
    margin-top: 20px;
    font-size: 15px;
    padding: 16px 0;
    line-height: 1
}

.referEarnPage .reVideCont h2+p {
    font-weight: 700
}

.referEarnPage .reVideCont h2 {
    font-size: 20px
}

.referEarnPage .reVideCont h3 {
    font-size: 15px
}

.referEarnPage .reVideCont p {
    font-size: 13px;
    margin-top: 16px
}

.referEarnPage .vidSection .videoBox {
    margin-top: 8px
}

.referEarnPage .cycleStep {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 200px
}

.referEarnPage .faqMain .tab-main {
    padding: 0
}

.referEarnPage .faqPanel {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    margin-top: 20px;
    padding: 0 12px;
    border-top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.referEarnPage .faqTitle {
    padding: 12px 15px 7px 0
}

.referEarnPage .faqTitle .icon-arrow {
    top: 16px
}

.referEarnPage .faqTitle.active~.faqContent {
    padding-bottom: 15px
}

.referEarnPage .muteBtn {
    width: 50px;
    bottom: 15px;
    right: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    color: #111;
    box-shadow: 4px 4px 14px rgba(34, 22, 41, .1)
}

.referEarnPage .muteBtn.mute:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(50deg)
}

.referEarnPage .whyFrogImg {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #000
}

.referEarnPage .whyFrogImg video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    outline: 0
}

.referEarnPage .whyFrogImg video[poster] {
    background-size: cover
}

.referEarnPage .whyFrogImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.referEarnPage .swipeSlider {
    padding-bottom: 15px
}

.referEarnPage .tableScroll {
    overflow-y: scroll
}

.referEarnPage .table {
    width: 100%;
    min-width: 550px;
    margin-top: 12px;
    display: table
}

.referEarnPage .table td,
.referEarnPage .table th {
    border: 1px solid #ededed;
    padding: 8px 5px;
    font-size: 12px;
    text-align: center
}

.referEarnPage .table th {
    color: #000;
    font-weight: 600;
    background-color: #ececec;
    border-color: #e3e3e3
}

.referEarnPage .table td {
    font-weight: 300
}

.referEarnPage .table tr:nth-child(even) td {
    background-color: #f9f9f9
}

.reHowWorkSec .roadBg {
    margin: 80px 0 10px
}

.cycle-nearest-store .find-store {
    margin-top: 25px
}

.cycle-nearest-store .find-store .fieldInput {
    border-radius: 4px
}

.cycle-nearest-store .find-store .btn {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600
}

.cycle-nearest-store .nearest-store .store-header {
    column-gap: 15px
}

.cycle-nearest-store .nearest-store .verify-icon {
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-right: 8px
}

.cycle-nearest-store .nearest-store .distance {
    margin-top: 14px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    font-family: "DM Sans", sans-serif
}

.cycle-nearest-store .nearest-store .get-in-touch {
    column-gap: 15px
}

.cycle-nearest-store .nearest-store .store-count {
    margin-top: 40px
}

.cycle-nearest-store .nearest-store .no-result {
    margin-top: 60px
}

.cycle-nearest-store .nearest-store .timeline-item {
    margin-top: 40px
}

.cycle-nearest-store .nearest-store .card {
    padding: 16px 18px
}

.cycle-nearest-store .nearest-store .get-in-touch i {
    width: 31px;
    height: 31px;
    padding: 8px;
    font-size: 14px;
    background: #daebd5;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center
}

.cycle-nearest-store .nearest-store p {
    font-size: 12px
}

.shopCatg {
    flex-direction: row;
    flex-wrap: wrap
}

.shopCatg .item {
    display: flex;
    flex: 0 0 100%;
    min-height: 200px;
    flex-wrap: wrap
}

.shopCatg .item a {
    position: relative;
    display: flex;
    min-height: 160px;
    overflow: hidden;
    flex: 0 0 100%;
    border: 1px solid #fff
}

.shopCatg .item a:hover img {
    transform: translate(-50%, -50%) scale(1.13)
}

.shopCatg .item a:before {
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shopCatg .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: max-content
}

.shopCatg .itemTwo a {
    flex: 0 0 50%
}

.shopCatg .itemTwo a:nth-child(3) {
    flex: 0 0 100%
}

.shopCatg .catg {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #fff;
    z-index: 2
}

#modalReferEarn .modalMain {
    font-size: 16px;
    font-weight: 300
}

.erhowSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/refer_earn/how_work_sprite.svg) no-repeat;
    max-width: 115px;
    min-width: 115px;
    height: 106px;
    position: relative;
    zoom: .3
}

.erhowSprite:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 107px;
    height: 60px;
    width: 2px;
    border-left: 2px dotted #5ad235;
    z-index: -1
}

.workStep1 {
    background-position: 0 0
}

.workStep2 {
    background-position: -118px 0;
    max-width: 118px;
    min-width: 118px
}

.workStep3 {
    background-position: -243px 0
}

.workStep3:after {
    border-left: 0;
    border-top: 2px dashed #5ad235;
    height: 2px;
    width: 130px;
    top: 54px;
    left: 100%
}

.workStep4 {
    background-position: -364px 0;
    max-width: 122px;
    min-width: 122px
}

.workStep4:after {
    border-left: 0;
    border-top: 2px dashed #5ad235;
    height: 2px;
    width: 115px;
    top: 50px;
    left: -110px
}

.reStepWrap {
    height: 245px;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    flex-wrap: wrap
}

.reStepWrap .item {
    max-width: 160px;
    position: relative;
    width: 100%;
    min-height: 80px
}

.reStepWrap .stepInfo {
    max-width: 500px;
    column-gap: 5px;
    align-items: flex-start
}

.reStepWrap .stepInfo p {
    font-size: 12px;
    line-height: 1.2
}

.reStepWrap .step1 {
    align-self: baseline;
    left: 7.5%
}

.reStepWrap .step2 {
    align-self: baseline;
    left: -2px;
    top: 0
}

.reStepWrap .step3 {
    align-self: baseline;
    left: 11%;
    top: 5px
}

.reStepWrap .step3 .stepInfo {
    flex-direction: row-reverse
}

.reStepWrap .step4 {
    align-self: end;
    top: 10%;
    left: -3%
}

.referLogin {
    max-width: 600px;
    margin: 20px auto 0
}

.referLogin .btn,
.referLogin .fieldInput {
    height: 40px;
    border: 0
}

.referLogin .fieldInput {
    font-size: 16px;
    padding: 0 16px
}

.referLogin .btn,
.referLogin .fieldControl {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.referLogin .fieldControl {
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    overflow: hidden
}

.referLogin .btn {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px
}

#whyChooseSec {
    min-height: 453px
}

#whyChooseSec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 0
}

#whyChooseSec h2,
#whyChooseSec h3,
#whyChooseSec p {
    color: #fff
}

#whyChooseSec .container-fluid {
    position: relative;
    z-index: 1;
    color: #fff
}

.chooseSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/refer_earn/choose_sprite.svg) no-repeat;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    zoom: .45
}

.reBrandSpec {
    justify-content: center;
    margin-top: 70px;
    column-gap: 10px;
    row-gap: 32px;
    flex-wrap: wrap
}

.reBrandSpec .iconHold {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #f0f4f7;
    margin: 0 auto;
    margin-bottom: 10px;
    align-items: center
}

.reBrandSpec li {
    flex: 1 1 calc(33.33% - 10px)
}

.reBrandSpec h3,
.reBrandSpec p {
    max-width: 130px;
    margin: 0 auto;
    line-height: 1.1;
    font-size: 12px
}

.reBrandSpec h3 {
    font-weight: 600
}

.reBrandSpec p {
    margin-top: 6px;
    font-weight: 300
}

.reBrandSpec .spDesign {
    background-position: 0 0
}

.reBrandSpec .spBrand {
    background-position: -95px 0;
    width: 104px
}

.reBrandSpec .spSafety {
    background-position: -204px 0;
    height: 94px;
    width: 95px
}

.reBrandSpec .spWorld {
    background-position: -306px 0
}

.reBrandSpec .spWarrenty {
    background-position: -401px 0;
    width: 94px
}

.reBrandSpec .spService {
    background-position: -500px 0
}

#whyChooseSec .reBrandSpec {
    align-items: start
}

@media only screen and (min-width:375px) {
    .referHero {
        min-height: 586px
    }

    .reStepWrap .stepInfo p {
        line-height: 1.2
    }

    .reStepWrap .step2 {
        left: -2%
    }

    .reStepWrap .step4 {
        top: 15%;
        left: -4%
    }

    .workStep3:after {
        width: 143px
    }

    .workStep4:after {
        left: -116px
    }
}

@media only screen and (min-width:375px) {
    .reStepWrap .item {
        max-width: 165px
    }
}

@media only screen and (min-width:412px) {
    .referHero {
        min-height: 620px
    }

    .reStepWrap .item {
        max-width: 175px
    }

    .reStepWrap .step2 {
        top: 2px
    }

    .reStepWrap .step3 {
        left: 13%;
        top: 13px
    }

    .reStepWrap .step4 {
        top: 22%;
        left: -5%
    }
}

@media only screen and (min-width:430px) {
    .reStepWrap .step2 {
        left: -3%
    }

    .reStepWrap .step3 {
        left: 15%
    }

    .reStepWrap .step4 {
        top: 23%;
        left: -7%
    }
}

@media only screen and (min-width:568px) {
    .erhowSprite {
        zoom: .5
    }

    .reHowWorkSec .roadBg {
        margin: 130px 0 20px
    }

    .reStepWrap {
        height: 442px;
        top: 80px
    }

    .reStepWrap .stepInfo {
        align-items: center
    }

    .reStepWrap .stepInfo p {
        max-width: 200px;
        font-size: 13px
    }

    .reStepWrap .item {
        max-width: 41%
    }

    .reStepWrap .step3 {
        top: -18px
    }

    .reStepWrap .step4 {
        top: -48px
    }
}

@media only screen and (min-width:668px) {
    .shopCatg .item a {
        min-height: 220px
    }
}

@media only screen and (min-width:768px) {
    .reStepWrap {
        height: 538px
    }

    .referEarnPage .table {
        margin-top: 12px
    }

    .referEarnPage .table td,
    .referEarnPage .table th {
        padding: 10px 15px;
        font-size: 16px
    }

    .shopCatg .item {
        flex: 0 0 33.33%
    }

    .shopCatg .item a {
        min-height: 66px
    }
}

@media only screen and (min-width:1024px) {
    .reStepWrap {
        height: 680px
    }

    .reStepWrap .item {
        max-width: 44%
    }

    .reStepWrap .step1 {
        left: 9.5%
    }

    .reStepWrap .step2 {
        left: 1%
    }

    .referEarnPage .table {
        margin-top: 18px
    }

    .referEarnPage.share-earn {
        padding: 30px 0
    }

    .referEarnPage.share-earn .referHeroCont {
        padding-top: 0
    }

    .referEarnPage.share-earn .referPointsGrp {
        margin-top: 30px
    }

    .referEarnPage.share-earn .referPointsGrp .pointBtn {
        height: 54px;
        font-size: 23px
    }

    .referEarnPage.share-earn.referHero {
        min-height: auto;
        border-radius: 6px
    }

    .referEarnPage.share-earn.referHero h1 {
        font-size: 26px;
        margin-bottom: 40px
    }

    .referEarnPage.share-earn.referHero h2 {
        font-size: 18px
    }

    .referEarnPage.share-earn .referImg {
        width: 400px
    }

    .referEarnPage.share-earn .referImg img {
        width: 370px;
        position: absolute;
        bottom: -50px;
        right: 0
    }

    .cycle-nearest-store .find-store {
        column-gap: 30px;
        margin-top: 40px
    }

    .cycle-nearest-store .find-store .btn {
        height: 55px;
        font-size: 16px
    }

    .cycle-nearest-store .nearest-store .store-count {
        margin-top: 60px
    }

    .cycle-nearest-store .nearest-store .no-result {
        margin-top: 120px
    }

    .cycle-nearest-store .nearest-store p {
        font-size: 14px;
        min-height: 65px
    }

    .shopCatg .item {
        flex: 0 0 33.33%;
        min-height: 200px
    }

    .shopCatg .item a {
        height: 176px;
        flex: 0 0 100%
    }

    .shopCatg .itemTwo a {
        flex: 0 0 50%
    }

    .shopCatg .itemTwo a:nth-child(3) {
        flex: 0 0 100%
    }

    .shopCatg .itemLast a {
        height: 264px
    }

    #modalReferEarn .modalMain {
        font-size: 20px;
        max-width: 520px
    }
}

@media only screen and (min-width:1280px) {
    .referEarnPage .referHeroCont {
        padding-top: 70px;
        max-width: 580px
    }

    .referEarnPage .referHeroCont img {
        margin-right: 18px;
        width: 39px
    }

    .referEarnPage .referPointsGrp {
        margin-top: 50px;
        font-size: 23px;
        column-gap: 60px
    }

    .referEarnPage .referPointsGrp .pointBtn {
        height: 70px;
        font-size: 38px;
        padding: 0 20px
    }

    .referEarnPage .referPointsGrp .btn {
        margin-top: 40px;
        padding: 16px 0;
        font-size: 36px
    }

    .referEarnPage .reVideCont {
        padding-right: 8%
    }

    .referEarnPage .reVideCont h2 {
        font-size: 40px
    }

    .referEarnPage .reVideCont h3 {
        font-size: 24px
    }

    .referEarnPage .reVideCont p {
        font-size: 24px;
        margin-top: 36px
    }

    .referEarnPage .faqPanel {
        margin-top: 20px;
        padding: 0 30px
    }

    .referEarnPage .faqTitle {
        padding: 30px 300px 30px 0
    }

    .referEarnPage .faqTitle .icon-arrow {
        top: 35px
    }

    .referEarnPage .faqTitle.active~.faqContent {
        padding-bottom: 30px
    }

    .referWidget {
        max-width: 790px;
        align-items: baseline;
        column-gap: 24px
    }

    .referWidget .refeLinkBox {
        flex: 1 1 auto
    }

    .referWidget #copyLink,
    .referWidget .fieldInput {
        font-size: 16px
    }

    .referWidget #copyLink {
        padding: 9px 16px
    }

    .referWidget .socialList {
        margin-top: 4px;
        text-align: center
    }

    .referWidget .shareWidgets {
        margin-top: 0
    }

    .referWidget .shareWidgets a {
        font-size: 20px
    }

    .referWidget .shareWidgets a,
    .referWidget .shareWidgets span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff
    }

    .referHero {
        min-height: 620px
    }

    .referHero h1 {
        margin-bottom: 50px;
        justify-content: start
    }

    .referHero h2 {
        font-size: 35px
    }

    .referHero p {
        font-size: 18px
    }

    .referHero .referImg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 685px;
        height: 100%
    }

    .referHero .referImg img {
        bottom: -38px
    }

    .reHowWorkSec .roadBg {
        margin: 200px 0
    }

    #whyChooseSec {
        min-height: 453px
    }

    .referLogin {
        max-width: 800px;
        margin: 55px auto 0
    }

    .referLogin .btn,
    .referLogin .fieldInput {
        height: 70px
    }

    .referLogin .fieldInput {
        font-size: 20px
    }

    .referLogin .btn {
        width: 200px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
        font-weight: 600;
        margin-top: 0
    }

    .chooseSprite {
        zoom: 1
    }

    .reBrandSpec {
        margin-top: 70px;
        column-gap: 10px;
        flex-wrap: nowrap
    }

    .reBrandSpec .iconHold {
        width: 160px;
        height: 160px;
        margin-bottom: 16px
    }

    .reBrandSpec li {
        flex: 1 1 calc(16.67% - 5px)
    }

    .reBrandSpec h3,
    .reBrandSpec p {
        max-width: 215px
    }

    .reBrandSpec h3 {
        font-size: 20px
    }

    .reBrandSpec p {
        font-size: 18px;
        margin-top: 18px;
        font-weight: 400
    }

    .erhowSprite {
        zoom: 1
    }

    .erhowSprite:after {
        height: 230px
    }

    .reStepWrap {
        height: 500px;
        top: 130px;
        flex-wrap: nowrap
    }

    .reStepWrap .stepInfo {
        column-gap: 10px;
        background: #fff;
        align-items: center
    }

    .reStepWrap .stepInfo p {
        max-width: 275px;
        font-size: 20px;
        padding-left: 10px
    }

    .reStepWrap .item {
        max-width: 500px;
        min-width: 400px;
        min-height: 130px
    }

    .reStepWrap .step1 {
        left: 13%
    }

    .reStepWrap .step2 {
        align-self: end;
        left: -17%;
        top: 115px
    }

    .reStepWrap .step2 .stepInfo {
        flex-direction: row-reverse
    }

    .reStepWrap .step3 {
        left: -4.5%;
        top: 2px
    }

    .reStepWrap .step3 .stepInfo {
        flex-direction: row
    }

    .reStepWrap .step4 {
        top: 115px;
        left: -37%
    }

    .reStepWrap .step4 .stepInfo {
        flex-direction: row-reverse
    }

    .workStep2:after {
        top: auto;
        bottom: 90px
    }

    .workStep3:after {
        border-top: 0;
        border-left: 2px dotted #5ad235;
        left: 53%
    }

    .workStep4:after {
        border-top: 0;
        border-left: 2px dotted #5ad235;
        left: 53%;
        top: auto;
        bottom: 100%
    }
}

@media only screen and (min-width:1360px) {
    .reHowWorkSec .roadBg {
        margin: 210px 0 160px
    }

    .reStepWrap .step2 {
        left: -13.5%
    }

    .reStepWrap .step3 {
        left: 0
    }

    .reStepWrap .step4 {
        left: -29%
    }
}

@media only screen and (min-width:1400px) {
    .reStepWrap .step2 {
        left: -12%
    }

    .reStepWrap .step3 {
        left: 1.5%
    }

    .reStepWrap .step4 {
        left: -26%
    }
}

@media only screen and (min-width:1440px) {
    .reStepWrap .step2 {
        left: -10.5%
    }

    .reStepWrap .step3 {
        left: 3%
    }

    .reStepWrap .step4 {
        left: -23%
    }
}

@media only screen and (min-width:1600px) {
    .reHowWorkSec .roadBg {
        margin: 200px 0 130px
    }

    .reStepWrap .step1 {
        left: 14%
    }

    .reStepWrap .step2 {
        left: -5%;
        top: 135px
    }

    .reStepWrap .step3 {
        left: 9.5%
    }

    .reStepWrap .step4 {
        top: 135px;
        left: -12%
    }
}

@media only screen and (min-width:1680px) {
    .reStepWrap .step2 {
        top: 160px;
        left: -5%
    }

    .reStepWrap .step3 {
        left: 10.5%
    }

    .reStepWrap .step4 {
        top: 160px;
        left: -10.5%
    }
}

@media only screen and (min-width:1920px) {
    .reHowWorkSec .roadBg {
        margin: 180px 0
    }

    .erhowSprite:after {
        height: 270px
    }

    .reStepWrap {
        height: 530px
    }

    .reStepWrap .step2 {
        top: 180px
    }

    .reStepWrap .step4 {
        top: 180px
    }
}

.faqMain .tab-head {
    border-bottom: 0;
    margin: 0 -15px 10px;
    padding: 0 15px 15px
}

.faqMain .tab-head>li {
    font-size: 13px;
    line-height: 1.1;
    padding: 10px;
    cursor: pointer;
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 600;
    background-color: #f5f5f5;
    min-width: 75px;
    margin-left: 5px
}

.faqMain .tab-head>li:first-child {
    margin-left: 0
}

.faqMain .tab-head>li.active {
    font-size: 13px;
    color: #fff;
    background-color: #232124;
    background-image: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/blog/images/tab-active.svg);
    background-size: 15px 5px;
    background-repeat: no-repeat;
    background-position: center 100%
}

.faqMain .loaderOverlay {
    position: absolute
}

.faqMain .faqPanel {
    padding: 14px 20px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fff
}

.faqMain .faqPanel:last-child {
    margin-bottom: 0
}

.faqMain .faqTitle {
    margin: 0;
    background: 0 0;
    cursor: pointer;
    padding: 7px 18px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    position: relative
}

.faqMain .faqTitle::after,
.faqMain .faqTitle::before {
    display: none
}

.faqMain .faqTitle .faqIconHolder {
    font-size: 12px;
    margin-top: 10px
}

.faqMain .faqTitle .icon-arrow {
    position: absolute;
    top: 10px;
    right: 0;
    color: #5ad235;
    font-size: 14px
}

.faqMain .faqTitle.active .icon-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faqMain .faqTitle.active .faqIconHolder .faqTitleIcon {
    display: none
}

.faqMain .faqContent {
    padding: 0 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    line-height: 1.2
}

.faqMain .faqContent p {
    font-size: 12px;
    line-height: 1.7;
    color: #111;
    padding-bottom: 7px
}

.faqMain .faqSub {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    font-style: italic;
    margin: 6px 0
}

.faqMain .faqTitleIcon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 3px 8px;
    font-size: 13px;
    line-height: 20px;
    background: #f5f5f5;
    margin-bottom: 6px;
    margin-left: 4px;
    border: 1px solid #dfdfdf;
    min-width: 55px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer
}

.faqMain .faqTitleIcon:first-child {
    margin-left: 0
}

.faqMain .faqTitleIcon i {
    padding-right: 7px;
    font-size: 12px;
    display: inline-block;
    vertical-align: -1px;
    color: #959595
}

.faqMain .faqTitleIcon .icon-video {
    font-size: 15px;
    vertical-align: -2px
}

.faqMain .likeOptions {
    margin-top: 25px
}

.faqMain .likeOptions .likeTitle {
    margin: 0 10px 7px 0;
    line-height: 1.2
}

.faqMain .likeOptions i {
    color: #959595;
    font-size: 16px
}

.faqMain .likeOptions .faqTitleIcon {
    margin: 0
}

.faqMain .likeOptions .faqTitleIcon.disliked {
    margin-left: 10px
}

.faqMain .likeOptions .faqTitleIcon.disliked .icon-like {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    padding-right: 0;
    padding-left: 7px;
    vertical-align: -3px
}

.faqMain .likeOptions .faqTitleIcon.disliked.active .triangle {
    border-top-color: red
}

.faqMain .likeOptions .faqTitleIcon.disabled {
    pointer-events: none
}

.faqMain .likeOptions .faqTitleIcon.active .triangle {
    border-bottom-color: #5ad235
}

.triangle {
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.triangle.up {
    border-bottom: 8px solid #6a6a6a
}

.triangle.down {
    border-top: 8px solid #6a6a6a
}

.faqMedia {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 15px
}

.faqMedia .fMediaCard {
    flex: 0 0 calc(100% - 30px);
    margin: 10px 5px;
    overflow: hidden
}

.faqMedia .fMediaCard .imgThumb {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    right: 0
}

.faqMedia .fMediaCard .vidThumb {
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.faqMedia .fMediaCard iframe {
    border: 0
}

.faqMedia .fImg {
    border: 1px solid #dfdfdf
}

.faqMedia .fMediaTitle {
    line-height: 1.2;
    font-size: 12px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%
}

.faqMedia .faqTitleIcon:hover {
    background: #111;
    color: #fff
}

.faqMedia .playBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.faqMedia .playBtn:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 12px
}

.faqMedia .icon-zoom {
    width: 40%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(130deg, rgba(22, 14, 11, 0) 50%, rgba(22, 14, 11, .3) 100%);
    background: -webkit-linear-gradient(130deg, rgba(22, 14, 11, 0) 50%, rgba(22, 14, 11, .3) 100%);
    background: linear-gradient(130deg, rgba(22, 14, 11, 0) 50%, rgba(22, 14, 11, .3) 100%)
}

.faqMedia .icon-zoom:before {
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

#faqGalleryModal .faqModalSlider {
    background: #fff;
    margin-bottom: 0
}

#faqGalleryModal .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto
}

body.loginActive {
    overflow: hidden !important
}

.LoginPopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    background: #fff;
    animation: zoomMobile .6s;
    z-index: 99999;
    display: none;
    background-image: radial-gradient(#e0e0e0 8%, transparent 0);
    background-size: 15px 15px;
    background-position: 0 0, 8px 8px
}

.LoginPopup~.blackOverlay {
    z-index: 9999
}

.LoginPopup .closeIcon {
    top: -14px;
    right: 1px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
    width: 30px;
    height: 30px
}

.LoginPopup .disHide {
    display: none
}

.LoginPopup .errorShow,
.LoginPopup .invalidError,
.LoginPopup .otpTimer {
    position: absolute;
    left: 0;
    z-index: 9;
    font-size: 12px
}

.LoginPopup .invalidError {
    bottom: -15px
}

.LoginPopup .errorShow,
.LoginPopup .star {
    color: #ee444c
}

.LoginPopup .fieldLabel .star {
    font-size: 12px
}

.LoginPopup .btnLoginOuter .invalidError {
    bottom: auto;
    top: -8px
}

.LoginPopup .btnLoginOuter .invalidError+.loginBtn {
    margin-top: 16px
}

.LoginPopup .timer {
    float: right;
    color: #5ad235
}

.LoginPopup .otpTimer {
    right: 1px !important;
    bottom: -15px;
    left: auto;
    pointer-events: none
}

.LoginPopup .modalTopLine {
    background: #dfdfdf;
    height: 4px;
    width: 83px;
    position: absolute;
    top: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0;
    right: 0;
    z-index: 6;
    margin: 0 auto
}

.LoginPopup .innerSec {
    width: 100%;
    padding: 10px 16px 15px;
    text-align: center;
    max-height: calc(90vh - 15px);
    margin-top: 15px
}

.LoginPopup .resendotppop {
    color: #111;
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 10px
}

.LoginPopup .inputField {
    margin: 20px 0 0
}

.LoginPopup .title {
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px
}

.LoginPopup .title.titleSpace {
    line-height: 31px
}

.LoginPopup .forgotPassowrd {
    position: absolute;
    right: 15px;
    color: #111;
    top: 14px;
    cursor: pointer;
    background: #fff
}

.LoginPopup p {
    margin-top: 10px
}

.LoginPopup .loginBtn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.LoginPopup .resendotp {
    position: absolute;
    right: 10px;
    margin: 15px 0 0;
    color: #323232;
    font-weight: 600;
    cursor: pointer
}

.LoginPopup .newMember {
    margin-top: 8px;
    font-size: 12px
}

.LoginPopup .newMember p {
    text-align: center;
    font-size: 16px;
    color: #000
}

.LoginPopup .newMember span {
    color: #000;
    cursor: pointer;
    font-weight: 600
}

.LoginPopup .loginMotp {
    margin-top: 20px
}

.LoginPopup .loginMotp a {
    color: #000
}

.LoginPopup .socialMediaBtn {
    min-width: 100%;
    text-align: center;
    margin: 20px -6px 30px
}

.LoginPopup .socialMediaBtn li {
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
    background: #3b5998;
    width: calc(33.333% - 13px);
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 5px;
    color: #ffff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

.LoginPopup .socialMediaBtn li .icon-fb {
    width: 14px;
    display: inline-block;
    vertical-align: middle
}

.LoginPopup .socialMediaBtn li .icon-fb:before {
    font-size: 16px;
    vertical-align: 6px;
    line-height: 1
}

.LoginPopup .socialMediaBtn li.googleLogin svg {
    margin-bottom: 4px
}

.LoginPopup .socialMediaBtn li.phoneLogin svg {
    margin-bottom: 6px
}

.LoginPopup .socialMediaBtn li i {
    vertical-align: middle
}

.LoginPopup .socialMediaBtn li:nth-child(2) {
    background: #fff;
    color: #323232
}

.LoginPopup .socialMediaBtn li:nth-child(3) {
    background: #b9b9b9
}

.LoginPopup .socialMediaBtn li svg {
    vertical-align: middle;
    display: inline-block
}

.LoginPopup .resendcode {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #323232;
    cursor: pointer
}

.blackOverlay {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .8s eas-in-out;
    -o-transition: all .8s eas-in-out;
    transition: all .8s eas-in-out;
    z-index: 999
}

.abcRioButton {
    height: auto !important;
    width: auto !important
}

.abcRioButtonContentWrapper {
    text-align: center;
    padding: 5px 0;
    box-shadow: none
}

.abcRioButtonContentWrapper:hover {
    box-shadow: none
}

.abcRioButtonIcon {
    float: inherit;
    margin: 10px 7px 0 0;
    display: inline-block;
    padding: 0 !important
}

.abcRioButtonContents {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block
}

@keyframes animatezoom {
    from {
        transform: scale(0) translate(-50%, -50%)
    }

    to {
        transform: scale(1) translate(-50%, -50%)
    }
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0) translate(-50%, -50%)
    }

    to {
        -webkit-transform: scale(1) translate(-50%, -50%)
    }
}

@keyframes zoomMobile {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

.accordion {
    background: #fff;
    cursor: pointer;
    padding: 18px
}

.accordion::after {
    content: "";
    float: right;
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    padding: 4px;
    margin: 3px 2px 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.accordion.active {
    background-color: #f5f5f5;
    color: #fff
}

.accordion.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 8px;
    border-color: #5ad235
}

.accordionPanel {
    padding: 0 32px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.jobList {
    line-height: 1.5;
    color: #535353
}

.jobList .img {
    flex: 0 0 90px;
    max-width: 90px
}

.jobList p {
    color: #535353
}

.jobDesc {
    flex: 0 0 calc(100% - 110px)
}

#careerMain h3 {
    font-size: 14px
}

#careerMain .accordion {
    padding-right: 60px;
    padding: 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#careerMain .accordion::after {
    top: calc(50% - 10px);
    right: 12px;
    position: absolute;
    border-color: #111
}

#careerMain .accordion.active {
    color: #000;
    border-bottom: 2px solid #5ad235
}

#careerMain .accordion.active::after {
    top: calc(50% - 9px);
    border-color: #5ad235
}

#careerMain .accordion i {
    font-size: 85%;
    color: #000;
    width: 22px
}

#careerMain .accordionPanel {
    text-align: left;
    padding: 0 16px
}

#careerMain .accordionPanel h3 {
    padding: 20px 0 0
}

#careerMain .accordionPanel p {
    padding-top: 10px;
    font-size: 12px
}

#careerMain .accordionPanel li {
    list-style: disc;
    margin-left: 24px;
    font-size: 12px;
    margin-bottom: 12px
}

#careerMain .accordionPanel .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#careerMain label.error {
    position: absolute;
    bottom: -20px;
    left: 5px;
    color: red;
    font-size: 12px
}

#careerMain .file-upload label.error {
    position: initial
}

#careerMain .career-form .btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 12px 0;
    font-size: 14px;
    max-width: 400px;
    margin: auto
}

#careerMain .career-form .btn.disabled {
    pointer-events: none;
    cursor: not-allowed
}

#careerMain #captchaerror {
    font-size: 12px;
    margin-bottom: 5px
}

#careerMain .fieldControl,
#careerMain .fieldInput,
#careerMain .fileUploadControl .file-select,
#careerMain .rc-anchor-light.rc-anchor-compact,
#careerMain .rc-anchor-light.rc-anchor-normal {
    border-radius: 5px;
    -webkit-border-radius: 5px
}

@media only screen and (min-width:1280px) {
    .jobList .img {
        flex: 0 0 120px;
        max-width: 120px
    }

    .jobDesc {
        flex: 0 0 calc(100% - 250px)
    }

    #careerMain h3 {
        font-size: 18px
    }

    #careerMain .accordion {
        padding: 24px 62px 24px 24px
    }

    #careerMain .accordion::after {
        top: calc(50% - 14px);
        right: 20px;
        padding: 6px
    }

    #careerMain .accordionPanel {
        text-align: left;
        padding: 0 32px
    }

    #careerMain .accordionPanel h3 {
        padding-top: 32px
    }

    #careerMain .accordionPanel ul {
        margin-top: 24px
    }

    #careerMain .accordionPanel li {
        margin-left: 28px;
        font-size: 14px
    }

    #careerMain .accordionPanel p {
        padding-top: 16px;
        font-size: 16px
    }
}

#modal-engage {
    width: calc(100% - 16px);
    min-width: 290px;
    max-width: 350px;
    padding: 0;
    position: fixed;
    top: 8px;
    left: 50%;
    z-index: 9999;
    display: none;
    background: #fff;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    border-radius: 16px;
    overflow: hidden;
    font-family: "DM Sans", sans-serif
}

#modal-engage.active {
    animation: fromTop .5s ease forwards
}

#modal-engage .contentWrap {
    align-items: stretch
}

#modal-engage .imgHolder {
    flex: 0 0 110px;
    max-width: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 8px
}

#modal-engage .offterBg,
#modal-engage .offterBgSm {
    position: absolute;
    z-index: -1
}

#modal-engage .offterBg {
    top: 0;
    right: 6px;
    width: 130%;
    background: #5ad235;
    height: 100%;
    transform: skewX(11deg)
}

#modal-engage .offterBgSm {
    right: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 30px solid #5ad235;
    transform: rotate(-11deg)
}

#modal-engage .brandLogo {
    max-width: 115px;
    width: 100%;
    height: auto
}

#modal-engage .content {
    padding: 12px 12px 12px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

#modal-engage h4 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1
}

#modal-engage h4 b,
#modal-engage h4 strong {
    font-weight: 700
}

#modal-engage p {
    font-size: 12px;
    color: #232323
}

#modal-engage .btnGroup {
    column-gap: 8px;
    justify-content: flex-start
}

#modal-engage .btn {
    border-radius: 4px;
    font-weight: 600;
    padding: 0 10px;
    height: 30px;
    min-width: 70px;
    font-family: "DM Sans", sans-serif;
    color: #000
}

#modal-engage .btn-not-allow {
    border: 1px solid #d5d5d5
}

@keyframes fromTop {
    0% {
        top: -170px;
        opacity: 0
    }

    100% {
        top: 8px;
        opacity: 1
    }
}

#modal-coupon .modalMainBottom {
    max-width: 100%;
    width: 100%
}

#modal-coupon .modalContent {
    padding: 30px 12px 110px
}

#modal-coupon .couponOuter {
    max-width: 380px;
    margin: 0 auto
}

#modal-coupon .modalHeader {
    margin-bottom: 16px;
    line-height: 1.1;
    text-transform: capitalize !important
}

#modal-coupon .modalTitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 12px
}

#modal-coupon .formGroup {
    column-gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    align-items: baseline
}

#modal-coupon .formGroup .fieldIcon {
    position: absolute;
    font-size: 16px;
    left: 12px;
    top: 12px
}

#modal-coupon .formGroup .numberText:before {
    right: -12px;
    top: 0;
    bottom: -3px
}

#modal-coupon .fieldControl {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px)
}

#modal-coupon .btn,
#modal-coupon .fieldInput {
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

#modal-coupon .btn {
    font-size: 16px;
    width: 75px;
    color: #fff;
    padding: 0 12px
}

#modal-coupon .successText {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 16px
}

.engageCoupon {
    max-width: 320px;
    margin: 0 auto 24px
}

.engageCoupon .couponWrap {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    color: #919fa8;
    font-size: 12px;
    position: relative;
    background: #fff0db;
    min-width: 100%;
    cursor: pointer;
    column-gap: 16px;
    border: 1px solid #ffeed5
}

.engageCoupon span {
    padding: 11px 10px;
    min-width: 115px;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 5px
}

.engageCoupon .codeName {
    color: #ff9800;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    flex: 1
}

.engageCoupon .copyText {
    color: #000;
    z-index: 1;
    border: 1px solid #d17c00;
    white-space: nowrap;
    flex: 0 0 120px;
    justify-content: center
}

.engageCoupon .iconCopy,
.engageCoupon .iconCopy:before {
    border: 1px solid #ff9800;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.engageCoupon .iconCopy {
    position: relative;
    margin: 3px 5px 0
}

.engageCoupon .iconCopy:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1
}

.engageCoupon .copySuccess {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #fff;
    padding: 10px;
    color: #111;
    font-size: 14px;
    width: 120px;
    text-align: center;
    margin-left: -35px;
    margin-top: -21px;
    text-transform: capitalize;
    z-index: 1;
    min-height: 42px;
    border-radius: 4px;
    font-weight: 700
}

.engageCoupon .copySuccess:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-radius: 4px;
    border-right: 8px solid #000;
    margin-top: -8px
}

@media only screen and (min-width:360px) {
    #modal-engage .content {
        padding-left: 30px
    }

    #modal-engage .imgHolder {
        flex: 0 0 125px;
        max-width: 125px
    }

    #modal-engage .btnGroup {
        column-gap: 16px
    }
}

@media only screen and (min-width:1024px) {
    #modal-engage {
        max-width: 500px;
        width: auto;
        left: auto;
        right: 8px;
        top: 70px;
        transform: translate(0, 0)
    }

    #modal-engage .imgHolder {
        flex: 0 0 165px;
        max-width: 165px
    }

    #modal-engage .brandLogo {
        max-width: 145px
    }

    #modal-engage h4 {
        font-size: 16px
    }

    #modal-engage .content {
        padding-right: 16px;
        row-gap: 16px
    }

    #modal-engage .btn {
        font-size: 14px
    }

    #modal-coupon .modalMainBottom {
        max-width: 380px;
        padding: 0
    }

    #modal-coupon .modalContent {
        padding: 40px 30px 20px;
        min-height: 322px
    }

    #modal-coupon .modalHeader {
        font-size: 30px;
        margin-bottom: 24px
    }

    #modal-coupon .closeIconBtn {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        background-color: #fff;
        border-color: #fff
    }

    #modal-coupon .closeIconBtn:after,
    #modal-coupon .closeIconBtn:before {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .engageCoupon {
        margin-bottom: 30px
    }

    .engageCoupon .codeName {
        min-width: 168px
    }

    @keyframes fromTop {
        0% {
            top: -170px;
            opacity: 0
        }

        100% {
            top: 70px;
            opacity: 1
        }
    }
}

@media only screen and (min-width:1024px) {
    body {
        font-size: 16px
    }

    .secTitle,
    h1,
    h2 {
        font-size: 30px
    }

    .secTitle {
        margin-bottom: 50px
    }

    .secTitle.noSpc {
        margin-bottom: 0
    }

    h2+p {
        font-size: 22px;
        margin-bottom: 50px
    }

    h2+p.noSpc {
        margin-bottom: 0
    }

    .secLine {
        height: 6px;
        width: 90px;
        margin-bottom: 16px
    }

    .section {
        padding: 75px 0
    }

    .arrowLeftLine {
        position: relative;
        top: 17px;
        width: 100%;
        height: 2px;
        background: #111;
        display: block;
        pointer-events: none
    }

    .arrowLeftLine:after,
    .arrowLeftLine:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        left: 0;
        background: #111
    }

    .arrowLeftLine:before {
        top: 4px;
        transform: rotate(45deg)
    }

    .arrowLeftLine:after {
        top: -4px;
        transform: rotate(-45deg)
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .autoSearchBox {
        width: 580px;
        margin: 3px 0
    }

    .autoSearchBox .fieldInput {
        width: 100%;
        height: 46px;
        padding: 0 40px 0 16px
    }

    .autoSearchBox .fieldInput:focus,
    .autoSearchBox .fieldInput:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .autoSearchBox .icon-search {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        font-size: 16px;
        z-index: 1;
        pointer-events: none;
        color: #787878
    }

    .autoSearchBox .searchResult {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        box-shadow: 0 0 16px rgba(0, 0, 0, .16);
        background: #fff;
        top: 55px;
        left: auto;
        right: 0;
        width: calc(100% + 136px);
        position: absolute;
        min-width: auto;
        z-index: 5;
        padding: 30px 8px 70px 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between
    }

    .autoSearchBox .srcList {
        column-gap: 16px;
        align-items: stretch
    }

    .autoSearchBox .srchCrd {
        max-width: 315px;
        width: 100%
    }

    .autoSearchBox .tredingSearch {
        top: 55px;
        z-index: 101
    }

    .tredingSearch {
        position: absolute;
        right: 0;
        font-size: 14px;
        max-height: 400px;
        overflow-y: auto;
        width: calc(100% + 136px)
    }

    .tredingSearch .title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .tredingSearch .item {
        padding: 8px 10px
    }

    .tredingSearch.loader {
        min-height: 400px
    }

    .srchWrap {
        max-width: 420px;
        width: 100%;
        position: relative;
        background: #f5f5f5;
        border-radius: 0 12px 12px 0;
        -webkit-border-radius: 0 12px 12px 0
    }

    .srchWrap>.icon-search {
        width: 40px;
        height: 100%;
        line-height: 46px;
        cursor: pointer;
        text-align: center
    }

    .srchFtrBtn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn {
        background: #f6f6f6
    }

    .srchFtrBtn .btn:hover .arrowLeftLine {
        right: -5px
    }

    .srchFtrBtn .arrowLeftLine {
        margin-left: 8px
    }

    .srchCollection {
        padding-right: 10px;
        font-size: 13px;
        width: 160px;
        border-right: 1px solid #dedede;
        margin-bottom: 0;
        padding-bottom: 12px
    }

    .srchCollection .item:last-child {
        margin-bottom: 0
    }

    .srchProd {
        flex: 0 0 calc(100% - 165px);
        max-width: calc(100% - 165px);
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        padding: 5px 5px 5px 10px
    }

    .srchProd::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-bottom: 16px
    }

    .srchProd::-webkit-scrollbar-track {
        background: #eaeaea;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .srchProd::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .srchProd .title {
        padding-left: 0
    }

    ::placeholder {
        color: #787878
    }

    :-ms-input-placeholder {
        color: #787878
    }

    ::-ms-input-placeholder {
        color: #787878
    }

    .easy-autocomplete-container {
        z-index: 102
    }

    .easy-autocomplete-container>ul {
        max-height: 400px;
        overflow-y: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar {
        width: 10px
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-track {
        background: #e8e8e8
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-color: #e8e8e8;
        border-left-width: 2px;
        border-right-width: 2px;
        border-style: solid
    }

    .easy-autocomplete-container>ul::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .easy-autocomplete-container ul .eac-category,
    .easy-autocomplete-container ul li {
        padding: 0;
        border: 0
    }

    #hamburgerMenu2 {
        height: 39px;
        width: 31px;
        padding: 17px 0 17px 10px;
        margin-left: 11px
    }
}

@media only screen and (min-width:1024px) and (min-width:1360px) {
    .autoSearchBox {
        width: 680px
    }

    .autoSearchBox .srchCrd {
        max-width: 220px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 40px;
        max-width: 40px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 40px)
    }

    .autoSearchBox .specLabel {
        font-size: 10px
    }

    .autoSearchBox .specBtn {
        padding: 2px 3px;
        font-size: 9px
    }

    .srchWrap {
        max-width: 540px
    }
}

@media only screen and (min-width:1024px) and (min-width:1600px) {
    .autoSearchBox {
        width: 835px
    }

    .autoSearchBox .pdName {
        font-size: 14px
    }

    .autoSearchBox .searchResult,
    .autoSearchBox .tredingSearch {
        width: calc(100% + 150px)
    }

    .autoSearchBox .searchResult {
        padding: 30px 8px 70px 24px
    }

    .autoSearchBox .srchCrd {
        max-width: 285px
    }

    .autoSearchBox .srchCrd img {
        flex: 0 0 55px;
        max-width: 55px
    }

    .autoSearchBox .crdInfo {
        width: calc(100% - 55px)
    }

    .autoSearchBox .specLabel {
        font-size: 14px
    }

    .autoSearchBox .specBtn {
        padding: 2px 5px;
        font-size: 12px
    }

    .srchWrap {
        max-width: 680px
    }

    .collectionsResult {
        font-size: 14px
    }

    .srchCollection {
        width: 175px
    }

    .srchProd {
        flex: 0 0 calc(100% - 185px);
        max-width: calc(100% - 185px)
    }
}

@media only screen and (min-width:1024px) and (min-width:1900px) {
    .autoSearchBox {
        width: 870px
    }
}

@media only screen and (min-width:1024px) {
    .helpDesk {
        bottom: 150px
    }

    .helpDesk.active {
        right: 50px
    }

    .tab-btn {
        font-size: 20px;
        height: 50px;
        padding: 8px 40px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        cursor: pointer
    }

    .modalBody .modalTopLine {
        display: none
    }

    .modalBody .closeIconBtn {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }

    .modalBody .closeIconBtn:after,
    .modalBody .closeIconBtn:before {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .modalBody .closeIconBtn:hover:after,
    .modalBody .closeIconBtn:hover:before {
        background: #5ad235
    }

    .modalBody .modalMainBottom {
        max-width: 800px
    }

    .modalBody .modalMainBottom .colorWidget .colorBtn {
        width: 28px;
        height: 28px;
        max-width: 28px !important;
        margin-left: 10px
    }

    .modalBody .modalMainBottom .colorWidget .colorBtn.active:after {
        left: 9px;
        bottom: -7px
    }

    .modalBody .modalMainBottom .colorWidget .text {
        font-size: 16px
    }

    .modalBody .modalMainBottom .priceWidget {
        height: 71px
    }

    .modalBody .modalMainBottom .priceWidget .price {
        font-size: 14px
    }

    .modalBody .modalMainBottom .priceWidget .price div {
        font-size: 24px
    }

    .modalMain {
        max-width: 700px
    }

    #addToCartSticky {
        padding: 16px 8px;
        width: auto;
        left: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    #addToCartSticky.active {
        bottom: 30px
    }

    #addToCartSticky .cartWidget>:first-child {
        width: 45px
    }

    #addToCartSticky .icon-add-to-cart {
        font-size: 20px
    }

    #addToCartSticky .cartText {
        font-size: 16px;
        padding-right: 40px
    }

    #addToCartSticky .cartText div {
        font-size: 14px
    }

    #addToCartSticky .arrpwR {
        vertical-align: 2px
    }

    #addToCartSticky .btn-link-primary {
        font-size: 12px
    }

    .userNotification {
        top: 70px;
        left: auto;
        right: -110%;
        transition: right 2s ease-in-out, opacity 2s ease-in-out
    }

    .userNotification.active {
        top: 70px;
        right: 0
    }

    .userNotification>div {
        height: 60px
    }

    .userNotification .notifyTitle {
        font-size: 14px
    }

    .userNotification .notifyIcon i {
        line-height: 60px
    }

    .userNotification .notifyIcon img {
        max-height: 40px;
        max-width: 35px
    }

    .btnViewMore,
    .view_more_btn {
        font-size: 16px
    }

    .btnViewMore .btn-link,
    .btnViewMore h3,
    .btnViewMore span,
    .view_more_btn .btn-link,
    .view_more_btn h3,
    .view_more_btn span {
        font-size: 16px
    }

    .btn-link {
        font-size: 16px;
        cursor: pointer
    }

    #press-coverage.skeleton .pressItem {
        background: #eee
    }

    .pressCardNew img {
        min-width: auto;
        max-width: 80%;
        max-height: 90%;
        width: auto
    }

    .pressCardNew .crd {
        min-height: 95px;
        justify-content: center;
        align-items: center
    }

    .pressCardNew .crd.lg {
        min-height: 150px
    }

    .thinScrollBar::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding-bottom: 16px
    }

    .thinScrollBar::-webkit-scrollbar-track {
        background: #eaeaea;
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .thinScrollBar::-webkit-scrollbar-thumb {
        background: #5ad235 !important;
        border-radius: 2px;
        -webkit-border-radius: 2px
    }

    .thinScrollBar::-webkit-scrollbar-thumb:hover {
        background: #5ad235
    }

    .scrollX::-webkit-scrollbar-track {
        margin-left: 16px;
        margin-right: 16px
    }

    .swipeSlider {
        white-space: nowrap;
        overflow-x: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding: 6px 16px 20px;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        display: flex !important;
        align-items: center;
        justify-content: flex-start
    }

    .swipeSlider.sm {
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 8px;
        padding-right: 8px
    }

    .swipeSlider.lg {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px
    }

    .swipeSlider>* {
        width: 265px;
        white-space: normal;
        margin-left: 16px
    }

    .swipeSlider>:first-child {
        margin-left: 0
    }

    .swipeSlider.wAuto>* {
        width: auto;
        margin-left: 3px
    }

    .swipeSlider.wAuto>:first-child {
        margin-left: 0
    }

    .swipeSlider .swipeItem {
        flex: 0 0 calc(50% - 8px)
    }

    .scrollY {
        overflow-y: auto;
        flex-direction: column
    }

    .scrollY::-webkit-scrollbar-track {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .noBar::-webkit-scrollbar {
        display: none
    }

    .swipeTwoGrid .twoGrid {
        width: 300px;
        flex-wrap: wrap;
        flex: 0 0 100%;
        column-gap: 16px;
        row-gap: 16px
    }

    .swipeTwoGrid .crd {
        flex: 0 0 calc(50% - 8px)
    }

    .swipeOneGrid .crd,
    .swipeOneGrid .crdItem {
        flex: 0 0 calc(80% - 8px)
    }

    .swipeOneGrid .noColSpc {
        padding-left: 0;
        padding-right: 0
    }

    .crdMain {
        padding-top: 0
    }

    .crdMain .crd {
        padding: 30px 20px 80px;
        min-height: 575px
    }

    .crdMain .crd .crdImg {
        min-height: 310px
    }

    .crd {
        width: 100%
    }

    .crd .crdModelTag {
        font-size: 16px
    }

    .crd .crdName {
        font-size: 20px
    }

    .crd .crdTopSpec {
        column-gap: 16px;
        font-size: 16px
    }

    .crd .crdSpec .icon {
        font-size: 30px
    }

    .crd .emiText,
    .crd .specName {
        font-size: 14px
    }

    .crd .emiText {
        margin-top: 8px
    }

    .crd .btn,
    .crd .crdPrice {
        font-size: 16px
    }

    .crd .priceOffHold {
        margin-top: -4px
    }

    .crd .btnHold {
        width: 165px
    }

    .crd .colorWidget {
        row-gap: 20px;
        min-width: 40px;
        width: auto;
        padding: 8px
    }

    .crd .colorWidget .colorBtn {
        width: 24px;
        height: 24px
    }

    .crd .colorWidget .attrBtn {
        zoom: .95
    }

    .checkoutPg {
        font-size: 16px;
        padding-bottom: 0
    }

    .checkoutPg h1,
    .checkoutPg h2 {
        font-size: 20px;
        margin-bottom: 14px
    }

    .checkoutPg h1 i,
    .checkoutPg h2 i {
        font-size: 25px
    }

    .checkoutPg p {
        font-size: 16px
    }

    .checkoutPg .backBtn {
        cursor: pointer
    }

    .checkoutPg .section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .checkoutPg .sectTopWrapCk {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .checkoutPg .couponWeb {
        border-width: 2px
    }

    .checkoutPg .couponWeb .crdForm {
        min-height: 121px
    }

    .checkoutPg .notifyCkBtn {
        top: 2px
    }

    .checkoutPg .btn {
        font-size: 16px;
        padding: 6px 16px
    }

    .checkoutPg .customControl {
        font-size: 18px
    }

    .checkoutPg .crdAccBox {
        border: 1px solid #e1e1e1
    }

    .checkoutPg .crdAccBox .btn {
        font-size: 14px;
        height: 32px
    }

    .checkoutPg .crdCouponBox {
        border: 2px dashed #cdcdcd
    }

    .checkoutPg .crdCouponBox .btn {
        font-size: 20px;
        border: 1px solid #ffdc00;
        background: #fff;
        padding: 8px 30px;
        font-weight: 700;
        color: #000;
        position: relative
    }

    .checkoutPg .crdCouponBox .btn:after,
    .checkoutPg .crdCouponBox .btn:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        background: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        border-color: transparent #ffdc00 #ffdc00 transparent
    }

    .checkoutPg .crdCouponBox .btn:before {
        left: -8px;
        transform: rotate(-45deg)
    }

    .checkoutPg .crdCouponBox .btn:after {
        right: -8px;
        transform: rotate(135deg)
    }

    .checkoutPg .crdCouponBox .crdTitle {
        font-size: 20px;
        font-weight: 600
    }

    .checkoutPg .crdCouponBox .crdTitle svg {
        margin-top: -7px
    }

    .checkoutPg .btnMoreLess {
        padding: 0 40px 0 20px;
        top: 10px;
        margin-bottom: 20px
    }

    .checkoutPg .trustSafety {
        background: #fff;
        margin-bottom: 0
    }

    .checkoutPg .trustSafety img {
        width: 100px
    }

    .checkoutPg .trustSafety .trustName {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        left: 40px;
        top: 40px;
        margin-top: -40px
    }

    .checkoutPg .trustSafety .trustName img {
        width: 40px
    }

    .checkoutPg .trustSafety ul {
        margin-top: 45px
    }

    .checkoutPg .trustSafety li {
        margin-bottom: 16px;
        font-size: 16px;
        margin-left: 8px
    }

    .checkoutPg .trustSafety li:last-child {
        margin-bottom: 0
    }

    .checkoutPg .brdCk {
        position: relative
    }

    .checkoutPg .brdCk::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 0;
        height: 100%;
        width: 2px;
        border-right: 2px solid #e3e3e3
    }

    .checkoutPg .asideCk .asideWrapCk.fixed {
        position: fixed;
        right: 10px;
        bottom: 0
    }

    .checkoutPg .asideCk .asideWrapCk.abst {
        position: absolute
    }

    .checkoutPg .asideCk .section {
        overflow: visible;
        padding-top: 0
    }

    .checkoutPg .addressSummary {
        border-bottom: 0
    }

    .checkoutPg .addressSummary .userName {
        color: #000;
        font-size: 16px
    }

    .checkoutPg .deliveryAddress {
        font-size: 16px;
        max-width: 520px;
        line-height: 1.4
    }

    .checkoutPg .modalHeader {
        height: 65px;
        font-size: 20px
    }

    .checkoutPg .checkoutStpModal .modalMainBottom,
    .checkoutPg .modalAside {
        max-width: 720px;
        right: 0;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0
    }

    .checkoutPg .modalProductList .modalAside {
        max-width: 920px
    }

    .checkoutPg .modalMainBottom.modalAside {
        max-height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        bottom: 0
    }

    .checkoutPg .modalMainBottom.modalAside .modalFooter .btn {
        height: 50px
    }

    .checkoutPg .modalMainBottom.modalAside .modalFooter .btnAddAcc {
        width: 200px
    }

    .checkoutPg .modalMainBottom.modalAside .modalContent {
        max-height: calc(100vh - 162px)
    }

    .checkoutPg .checkoutStpModal .closeIconBtn {
        display: none
    }

    .checkoutPg .checkoutStpModal .countryCode img {
        width: 70px
    }

    .checkoutPg .checkoutStpModal .contryField .fieldLabel {
        left: 100px
    }

    .checkoutPg .checkoutStpModal .contryField .fieldInput {
        padding-left: 100px
    }

    .checkoutPg .checkoutStpModal .modalContent {
        height: calc(100% - 205px)
    }

    .checkoutPg .checkoutStpModal .checkoutFtr {
        padding: 30px
    }

    .checkoutPg .checkoutStpModal .paymentBtnWrap {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .checkoutPg #addAddressModal .checkoutFtr {
        position: fixed;
        padding: 20px
    }

    .checkoutPg #addAddressModal .modalContent {
        height: calc(100% - 175px)
    }

    .checkoutPg #addAddressModal .errorText {
        bottom: -20px
    }

    .checkoutPg .saveAddressWrap h2 {
        margin-bottom: 0
    }

    .checkoutPg .radius {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .checkoutPg .t-bold .icon-rupee {
        font-weight: 700
    }

    .checkoutPg .termCheckWeb {
        padding: 13px 20px 10px
    }

    .checkoutPg .termCheckWeb .customControl {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px
    }

    .checkoutPg .editToCardBtn {
        font-size: 14px;
        padding: 4px 8px;
        height: 26px
    }

    .checkoutPg .editToCardBtn .icon-edit {
        color: #5ad235;
        font-size: 14px
    }

    .checkoutPg .btn-link-primary {
        cursor: pointer
    }

    .checkoutPg .crdCompareModal {
        row-gap: 32px
    }

    .checkoutPg .crd .colorWidget .colorBtn {
        width: 16px;
        height: 16px;
        max-width: 16px !important;
        margin: 0
    }

    .checkoutPg .crdCompareModal .crd {
        padding: 20px 16px
    }

    .checkoutPg .crdCompareModal .crdPrice {
        font-size: 14px
    }

    .checkoutPg .crdCompareModal .cutPrice {
        font-size: 13px
    }

    .checkoutPg .couponWrap.couponList {
        padding: 24px 16px 16px;
        margin-top: 10px
    }

    .checkoutPg .couponWrap .couponTitle {
        top: -14px;
        padding: 4px 8px;
        font-size: 14px
    }

    .checkoutPg .couponApplied .couponTag {
        font-size: 14px
    }

    .checkoutPg .sectPayHideWeb {
        padding-bottom: 24px
    }

    .checkoutPg .crdFooter .btnHold .btn {
        font-size: 20px;
        width: 165px;
        border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0
    }

    .checkoutPg .crdFooter .crdPrice {
        font-size: 20px
    }

    .checkoutPg .crdMain .crdItem {
        padding: 8px 16px
    }

    .checkoutPg .errorText,
    .checkoutPg .fieldControl label.error {
        font-size: 12px;
        bottom: -18px
    }

    .saveDesc {
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        font-size: 16px
    }

    .saveDesc .icon-rupee,
    .saveDesc span {
        font-size: 16px
    }

    .crdPayOptWrap .customControl {
        padding: 16px 20px 16px 45px
    }

    .crdPayOptWrap .customControl.codWrap .pymntText {
        flex: 0 0 auto;
        display: inline-block;
        min-width: auto;
        margin-left: 5px;
        margin-top: 0
    }

    .crdPayOptWrap .pymntText {
        font-size: 16px;
        flex: 0 0 100%;
        margin-left: -25px
    }

    .crdPayOptWrap .customIndicator {
        left: 20px
    }

    .crdPayOptWrap .bajaj-full,
    .crdPayOptWrap .cash,
    .crdPayOptWrap .payu,
    .crdPayOptWrap .razorpay,
    .crdPayOptWrap .snapmint {
        zoom: 1
    }

    .crdPayOptWrap .tooltip {
        top: 45px
    }

    .crdPayOptWrap .codMsg {
        font-size: 14px
    }

    .crdPayOpt {
        margin-bottom: 18px
    }

    .crdPayOpt.nestedGateway {
        padding: 16px 20px
    }

    .crdPayOpt.nestedGateway .customControl {
        margin-bottom: 16px
    }

    .crdPayOpt.nestedGateway .customControl:last-child {
        margin-bottom: 0
    }

    .crdPayOpt.nestedGateway .pymntText {
        margin-left: 0
    }

    .totalAddedCardInfo {
        font-size: 18px
    }

    .addressOption {
        column-gap: 24px
    }

    .addressOption .chipControl {
        height: 36px;
        line-height: 25px;
        font-size: 18px;
        padding: 6px 32px
    }

    .crdForm .chipControl .control__indicator,
    .crdForm .fieldInput {
        border-radius: 4px;
        -webkit-border-radius: 4px
    }

    .crdForm .btn {
        min-width: 105px
    }

    .crdForm .countryCode {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        padding: 14px 10px
    }

    .chooseOptWrap .customIndicator {
        top: 3px
    }

    .crdListCk {
        padding: 20px 20px 0
    }

    .crdListCk .crdThumb {
        max-width: 135px;
        width: 135px;
        height: 95px;
        flex: 0 0 135px;
        margin-top: 0
    }

    .crdListCk .crdCont {
        flex: 0 0 calc(100% - 135px);
        width: calc(100% - 135px);
        padding-left: 24px;
        margin-top: 0
    }

    .crdListCk .crdName,
    .crdListCk .crdPrice {
        font-size: 16px
    }

    .crdListCk .crdPrice {
        padding: 8px 0
    }

    .crdListCk .actionButton {
        margin-left: 20px
    }

    .crdListCk .cartFtr {
        margin: 16px -20px 0;
        padding: 16px 20px;
        flex: 0 0 calc(100% + 40px);
        width: calc(100% + 40px)
    }

    .crdListCk .crdFree,
    .crdListCk .tQty {
        font-size: 18px
    }

    .crdListCk .inputQty {
        font-size: 21px
    }

    .crdListCk .qtyControl {
        width: 30px;
        height: 30px
    }

    .crdListCk .quantityControl .minusIcon:after,
    .crdListCk .quantityControl .minusIcon:before,
    .crdListCk .quantityControl .plusIcon:after,
    .crdListCk .quantityControl .plusIcon:before {
        top: 13px;
        right: 7px;
        width: 14px
    }

    .crdListCk .crdCares {
        top: calc(100% - 52px);
        right: 20px
    }

    .crdListCk .optSelect {
        height: 40px;
        line-height: 40px;
        padding: 0 32px 0 16px;
        font-size: 16px
    }

    .crdListCk .optList {
        bottom: 40px;
        min-width: 190px;
        font-size: 16px
    }

    .crdListCk .optItem {
        padding: 8px 16px
    }

    .crdListCk .optionWrap .arrow:before {
        margin-top: -10px;
        right: 12px;
        padding: 4px
    }

    .crdListCk .optionWrap.open .arrow:before {
        margin-top: -5px
    }

    .crdListCk .careLogo {
        width: 120px
    }

    .crdListCk .rating {
        font-size: 18px;
        align-items: baseline
    }

    .crdListCk .rating i {
        font-size: 20px;
        width: 20px;
        height: 20px
    }

    .crdListCk .trendingIcon {
        height: 24px;
        padding: 7px
    }

    .crdListCk .freeAccess {
        font-size: 14px
    }

    .crdListCk .freeAccess .nameAccess {
        padding-top: 2px
    }

    .crdListCk .freeTag {
        width: 26px;
        height: 26px;
        left: -13px;
        top: -6px;
        font-size: 16px
    }

    .crdListCk .freeAssembly {
        top: 0
    }

    .crdListCk .freeAssembly .freeTag {
        left: -14px;
        top: -8px;
        font-size: 12px;
        zoom: 1
    }

    .crdCare91 .careLogo {
        margin-top: 0;
        min-width: 140px
    }

    .crdCare91 .arrowD {
        margin-bottom: 16px;
        cursor: pointer
    }

    .crdCare91 .arrowD:before {
        padding: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #000;
        top: 3px;
        right: 16px
    }

    .crdCare91 .arrowD.active:before,
    .crdCare91 .arrowD:hover:before {
        right: 0;
        border-color: #5ad235
    }

    .crdCare91 .arrowD.active:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .crdCare91 .crdCareToggle {
        display: none
    }

    .crd91Cares {
        background: #f6f6f6
    }

    .crd91Cares .swipeSlider {
        margin-left: -20px;
        margin-right: -20px;
        padding: 1px 20px 20px
    }

    .crdOrder .cutPrice {
        zoom: 1
    }

    .checkoutFtr {
        position: relative
    }

    .checkoutFtr .totolPay {
        flex: 0 0 180px
    }

    .checkoutFtr .totolPay .cutPrice {
        margin-right: auto
    }

    .checkoutFtr .paymentBtnWrap {
        height: 66px;
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px
    }

    .checkoutFtr .totalAmount {
        font-size: 24px
    }

    .checkoutFtr .payStepWrap .btn {
        font-size: 18px
    }

    .checkoutFtr .payStepWrap .btn-action {
        background: #ffdc00;
        border-radius: 0 0 8px 0;
        -webkit-border-radius: 0 0 8px 0
    }

    .checkoutFtr .paymentWebFtrWrap {
        background: #fff
    }

    .checkoutFtr .paymentWebFtrWrap .totolPay {
        background: #fff;
        color: #000
    }

    .checkoutFtr.btnGroupFtr {
        position: fixed
    }

    .checkoutFtr .btnGroup {
        height: 60px
    }

    .paymentStepOption {
        position: relative;
        width: auto;
        height: auto
    }

    .filterTabs {
        padding: 0 20px 10px;
        column-gap: 20px
    }

    .filterTabs .tabsItem {
        font-size: 16px
    }

    #modalApplyCoupon .modalAside,
    #modalBajaj .modalAside,
    #verify_mobile_popup .modalAside {
        max-width: 550px
    }

    #fullyFitted .closeIconBtn {
        left: auto
    }

    #verify_mobile_popup .modalAside {
        padding-bottom: 60px
    }

    #splitPymntModal .modalMainBottom {
        width: 720px
    }

    #splitPymntModal .modalContent {
        max-height: 100%
    }

    #splitPymntModal .pfWarningBox {
        padding: 10px 0 20px;
        border-bottom: 0
    }

    #splitPymntModal .pfWarningBox .warningText {
        max-width: 80%;
        padding: 2px 0 0 18px;
        font-size: 18px
    }

    #splitPymntModal .helpReason {
        padding: 20px 0
    }

    #splitPymntModal .helpReason h3 {
        font-size: 16px
    }

    #splitPymntModal .helpReason h3 span:before {
        right: -14px
    }

    #splitPymntModal .helpReason .dropDownMain {
        padding: 10px 0
    }

    #splitPymntModal .helpReason .dropDownMain .dropDownMenu {
        width: 400px;
        bottom: 35px;
        top: auto
    }

    #splitPymntModal .helpReason .dropDownMain .dropDownMenu li {
        color: #221229;
        position: relative;
        padding: 10px 0 10px 45px
    }

    #splitPymntModal .helpReason .dropDownMain .dropDownMenu li:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        left: 15px;
        top: 12px;
        border-radius: 50%;
        border: 3px solid #bdb9bf
    }

    #splitPymntModal .helpReason .dropDownMain .dropDownMenu li.current:before {
        border-color: #5ad235
    }

    #splitPymntModal .helpReason .dropDownMain .dropDownMenu a {
        padding: 0
    }

    #splitPymntModal.keyboard-showing .pymntFailedSec {
        bottom: 0
    }

    #splitPymntModal.keyboard-open .pymntFailedSec {
        bottom: 0
    }

    .paymentSplit {
        padding-top: 190px
    }

    .paymentSplit:before {
        top: 10px;
        right: -80px
    }

    .paymentSplit .content {
        padding-right: 60px
    }

    .paymentSplit .content h4 {
        font-size: 36px
    }

    .paymentSplit .content h5 {
        font-size: 20px;
        margin-top: 5px;
        max-width: 410px;
        line-height: 1.2
    }

    .paymentSplit .content p {
        font-size: 16px;
        margin-top: 24px;
        max-width: 500px
    }

    .paymentSplit form {
        width: 90%
    }

    .paymentSplit form .btn {
        width: 220px
    }

    .emptyWrapMain .tabs {
        font-size: 14px;
        column-gap: 4px
    }

    .emptyWrapMain .crdMain {
        display: inherit;
        margin-left: -16px;
        margin-right: -16px
    }

    .emptyWrapMain .crdMain .crd {
        min-height: 575px
    }

    .emptyWrapMain .crdMain .crd .crdImg {
        min-height: 240px
    }

    .emptyWrapMain .cartEmpty {
        min-height: 162px;
        font-size: 28px
    }

    .emptyWrapMain .crdSlider {
        min-width: auto
    }

    .crdPaytTwoGrid {
        column-gap: 16px
    }

    .crdPaytTwoGrid .customControl {
        flex: 0 0 calc(50% - 8px)
    }

    #modalFlatOffer .modalContent,
    #modalFlatOffer .modalMainBottom {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    #modalFlatOffer .modalMainBottom {
        max-width: 800px;
        padding: 0;
        border: 0
    }

    #modalFlatOffer .closeIconBtn {
        top: 5px;
        right: 5px;
        height: 40px;
        width: 40px
    }

    #modalFlatOffer .closeIconBtn:after,
    #modalFlatOffer .closeIconBtn:before {
        left: 3px;
        top: 14px;
        height: 2px;
        width: 80%
    }

    .flatOfferWrap {
        flex-direction: row-reverse;
        align-items: stretch !important
    }

    .flatOfferWrap .btn {
        font-size: 16px;
        height: 56px
    }

    .flatOfferWrap h2 {
        margin-bottom: 16px;
        font-size: 32px
    }

    .flatOfferWrap .offerDisc {
        font-size: 22px;
        margin-bottom: 12px
    }

    .flatOfferWrap .couponList {
        padding: 10px 15px;
        min-width: 120px;
        font-size: 20px
    }

    .flatOfferWrap .copyBtn {
        min-width: 80px
    }

    .flatOfferWrap .imgHolder {
        flex: 0 0 350px;
        min-height: 416px;
        overflow: hidden
    }

    .flatOfferWrap .imgHolder img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        max-width: auto
    }

    .flatOfferWrap .fieldControl {
        margin-bottom: 30px
    }

    .flatOfferCont {
        padding: 50px 24px;
        max-width: 450px
    }

    .crd .crdCaption {
        font-size: 30px;
        padding: 20px
    }

    .crd .logo91Tag {
        width: 73px;
        height: auto
    }

    .offerBtnHold .crd .btn {
        min-width: 230px;
        padding: 14px 16px;
        font-size: 25px
    }

    .offerBtnHold .crdFtr {
        bottom: 36px
    }

    .crdSlider:not(.slick-initialized) {
        display: flex;
        gap: 16px
    }

    .crdSlider .slick-list {
        margin: 0 -16px
    }

    .crdSlider .slick-slide {
        padding: 8px 16px;
        min-width: auto
    }

    .crdSlider.slick-dotted {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .crdList {
        flex-direction: row;
        justify-content: flex-start;
        padding: 16px
    }

    .crdList .iconBg {
        height: 90px;
        width: 90px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        flex: 0 0 90px
    }

    .crdList .sprite {
        zoom: 1.5
    }

    .crdList .info {
        min-height: auto;
        text-align: left;
        padding-left: 20px
    }

    .crdList h3 {
        font-size: 22px;
        margin-bottom: 8px
    }

    .crdList p {
        font-size: 16px;
        line-height: 1.2;
        color: #696969
    }

    .showColumn .crdList {
        flex-direction: column;
        justify-content: center;
        column-gap: 10px;
        text-align: center
    }

    .showColumn .crdList .info {
        padding-left: 0
    }

    .showColumn .crdList h3 {
        margin-bottom: 0;
        font-size: 22px;
        text-align: center
    }

    .btnViewMore,
    .view_more_btn {
        margin-top: 25px
    }

    #addToCartSticky {
        padding: 16px 8px;
        width: auto;
        left: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    #addToCartSticky.active {
        bottom: 30px
    }

    #addToCartSticky .cartWidget>:first-child {
        width: 45px
    }

    #addToCartSticky .icon-add-to-cart {
        font-size: 20px
    }

    #addToCartSticky .cartText {
        font-size: 16px;
        padding-right: 40px
    }

    #addToCartSticky .cartText div {
        font-size: 14px
    }

    #addToCartSticky .arrpwR {
        vertical-align: 2px
    }

    #addToCartSticky .btn-link-primary {
        font-size: 12px
    }

    .contentPage h2 {
        font-size: 28px;
        padding-top: 30px;
        margin-bottom: 20px
    }

    .contentPage h2.h2 {
        font-size: 36px;
        padding-top: 40px
    }

    .contentPage .tableWrap td,
    .contentPage .tableWrap th,
    .contentPage ol>li,
    .contentPage p,
    .contentPage ul>li {
        font-size: 18px;
        font-weight: 300
    }

    .contentPage .tableWrap td::before,
    .contentPage .tableWrap th::before,
    .contentPage ol>li::before,
    .contentPage p::before,
    .contentPage ul>li::before {
        font-size: 18px
    }

    .contentPage .tableWrap th {
        font-weight: 600
    }

    .contentPage h4 {
        font-size: 20px
    }

    #modalCompare .modalMain {
        top: 0;
        right: 0;
        left: auto;
        width: auto;
        max-width: 95%;
        padding: 20px 25px
    }

    #modalCompare .modalMain .btnFtrBack {
        max-width: 450px;
        margin: 0 auto;
        display: block
    }

    #modalCompare .btnBack {
        height: 40px;
        left: 20px;
        top: 27px
    }

    #modalCompare h2 {
        font-size: 40px;
        margin: 0 0 16px 50px
    }

    #modalCompare .tableOuter .thinScrollBar {
        max-height: calc(100vh - 280px)
    }

    #modalCompare .table th {
        font-size: 16px
    }

    #modalCompare .table td {
        min-width: 200px;
        font-size: 14px
    }

    #modalCompare .tableHeading .btnItem {
        font-size: 20px;
        min-height: 50px
    }

    .faqMain .tab-head {
        margin: 0 0 40px 0
    }

    .faqMain .tab-head>li {
        min-width: 75px;
        font-size: 21px;
        padding: 19px 25px;
        margin-left: 12px
    }

    .faqMain .tab-head>li.active {
        font-size: 21px
    }

    .faqMain .faqTitle {
        font-size: 24px;
        padding: 20px 300px 20px 0
    }

    .faqMain .faqTitle .icon-arrow {
        font-size: 20px;
        top: 21px
    }

    .faqMain .faqTitle .faqIconHolder {
        margin-top: 0
    }

    .faqMain .faqContent p {
        font-size: 18px;
        margin-top: 20px
    }

    .faqMain .faqSub {
        font-size: 16px;
        margin: 10px 0
    }

    .faqMain .faqTitleIcon {
        padding: 3px 15px;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6px;
        margin-left: 6px;
        min-width: 74px
    }

    .faqMain .faqTitleIcon:first-child {
        margin-left: 0
    }

    .faqMain .faqTitleIcon i {
        padding-right: 7px;
        font-size: 15px
    }

    .faqMain .faqTitleIcon .icon-video {
        font-size: 18px
    }

    .faqMain .likeOptions i {
        font-size: 20px
    }

    .faqMain .likeOptions .likeTitle {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

    .faqMain .likeOptions .faqTitleIcon {
        font-size: 20px
    }

    .triangle {
        border-left-width: 12px;
        border-right-width: 12px
    }

    .triangle.up {
        border-bottom-width: 12px
    }

    .triangle.down {
        border-top: 12px solid #6a6a6a
    }

    .faqMedia {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: nowrap;
        padding: 0
    }

    .faqMedia .fMediaCard {
        flex: 0 0 calc(33.33% - 20px);
        margin: 10px
    }

    .faqMedia .fMediaTitle {
        font-size: 16px;
        margin: 16px 0
    }

    .faqMedia .playBtn:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .faqMedia .icon-zoom {
        width: 40%;
        height: 100%
    }

    .faqMedia .icon-zoom:before {
        bottom: 15px;
        right: 15px;
        font-size: 28px;
        width: 28px;
        height: 28px;
        line-height: 28px
    }

    #faqGalleryModal .slick-next {
        right: -25px
    }

    #faqGalleryModal .slick-prev {
        left: -25px
    }

    .faqIconHolder {
        position: absolute;
        top: 50%;
        right: 55px;
        transform: translateY(-50%);
        text-align: right
    }

    .LoginPopup {
        width: 520px;
        font-size: 14px;
        left: 50%;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        animation: animatezoom .6s;
        -webkit-animation: animatezoom .6s
    }

    .LoginPopup .innerSec {
        margin-top: 0;
        padding: 20px 30px;
        max-height: 88vh
    }

    .LoginPopup .closeIcon {
        top: -23px !important;
        right: 30px;
        width: 46px;
        height: 46px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }

    .LoginPopup .closeIcon::before,
    .LoginPopup .closeIcon:after {
        background: #959595;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 56%
    }

    .LoginPopup .closeIcon:hover:after,
    .LoginPopup .closeIcon:hover:before {
        background: #00b965
    }

    .LoginPopup #loginWithOtp,
    .LoginPopup .loginBtn {
        margin-top: 1px
    }

    .LoginPopup .fieldInput,
    .LoginPopup .newMember,
    .LoginPopup p {
        font-size: 16px
    }

    .LoginPopup .newMember {
        margin-top: 14px
    }

    .LoginPopup .forgotPassowrd,
    .LoginPopup .resendcode {
        top: 12px
    }

    .LoginPopup .forgotPassWraper {
        margin-bottom: 1px
    }

    .contactWidget {
        font-size: 18px
    }

    .contactWidget.lg {
        padding-left: 0
    }
}

@media only screen and (min-width:1400px) {
    .emptyWrapMain .crdMain .crd {
        min-height: 585px
    }
}

@media only screen and (min-width:1600px) {

    .secTitle,
    h1,
    h2 {
        font-size: 36px
    }

    h2+p {
        font-size: 24px
    }

    .emptyWrapMain .crdMain .crd {
        min-height: 640px
    }

    .emptyWrapMain .crdMain .crd .crdImg {
        min-height: 370px
    }
}