a {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li {
    list-style: none
}

h2 {
    font-size: 30px !important;
    font-family: Poppins !important;
    font-weight: 500 !important
}

.container {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

ul#breadcrumb {
    padding: 3px 0
}

picture {
    display: block;
    margin-top: -4px
}

.rowFlex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.colItemFlex {
    width: 48%
}

.heroSection {
    padding: 18px 0 35px;
    background: #fff
}

.heroSection .colItemFlex {
    width: 52%
}

.heroSection .productTitle {
    width: 45%
}

.productTitle h2 {
    color: #442c8c;
    margin-bottom: 5px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 30px !important
}

.image-display {
    width: 100%;
    margin-bottom: 8px;
    text-align: center
}

.image-display img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

.heroslider-container {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative
}

.heroslider {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0 0;
    justify-content: start
}

.heroslider .heroslider-item {
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform .3s;
    opacity: .5
}

.heroslider-item.active {
    opacity: 1 !important
}

.heroslider-btn {
    font-size: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    user-select: none;
    position: absolute;
    z-index: 9
}

.heroslider-btn:hover {
    color: #333
}

button#prevBtn {
    left: 0
}

button#prevBtn img {
    transform: rotate(180deg)
}

button#nextBtn {
    right: 0
}

.productTitle .rowFlex {
    justify-content: start;
    align-items: center
}

.colItemFlexPrd .inStock {
    padding: 3.6px 8.3px 3.6px 13.7px;
    border-radius: 5px;
    background-color: #48a513;
    color: #fff;
    margin-bottom: 0 !important;
    margin-right: 12px;
    font-family: Poppins;
    line-height: normal
}

.happyCstomers {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #828282;
    margin-bottom: 0 !important
}

.happyCstomers img {
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px
}

.vertical-line {
    position: relative;
    padding-left: 10px
}

.vertical-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #979797
}

.mPrice {
    margin: 15px 0 3px 0 !important;
    font-family: Poppins;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    color: #828282;
    text-decoration: line-through
}

p.pStarts {
    margin: 2px 0 5px;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #494949
}

p.inclusiveTaxes {
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    color: #828282;
    margin-bottom: 15px
}

.subBtn {
    text-decoration: none;
    background: #f58220;
    border-radius: 5px;
    padding: 7px 8px 8px 12px;
    margin: 0 5px 2px 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    width: 190px;
    justify-content: start;
    position: relative;
    line-height: normal;
    cursor: pointer
}

.subBtn:hover {
    background: #452f8a;
    color: #fff !important;
    text-decoration: none
}

.subBtn img {
    position: absolute;
    right: 8px
}

.prodBenefits {
    margin: 15px 0 0;
    padding: 19px 12px 20px 12px;
    border-radius: 10px;
    background-color: #f6f6f6
}

.prodBenefits h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #442c8c
}

.prodBenefits p {
    margin: 8px 0 0;
    font-family: Poppins;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    color: #494949
}

.productSpecific {
    padding: 28px 0 30px;
    background: #fff
}

.productSpecific table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    margin-bottom: 0
}

.productSpecific h2 {
    text-align: left;
    color: #442c8c;
    margin-bottom: 22px
}

.brochureSection h2 {
    margin-bottom: 0 !important;
    font-weight: 600
}

.productSpecific table td,
.productSpecific table th {
    border: 1px solid #e0e0e0;
    text-align: left;
    padding: 10px 8px 10px 10px;
    width: 50%;
    color: #828282;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px;
    line-height: 24px
}

.productSpecific table tr td:first-child,
.productSpecific table tr th:first-child {
    font-weight: 600
}

.productSpecific .colFlexItem {
    width: 50%;
    text-align: center
}

.contentFlex {
    display: flex;
    justify-content: left;
    border: 1px solid #f58220;
    padding: 10px 18px 10px 18px;
    border-radius: 5px;
    align-items: center;
    background: #fff;
    width: 270px;
    position: relative;
    font-family: Poppins
}

.contentFlex p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #f58220;
    margin-bottom: 0 !important;
    margin-left: 12px
}

.brochureSection.container {
    padding-top: 25px !important
}

.brochureSection {
    margin-top: 35px !important;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px !important
}

.productSpecificImgItem {
    text-align: end !important
}

.productSection {
    padding: 42px 0 30px;
    background: #fff
}

.productSection h2 {
    text-align: center;
    color: #442c8c;
    margin-bottom: 44px
}

.productSection .rowFlex {
    justify-content: center
}

.productSection .colFlexItem {
    position: relative;
    text-align: left
}

.productSection .greenBadge {
    font-size: 12px;
    position: absolute;
    width: 100px;
    top: 14px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    --f: 0px;
    --r: 0.8em;
    padding-inline: .25em;
    line-height: 1.8;
    background: #48a513;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/ 2), 100% 0)
}

#knwClickToggle img {
    transform: rotate(90deg)
}

.newCol {
    padding: 31px 41px 12px;
    border-radius: 9px;
    background-color: #f6f8fa;
    margin-bottom: 20px;
    height: 240px;
    margin-right: 15px;
    width: 240px;
    text-align: center
}

.prodTitle {
    margin: 0 30px 6px 0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #1e1e1e;
    margin-bottom: 6px !important
}

p.prodPrice {
    color: #442c8c;
    font-weight: 500;
    font-family: Poppins;
    font-size: 18px;
    margin-bottom: 6px !important
}

.prodLtrs {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #1e1e1e;
    margin-bottom: 6px
}

.prodBtn {
    width: 161px;
    margin: 18px 0 0;
    padding: 5px;
    border-radius: 5px;
    background-color: #f58220;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
    text-decoration: none;
    display: block;
    cursor: pointer
}

a.prodBtn:hover {
    background: #452f8a;
    box-shadow: none;
    color: #fff !important;
    text-decoration: none
}

.arrorTechSpec,
.productSection .slider-nav,
.productSpecific #arrowTechSpec .techSpecification,
.shwTableClick {
    display: none
}

.shwTableClick.active {
    display: table
}

p#knwClickToggle {
    margin: auto;
    margin-top: 22px;
    cursor: pointer;
    padding: 7px 8px 8px 28px !important
}

.shwTableClick tr:first-child td {
    border-top: 0
}

.contentFlex a img {
    position: absolute;
    right: 18px;
    top: 21px
}

.simiText {
    font-size: 14px;
    color: #828282;
    margin: 15px 0
}

.specficationList li {
    color: #828282;
    font-size: 14px;
    line-height: 24px
}

.top-sliderLike {
    position: relative;
    padding: 0 20px
}

.like-next,
.like-prev {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    color: #442c8c;
    box-shadow: none
}

.like-prev {
    left: -20px
}

.like-next {
    right: -20px
}

.lotierBg {
    background: #edf6fd
}

.reverBg {
    background-color: #fdebdb
}

.glider-next,
.glider-prev {
    position: absolute;
    top: 47%;
    color: #442c8c
}

.yellowBadge {
    color: #202020;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    --f: 0px;
    --r: 0.8em;
    padding-inline: .25em;
    line-height: 1.8;
    background: gold;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/ 2), 100% 0);
    font-size: 12px;
    position: absolute;
    width: 100px;
    top: 14px
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px
}

.glider-next,
.glider-prev {
    position: absolute;
    top: 47%;
    color: #442c8c !important
}

.bgLight {
    background-color: #f6e6d8 !important
}
.newCol img {
    width: 80%;
}
@media (min-width:1024px) {
    #header .logo {
        width: 170px !important;
        padding: 4px 10px 2px 15px
    }

    .like-next,
    .like-prev {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:1023px) {

    .productSection .like-next,
    .productSection .like-prev {
        display: none
    }
}

@media (max-width:768px) {
    h2 {
        font-size: 20px !important
    }

    .top-sliderLike {
        padding: 0
    }

    p#knwClickToggle {
        display: none
    }

    .shwTableClick {
        display: table;
        margin-bottom: 22px !important
    }

    .heroSection {
        padding: 12px 0;
        padding-bottom: 0
    }

    .rowFlex {
        display: block
    }

    .productSpecific .mobrowFlex {
        display: flex;
        flex-direction: column-reverse
    }

    div#arrowTechSpec {
        margin-top: 22px;
        padding: 0 16px
    }

    .colItemFlex {
        width: 100%
    }

    .image-display {
        margin-bottom: 10px
    }

    .prodBenefits {
        margin: 29px 0 0;
        border-radius: 0
    }

    .productTitle .rowFlex {
        display: flex;
        justify-content: center
    }

    .productTitle h2 {
        margin-bottom: 8px;
        margin-top: 15px;
        text-align: center;
        line-height: 30px;
        font-size: 20px !important
    }

    .colItemFlexPrd .inStock {
        font-size: 11px
    }

    .productSpecific table td,
    .productSpecific table th {
        font-size: 12px
    }

    .arrorTechSpec {
        display: block;
        filter: invert(55%) sepia(50%) saturate(1001%) hue-rotate(345deg) brightness(98%) contrast(96%);
        position: absolute;
        right: 14px;
        top: 12px
    }

    .happyCstomers {
        font-size: 14px
    }

    .happyCstomers img {
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 5px;
        width: 22px
    }

    p.pStarts {
        font-size: 22px;
        text-align: center
    }

    .mPrice {
        font-size: 16px;
        text-align: center;
        margin: 10px 0 3px 0 !important
    }

    p.inclusiveTaxes {
        font-size: 16px;
        text-align: center
    }

    .productSpecific h2 {
        text-align: center
    }

    .productSpecific #arrowTechSpec .techSpecification {
        display: block;
        text-align: start;
        border: 1px solid #f58220;
        padding: 15px 13px 15px 13px;
        border-radius: 5px;
        background: #fff;
        color: #f58220;
        font-weight: 500;
        position: relative;
        font-size: 16px !important;
        margin: 0
    }

    .contentFlex p {
        font-size: 16px
    }

    .stepContent {
        margin: 0 0 0
    }

    .subBtn {
        display: block;
        width: 220px;
        margin: auto;
        margin-bottom: 20px
    }

    .brochureSection.container {
        margin-top: 25px !important;
        padding: 25px 16px 0 16px !important
    }

    .heroslider .heroslider-item {
        width: 78px;
        height: 78px
    }

    .heroslider {
        justify-content: space-between
    }

    .productSpecific {
        padding: 14px 0 26px
    }

    .productSection h2 {
        margin-bottom: 20px
    }

    .prodBtn {
        margin: 15px 0 0
    }

    .prodBenefits p {
        font-size: 14px;
        text-align: center;
        line-height: 24px
    }

    .productSpecific .colFlexItem {
        width: 100%;
        position: relative
    }

    .productSpecificImgItem img {
        width: 100%;
        height: auto
    }

    .heroslider-btn {
        z-index: unset !important
    }

    .contentFlex {
        width: 100%
    }

    .usermanual-download-first {
        margin-bottom: 15px
    }

    .heroSection .colItemFlex {
        width: 100%
    }

    .heroSection .productTitle {
        width: 100%
    }

    .productSection .slider-nav {
        display: flex;
        gap: 0;
        justify-content: center;
        background: #fff;
        margin: 0;
        margin-top: 18px
    }

    .productSection .slider-dotLike {
        border-radius: 50%;
        background-color: #9a9a9a;
        cursor: pointer;
        transition: background-color .3s ease;
        margin-top: 20px;
        height: 10px;
        width: 10px
    }

    .brochureSection h2 {
        margin-bottom: 22px !important
    }

    .productSection .slider-dotLike.active {
        background-color: #454545;
        width: 21px;
        height: 10px;
        border-radius: 7.5px
    }

    .newCol {
        height: auto;
        width: auto
    }

    .productSection {
        padding: 25px 13px
    }

    .prodTitle {
        font-size: 14px;
        font-weight: 700
    }

    .mobPadding {
        padding: 0 10px
    }

    .top-sliderLike .glider::-webkit-scrollbar,
    .top-sliderLike .glider::-webkit-scrollbar-thumb {
        display: none !important
    }

    .glider-dot {
        border-radius: 50%;
        background-color: #9a9a9a;
        cursor: pointer;
        transition: background-color .3s ease;
        margin-top: 20px;
        height: 7px !important;
        width: 7px !important
    }

    .glider-dot.active {
        background-color: #454545 !important;
        width: 21px !important;
        height: 10px;
        border-radius: 7.5px
    }

    .prodBenefits h3 {
        text-align: center
    }

    .showOnClick {
        display: none
    }

    .showOnClick.active {
        display: block;
        margin-top: 15px
    }

    .simiText {
        line-height: 20px;
        text-align: center
    }

    .subBtn img {
        bottom: 4px
    }

    .heroSection .rowFlex.container {
        display: block
    }

    .brochureSection {
        display: block !important
    }

    .brochureSection .rowFlex {
        display: block !important
    }
}

@media(max-width: 415px){
    .subBtn img {
        bottom: 12px;
    }
}