.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
}

.fDC {
    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
}

.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
}

.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%
}

#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
    }
}

#searchMain {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    padding: 8px 16px;
    background: #f6f6f6;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    pointer-events: none
}

#searchMain.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    height: 100%;
    pointer-events: visible
}

#searchMain .autoSearchBox {
    padding-left: 30px;
    position: relative;
    min-height: 38px;
    background: #fff
}

#searchMain .autoSearchBox::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -16px;
    min-width: 100%;
    display: block;
    background: #fff;
    z-index: 1;
    right: -16px;
    bottom: -8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

#searchMain .autoSearchBox>.icon-search {
    width: 40px;
    height: 100%;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    z-index: 2
}

#searchMain .srchFtrBtn {
    position: fixed;
    bottom: 0;
    left: 0
}

#searchMain .searchResult {
    max-height: 100vh;
    overflow-y: auto
}

#searchMain .searchResult .no-result {
    font-size: 12px
}

#searchMain .srchCollection,
#searchMain .srchProd {
    padding: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

#searchMain .srchProd {
    background: #fff
}

#searchMain .inputSearch {
    height: 38px;
    line-height: 34px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0;
    outline: 0;
    padding: 0 40px 0 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 12px;
    z-index: 1
}

#searchMain .searchClose {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 20px;
    height: 36px;
    z-index: 2
}

#searchMain .easy-autocomplete-container {
    position: absolute;
    left: -16px;
    background: #fff;
    right: -16px;
    top: 46px
}

#searchMain .easy-autocomplete-container>ul {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #5ad235;
    border-top: 0;
    margin-bottom: -1px
}

#searchMain .easy-autocomplete-container>ul::-webkit-scrollbar {
    width: 10px
}

#searchMain .easy-autocomplete-container>ul::-webkit-scrollbar-track {
    background: rgba(17, 17, 17, .15);
    margin-top: 8px;
    margin-bottom: 8px;
    border-right: 4px solid #fff
}

#searchMain .easy-autocomplete-container>ul::-webkit-scrollbar-thumb {
    background: #5ad235 !important;
    border-right: 4px solid #fff
}

#searchMain .easy-autocomplete-container>ul::-webkit-scrollbar-thumb:hover {
    background: #5ad235;
    border-right: 4px solid #fff
}

#searchMain .easy-autocomplete-container li {
    border-bottom: 1px solid rgba(17, 17, 17, .04);
    font-size: 13px;
    line-height: 1.4;
    padding: 0
}

#searchMain .easy-autocomplete-container li:first-child {
    border-top: 1px solid rgba(17, 17, 17, .04)
}

#searchMain .easy-autocomplete-container li>div {
    padding: 8px 24px
}

#searchMain .easy-autocomplete.eac-green-light ul .eac-category,
#searchMain .easy-autocomplete.eac-green-light ul li {
    border-left: 0;
    border-right: 0
}

.fieldInput,
button,
input,
select,
textarea {
    font-family: 'DM Sans' !important
}

.offerHead {
    z-index: 101 !important
}

.offerHead.active {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

#header-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 54px;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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,
#header-main.scroll-up {
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header-main.scroll-down .iconSearchBtn,
#header-main.scroll-up .iconSearchBtn {
    opacity: .6;
    overflow: visible;
    pointer-events: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#header-main.scroll-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#header-main.scroll-up {
    transform: none;
    -webkit-transform: none;
    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)
}

#header-main .iconSearch {
    opacity: .6
}

#header-main .iconSearchBtn {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#header-main .iconCart {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: .6
}

#header-main .cart {
    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
}

.main {
    padding-top: 54px
}

.offerActive+.searchSm {
    margin-top: 88px
}

.offerActive+.main,
.offerActive~.main {
    padding-top: 86px
}

.searchSm {
    width: 100%;
    margin-top: 54px;
    background: #fff
}

.searchSm~.main {
    padding-top: 0
}

.searchSm .inputSearch {
    height: 38px;
    line-height: 34px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0;
    outline: 0;
    padding: 0 40px 0 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 12px;
    z-index: 1;
    border: 1px solid #ebebeb;
    pointer-events: none
}

.searchSm .icon-search {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
    color: #787878;
    width: 40px;
    height: 100%;
    line-height: 36px;
    cursor: pointer;
    text-align: center
}

#headerWeb {
    display: none;
    opacity: 1
}

.autoSearchBox .pdName,
.autoSearchBox .srchCrd .prMain,
.priceListOff .priceOff {
    font-weight: 600
}

.sprHead {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/images/sprite-head.svg) no-repeat;
    display: flex;
    width: 25px;
    height: 25px;
    zoom: 1;
    margin-left: 8px
}

.sprHead:first-child {
    margin-left: 0
}

.sprHead.iconCart {
    background-position: 0 0
}

.sprHead.iconSearch {
    background-position: -29px 0
}

.sprHead.iconQuick {
    background-position: -55px 0;
    width: 22px
}

#headerWap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 12px 16px
}

#headerWap #hamburgerMenu {
    margin-right: 8px
}

#headerWap .headerRight {
    display: flex;
    justify-content: end;
    width: 110px;
    margin-left: auto
}

#headerWap .logo {
    max-width: calc(100% - 130px);
    flex-shrink: 0;
    margin-right: auto
}

#headerWap .logo a {
    display: flex;
    align-items: center
}

#headerWap .logo img {
    max-width: 210px;
    width: 100%;
    height: auto
}

#headerWap .ebikeLogo img {
    max-width: 70px
}

#headerWap .rideonsLogo img {
    max-width: 160px
}

#headerWap .treadmillLogo img {
    max-width: 120px
}

.headerCheckout .icon-login {
    font-size: 18px
}

#navBody {
    z-index: 602
}

@media only screen and (min-width:360px) {
    .sprHead {
        margin-left: 10px
    }
}

@media only screen and (min-width:768px) {
    #headerWap .logo {
        width: calc(100% - 350px);
        padding-left: 10px
    }

    #headerWap .logo img {
        width: 300px;
        max-width: 300px
    }

    #headerWap .headerRight {
        width: 250px
    }

    #headerWap .headerRight>* {
        font-size: 24px
    }

    #headerWap .headerRight .adventuresLogo {
        margin-right: 0;
        width: auto
    }
}

.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
    }
}

.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
}

@media only screen and (min-width:1024px) {
    .triangle {
        border-left-width: 12px;
        border-right-width: 12px
    }

    .triangle.up {
        border-bottom-width: 12px
    }

    .triangle.down {
        border-top: 12px solid #6a6a6a
    }
}

.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)
    }
}

@media only screen and (min-width:1023px) {
    .colorBtn {
        cursor: pointer
    }

    .colorWidget .attrBtn:first-child {
        margin-left: 0
    }
}

@media only screen and (max-width:340px) {
    .productOverveiw .colorWidget {
        padding: 0 5px 23px
    }

    .productOverveiw .colorWidget .sizeGuide i {
        font-size: 15px
    }
}

@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: covered_by_your_graceregular;
    src: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/coveredbyyourgrace-webfont.woff2) format("woff2"), url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/fonts/coveredbyyourgrace-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

.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
}

.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
}

#heroSlider .slick-prev {
    left: 16px
}

#heroSlider .slick-next {
    right: 16px
}

#heroSlider .slick-dots {
    position: absolute;
    bottom: 0
}

.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
}

.controlSwitch {
    width: 80px;
    height: 24px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    border: 1px solid #111;
    overflow: hidden;
    color: #111;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative
}

.controlSwitch>* {
    float: left
}

.controlSwitch .switchBtn {
    padding: 5px 4px 3px;
    line-height: 15px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    position: absolute;
    top: 0;
    bottom: 0
}

.controlSwitch .switchBtn.cms {
    width: 40%;
    right: -1px
}

.controlSwitch .switchBtn.ftInch {
    width: 60%;
    left: -1px
}

.controlSwitch .switchBtn.active {
    background: #111;
    color: #fff
}

.sizeType span {
    display: inline-block;
    cursor: pointer
}

.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
    }
}

.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
    }
}

.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
}

.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
}

.findPerfectBike {
    z-index: 9
}

.findPerfectBike .pefectBikeBody {
    display: flex;
    height: 36px;
    align-items: stretch
}

.findPerfectBike .pefectBikeBody li {
    width: calc(28% - 6px);
    margin-left: 6px
}

.findPerfectBike .pefectBikeBody li:first-child {
    margin-left: 0
}

.findPerfectBike .pefectBikeBody li:last-child {
    width: 16%;
    float: right
}

.findPerfectBike .tablinks {
    background: #fff;
    text-transform: uppercase;
    position: relative;
    height: auto;
    padding: 8px 16px 8px 4px;
    font-size: 9px;
    line-height: 1;
    display: flex;
    align-items: center
}

.findPerfectBike .tablinks:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 8px;
    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 1px 1px 0;
    vertical-align: -1px;
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.findPerfectBike .tablinks:after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 10px;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 8px solid #ebebeb;
    border-left: 6.66667px solid transparent;
    border-right: 6.66667px solid transparent;
    opacity: 0;
    visibility: hidden
}

.findPerfectBike .tablinks.active {
    background: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.findPerfectBike .tablinks.active:before {
    top: 16px;
    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: #111;
    border-width: 0 1px 1px 0;
    vertical-align: -1px;
    padding: 2px
}

.findPerfectBike .tablinks.active:after {
    opacity: 1;
    visibility: visible
}

.findPerfectBike .tabcontent {
    color: #000;
    display: none;
    padding: 16px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin: 10px 0 0;
    background: #fff;
    max-width: 200px;
    position: relative
}

.findPerfectBike .btn {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    font-size: 12px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.findPerfectBike .customControl {
    display: flex;
    margin-bottom: 12px
}

.findPerfectBike .customControl:last-child {
    margin-bottom: 0
}

.findPerfectBike .customRadio .customIndicator::after {
    left: 1px;
    top: 1px;
    border: 2px solid #fff;
    background: #5ad235;
    width: 12px;
    height: 12px
}

.findPerfectBike #Inclination {
    left: calc(28% - 6px)
}

.findPerfectBike #Continuous {
    left: calc(56% - (16% - 6px))
}

@media only screen and (min-width:1024px) {

    .findPerfectBike h1,
    .findPerfectBike h2 {
        font-size: 28px
    }

    .findPerfectBike form {
        position: relative
    }

    .findPerfectBike .btn {
        font-size: 24px
    }

    .findPerfectBike .pefectBikeBody {
        height: 64px
    }

    .findPerfectBike .pefectBikeBody li {
        width: calc(33.33% - 60px);
        margin-left: 30px;
        cursor: pointer
    }

    .findPerfectBike .pefectBikeBody li:last-child {
        width: 90px
    }

    .findPerfectBike .pefectBikeBody .btn {
        width: 90px
    }

    .findPerfectBike .pefectBikeBody .btn,
    .findPerfectBike .tablinks {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .findPerfectBike .tablinks {
        font-size: 16px;
        text-align: left;
        padding: 10px 40px
    }

    .findPerfectBike .tablinks:before {
        top: 26px;
        padding: 4px;
        right: 42px
    }

    .findPerfectBike .tablinks:after {
        top: calc(100% + 12px)
    }

    .findPerfectBike .tablinks.active:before,
    .findPerfectBike .tablinks:focus:before {
        top: 30px;
        padding: 4px
    }

    .findPerfectBike .tablinks:focus:hover {
        top: 26px
    }

    .findPerfectBike .btn {
        height: 64px;
        display: block
    }

    .findPerfectBike .tabcontent {
        position: absolute;
        top: 115%;
        width: 100%;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        padding: 30px;
        border: 0
    }

    .findPerfectBike #Inclination {
        left: calc(33.33% - 30px)
    }

    .findPerfectBike #Continuous {
        left: calc(64% - 30px)
    }
}

.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
    }
}

.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
}

.priceWidget {
    height: 60px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    position: relative
}

.priceWidget .btn {
    width: 45%;
    display: table-cell;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.priceWidget .price {
    padding: 0 8px 0 16px;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #959595
}

.priceWidget .price div {
    font-size: 16px;
    color: #5ad235;
    font-weight: 600;
    letter-spacing: .5px;
    font-style: normal;
    padding-top: 1px
}

.priceWidget .price .gstText {
    font-size: 12px;
    zoom: .8;
    color: #959595;
    font-weight: 300;
    font-style: italic;
    line-height: 1
}

.priceWidget .icon-rupee {
    font-weight: 700;
    font-size: 70%
}

.priceWidget .viewBtn {
    font-size: 12px
}

.modalPriceFtr .price {
    width: calc(100% - 45%)
}

.modalPriceFtr .btn {
    min-height: 100%
}

.cardPrice .mrpOff,
.priceWidget .mrpOff {
    font-size: 10px
}

.soldOutWidget {
    height: auto !important;
    padding: 16px
}

.soldOutWidget:not(.d-table-main) .soldOutText {
    width: 100%
}

.soldOutWidget .price {
    padding: 0 10px 0 0
}

.soldOutWidget .soldOutText {
    font-size: 12px;
    width: 150px;
    color: #959595
}

.soldOutWidget .notifyPanel {
    margin-top: 12px
}

.soldOutWidget .notifyPanel .fieldControl {
    border-color: #eee
}

.soldOutWidget .notifyPanel .btn {
    width: 110px;
    font-size: 12px;
    height: 40px;
    padding-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.soldOutWidget .buyOption .notifyPanel {
    display: block
}

.soldOutWidget .buyOption .notifyPanel>* {
    display: block
}

.soldOutWidget .buyOption .notifyPanel .btn {
    width: 40%
}

.soldOutWidget .buyOption .notifyPanel .btn-preview.productNotify {
    background: #fff;
    color: #ff0a0a
}

.soldOutWidget .buyOption .notifyPanel .btn-notify.productNotify {
    background: #fff;
    color: #0e9fff
}

.soldOutWidget .buyOption .btnGroupNotify {
    width: 100%;
    margin-top: 15px
}

.soldOutWidget .buyOption .btnGroupNotify .btn {
    display: inline-block;
    vertical-align: middle
}

.soldOutWidget .buyOption .btnGroupNotify .btnSimilar {
    width: calc(60% - 16px);
    margin-left: 12px
}

.buyOption .thanksText {
    color: #5ad235;
    background: #f4fff1;
    padding: 3px 8px
}

.deliveryHere {
    max-width: 500px
}

@media only screen and (max-width:340px) {
    #productPage .priceWidget .price {
        padding: 0 8px 0 10px
    }

    #productPage .priceWidget .price div {
        font-size: 14px
    }

    .soldOutWidget .soldOutText {
        width: 110px
    }
}

@media only screen and (min-width:1023px) {
    .priceWidget.soldOutWidget>* {
        width: 50%;
        float: left
    }

    .priceWidget.soldOutWidget .thanksText {
        position: absolute;
        left: 50%;
        background: #fff;
        padding: 0;
        z-index: 5;
        top: 0;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
        padding: 7px 8px 3px;
        line-height: 1.1;
        color: #5ad235;
        font-size: 14px
    }

    .priceWidget .soldOutText {
        position: absolute;
        top: 12px;
        right: 16px;
        width: calc(50% - 16px);
        text-align: left;
        font-size: 16px
    }

    .priceWidget .notifyPanel {
        margin-top: 25px
    }

    .priceWidget .notifyPanel .btn {
        width: 110px;
        font-size: 12px;
        height: 40px;
        padding-top: 10px
    }

    .modalMainBottom .priceWidget {
        height: 71px
    }

    .modalMainBottom .productNotify {
        font-size: 12px
    }

    .modalMainBottom .soldOutText {
        top: 9px;
        font-size: 12px
    }

    .modalMainBottom .viewBtn {
        color: #959595;
        text-transform: capitalize
    }

    .modalMainBottom .notifyPanel {
        margin-top: 16px
    }

    .modalMainBottom .notifyPanel .btn {
        padding: 0 10px
    }

    .modalMainBottom .btn,
    .modalMainBottom .viewBtn {
        font-size: 22px;
        padding: 0 16px;
        text-align: center;
        font-weight: 400;
        height: 56px
    }

    .modalFooter .soldOutWidget {
        padding: 10px 16px
    }

    .modalFooter .soldOutWidget .viewBtn {
        padding-top: 16px
    }
}

.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
    }
}

.instaVidGallery {
    column-gap: 16px;
    margin-top: 0
}

.instaVidGallery.skeleton .cardVid {
    background-color: #dddbdd;
    position: relative;
    overflow: hidden
}

.instaVidGallery.skeleton .cardVid::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0))
}

.instaVidGallery.skeleton .cardVid.active-animation::after {
    -webkit-animation: shimmer2 1.5s infinite;
    -moz-animation: shimmer2 1.5s infinite;
    animation: shimmer2 1.5s infinite
}

.instaVidGallery .slick-slide {
    opacity: 1
}

.instaVidGallery .cardVid {
    width: 240px;
    position: relative;
    min-height: 480px;
    display: flex;
    margin: auto;
    flex-flow: column;
    transition: all .2s ease-in-out;
    -webkit-overflow-scrolling: touch
}

.instaVidGallery .cardVid .img {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 14px rgba(0, 0, 0, .15)
}

.instaVidGallery .cardName {
    letter-spacing: normal;
    color: #fff;
    font-size: 12px
}

.instaVidGallery .priceHolder {
    padding: 0
}

.instaVidGallery .cardPrice {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 8px;
    column-gap: 4px;
    font-size: 12px;
    color: #fff;
    letter-spacing: inherit;
    zoom: .9
}

.instaVidGallery .cardPrice .icon-rupee {
    zoom: .75;
    font-size: 100%
}

.instaVidGallery .priceOff {
    color: #ffdc00
}

.instaVidGallery .ratingItem {
    min-height: 28px
}

.instaVidGallery .cutPrice {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    position: relative
}

.instaVidGallery .cutPrice:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
    height: .01rem;
    z-index: 1
}

.instaVidGallery .vidAnimation::after,
.instaVidGallery .vidAnimation::before {
    background: rgba(152, 98, 249, .6);
    content: "";
    height: 100%;
    position: absolute;
    transition: all .2s;
    transition-delay: .2s;
    transform: translateY(0) translateX(0);
    width: 100%;
    z-index: -1;
    border-radius: 5px
}

.instaVidGallery .vidAnimation::after {
    background: rgba(255, 139, 95, .6)
}

.instaVidGallery .vidAnimation:hover {
    animation-name: hoverPop;
    animation-duration: .4s
}

.instaVidGallery .vidAnimation:hover::before {
    animation: slick-hover-2 3s .4s linear infinite;
    transform: translateY(-20px) translateX(-20px)
}

.instaVidGallery .vidAnimation:hover::after {
    animation: slick-hover 3s .4s linear infinite reverse;
    transform: translateY(20px) translateX(20px)
}

.instaVidGallery .vidAnimation:hover .playBtn:before {
    background: #5ad235;
    color: #fff
}

.instaVidGallery .vidItem {
    height: 373px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    cursor: pointer
}

.instaVidGallery video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.instaVidGallery .modelTag,
.instaVidGallery .viewVid {
    position: absolute;
    top: 5px;
    background: rgba(255, 255, 255, .9);
    z-index: 1;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    color: #959595;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.instaVidGallery .modelTag {
    text-transform: uppercase;
    right: auto;
    left: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #000;
    font-weight: 400
}

.instaVidGallery .viewVid {
    right: 5px
}

.instaVidGallery .playBtn {
    pointer-events: none
}

.instaVidGallery .playBtn:before {
    transition: all .2s ease-in-out;
    border-color: #fff;
    color: #919191;
    background: rgba(255, 255, 255, .7)
}

.instaVidGallery .listItem {
    position: relative;
    width: 100%;
    background: #111;
    color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 10px 8px 15px;
    min-width: 100%;
    font-size: 12px;
    text-align: center
}

.instaVidGallery .btn {
    margin-top: 8px;
    border-radius: 4px;
    padding: 5px 9px
}

.instaVidGallery .rating {
    justify-content: center;
    align-items: baseline;
    padding: 8px 0 0;
    column-gap: 6px
}

.instaVidGallery .rating i {
    width: 10px;
    height: 10px;
    font-size: 12px;
    padding: 0
}

.instaVidGallery .slick-next.slick-disabled,
.instaVidGallery .slick-prev.slick-disabled {
    visibility: hidden
}

.instaVidGallery.skeleton .vidItem {
    height: 373px
}

.instaVidGallery.skeleton .viewVid {
    width: 50px;
    height: 23px;
    box-shadow: none;
    background: #cfcfcf
}

.instaVidGallery.skeleton .item {
    margin: 0 auto
}

.instaVidGallery.skeleton .listItem {
    background: #c1c1c1;
    height: 107px
}

.instaVidGallery.skeleton .modelTag {
    min-width: 38px;
    min-height: 22px;
    background: #cfcfcf;
    box-shadow: none
}

.watch-shop-sec #watch-shop {
    text-align: center
}

#modalInstaVideo {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    text-align: center
}

#modalInstaVideo .closeBtnCustom {
    top: 35px;
    right: 10px
}

#modalInstaVideo .modalMainBottom {
    height: 100vh;
    max-height: 100%
}

#modalInstaVideo .skeleton {
    white-space: nowrap
}

#modalInstaVideo .skeleton .item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0
}

#modalInstaVideo .skeleton .cardVid {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#modalInstaVideo .skeleton .cardVid:before {
    background-size: 800px
}

#modalInstaVideo .skeleton .listItem {
    background: #c1c1c1;
    height: 107px
}

#modalInstaVideo .slick-slide {
    opacity: .2;
    pointer-events: none
}

#modalInstaVideo .slick-dotted.slick-slider {
    margin-bottom: 0
}

#modalInstaVideo .slick-current {
    opacity: 1;
    pointer-events: initial
}

#modalInstaVideo .cardVid {
    width: 100vw;
    height: 100%;
    min-height: auto;
    margin: 0 auto;
    border-radius: 0
}

#modalInstaVideo .item {
    padding: 0
}

#modalInstaVideo .vidItem {
    height: 90vh;
    border-radius: 0
}

#modalInstaVideo .slick-next {
    right: 0
}

#modalInstaVideo .slick-prev {
    left: 0
}

#modalInstaVideo .cardVid .btn {
    height: auto;
    font-size: 16px;
    padding: 8px 15px
}

#modalInstaVideo .listItem {
    border: 0;
    box-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(17, 17, 17, .7);
    font-size: 14px
}

#modalInstaVideo .loaderWidget {
    z-index: -1;
    background: 0 0
}

#modalInstaVideo .mute-btn {
    width: 50px;
    bottom: 169px;
    right: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    border-radius: 20px;
    text-align: center;
    background: #ffffffad;
    box-shadow: 4px 4px 14px rgba(34, 22, 41, .1)
}

#modalInstaVideo .mute-btn.mute:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(50deg)
}

#modalInstaVideo .cardName {
    font-size: 18px
}

#modalInstaVideo .cardPrice {
    font-size: 16px;
    zoom: 1
}

#modalInstaVideo .cardPrice .icon-rupee {
    zoom: .75;
    font-size: 100%
}

#modalInstaVideo .cutPrice {
    font-size: 14px
}

#modalInstaVideo .priceOff {
    font-size: 18px !important
}

#modalInstaVideo .ratingItem {
    min-height: 27px
}

#modalInstaVideo .rating i {
    width: 14px;
    height: 14px;
    font-size: 14px;
    padding: 0
}

.watchShopPage .instaVidGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px
}

.watchShopPage .item {
    padding: 0;
    width: 260px
}

.watchShopPage .vidItem {
    height: 350px
}

.watchShopPage .cardVid {
    width: 100%;
    min-height: 457px
}

@media only screen and (min-width:414px) {
    .watchShopPage .instaVidGallery {
        row-gap: 35px
    }

    .watchShopPage .item {
        width: 310px
    }

    .watchShopPage .vidItem {
        height: 450px
    }
}

@media only screen and (min-width:768px) {
    #modalInstaVideo:after {
        background: rgba(255, 255, 255, .8)
    }

    #modalInstaVideo .modalMainBottom {
        max-width: 700px;
        background: 0 0;
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        height: auto
    }

    #modalInstaVideo .closeBtnCustom {
        top: -55px;
        right: 20px;
        width: 40px;
        height: 40px
    }

    #modalInstaVideo .closeBtnCustom:after,
    #modalInstaVideo .closeBtnCustom:before {
        top: 13px;
        left: 2px;
        height: 2px;
        width: 80%
    }

    #modalInstaVideo .instaVidGallery {
        margin: auto;
        max-width: 600px
    }

    #modalInstaVideo .slick-list {
        overflow: visible
    }

    #modalInstaVideo .cardVid {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        background: #d9d9d9;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        flex-flow: row
    }

    #modalInstaVideo .cardVid .btn {
        font-size: 16px;
        padding: 8px 15px;
        margin-top: 20px
    }

    #modalInstaVideo .mute-btn {
        bottom: 20px
    }

    #modalInstaVideo .vidItem {
        width: 350px;
        height: 620px
    }

    #modalInstaVideo .listItem {
        width: calc(100% - 350px);
        min-width: auto;
        position: static;
        background: #111;
        padding: 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        border-radius: 0;
        -webkit-border-radius: 0
    }

    #modalInstaVideo .item.active .cardVid,
    #modalInstaVideo .item.slick-current .cardVid {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }

    #modalInstaVideo .skeleton {
        min-height: 653px
    }

    #modalInstaVideo .skeleton .item {
        width: 600px;
        height: 653px;
        position: relative
    }

    #modalInstaVideo .skeleton .item:first-child {
        transform: translateX(-600px)
    }

    #modalInstaVideo .skeleton .item.active {
        transform: translateX(-600px)
    }

    #modalInstaVideo .skeleton .item:nth-child(3) {
        transform: translateX(-600px)
    }

    #modalInstaVideo .skeleton .cardVid {
        height: 100%
    }

    #modalInstaVideo .skeleton .vidItem {
        width: 350px;
        height: 620px
    }

    #modalInstaVideo .skeleton .listItem {
        height: 100%;
        background: #d7d7d7
    }

    #modalInstaVideo .slick-prev {
        left: -50px
    }

    #modalInstaVideo .slick-next {
        right: -50px
    }

    #modalInstaVideo .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    #modalInstaVideo .cardImg img {
        border-radius: 5px;
        -webkit-border-radius: 5px
    }

    #modalInstaVideo .colorWidget {
        padding: 0 0 6px 0
    }

    #modalInstaVideo .colorWidget .colorTitle {
        margin: 0 0 6px 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400
    }

    #modalInstaVideo .colorWidget .colorBtn img {
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

    .watchShopPage .instaVidGallery {
        column-gap: 30px;
        row-gap: 30px
    }

    #watch-shop-main #modalInstaVideo .skeleton .item {
        width: 650px;
        transform: translateX(0)
    }

    #watch-shop-main #modalInstaVideo .skeleton .item.active {
        transform: translateX(0)
    }

    #watch-shop-main #modalInstaVideo .instaVidGallery {
        max-width: 650px
    }

    #watch-shop-main #modalInstaVideo .cardVid {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

@keyframes hoverPop {

    0%,
    100% {
        transform: scale(1)
    }

    33% {
        transform: scale(1.05)
    }

    66% {
        transform: scale(.9)
    }
}

@keyframes slick-hover {
    0.00% {
        transform: translateY(20px) translateX(20px)
    }

    16.67% {
        transform: translateY(-13px) translateX(-9px)
    }

    33.33% {
        transform: translateY(4px) translateX(12px)
    }

    50.00% {
        transform: translateY(20px) translateX(-20px)
    }

    66.67% {
        transform: translateY(-3px) translateX(8px)
    }

    83.33% {
        transform: translateY(-15px) translateX(-11px)
    }

    100.00% {
        transform: translateY(20px) translateX(20px)
    }
}

@keyframes slick-hover-2 {
    0.00% {
        transform: translateY(-20px) translateX(-20px)
    }

    16.67% {
        transform: translateY(3px) translateX(-5px)
    }

    33.33% {
        transform: translateY(18px) translateX(-10px)
    }

    50.00% {
        transform: translateY(-20px) translateX(20px)
    }

    66.67% {
        transform: translateY(15px) translateX(-4px)
    }

    83.33% {
        transform: translateY(-1px) translateX(15px)
    }

    100.00% {
        transform: translateY(-20px) translateX(-20px)
    }
}

@-webkit-keyframes shimmer2 {
    100% {
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes shimmer2 {
    100% {
        -moz-transform: translateX(100%)
    }
}

@keyframes shimmer2 {
    100% {
        transform: translateX(100%)
    }
}

.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
    }
}

.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
    }
}

.videoWrap {
    padding-bottom: 0
}

.videoWrap video::-internal-media-controls-download-button {
    display: none
}

.videoWrap video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.videoWrap video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.videoWrap .videoBox {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #000
}

.videoWrap .videoBox video[poster] {
    background-size: cover
}

.videoWrap .videoBox video {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    outline: 0
}

.videoWrap .videoBox .playBtn {
    pointer-events: none
}

.playVid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.playVid:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    color: #5ad235;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.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);
    cursor: pointer
}

.muteBtn.mute:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: red;
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(50deg)
}

.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
}

.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
    }
}

.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
    }
}

.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)
    }
}

.ftrScrollCont {
    width: 100%;
    min-height: 650px;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    cursor: grab
}

.ftrScrollCont img {
    user-drag: none;
    user-select: none;
    pointer-events: none;
    max-width: none;
    height: auto;
    max-width: 700px
}

.ftrScrollCont::-webkit-scrollbar {
    height: 10px
}

.ftrScrollCont::-webkit-scrollbar-track {
    border-radius: 10px;
    margin-left: 16px;
    margin-right: 16px;
    background: #d9d9d9
}

.ftrScrollCont::-webkit-scrollbar-thumb {
    background: #5ad235;
    border-radius: 5px
}

.ftrScrollCont::-webkit-scrollbar-thumb:hover {
    background: #000
}

#tabFeature2 .ftrWrapSec .ftrWrapMain {
    margin: 0 120px 30px
}

#tabFeature3 .ftrWrapSec {
    padding-top: 30px
}

.ftrWrapSec {
    min-height: 400px
}

.ftrWrapSec .ftrCrd {
    min-height: auto;
    position: absolute;
    z-index: 5;
    text-align: left;
    padding: 0 12px;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    transition: all .3s ease-in-out;
    text-align: left
}

.ftrWrapSec .ftrCrd.top {
    top: -40px
}

.ftrWrapSec .ftrCrd.up {
    bottom: calc(100% + 50px);
    left: 81px
}

.ftrWrapSec .ftrCrd.up .arrowHint {
    right: calc(100% + -2px);
    top: 95px;
    rotate: -50deg
}

.ftrWrapSec .ftrCrd.right {
    left: 200px
}

.ftrWrapSec .ftrCrd.bottom {
    bottom: -140px
}

.ftrWrapSec .ftrCrd.down arrowHint {
    transform: scale(-1, -1)
}

.ftrWrapSec .ftrCrd.leftTop {
    top: -90px
}

.ftrWrapSec .ftrCrd.leftTop .arrowHint {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    left: calc(100% + 10px)
}

.ftrWrapSec .ftrCrd.left {
    right: calc(100% + 122px)
}

.ftrWrapSec .ftrCrd.left .arrowHint {
    left: calc(100% + 10px)
}

.ftrWrapSec .ftrCrd.leftBottom {
    right: calc(100% + 152px);
    bottom: -220%
}

.ftrWrapSec .ftrCrd.leftBottom .arrowHint {
    left: calc(100% + 21px);
    transform: scale(-1, -1) rotate(-11deg);
    -webkit-transform: scale(-1, -1) rotate(-11deg);
    top: 148px
}

.ftrWrapSec h3 {
    font-family: covered_by_your_graceregular;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin-bottom: 0
}

.ftrWrapSec .ftrWrapMain {
    width: 615px;
    margin: 0 170px 30px;
    position: relative
}

.ftrWrapSec .ftrWrapMain img {
    width: 100%
}

.ftrWrapSec .spotTool {
    position: absolute;
    width: 22px;
    height: 22px
}

.ftrWrapSec .spotTool.active .ftrCrd {
    opacity: 1;
    visibility: visible
}

.ftrWrapSec .spotTool.active .spotBtn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px rgba(90, 210, 53, .5);
    box-shadow: 0 0 0 3px rgba(90, 210, 53, .5)
}

.ftrWrapSec .spotTool.active .iconPlus::before,
.ftrWrapSec .spotTool.active .iconPlus:after {
    background-color: #5ad235
}

.ftrWrapSec .spotTool.active .iconPlus:after {
    opacity: 0
}

.ftrWrapSec .icon-close {
    position: absolute;
    top: -21px;
    right: -21px
}

.ftrWrapSec .spotBtn {
    width: 22px;
    height: 22px;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 0 3px rgba(92, 92, 92, .5);
    box-shadow: 0 0 0 3px rgba(92, 92, 92, .5);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.ftrWrapSec .spot1 {
    right: 483px;
    top: 67px
}

.ftrWrapSec .spot1 .arrowHint {
    transform: scaleX(-1) rotate(36deg);
    left: calc(100% + 0px);
    width: 43px;
    top: -8px
}

.ftrWrapSec .spot1 .ftrCrd {
    right: 133px;
    top: 3px
}

.ftrWrapSec .spot2 {
    top: 129px;
    left: 19%
}

.ftrWrapSec .spot2 .arrowHint {
    transform: scaleX(-1) rotate(53deg);
    left: calc(100% + -28px);
    top: -24px;
    width: 55px
}

.ftrWrapSec .spot2 .ftrCrd {
    right: 116px;
    top: 48px
}

.ftrWrapSec .spot3 {
    top: 228px;
    left: 21%
}

.ftrWrapSec .spot3 .arrowHint {
    transform: scaleX(-1) rotate(45deg);
    left: calc(100% + -6px);
    top: -15px;
    width: 72px
}

.ftrWrapSec .spot3 .ftrCrd {
    right: 154px;
    top: 30px
}

.ftrWrapSec .spot4 {
    top: 288px;
    left: 16%
}

.ftrWrapSec .spot4 .arrowHint {
    transform: scaleX(-1) rotate(61deg);
    left: calc(100% + -19px);
    top: -29px;
    width: 58px
}

.ftrWrapSec .spot4 .ftrCrd {
    left: auto;
    right: 124px;
    top: 70px
}

.ftrWrapSec .spot5 {
    bottom: 182px;
    left: 19%
}

.ftrWrapSec .spot5 .arrowHint {
    transform: scaleX(-1) rotate(49deg);
    left: calc(100% + 5px);
    top: -24px
}

.ftrWrapSec .spot5 .ftrCrd {
    left: auto;
    right: 179px;
    top: 55px
}

.ftrWrapSec .spot6 {
    bottom: 120px;
    left: 34%
}

.ftrWrapSec .spot6 .arrowHint {
    transform: scaleX(-1) rotate(49deg);
    left: calc(100% + -15px);
    top: -33px;
    width: 135px
}

.ftrWrapSec .spot6 .ftrCrd {
    right: 200px;
    top: 80px
}

.ftrWrapSec .spot7 {
    bottom: 25px;
    right: 27%
}

.ftrWrapSec .spot7 .arrowHint {
    transform: scaleX(-1) rotate(35deg);
    left: calc(100% + 0px);
    top: -6px;
    width: 75px
}

.ftrWrapSec .spot7 .ftrCrd {
    right: 164px;
    top: 10px
}

.ftrWrapSec .spot8 {
    right: 225px;
    bottom: 144px
}

.ftrWrapSec .spot8 .arrowHint {
    transform: scale(-1, -1) rotate(-192deg);
    left: calc(100% + -255px);
    top: 22px;
    width: 46px
}

.ftrWrapSec .spot8 .ftrCrd {
    left: 120px;
    top: -71px
}

.ftrWrapSec .spot9 {
    top: 166px;
    left: 27%
}

.ftrWrapSec .spot9 .arrowHint {
    transform: scalex(-1) rotate(-175deg);
    right: calc(100% + -4px);
    top: 4px;
    width: 272px
}

.ftrWrapSec .spot9 .ftrCrd {
    left: 330px;
    top: 89px
}

.ftrWrapSec .spot10 {
    top: 142px;
    left: 48%
}

.ftrWrapSec .spot10 .arrowHint {
    transform: scale(-1, -1) rotate(-167deg);
    left: calc(100% + -273px);
    top: -7px;
    width: 62px
}

.ftrWrapSec .spot10 .ftrCrd {
    left: 145px;
    top: 5px
}

.ftrWrapSec .spot11 {
    top: 140px;
    left: 35%
}

.ftrWrapSec .spot11 .arrowHint {
    transform: scale(-1, -1) rotate(-192deg);
    right: calc(100% + 3px);
    top: 21px;
    width: 255px
}

.ftrWrapSec .spot11 .ftrCrd {
    left: 325px;
    top: -75px
}

.ftrWrapSec .spot12 {
    top: 143px;
    left: 30%
}

.ftrWrapSec .spot12 .arrowHint {
    transform: scale(-1, -1) rotate(-206deg);
    right: calc(100% + -2px);
    top: 52px;
    width: 240px
}

.ftrWrapSec .spot12 .ftrCrd {
    left: 285px;
    top: -147px
}

.ftrWrapSec .spot21 {
    top: 128px;
    left: 9%
}

.ftrWrapSec .spot21 .arrowHint {
    transform: scale(-1, -1) rotate(64deg);
    left: calc(100% + -80px);
    width: 43px;
    top: 62px
}

.ftrWrapSec .spot21 .ftrCrd {
    right: 33px;
    top: -108px
}

.ftrWrapSec .spot22 {
    top: 289px;
    left: 19%
}

.ftrWrapSec .spot22 .arrowHint {
    transform: scaleX(-1) rotate(-4deg);
    left: calc(100% + -4px);
    width: 50px;
    top: 25px
}

.ftrWrapSec .spot22 .ftrCrd {
    right: 104px;
    top: -90px
}

.ftrWrapSec .spot23 {
    bottom: 30px;
    left: 19%
}

.ftrWrapSec .spot23 .arrowHint {
    transform: scale(-1, -1) rotate(51deg);
    left: calc(100% + -124px);
    width: 90px;
    top: 97px
}

.ftrWrapSec .spot23 .ftrCrd {
    right: 34px;
    top: -150px
}

.ftrWrapSec .spot24 {
    bottom: 71px;
    left: 50%
}

.ftrWrapSec .spot24 .arrowHint {
    transform: scale(-1, -1) rotate(-31deg);
    left: calc(100% + 6px);
    width: 40px;
    top: 13px
}

.ftrWrapSec .spot24 .ftrCrd {
    left: auto;
    right: 84px;
    top: 80px
}

.ftrWrapSec .spot25 {
    bottom: 100px;
    right: 18%
}

.ftrWrapSec .spot25 .arrowHint {
    transform: scale(-1, -1) rotate(-131deg);
    left: calc(100% + -126px);
    width: 40px;
    top: -33px
}

.ftrWrapSec .spot25 .ftrCrd {
    left: 70px;
    top: 80px
}

.ftrWrapSec .spot26 {
    bottom: 200px;
    right: 18%
}

.ftrWrapSec .spot26 .arrowHint {
    transform: scaleY(-1) rotate(9deg);
    left: calc(100% + -266px);
    top: 14px;
    width: 60px
}

.ftrWrapSec .spot26 .ftrCrd {
    left: 131px;
    top: 57px
}

.ftrWrapSec .spot27 {
    top: 328px;
    right: 16%
}

.ftrWrapSec .spot27 .arrowHint {
    transform: scaleY(-1) rotate(25deg);
    right: calc(100% + -7px);
    top: 28px;
    width: 54px
}

.ftrWrapSec .spot27 .ftrCrd {
    left: 131px;
    top: 17px
}

.ftrWrapSec .spot28 {
    top: 248px;
    right: 16%
}

.ftrWrapSec .spot28 .arrowHint {
    transform: scaleY(-1) rotate(29deg);
    left: calc(100% + -164px);
    top: 33px;
    width: 57px
}

.ftrWrapSec .spot28 .ftrCrd {
    left: 131px;
    top: 7px
}

.ftrWrapSec .spot29 {
    top: 236px;
    left: 28%
}

.ftrWrapSec .spot29 .arrowHint {
    transform: scaleY(-1) rotate(43deg);
    right: calc(100% + -2px);
    top: 66px;
    width: 130px
}

.ftrWrapSec .spot29 .ftrCrd {
    left: 212px;
    top: -73px
}

.ftrWrapSec .spot30 {
    top: 100px;
    left: 19%
}

.ftrWrapSec .spot30 .arrowHint {
    transform: scaleY(-1) rotate(43deg);
    right: calc(100% + -2px);
    top: 66px;
    width: 130px
}

.ftrWrapSec .spot30 .ftrCrd {
    left: 212px;
    top: -73px
}

.ftrWrapSec .spot41 {
    top: 4px;
    left: 21%
}

.ftrWrapSec .spot41 .arrowHint {
    transform: scaleX(-1) rotate(43deg);
    left: calc(100% + -3px);
    width: 43px;
    top: -6px
}

.ftrWrapSec .spot41 .ftrCrd {
    right: 133px;
    top: 12px
}

.ftrWrapSec .spot42 {
    top: 44px;
    left: 15%
}

.ftrWrapSec .spot42 .arrowHint {
    transform: scaleX(-1) rotate(73deg);
    left: calc(100% + -54px);
    width: 88px;
    top: -44px
}

.ftrWrapSec .spot42 .ftrCrd {
    right: 104px;
    top: 120px
}

.ftrWrapSec .spot43 {
    top: 216px;
    left: 29%
}

.ftrWrapSec .spot43 .arrowHint {
    transform: scaleX(-1) rotate(64deg);
    left: calc(100% + -36px);
    width: 90px;
    top: -44px
}

.ftrWrapSec .spot43 .ftrCrd {
    right: 134px;
    top: 100px
}

.ftrWrapSec .spot44 {
    bottom: 106px;
    left: 14%
}

.ftrWrapSec .spot44 .arrowHint {
    transform: scale(-1, -1) rotate(29deg);
    left: calc(100% + -67px);
    width: 30px;
    top: 66px
}

.ftrWrapSec .spot44 .ftrCrd {
    right: 56px;
    top: -60px
}

.ftrWrapSec .spot45 {
    bottom: 230px;
    right: 60%
}

.ftrWrapSec .spot45 .arrowHint {
    transform: scale(-1, -1) rotate(-85deg);
    left: calc(100% + -91px);
    width: 98px;
    top: -61px
}

.ftrWrapSec .spot45 .ftrCrd {
    left: -34px;
    top: 194px
}

.ftrWrapSec .spot46 {
    bottom: 159px;
    right: 41%
}

.ftrWrapSec .spot46 .arrowHint {
    transform: scaleY(-1) rotate(17deg);
    left: calc(100% + -271px);
    top: 26px;
    width: 130px
}

.ftrWrapSec .spot46 .ftrCrd {
    left: 211px;
    top: 27px
}

.ftrWrapSec .spot47 {
    top: 343px;
    right: 27%
}

.ftrWrapSec .spot47 .arrowHint {
    transform: scaleY(-1) rotate(25deg);
    right: calc(100% + -7px);
    top: 28px;
    width: 54px
}

.ftrWrapSec .spot47 .ftrCrd {
    left: 131px;
    top: 17px
}

.ftrWrapSec .spot48 {
    top: 251px;
    right: 27%
}

.ftrWrapSec .spot48 .arrowHint {
    transform: scaleY(-1) rotate(29deg);
    left: calc(100% + -249px);
    top: 33px;
    width: 57px
}

.ftrWrapSec .spot48 .ftrCrd {
    left: 131px;
    top: 7px
}

.ftrWrapSec .spot49 {
    top: 170px;
    left: 65%
}

.ftrWrapSec .spot49 .arrowHint {
    transform: scaleY(-1) rotate(34deg);
    right: calc(100% + -9px);
    top: 36px;
    width: 80px
}

.ftrWrapSec .spot49 .ftrCrd {
    left: 160px;
    top: -13px
}

.ftrWrapSec .spot50 {
    top: 240px;
    left: 46%
}

.ftrWrapSec .spot50 .arrowHint {
    transform: scale(-1, -1) rotate(145deg);
    right: calc(100% + -10px);
    top: 79px;
    width: 211px
}

.ftrWrapSec .spot50 .ftrCrd {
    left: 232px;
    top: -193px
}

.ftrWrapSec .spot51 {
    top: 41px;
    left: 28%
}

.ftrWrapSec .spot51 .arrowHint {
    transform: scale(-1, -1) rotate(178deg);
    right: calc(100% + 0px);
    top: 0;
    width: 80px
}

.ftrWrapSec .spot51 .ftrCrd {
    left: 160px;
    top: -33px
}

.ftrWrapSec .icon {
    width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #5ad235;
    color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.specSprite {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/outdoors/electric_bicycle/sprite_features.webp) no-repeat;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 36px;
    height: 40px;
    margin-right: 10px
}

.led {
    height: 40px;
    background-position: 0 -5px
}

.speaker {
    height: 40px;
    background-position: -276px -138px
}

.belt {
    height: 40px;
    background-position: -368px -145px
}

.dumbbell {
    height: 40px;
    background-position: -322px -138px
}

.motor {
    height: 40px;
    background-position: -230px 0
}

.spring {
    height: 40px;
    background-position: -138px -191px
}

.wheel {
    height: 40px;
    background-position: -184px -184px
}

.wheel2 {
    height: 40px;
    background-position: -187px -140px
}

.surface {
    height: 40px;
    background-position: -46px -193px
}

.safetyKey {
    height: 40px;
    background-position: -92px -186px
}

.heartsensor {
    height: 40px;
    background-position: -232px -94px
}

.cupHolder {
    height: 40px;
    background-position: -232px -138px
}

.multiFunction {
    height: 40px;
    background-position: 0 -188px
}

.handlebar {
    height: 40px;
    background-position: -47px -147px
}

.footPedal {
    height: 40px;
    background-position: -4px -140px
}

.flyWheel {
    height: 40px;
    background-position: -140px -98px
}

.verticalSeat {
    height: 40px;
    background-position: -324px -94px
}

.horizontalSeat {
    height: 40px;
    background-position: -278px -94px
}

.horizontalAdj {
    height: 40px;
    background-position: -278px -94px;
    position: relative;
    transform: scaleX(-1)
}

.seat {
    height: 40px;
    background-position: -181px -48px
}

.magnetic {
    height: 40px;
    background-position: -92px -93px
}

.magnetic2 {
    height: 40px;
    background-position: -138px -138px
}

.ipad {
    height: 40px;
    background-position: -92px -144px
}

.pedal {
    height: 40px;
    background-position: -50px -47px
}

.specBtnGroup {
    position: relative;
    margin-top: 24px
}

.specBtnGroup .btn {
    font-size: 12px;
    color: #000;
    border: 1px solid #d1d1d1
}

.specBtnGroup .btn-accent {
    border-color: transparent
}

.arrowHint {
    position: relative;
    width: 90px;
    height: 2px;
    background-color: #969696;
    display: inline-block;
    border-radius: 0 50% 50% 0;
    position: absolute;
    right: calc(100% + 18px);
    top: 16px;
    rotate: 11deg
}

.arrowHint.rWhite {
    background-color: #fff
}

.arrowHint.rWhite::before {
    background-color: #fff
}

.arrowHint.rWhite::after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff
}

.arrowHint::after,
.arrowHint::before {
    content: "";
    position: absolute
}

.arrowHint::before {
    width: 2px;
    height: 70px;
    background-color: #969696;
    left: -26px;
    top: -10px;
    border-radius: 50% 0 50% 50%;
    rotate: 46deg
}

.arrowHint::after {
    width: 13px;
    height: 12px;
    border-right: 3px solid #969696;
    border-top: 3px solid #969696;
    transform: rotate(45deg);
    right: -2px;
    top: -5px
}

@media only screen and (min-width:1024px) {
    .ftrWrapSec .ftrWrapMain {
        margin: 20px auto
    }

    #tabFeature3 .ftrWrapSec {
        padding-top: 0
    }

    .specBtnGroup .btn {
        font-size: 16px
    }
}

@keyframes waveAni {
    from {
        transform: scale(1);
        opacity: .7
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes waveAni {
    from {
        -webkit-transform: scale(1);
        opacity: .7
    }

    to {
        -webkit-transform: scale(2);
        opacity: 0
    }
}

.iconPlus {
    position: relative;
    width: 20px;
    height: 20px
}

.iconPlus::after,
.iconPlus::before {
    content: "";
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.iconPlus::before {
    width: 12px;
    height: 2px
}

.iconPlus::after {
    width: 2px;
    height: 12px
}

body,
html {
    font-family: "DM Sans", sans-serif;
    color: #111;
    font-size: 12px;
    line-height: 1.4
}

body {
    background: #fff;
    color: #000
}

p {
    color: #000
}

h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000
}

.main {
    overflow: hidden
}

.radius6 {
    border-radius: 6px;
    -webkit-border-radius: 6px
}

.icon-rupee {
    font-size: 100%;
    zoom: .75
}

.section:nth-child(odd) {
    background: #f6f6f6
}

.btn-link-accent {
    color: #5ad235
}

#wordClass {
    min-height: 500px
}

.cdWorldMain {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.cdWorldMain img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #707070
}

#contactUsHelp .callHeading {
    max-width: 300px;
    margin: 0 auto
}

#contactUsHelp .callHeading P {
    font-weight: 700;
    padding: 16px 0 24px
}

.slick-dotted .slick-dots li {
    width: 14px;
    height: 14px
}

.slick-dotted .slick-dots li.slick-active button:before {
    background: #5ad235
}

.slick-dotted .slick-dots li button:before {
    width: 12px;
    height: 12px;
    border: 0;
    background: #c4ced5
}

.sliderOption .slick-slide {
    opacity: 1
}

.sliderOption .slick-next,
.sliderOption .slick-prev {
    background: rgba(255, 255, 255, .2)
}

.sliderOption .slick-next:before,
.sliderOption .slick-prev:before {
    border-color: #000
}

.customRadio .customIndicator::after {
    left: 3px;
    top: 3px;
    border: 5px solid #2a2a2a
}

.instaVidGallery .cardPrice {
    text-transform: uppercase
}

.instaVidGallery .playBtn:before {
    content: "\e935";
    font-family: icomoon;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    color: #28ad00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 25px 0 rgba(255, 255, 255, .4);
    text-align: center;
    font-size: 18px
}

.instaVidGallery .listItem {
    background: #262626
}

.buyNowWrap {
    margin: 16px -16px 10px;
    padding: 16px;
    background: #f6f9fe;
    color: #000;
    flex-direction: column;
    row-gap: 24px;
    font-size: 17px;
    font-weight: 700
}

.buyNowWrap .icon-rupee {
    font-weight: 700;
    zoom: .75;
    margin-top: 3px
}

.buyNowWrap .priceHolder {
    letter-spacing: -.5px;
    text-align: left;
    line-height: 1.3;
    flex-wrap: nowrap;
    justify-content: center
}

.buyNowWrap .btn-primary {
    color: #aefeb1
}

.buyNowWrap .btn {
    width: auto;
    min-width: 180px;
    padding: 8px 12px;
    text-transform: uppercase
}

.buyNowWrap .buyInfo,
.buyNowWrap .gstText {
    font-size: 12px;
    zoom: .75;
    font-weight: 600;
    color: #7c7c7c
}

.buyNowWrap .gstText {
    margin-top: 2px;
    font-style: italic
}

.buyNowWrap .buyInfo {
    margin-top: 4px
}

.buyNowWrap .cutPrice {
    text-decoration: line-through;
    font-weight: 400;
    display: block;
    zoom: .7
}

.buyNowWrap .priceOff {
    margin-left: 6px;
    color: #5ad235;
    letter-spacing: normal
}

.buyNowWrap .priceListOff {
    padding: 0 5px
}

.buyNowWrap .btnWrap {
    margin-top: 16px
}

.gallerySlider {
    margin-left: -16px;
    margin-right: -16px
}

.gallerySlider .item {
    width: 100%;
    min-height: 200px;
    overflow: hidden
}

.gallerySlider .itemImg {
    margin: 0 10px;
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

#watchBg {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

#rideonsFaq .faqPanel {
    margin-bottom: 16px;
    border: 0;
    padding: 16px 16px 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px rgba(0, 0, 0, .12)
}

#rideonsFaq .faqPanel:last-child {
    margin-bottom: 0
}

#rideonsFaq .tab-main {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: 0 0
}

#rideonsFaq .faqTitle {
    padding-top: 0
}

#rideonsFaq .faqTitle .icon-arrow {
    color: #000;
    top: 5px
}

#rideonsFaq .faqTitle h4 {
    font-weight: 600
}

#rideonsFaq .faqSub {
    font-style: normal
}

#rideonsFaq .likeOptions {
    margin-bottom: 10px
}

#rideonsFaq .playBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

#rideonsFaq .playBtn:before {
    font-family: icomoon;
    content: "\e935";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    line-height: 33px;
    cursor: pointer;
    color: #5ad235;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 25px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 25px 0 rgba(255, 255, 255, .4);
    text-align: center;
    border: 2px solid #5ad235;
    font-size: 15px;
    font-style: normal
}

#faqFeedback .modalMainBottom {
    max-width: 800px
}

#faqFeedback h3 {
    font-size: 22px
}

#faqFeedback h3+p {
    font-size: 16px
}

#faqFeedback form {
    font-family: "DM Sans", sans-serif;
    font-weight: 600
}

#faqFeedback label.error {
    bottom: -22px
}

#faqFeedback .btn,
#faqFeedback .fieldInput {
    font-family: "DM Sans", sans-serif;
    font-weight: 600
}

.quickContact {
    text-align: center
}

.contactWidget {
    font-family: "DM Sans", sans-serif
}

.contactWidget .crd {
    text-align: left
}

.crdOverAllBox {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden
}

.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
}

.slick-initialized .slick-slide {
    display: block
}

.vorBoxSlide .crdInnerSlider a {
    display: block
}

.vorMainWrap .crdUser {
    text-align: left
}

.crdVorCont {
    text-align: left
}

@media only screen and (min-width:360px) {
    .buyNowWrap {
        column-gap: 8px
    }

    .buyNowWrap .priceHolder {
        letter-spacing: normal
    }

    .contactWidget .item {
        padding: 20px 100px 20px 20px
    }
}

.tabBtns {
    justify-content: flex-start;
    align-items: start;
    text-align: center;
    column-gap: 16px;
    border-bottom: 2px solid #dbdbdb
}

.tabBtns .item {
    padding: 0 8px 8px;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
    color: #000;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px
}

.tabBtns .item.active {
    color: #5ad235;
    border-color: #5ad235;
    font-weight: 700
}

.tab-container .modelContent,
.tab-container .tab-content {
    position: relative;
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-top: none
}

.tab-container .modelContent.active,
.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-container .modelContent {
    padding-top: 20px
}

.cat-tabs,
.tab-Feature-head {
    max-width: 600px;
    padding: 8px;
    text-align: center;
    margin: 0 auto 25px;
    background-color: #f5f5f5;
    border-radius: 6px
}

.cat-tabs.white,
.tab-Feature-head.white {
    background-color: #fff
}

.cat-tabs li,
.tab-Feature-head li {
    font-size: 14px;
    padding: 10px 10px 8px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
    color: #757575;
    font-weight: 700
}

.cat-tabs li.active,
.tab-Feature-head li.active {
    background: #aefeb1;
    color: #111
}

.tabModels {
    flex-wrap: nowrap;
    column-gap: 8px;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 0
}

.tabModels .item {
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    white-space: nowrap;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

.tabModels .item.active {
    background: #5ad235;
    color: #fff
}

.tab-feature-cont {
    display: none;
    position: relative;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.tab-feature-cont.active {
    display: block;
    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)
    }
}

.crdBody {
    column-gap: 16px
}

.crdBody .crd {
    padding: 24px 16px 55px;
    min-height: 380px;
    min-width: 290px
}

.crdBody .itemImg {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 226px
}

.crdBody .itemImg img {
    max-width: 95%
}

.crdBody h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2
}

.crdBody .crdFtr {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    overflow: hidden
}

.crdBody .crdFtr .btn {
    margin-bottom: 0;
    flex: 0 0 50%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 36px
}

.crdBody .crdFtr .btn-default {
    background: #f6f6f6;
    border: 0
}

.crdBody .crdFtr .btn-default:focus,
.crdBody .crdFtr .btn-default:hover {
    color: #5ad235
}

.crd {
    min-width: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    padding: 16px;
    position: relative
}

.crd.noP {
    padding: 0 !important
}

.crd .crdFtr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center
}

.crd .crdPrice {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    flex-grow: 1;
    line-height: 1.2
}

.crd .crdPrice .icon-rupee {
    font-weight: 600;
    zoom: .75
}

.crd .cutPrice {
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    position: relative;
    zoom: .85
}

.crd .cutPrice:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    display: block;
    height: .5px;
    width: 100%
}

.crd .cutPrice i {
    font-size: 100%;
    font-weight: 700;
    margin-right: 3px;
    zoom: .75
}

.crd .cutPrice .mrpTxt {
    font-size: 12px;
    padding-left: 1px
}

.crd .priceOff {
    letter-spacing: normal
}

.crd .wishBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 19px
}

.crd .wishBtn.active .icon-heart-fill {
    color: red
}

.crd .tooltip .tooltiptext {
    max-width: 140px;
    transform: translateX(-92%) translateY(129%);
    -webkit-transform: translateX(-92%) translateY(129%);
    padding: 6px 12px
}

.ratingStrip {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: auto;
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 12px;
    zoom: .8
}

.ratingStrip span {
    background: #5ad235;
    color: #fff;
    padding: 0 6px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ratingStrip.sm {
    height: 20px;
    line-height: 18px
}

.ratingStrip.sm span {
    height: 18px
}

.ratingStrip .cdReview {
    padding: 0 4px
}

.ratingStrip.norev {
    justify-content: end;
    width: 56px;
    border: 0
}

.ratingStrip.norev span {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.btnViewMore {
    margin-top: 20px
}

.btnViewMore .btn-link,
.btnViewMore a {
    color: #000 !important;
    font-weight: 700
}

.btnViewMore .btn-link span,
.btnViewMore a span {
    color: #5ad235 !important;
    font-size: inherit;
    margin-left: 0
}

.crdList {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    min-height: 160px;
    min-width: 180px;
    padding: 20px 8px;
    text-align: center
}

.crdList .sprite {
    zoom: 1.3
}

.crdList .iconBg {
    background: #f9f9f9;
    width: 77px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.crdList .icon {
    height: 52px;
    width: 52px
}

.crdList .info {
    min-height: 60px
}

.crdList h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px
}

.crdList p {
    line-height: 1.2;
    color: #696969
}

@media only screen and (min-width:1024px) {
    .crdBody .crd {
        padding: 30px 20px 65px;
        min-height: 510px;
        margin: 10px 15px
    }

    .crdBody .itemImg {
        margin-bottom: 25px;
        min-height: 290px
    }

    .crdBody .itemImg img {
        max-width: 92%
    }

    .crdBody .crdPrice {
        font-size: 20px
    }

    .crdBody h3 {
        font-size: 18px
    }

    .crdBody .btn {
        min-width: 200px;
        font-size: 24px;
        height: 54px
    }

    .crdBody .crdFtr {
        min-height: 52px
    }

    .crdBody .crdFtr .btn {
        height: 54px;
        font-size: 18px
    }

    .btnViewMore .btn-link,
    .btnViewMore a {
        font-size: 16px
    }

    .slick-dots {
        margin-top: 15px
    }

    .crdList {
        padding: 40px 16px;
        min-height: 415px
    }

    .crdList .iconBg {
        width: 175px;
        height: 175px;
        margin-bottom: 16px
    }

    .crdList .sprt {
        zoom: 1.7
    }

    .crdList h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .crdList p {
        font-size: 21px
    }
}

.sprt {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/ninetyone/treadmill/choose-sprt.svg) no-repeat;
    display: flex
}

.designed {
    background-position: 0 0;
    width: 35px;
    height: 40px
}

.engineered {
    background-position: -37px 0;
    width: 44px;
    height: 40px
}

.topBrand {
    background-position: -83px 0;
    width: 47px;
    height: 40px
}

.service {
    background-position: -134px 0;
    width: 42px;
    height: 42px
}

.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 .functType {
    font-size: 15px;
    column-gap: 6px
}

.pdMainBox .functType>div {
    padding: 5px;
    font-weight: 700
}

.pdMainBox .functType .btn {
    border: 1px solid #f6f6f6;
    background: 0 0;
    padding: 6px 8px;
    font-style: italic;
    font-size: 11px;
    font-weight: 700
}

.pdMainBox .functType .btn:focus,
.pdMainBox .functType .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pdMainBox .functType .btn.active {
    border-color: #5ad235;
    color: #5ad235;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pdMainBox .pdName {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.carouselRide .slick-track {
    display: flex;
    align-items: center
}

.carouselRide img {
    height: auto
}

.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 .rating {
    padding: 0
}

.pdCard .rating span {
    padding-top: 5px
}

.pdCard .crdPrice {
    font-size: 21px;
    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;
    zoom: .7;
    padding-top: 5px
}

.pdCard .priceWrap {
    align-self: center
}

.pdCard .priceOffHold {
    font-size: 12px;
    color: #a7aca6;
    display: block;
    font-weight: 300;
    flex: 0 0 100%
}

.pdCard .priceOff {
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: normal;
    text-transform: none !important
}

.pdCard .mrText {
    font-size: 10px;
    color: #a7aca6
}

.pdCard .itemBrd {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-wrap: wrap;
    padding: 5px;
    height: 54px
}

.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
}

.btnOptions .btn {
    min-height: 54px;
    -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
}

.pdFeature {
    justify-content: space-between;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    padding: 14px 0;
    background: #f5f5f5
}

.pdFeature .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 5px
}

.pdFeature .item i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    font-size: 16px
}

.pdFeature .item .icon-no-cost-emi {
    font-size: 12px
}

.specMain {
    align-items: baseline
}

.specList .specName {
    font-size: 15px
}

.specList .specDesc {
    font-size: 16px
}

.specList .icon {
    font-size: 33px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center
}

.specList .text {
    zoom: 1;
    font-size: 14px;
    line-height: 1.1
}

@media only screen and (min-width:1024px) {
    .pdMainBox .pdName {
        font-size: 24px
    }

    .pdMainBox .specMobile .text {
        font-size: 16px
    }

    .pdMainBox .specMobile .icon {
        font-size: 32px;
        line-height: 35px
    }

    .pdMainBox .functType {
        font-size: 20px;
        column-gap: 24px
    }

    .pdMainBox .functType .btn {
        font-size: 18px;
        font-weight: 400;
        padding: 6px 20px
    }

    .prodBox {
        padding-top: 30px
    }

    .pdCard .pdName {
        font-size: 42px
    }

    .pdCard .crdPrice {
        font-size: 34px
    }

    .pdCard .priceOffHold {
        font-size: 14px
    }

    .pdCard .priceOff {
        font-size: 22px !important
    }

    .pdCard .rating {
        padding-top: 6px
    }

    .pdCard .mrText {
        font-size: 16px
    }

    .pdCard .itemBrd {
        height: 72px
    }

    .specList .icon {
        color: #5ad235
    }

    .specList .specDesc {
        font-size: 16px;
        margin-top: 6px
    }

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

    .specList .icon-display {
        font-size: 25px
    }

    .watch-shop-sec {
        min-height: 840px
    }

    #clan91 {
        min-height: 800px
    }

    .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
    }
}

.crd .overAllRattingWrap img {
    min-width: auto
}

.overAllRattingWrap {
    column-gap: 20px;
    min-height: 104px;
    align-items: start
}

.overAllRattingWrap .overAllRating {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600
}

.overAllRattingWrap p {
    font-size: 12px;
    font-weight: 600
}

.overAllRattingWrap .imgHold {
    width: 110px;
    flex: 0 0 110px;
    overflow: hidden;
    align-self: end;
    padding-left: 10px
}

.overAllRattingWrap .imgHold img {
    max-width: 95px
}

.overAllRattingWrap .ratingBox {
    font-size: 31px;
    line-height: 1;
    color: #5ad235;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .16);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .16);
    margin: 10px 0;
    align-items: baseline
}

.overAllRattingWrap .icon-star-fill {
    font-size: 84%
}

.overAllRattingWrap .item {
    align-items: start;
    column-gap: 8px
}

.vorBgGdnt {
    background: linear-gradient(#f2eeee 0, #e5e5e5 100%) !important
}

.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
    }
}

.overAllTitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px
}

.crdRatingList {
    display: flex;
    align-items: start;
    font-size: 12px;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between
}

.crdRatingList .icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center
}

.crdRatingList .rtItem {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 8px);
    align-items: center;
    text-align: center;
    row-gap: 8px;
    padding: 0 5px
}

.crdRatingList .spRivew {
    zoom: 1.6
}

@media only screen and (min-width:768px) {
    .crdRatingList {
        font-size: 16px
    }

    .crdRatingList .crdRatingList .icon {
        flex: 0 0 65px;
        width: 65px;
        height: 66px
    }

    .crdRatingList .spRivew {
        zoom: 2.5
    }
}

.crdListBox {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.crdListBox.gray {
    background: #f6f6f6
}

.crdListBox .crdBoxImg {
    flex: 0 0 70px;
    border-radius: 8px;
    overflow: hidden;
    padding: 3px;
    background: #fff;
    border: 1px solid #ededed
}

.crdListBox h4 {
    font-size: 14px
}

.crdListBox .crdTypeTag {
    text-transform: uppercase;
    color: #959595;
    font-size: 12px;
    font-weight: 300
}

.vorMainWrap {
    overflow: visible;
    padding: 16px 8px
}

.vorMainWrap .crd {
    overflow: visible
}

.vorMainWrap .crdVorCont {
    margin-top: 44px
}

.vorMainWrap .crdUser {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 12px 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .94) 45.6%, #000 100%);
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    pointer-events: none
}

.vorMainWrap .vorBoxSlide {
    position: relative
}

.vorMainWrap .vorBoxSlide .rating {
    text-align: right;
    column-gap: 4px
}

.vorMainWrap .vorBoxSlide .rating i {
    width: 12px;
    height: 12px;
    font-size: 12px
}

.vorMainWrap .vorBoxSlide .imgHolder {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important
}

.vorMainWrap .itemVorImg {
    height: 272px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.vorMainWrap h3 {
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vorMainWrap p {
    font-size: 14px;
    color: #696969
}

.vorMainWrap .crdInnerSlider img {
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.vorMainWrap .crdListBox h4 {
    font-size: 13px
}

.vorMainWrap .slick-dots {
    position: absolute
}

.crdOverAllBox {
    align-items: start
}

.crdOverAllBox .crd {
    flex: 0 0 calc(95% - 8px)
}

.crdOverAllBox .crd img {
    min-width: auto;
    width: auto
}

.crdOverAllBox .reviewThumb {
    max-width: 77px
}

@media only screen and (min-width:340px) {
    .vorMainWrap .itemVorImg {
        height: 325px
    }
}

@media only screen and (min-width:360px) {
    .vorMainWrap {
        padding: 16px
    }

    .vorMainWrap h3 {
        font-size: 16px
    }

    .vorMainWrap .crdListBox h4 {
        font-size: 14px
    }
}

@media only screen and (min-width:375px) {
    .vorMainWrap .itemVorImg {
        height: 315px
    }
}

@media only screen and (min-width:411px) {
    .vorMainWrap .itemVorImg {
        height: 355px
    }
}

@media only screen and (min-width:430px) {
    .vorMainWrap .itemVorImg {
        height: 370px
    }
}

#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
        }
    }
}

.faqCard .cardProduct {
    margin: 0 0 15px;
    padding: 10px 18px 5px
}

.faqCard .faqPanel {
    padding: 14px 0;
    border-top: 1px dashed rgba(189, 185, 191, .5)
}

.faqCard .faqPanel:first-child {
    padding-top: 8px;
    border-top: 0
}

.faqCard .faqTitle {
    margin: 0
}

.faqTitle {
    background: 0 0;
    cursor: pointer;
    padding: 7px 18px 7px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    position: relative
}

.faqTitle::after,
.faqTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 10px;
    height: 2px;
    background: #5ad235
}

.faqTitle::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.faqTitle.active::after {
    opacity: 0
}

.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
}

.faqContent p {
    font-size: 12px;
    color: #959595;
    padding-bottom: 7px
}

.faqContent a {
    color: #5ad235
}

@media only screen and (min-width:991px) {
    body #modalfaq .modalMain {
        max-width: 900px;
        min-height: 350px
    }

    #modalfaq .modalContent {
        padding-bottom: 24px
    }

    #modalfaq .userReviewPanel {
        max-height: 78vh !important
    }

    #modalfaq .faqPanel {
        padding: 14px 0
    }

    #modalfaq .faqPanel .faqTitle {
        font-size: 20px;
        padding-right: 24px
    }

    #modalfaq .faqPanel .faqTitle:after,
    #modalfaq .faqPanel .faqTitle:before {
        width: 16px
    }

    #modalfaq .faqPanel .faqContent,
    #modalfaq .faqPanel p {
        font-size: 16px;
        text-align: left !important
    }
}

.customerQue {
    text-align: left;
    padding: 40px 60px 20px;
    margin: 25px 11px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2);
    box-shadow: 4px 4px 14px 0 rgba(96, 96, 96, .2)
}

.customerQue h3 {
    font-size: 22px
}

.customerQue .innerSec p {
    padding: 10px 0
}

.customerQue .innerSec .icon-search {
    font-size: 16px;
    top: 12px
}

.customerQue .QuiAnswer li {
    margin-bottom: 20px
}

.customerQue .QuiAnswer li .leftSide {
    width: 15%;
    font-size: 14px
}

.customerQue .QuiAnswer li .rightSide {
    border-left: 1px solid #dfdfdf;
    padding-left: 20px
}

.customerQue .QuiAnswer li .rightSide .question {
    color: #0066c0
}

.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 .tab-main {
    -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: 12px;
    -webkit-border-radius: 12px;
    padding: 5px 0 10px;
    position: relative;
    background: #fff
}

.faqMain .loaderOverlay {
    position: absolute
}

.faqMain .faqPanel {
    padding: 14px 20px;
    border-top: 1px dashed rgba(189, 185, 191, .5)
}

.faqMain .faqPanel:first-child {
    border-top: 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
}

.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
}

#faqDetails .filterHeaderWidget {
    background: url(https://d60i6mpkbdpwe.cloudfront.net/assets/images/faq-title-bg.jpg) center no-repeat;
    height: 160px;
    background-size: cover
}

#faqDetails .filterHeaderWidget .fieldControl.focus .fieldInput {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0
}

#faqDetails .filterHeaderWidget .easy-autocomplete {
    width: 100% !important
}

#faqDetails .filterHeaderWidget .fieldInput {
    border: 0;
    height: 50px;
    padding-left: 48px;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

#faqDetails .filterHeaderWidget .fieldInput::placeholder {
    color: #bdb9bf
}

#faqDetails .filterHeaderWidget .fieldIcon {
    left: 19px;
    top: 17px;
    font-size: 16px;
    color: #111
}

#faqDetails .filterHeaderWidget h1 {
    font-size: 22px;
    color: #fff;
    margin: 6px 0 5px
}

#faqDetails .filterHeaderWidget p {
    color: #fff;
    text-align: center;
    margin-bottom: 18px
}

#faqDetails .filterHeaderWidget .searchResult {
    position: absolute;
    top: 13px;
    left: 45px;
    background: #ddd;
    padding: 4px 10px;
    border-radius: 4px
}

#faqDetails .filterHeaderWidget .searchResult .icon-plus {
    position: absolute;
    background: #eee;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    padding: 3px;
    top: -6px;
    right: -6px;
    transform: rotate(45deg);
    display: inline-block
}

#faqDetails .noResult img {
    margin: 30px auto 40px;
    display: block
}

#faqDetails .noResult p {
    font-size: 32px;
    margin-bottom: 50px
}

#faqDetails .searchBox {
    background: #fff;
    padding: 16px;
    position: relative;
    width: 100%;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-top: 1px solid #ddd;
    display: none
}

#faqDetails .searchBox li {
    background: #f5f5f5;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 6px 0 0;
    cursor: pointer
}

#faqDetails .searchBox h4 {
    font-weight: 400;
    font-size: 14px
}

#faqDetails .searchBox .icon-dispatch,
#faqDetails .searchBox .icon-search {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 8px
}

#faqDetails .searchBox .icon-dispatch {
    font-size: 14px
}

#faqDetails .cat-dropdown-wrap {
    margin-bottom: 25px;
    position: relative
}

#faqDetails .cat-dropdown-wrap .btn {
    font-size: 16px;
    padding: 8px 24px;
    border: 1px solid #dfdfdf;
    color: #656565;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #f5f5f5
}

#faqDetails .cat-dropdown-wrap .icon-arrow {
    font-size: 14px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 600;
    color: #5ad235
}

#faqDetails .cat-dropdown-wrap.dropdown-fixed {
    position: fixed;
    z-index: 99;
    bottom: 0;
    margin: 0;
    width: 100%;
    left: 0;
    transition: all .3s ease
}

#faqDetails .cat-dropdown-wrap.dropdown-fixed .btn {
    display: block;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

#faqDetails .cat-dropdown-wrap.dropdown-fixed .icon-arrow {
    transform: rotate(180deg);
    display: inline-block;
    padding-right: 12px
}

#faqDetails .cat-dropdown-wrap.dropdown-fixed .cat-dropdown {
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0)
}

#faqDetails .cat-dropdown-wrap.dropdown-fixed .cat-dropdown:after {
    display: none
}

#faqDetails .cat-dropdown {
    position: absolute;
    top: 45px;
    background: #fff;
    z-index: 99
}

#faqDetails .cat-dropdown:after {
    content: "";
    top: -4px;
    left: 30px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #eee;
    border-width: 12px
}

#faqDetails .tab-main {
    margin-bottom: 60px;
    border-radius: 6px;
    -webkit-border-radius: 6px
}

#faqDetails .cat-list {
    width: 220px;
    max-height: 300px;
    overflow-x: auto;
    padding: 10px 0;
    margin-top: 20px;
    background: #fafafa
}

#faqDetails .cat-list li {
    font-size: 14px;
    padding: 6px 10px 6px 20px
}

#faqDetails .cat-title {
    font-size: 20px;
    padding-left: 20px;
    position: relative
}

#faqDetails .cat-title.active {
    color: #5ad235
}

#faqDetails .cat-title:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 3px;
    top: 27px;
    left: 20px;
    background: #5ad235
}

@media only screen and (min-width:1024px) {
    .faqMain .tab-main {
        padding: 10px 50px
    }

    .faqMain .tab-head {
        margin: 0 0 40px 0;
        padding: 0 0 17px 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 .faqPanel {
        padding: 25px 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
    }

    .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
    }

    #faqDetails .filterHeaderWidget {
        height: 240px;
        padding-top: 30px
    }

    #faqDetails .filterHeaderWidget h1 {
        font-size: 42px;
        margin-bottom: 0
    }

    #faqDetails .filterHeaderWidget p {
        margin-bottom: 25px
    }

    #faqDetails .filterHeaderWidget .fieldInput {
        height: 70px;
        font-size: 18px;
        padding-left: 70px
    }

    #faqDetails .filterHeaderWidget .fieldIcon {
        left: 29px;
        top: 26px;
        font-size: 18px
    }

    #faqDetails .filterHeaderWidget .searchResult {
        top: 18px;
        left: 70px;
        padding: 6px 20px
    }

    #faqDetails .noResult img {
        width: 300px;
        height: 320px;
        margin: 40px auto;
        display: block
    }

    #faqDetails .noResult p {
        font-size: 40px;
        padding: 0 16px
    }

    #faqDetails .searchBox {
        padding: 32px
    }

    #faqDetails .searchBox h4 {
        font-size: 24px
    }

    #faqDetails .searchBox li {
        padding: 8px 18px;
        margin: 12px 10px 0 0
    }

    #faqDetails .faqMain {
        border-left: 1px solid #dfdfdf;
        margin-left: 230px
    }

    #faqDetails .cat-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 25px 0 22px 50px;
        border-top: 1px solid #bdb9bf;
        background: linear-gradient(90deg, #f5f5f5 0, #fafafa 70%, #fff 100%)
    }

    #faqDetails .cat-title.b-0 {
        border: 0
    }

    #faqDetails .cat-title:before {
        display: none
    }

    #faqDetails .tab-main {
        box-shadow: none;
        border-top: 1px solid #bdb9bf;
        border-radius: 0;
        -webkit-border-radius: 0;
        margin: 0
    }

    #faqDetails .cat-list-wrap {
        width: 230px;
        position: absolute
    }

    #faqDetails .cat-list-wrap.cat-fixed {
        position: fixed;
        top: 140px;
        transition: all .3s ease
    }

    #faqDetails .cat-list-wrap .btn-view-more {
        position: relative;
        left: 99px;
        padding: 5px 16px;
        font-size: 13px;
        top: 20px;
        color: #5ad235;
        cursor: pointer
    }

    #faqDetails .cat-list-wrap .btn-view-more i {
        font-size: 12px;
        margin-left: 6px;
        vertical-align: middle
    }

    #faqDetails .cat-tab-list li {
        display: block;
        padding: 12px 25px;
        font-size: 20px;
        position: relative;
        cursor: pointer
    }

    #faqDetails .cat-tab-list li.active {
        color: #5ad235;
        font-weight: 600;
        transition: all .3s ease
    }

    #faqDetails .cat-tab-list li.active:after {
        content: "";
        position: absolute;
        right: 0;
        background: #5ad235;
        width: 4px;
        height: 20px;
        top: 17px;
        border-radius: 12px 0 0 12px;
        -webkit-border-radius: 12px 0 0 12px
    }

    #faqDetails .cat-tab-list.thinScrollBar {
        max-height: 450px;
        overflow-x: auto
    }

    #faqDetails .cat-tab-list.thinScrollBar::-webkit-scrollbar {
        width: 1px
    }

    #faqDetails .cat-tab-list.thinScrollBar::-webkit-scrollbar-thumb {
        background: #dfdfdf !important
    }
}

.ftrSeoSect {
    background: #1e1e1e !important;
    color: #505050
}

.catgContMain {
    font-size: 12px
}

.catgContMain h2 {
    text-transform: capitalize;
    margin-bottom: 8px
}

.catgContMain .h3,
.catgContMain h2,
.catgContMain h3 {
    color: #656565;
    font-weight: 700
}

.catgContMain h3 {
    font-size: 14px;
    padding: 8px 0 10px;
    border-bottom: 1px solid #303030;
    margin-bottom: 8px
}

.catgContMain .h3 {
    border-bottom: 0;
    margin-bottom: 0
}

.catgContMain a {
    text-decoration: underline;
    color: #505050
}

.catgContMain p {
    padding-bottom: 16px;
    color: #505050;
    font-weight: 300;
    text-align: justify;
    font-size: 12px
}

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

.catgContMain .table {
    width: 100%
}

.catgContMain .catgSubCont {
    padding-left: 20px;
    color: #505050;
    font-weight: 300
}

.catgContMain .catgSubCont.nubList li {
    list-style-type: decimal
}

.catgContMain .catgSubCont.nubList li::marker {
    font-size: 100%;
    line-height: 0
}

.catgContMain .catgSubCont.nubList h4:before {
    display: none
}

.catgContMain .catgSubCont.inline {
    padding-left: 24px
}

.catgContMain .catgSubCont.inline h4 {
    display: inline-block;
    margin: 0
}

.catgContMain .catgSubCont.inline h4:before {
    display: none
}

.catgContMain .catgSubCont.inline p {
    display: inline;
    margin-left: 4px
}

.catgContMain .catgSubCont li {
    padding-left: 4px;
    padding-bottom: 10px;
    color: #505050;
    list-style: disc
}

.catgContMain .catgSubCont li::marker {
    font-size: 150%;
    line-height: 0
}

.catgContMain .catgSubCont li p:last-child {
    padding-bottom: 0
}

.catgContMain .catgSubCont h4 {
    margin-left: 4px
}

.catgContMain .catgSubCont h4~p {
    margin-left: 4px
}

.catgContMain strong {
    font-weight: 700
}

.catgContMain h4 {
    color: #505050;
    font-size: 13px;
    margin: 10px 0 10px 20px;
    position: relative;
    font-weight: 700
}

.catgContMain h4::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #505050
}

.catgContMain h4+p {
    margin-left: 20px
}

.catgContMain .h4 {
    margin-left: 0
}

.catgContMain .h4::before {
    display: none
}

.catgContMain .h4+p {
    margin-left: 0
}

.catgContWidget {
    width: 100%;
    margin-top: 20px
}

.catgContWidget .listRight {
    width: 80px
}

.catgContWidget .listBody {
    margin: 16px 0 20px
}

.catgContWidget .icon-rupee {
    font-size: 72%
}

.catgContWidget .list {
    border-bottom: 1px dashed #313131;
    padding: 16px 0
}

.catgContWidget .list:first-child {
    padding-top: 0
}

.catgContWidget .list a {
    text-transform: uppercase
}

.catgContWidget .list a:hover .itemName {
    color: #5ad235
}

.catgContWidget .list strong {
    font-weight: 400;
    color: #505050;
    text-transform: capitalize
}

.catgContWidget .list .listRight {
    color: #505050;
    text-transform: capitalize
}

.catgContWidget .list .itemName,
.catgContWidget .list .itemName2 {
    color: #505050
}

.catgContWidget .list .itemName2 {
    text-transform: capitalize
}

.catgContWidget .list .itemName2:hover {
    color: #5ad235
}

.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
}

.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,
    .ftrFluid.container-lg,
    .ftrFluid.container-md,
    .ftrFluid.container-sm,
    .ftrFluid.container-xl {
        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
    }
}

#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%
}

h1,
h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

h1+p,
h2+p {
    font-size: 14px;
    padding: 4px 0 20px;
    line-height: 1.2
}

.heading {
    padding-bottom: 20px
}

.headingText {
    font-size: 13px;
    font-style: italic;
    line-height: 1.4
}

.boxSpace {
    margin-top: 25px
}

.btn {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important
}

video[poster] {
    object-fit: cover
}

.btnLine {
    background: #111;
    border-color: #5ad235;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(90, 210, 53, .34);
    padding: 0 16px
}

.btnLine:focus,
.btnLine:hover {
    background: #5ad235;
    color: #fff
}

a.btnLine {
    padding: 13px 16px
}

.brandTextBg {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    font-size: 80px;
    font-weight: 700;
    opacity: .26;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #5ad235;
    -webkit-text-stroke-width: 2px
}

.instaVidGallery .cardVid {
    width: 270px;
    margin: 0 auto 16px
}

.instaVidGallery .vidAnimation::after,
.instaVidGallery .vidAnimation::before {
    border-radius: 16px;
    -webkit-border-radius: 16px
}

.instaVidGallery .vidItem {
    border-radius: 14px 14px 0 0
}

.instaVidGallery .listItem {
    border-radius: 0 0 14px 14x
}

.footer.section {
    background: #081916 !important
}

@media only screen and (min-width:1024px) {
    #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 only screen and (min-width:1024px) 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:1024px) 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:1024px) and (min-width:667px) {
    #navBody .navMain {
        width: 380px;
        padding: 24px
    }

    #closeNav {
        left: 380px
    }
}

@media only screen and (min-width:1024px) {
    .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) 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:1024px) and (min-width:1600px) {
    .allBrand .btnBrnd {
        font-size: 14px
    }
}

@media only screen and (min-width:1024px) {
    .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) and (min-width:1024px) {

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .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:1024px) 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:1024px) 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:1024px) 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:1024px) 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:1024px) 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
    }
}

@media only screen and (min-width:1024px) {
    @-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)
        }
    }

    .crd .overAllRattingWrap img {
        min-width: auto
    }

    .graphicDot,
    .waveBg {
        position: absolute;
        pointer-events: none
    }

    .graphicDot {
        left: 175px;
        top: 90px
    }

    .waveBg {
        right: 60px;
        bottom: 20px
    }

    .overAllRattingWrap {
        padding: 24px 22px 24px 8px;
        min-height: 104px;
        border-radius: 8px;
        position: relative
    }

    .overAllRattingWrap:before {
        content: "";
        position: absolute;
        top: 20px;
        bottom: 20px;
        right: 20px;
        width: 2px;
        background: #bebcbc
    }

    .overAllRattingWrap img {
        width: auto;
        max-width: 125px
    }

    .overAllRattingWrap p {
        font-size: 24px;
        zoom: 1;
        margin: 0 0 8px
    }

    .overAllRattingWrap .overAllRating {
        font-size: 29px;
        padding: 0 0 16px 0
    }

    .overAllRattingWrap .waveBg {
        bottom: 20px;
        transform: rotate(-90deg)
    }

    .overAllRattingWrap .ratingBox {
        font-size: 91px
    }

    .overAllRattingWrap .imgHold {
        width: 190px;
        flex: 0 0 190px;
        margin-bottom: -24px
    }

    .overAllRattingWrap .imgHold img {
        margin-bottom: 0;
        max-width: 100%
    }

    .overAllRattingWrap .item {
        column-gap: 8px
    }

    .overAllRattingWrap .overAllTitle {
        font-size: 12px
    }

    .overAllRattingWrap .ratingHighlight li {
        zoom: .75
    }

    .overAllRattingWrap .ratingHighlight img {
        width: 15px
    }

    .overAllRattingWrap .ratingHighlight .iconVal {
        width: 20px
    }

    .overAllRattingWrap .ratingHighlight .icon {
        width: 24px;
        flex: 0 0 24px
    }

    .crdHighRating {
        margin-top: 24px
    }

    .crdHighRating h3 {
        margin-bottom: 16px;
        font-size: 24px
    }

    .crdHighRating .graphicDot,
    .crdHighRating .waveBg {
        min-width: auto
    }

    .crdHighRating .graphicDot {
        left: auto;
        right: 40px;
        top: -10px
    }

    .crdHighRating .waveBg {
        top: 8px;
        bottom: auto;
        right: 20%
    }

    .crdRatingList {
        font-size: 18px
    }

    .crdRatingList .overAllTitle {
        font-size: 24px
    }

    .crdRatingList .rtItem {
        flex: 0 0 20%;
        row-gap: 16px
    }

    .crdRatingList .icon {
        background: #fff;
        flex: 0 0 90px;
        width: 90px;
        height: 90px
    }

    .crdRatingList .spRivew {
        zoom: 4
    }

    .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
    }

    #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
    }

    h1,
    h2 {
        font-size: 45px
    }

    h1+p,
    h2+p {
        font-size: 20px;
        padding: 8px 0 30px
    }

    p {
        font-size: 16px
    }

    .heading {
        padding-bottom: 40px
    }

    .headingText {
        font-size: 22px;
        max-width: 900px;
        margin: 0 auto
    }

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

    .container-full,
    .webContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        max-width: 100%;
        margin: 0 auto;
        max-width: 1600px
    }

    .section {
        padding: 60px 0
    }

    .spaceTopSm {
        padding-top: 20px
    }

    a.btnLine {
        padding-top: 26px;
        padding-bottom: 26px
    }

    #header {
        overflow: hidden
    }

    #header .row {
        height: 70px
    }

    #header .logoImg {
        width: 80px
    }

    #header .brand-logo {
        width: 30px
    }

    .offerHead {
        font-size: 14px;
        padding: 0 50px 0 16px;
        margin: 0
    }

    .offerHead .closeIcon {
        right: 20px;
        top: calc(50% - 11px)
    }

    .heroBanner {
        height: auto
    }

    .rideonsLanding .next,
    .rideonsLanding .prev {
        height: 50px;
        width: 50px;
        margin-top: -25px
    }

    .rideonsLanding .next:before,
    .rideonsLanding .prev:before {
        top: 19px;
        padding: 5px
    }

    .rideonsLanding .prev:before {
        left: 21px
    }

    .rideonsLanding .next:before {
        right: 22px
    }

    .slick-dotted .slick-dots li button:before {
        width: 12px;
        height: 12px
    }

    .tabBtns {
        column-gap: 60px;
        justify-content: center;
        margin-top: -30px
    }

    .tabBtns .item {
        padding: 12px;
        font-size: 26px
    }

    .tabModels .item {
        cursor: pointer;
        font-size: 24px;
        padding: 12px 30px
    }

    .cat-tabs,
    .tab-Feature-head {
        padding: 12px;
        margin: 0 auto 48px
    }

    .cat-tabs li,
    .tab-Feature-head li {
        font-size: 24px;
        padding: 16px
    }

    .modelContent {
        padding-top: 70px
    }

    .findPerfectBike .tabcontent {
        max-width: 280px
    }

    .findPerfectBike .customControl {
        font-size: 20px;
        margin-bottom: 20px
    }

    .findPerfectBike .customIndicator {
        top: 5px
    }

    .tab-container .crdBody .btn {
        min-width: 150px
    }

    .findPerfectBike .tablinks:before {
        right: 18px
    }

    .tab-container .crdBody .itemImg img {
        max-width: 100%
    }

    .gallerySlider {
        margin-left: 0;
        margin-right: 0
    }

    .gallerySlider .slick-list {
        overflow: visible
    }

    .colorSection {
        max-width: 980px;
        margin: 30px auto 60px
    }

    .colorOption {
        padding: 27px;
        margin-bottom: 12px
    }

    .colorOption .cardPrice {
        font-size: 34px;
        padding-right: 12px
    }

    .colorOption .btn {
        font-size: 30px
    }

    .buyNowOptions {
        flex: 0 0 calc(100% - 425px);
        column-gap: 24px
    }

    .buyNowOptions .btn {
        min-width: 200px;
        font-size: 28px
    }

    .buyNowOptions .gstText {
        zoom: 1;
        font-size: 16px;
        line-height: 1
    }

    .buyNowOptions .priceListOff {
        font-size: 14px;
        padding: 5px 0 8px
    }

    .buyNowOptions .cutPrice {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding: 0
    }

    .buyNowOptions .priceOff {
        font-size: 20px
    }

    .colorThumb {
        column-gap: 10px;
        font-size: 20px
    }

    .colorThumb .colorItem {
        width: 50px;
        height: 50px
    }

    .colorThumb .textColor {
        flex: 1;
        margin-bottom: 0;
        padding-left: 0
    }

    .secure-transaction.right-pos {
        right: 0
    }

    .secure-transaction .secure-link .text-sm {
        font-size: 16px
    }

    .specList img {
        max-height: 55px;
        max-width: 55px
    }

    .specList .specName {
        font-size: 15px
    }

    .specList .specDesc {
        font-size: 28px
    }

    .specList .icon {
        font-size: 72px;
        min-height: 72px
    }

    .specList .text {
        zoom: 1;
        font-size: 16px;
        max-width: 210px
    }

    .features {
        column-gap: 60px
    }

    .features .specList {
        text-align: center;
        padding: 60px 20px;
        width: calc(33.33% - 60px)
    }

    .features .specList .icon {
        min-height: 90px;
        margin-bottom: 40px
    }

    .features img {
        width: 90px;
        max-width: 100%;
        max-height: 90px
    }

    .features .specName {
        font-size: 39px;
        margin-bottom: 40px
    }

    .features .specDesc {
        font-size: 28px;
        max-width: 400px
    }

    .carouselOuter .specMain {
        border: 0;
        justify-content: space-between
    }

    .carouselOuter .title {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 25px
    }

    .carouselOuter .slick-prev {
        left: -50px
    }

    .carouselOuter .slick-next {
        right: -50px
    }

    .specMain .specList {
        width: 20%;
        align-items: center;
        padding: 20px
    }

    .specMain .specList .icon-driving-mode {
        font-size: 60px
    }

    .specMain .specDesc {
        margin-bottom: 5px
    }

    .slick-next,
    .slick-prev {
        width: 50px;
        height: 50px;
        border-radius: 4px
    }

    .slick-prev: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: -2px;
        padding: 5px;
        margin-left: 3px
    }

    .slick-next: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: #000;
        border-width: 0 2px 2px 0;
        vertical-align: -2px;
        padding: 5px;
        margin-left: 1px
    }

    .galleryWeb {
        display: flex;
        flex-wrap: wrap;
        row-gap: 25px;
        column-gap: 25px
    }

    .galleryWeb img {
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto
    }

    .galleryWeb .item {
        min-height: 250px;
        background: #eee;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        overflow: hidden;
        flex: 0 0 auto;
        width: 40%;
        min-width: 40%;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .galleryWeb .lg {
        width: calc(60% - 25px);
        min-width: calc(60% - 25px)
    }

    #bestSellerSect h2,
    #topPickSect h2 {
        padding-bottom: 0
    }

    #modalInstaVideo .modalMainBottom {
        padding: 0;
        border: 0
    }

    #modalInstaVideo .colorWidget {
        padding: 0 0 6px 0
    }

    #modalInstaVideo .cardName {
        margin: 5px 0 3px
    }

    #modalInstaVideo .cardImg {
        overflow: hidden;
        margin: 25px 0 20px;
        min-height: 180px
    }

    #modalInstaVideo .colorWidget .colorBtn {
        width: 28px;
        height: 28px;
        max-width: 28px !important;
        margin-left: 10px
    }

    #rideonsFaq .faqPanel {
        padding: 28px 43px 10px
    }

    #rideonsFaq .faqMain .faqTitle {
        font-size: 26px
    }

    #rideonsFaq .playBtn:before {
        width: 55px;
        height: 55px;
        line-height: 53px;
        font-size: 18px
    }

    #watch-shop .view_more_btn {
        margin-top: 16px;
        font-size: 16px
    }

    .sliderMain .playBtn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

    .sliderMain .rider-slider-nav .playBtn:before {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 28px;
        padding-left: 2px;
        border-width: 1px
    }

    .sliderMain video {
        display: inline-block;
        vertical-align: baseline;
        object-fit: cover
    }

    #modalInstaVideo .modalMainBottom {
        max-width: 750px
    }

    #modalInstaVideo .cardVid,
    #modalInstaVideo .instaVidGallery {
        max-width: 750px
    }

    .vorMainWrap .crdVopSlider .crd {
        margin: 8px;
        width: auto
    }

    .vorMainWrap {
        margin-left: -16px !important;
        margin-right: -16px !important
    }

    .vorMainWrap .crdListBox {
        min-height: 105px
    }

    .ftrSeoSect {
        padding: 70px 0 !important
    }

    .catgContMain {
        font-size: 16px
    }

    .catgContMain h2 {
        margin-bottom: 24px
    }

    .catgContMain h3 {
        font-size: 20px;
        padding: 20px 0 14px;
        margin-bottom: 12px
    }

    .catgContMain h4 {
        font-size: 16px
    }

    .catgContMain p {
        font-size: 16px
    }

    .catgContMain .catgSubCont {
        padding-left: 20px;
        color: #505050
    }

    .catgContMain .catgSubCont li {
        color: #505050;
        padding-bottom: 16px
    }

    .catgContMain .list strong {
        color: #505050
    }

    .catgContMain .list .listRight {
        color: #505050
    }
}

@media only screen and (min-width:1024px) {
    .vorMainWrap {
        padding: 0;
        margin-left: -8px;
        margin-right: -8px
    }

    .vorMainWrap .itemVorImg {
        min-height: 440px
    }

    .vorMainWrap .slick-slide {
        opacity: 1
    }

    .vorMainWrap .crdVopSlider:not(.slick-initialized) {
        display: flex;
        gap: 16px
    }

    .vorMainWrap .crdVopSlider .crd {
        margin: 8px;
        width: auto
    }

    .vorMainWrap .slick-dotted.slick-slider {
        margin-bottom: 40px
    }

    .vorMainWrap .crdVorCont {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        margin-top: 50px
    }

    .vorMainWrap .crdUser {
        font-size: 16px
    }

    .vorMainWrap .crdListBox {
        margin-top: auto
    }

    .vorMainWrap .crdListBox .crdBoxImg {
        flex: 0 0 90px;
        min-height: 65px;
        line-height: 65px
    }

    .vorMainWrap h3 {
        font-size: 18px;
        min-height: 76px;
        text-align: center
    }

    .vorMainWrap p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .vorMainWrap p.thinScrollBar {
        max-height: 180px
    }

    .vorMainWrap .crdInnerSlider img {
        border-radius: 8px;
        -webkit-border-radius: 8px
    }

    .crdOverAllBox {
        padding: 16px
    }

    .crdOverAllBox .reviewThumb {
        max-width: 82px
    }
}

@media only screen and (min-width:1400px) {
    .vorMainWrap h3 {
        font-size: 22px;
        min-height: 110px
    }

    .vorMainWrap p {
        font-size: 15px
    }
}

@media only screen and (min-width:1600px) {
    .vorMainWrap h3 {
        font-size: 24px;
        min-height: 110px
    }

    .vorMainWrap .itemVorImg {
        min-height: 512px
    }
}

@media only screen and (min-width:1600px) {
    .tabBtns h3 {
        font-size: 28px
    }

    .carouselOuter .specName {
        font-size: 18px
    }

    .carouselOuter .title {
        font-size: 110px;
        margin-bottom: 0;
        margin-top: 35px
    }

    .tab-container .crdBody .itemImg img {
        max-width: 95%
    }

    .specList img {
        max-height: 75px;
        max-width: 75px
    }

    .galleryWeb {
        row-gap: 35px;
        column-gap: 35px
    }

    .galleryWeb .item {
        min-height: 350px
    }

    .galleryWeb .lg {
        width: calc(60% - 35px);
        min-width: calc(60% - 35px)
    }

    .vorMainWrap .itemVorImg {
        min-height: 520px !important
    }
}

@media only screen and (min-width:1920px) {
    #header {
        padding: 0 40px
    }
}