html {
    scroll-behavior: smooth;
}

.header {
    position: relative;
}

.productdetails-hero {
    gap: 5rem;
}

.productdetails-hero-img {
    flex: 0 0 100%;
    max-width: 40%;
    width: 100%;
}

.productdetails-img {
    max-width: 518px;
    width: 100%;
    height: 440px;
    max-height: 100%;
}

.productdetails-card {
    gap: 1rem;
    width: 100%;
    margin: auto;
    border-radius: 21.56px;
    border: 2px solid #dcdcdc;
    background-color: var(--White, #fff);
    padding: 0.8rem 1rem;
}

.productdetails-price,
.productdetails-variant {
    flex: 0 0 100%;
    width: auto;
}

/*.productdetails-price {
  max-width: 30%;
}*/

.form-group label {
    color: var(--colors-text, rgba(21, 20, 57, 0.4));
    font-size: 11.179px;
    font-weight: 700;
    line-height: 20.761px;
    letter-spacing: 1.597px;
    text-transform: uppercase;
}

.form-group select {
    border-radius: 8.68px;
    border: 2px solid #b3d236;
    background: #fafafa;
    width: 100%;
    max-width: 100%;
    padding: 0.1rem 0.4rem;
}

    .form-group select:focus-visible {
        outline-color: #b3d236;
    }

.productdetails-content span {
    position: relative;
}

    .productdetails-content span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 1.5px;
        height: 90%;
        background-color: #cbcbcb;
    }

/*.form-group input {
    width: auto;
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--Black, #2d2d2d);
    font-family: "Poppins";
    font-size: 29.401px;
    font-weight: 600;
    line-height: 26.152px;
}*/

.productdetails-price {
    overflow: hidden;
}

.productdetails-btn-price {
    margin-top: 2rem;
}

.pcard-btn {
    gap: 10px;
    max-width: 430px;
    margin: auto;
}

.find-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    box-shadow: none;
    letter-spacing: 0.37px;
    padding: 0.717rem 0;
    transition: 0.3s;
    line-height: 26.152px;
    border: none;
    /* 159.462% */
}

.btn.find-dealer-btn {
    background-color: #fff !important;
    color: #000;
    border: 2px solid #eee;
}

.btn.find-contractor-btn {
    background-color: #fff !important;
    color: #000;
    border: 2px solid #eee;
}

.find-btn:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
    border: 2px solid var(--color-primary);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}

/* des   */
.productdetails-hero-des p {
    color: #2b2b2b;
    text-align: justify;
    letter-spacing: 0.364px;
}

.productdetails-hero-s {
    color: var(--Description, #2b2b2b);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.364px;
}

.productdetails-hero-size.flex.flex-col {
    gap: 1.5rem;
}

/* .scrollyspy-setion {
  padding: 3rem 0;
} */

.productdetails-scroll-menu .nav-link {
    color: var(--Black, #2d2d2d);
    text-align: center;
    font-size: 19.711px;
    padding: 1.5rem 0;
}

    .productdetails-scroll-menu .nav-link.active {
        color: var(--blue, #3b4498);
        font-weight: 700;
    }

    .productdetails-scroll-menu .nav-link:hover {
        color: var(--blue, #3b4498);
    }

.productdetails-scroll-menu ul li {
    margin: 0;
}

.productdetails-scroll-menu ul {
    gap: 2rem;
    background: var(--White, #fff);
    /* box-shadow: 0px 9.46118px 14.9802px 0px rgba(0, 0, 0, 0.19); */
    list-style: none;
    margin: 0;
}

.productdetails-scroll-menu {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0px 9.46118px 14.9802px 0px rgba(0, 0, 0, 0.19);
}

.productdetails-scroll-des {
    padding: 3rem 0 4rem 0;
}

/* feature css  */

.reward-card-box {
    gap: 1rem;
    margin-top: 3rem;
}

.reward-card-body {
    border: 2px solid #e7e7e7;
    background-color: #fff;
    padding: 0.45rem;
    gap: .4rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 15px;
    height: 100%;
}

.people-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.364px;
}

.reward-card-des p {
    color: var(--Description, #2b2b2b);
    line-height: normal;
    letter-spacing: 0.364px;
    margin: 0;
    /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; */
}

.features-btn:hover,
.reward-card:hover .reward-card-body {
    border-color: transparent;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.reward-card {
    flex: 0 0 23%;
    max-width: 23%;
    width: 100%;
}

.reward-img {
    border-radius: 15px;
    background-color: #f9f9f9;
    max-width: 23.52%;
    width: 100%;
    max-height: 100%;
    height: 128px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    height: 100%;
}

.reward-card-des {
    gap: 6px;
}

.reward-img img {
    max-width: 90px;
    width: 100%;
    max-height: 90px;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    object-position: center;
}

/* .reward-card:hover .reward-img {
  background-color: #B3D236;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
} */

/* .reward-card:hover .reward-img img{
  filter: brightness(10);
  -webkit-filter: brightness(10);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}  */

.keypoints-section {
    margin-top: 3.5rem;
}

.features-btn {
    border-radius: 27px;
    border: 1px solid #999;
    background: var(--White, #fff);
    padding: 0.8rem 2.5rem;
    font-size: 16px;
    letter-spacing: 0.364px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.technical-specification {
    padding: 6rem 0;
    margin: 4rem 0;
}

/* table  */

.technical-specification-table {
    border-radius: 25px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 3rem;
}

.technical-table {
    border-radius: 9.255px;
    border: 3.702px solid rgba(0, 0, 0, 0.06);
    background: var(--White, #fff);
    max-width: 100%;
    width: 100%;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.technical-table table > tbody > tr:nth-of-type(odd) > * {
    background-color: #fafafa;
}

table .table-other-th {
    border-right: 3.5px solid rgba(0, 0, 0, 0.06);
}

.technical-table .row {
    max-width: 100%;
    width: 100%;
}

.technical-table .col-4 {
    width: 30%;
}

.technical-table .col {
    width: 70%;
}

.technical-table th {
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    text-align: start;
    padding: 1rem 1rem 1rem 2rem;
}

    /* cal  */
    .technical-table th.table-title {
        font-weight: 700;
        color: #000;
    }

.technical-cal.flex {
    gap: 3rem;
}

.technical-cal-title {
    max-width: 40%;
    width: 100%;
}

.technical-specification-cal {
    width: 550px;
}

.technical-body {
    border-radius: 25px;
    background: var(--color-primary);
    padding: 1.4rem;
}

.technical-head {
    gap: 1rem;
}

.technical-body .form-group {
    gap: 0.8rem;
}

    .technical-body .form-group input {
        color: var(--White, #fff);
        font-size: 15px;
        font-weight: 500;
        width: 90%;
    }

.technical-inut-group {
    border-radius: 10px;
    border: 1.5px solid #cecece;
    padding: 0.3rem;
    gap: 2rem;
    width: 100%;
}

.technical-body .form-group span {
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

.technical-body .form-group .technical-inut-group.cal-kgs {
    border: none;
    padding: 0;
    flex-direction: row;
}

    .technical-body .form-group .technical-inut-group.cal-kgs span {
        font-size: 18px;
        line-height: normal;
    }

    .technical-body .form-group .technical-inut-group.cal-kgs .number1-kgs {
        font-size: 30px;
        line-height: 35px;
        /* flex     : 0 0 auto; */
        /* width    : auto; */
        /* max-width: 14%; */
    }

.technical-body .form-group label {
    line-height: 25px;
    color: var(--White, #fff);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: unset;
    text-transform: unset;
    flex: 0 0 41%;
}

.technical-inut-group.cal-kgs {
    gap: 0;
}

    .technical-inut-group.cal-kgs span::before {
        display: none;
    }

.technical-body .form-group span::before {
    content: "";
    position: absolute;
    top: 4%;
    left: -1rem;
    background-color: #e6e6e6;
    height: 90%;
    width: 2px;
}

.video-tag-details {
    position: relative;
}

.video-tag-details-iframe iframe,
.video-tag-details-iframe {
    width: 100%;
    height: 100%;
}

.video-tag-details video {
    max-width: 100%;
    max-height: 276px;
    width: auto;
    height: auto;
}

.video-tag-details .tap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* card  */

.product-card {
    border-radius: 20px;
    border: 1.012px solid #ececec;
    background: #fff;
    padding: 1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    gap: 1rem;
}

    .product-card:hover {
        box-shadow: 0 0 20px #57575750;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

.pcard-img .pcard-img-body {
    gap: 0.6rem;
    border-radius: 15.029px;
    background: #f5f5f5;
    padding: 1rem 0.4rem;
    height: 276px;
    max-height: 276px;
    overflow: hidden;
}

.pcard-img img {
    max-width: 270px;
    width: 100%;
    max-height: 220px;
    height: 100%;
}

/* .new-filter-tab .pcard-img .video-tag img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
} */

.pcard-img .pcard-img-body.video-tag {
    padding: 0;
}

.pcard-img p {
    /* color: #353535;
  font-size: 12.717px;
  font-weight: 600;
  line-height: 16.069px;
  letter-spacing: 0.369px;
  margin: 0;
  max-width: 136px;
  width: 100%; */
    margin: 0;
    color: #545454;
    font-size: 14px;
    line-height: 21px;
    /* 150% */
}

.pcard-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-card .find-btn {
    border-radius: 26px;
    border: 1px solid #777;
    background-color: var(--White, #fff);
    padding: 0.6rem 1.8rem;
    gap: 10px;
}

/* .product-card:hover .btn.find-dealer-btn, */
.product-card .btn.find-dealer-btn:hover {
    transition: 0.3s;
    background-color: #b3d236;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
}

.ourproduct-dec {
    margin-top: 5rem;
}

.pcard-des h3 {
    color: #353535;
    font-size: 21px;
    font-weight: 600;
    line-height: 29.629px;
    letter-spacing: 0.496px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcard-points ul li::marker {
    color: #545454;
}

.pcard-points ul {
    list-style-type: disc;
    padding-left: 22px;
}

.menu-filter {
    margin: 0 1rem;
}

/* .knowledge-slider {
  margin-top: 2rem;
} */

.relatesd-blogs-section,
.faq-base {
    margin: 3rem 0;
    padding: 2.5rem 0;
}

/* faq start  */
.ourproduct-section {
    padding: 4rem 0 2.6rem;
}

    .ourproduct-section p {
        max-width: 1100px;
        margin: auto;
    }

.filter-menu,
.product-menu {
    text-align: center;
    margin-bottom: 2rem;
    overflow: auto;
}

/* .product-filter{
  margin: 2rem 0;
} */

.productdetails-price-body {
    margin-top: 1rem;
}

.tab1,
.tab {
    display: inline-flex;
    background-color: #f0f0f0;
    border-radius: 46.243px;
    padding: 0.6rem !important;
    margin: 0 !important;
    list-style: none !important;
}

    .tab1 li,
    .tab li {
        margin: 0 !important;
    }

.tab1 {
    background-color: transparent;
    gap: 1rem;
}

    .tab1 button,
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        border-radius: 44px;
        /* background: #B3D236; */
        display: flex;
        padding: 1rem 2.8rem;
        justify-content: center;
        align-items: center;
        color: #2d2d2d;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.312px;
        text-wrap: nowrap;
    }

    .tab1 button {
        background-color: #f0f0f0;
        border-radius: 41px;
        box-shadow: 0px 0px 2.31214px 0px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.66rem;
    }

        .tab1 button.active,
        .tab1 button:hover {
            background-color: #3b4498;
            color: #fff;
        }

.tab button.active,
.tab button:hover {
    background-color: #b3d236;
}

.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    /* border: 1px solid #ccc; */
    border-top: none;
}

.filter-tab {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 2rem;
}

    .filter-tab.ralated-product-slider {
        display: block;
    }

.ralated-product-body .menu-filter {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 8px;
}

.ralated-product-body .product-card {
    border-radius: 20px;
    border: 1.012px solid #ececec;
    background: #fff;
    padding: 1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .ralated-product-body .product-card:hover {
        box-shadow: 0 0 20px #57575750;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

.ralated-product-body .pcard-img a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 15.029px;
    background: #f5f5f5;
    margin-bottom: 1.1rem;
    padding: 1rem 0.8rem;
    /* border-radius: 12px; */
}

    .ralated-product-body .pcard-img a span {
        height: 260px;
    }

.ralated-product-body .pcard-img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: contain;
    object-position: center;
}

.ralated-product-body .pcard-img p {
    color: #353535;
    text-align: center;
    font-size: 12.717px;
    font-weight: 600;
    line-height: 16.069px;
    letter-spacing: 0.369px;
    margin: 0;
    max-width: 160px;
    width: 100%;
    height: 33px;
}

.ralated-product-body .pcard-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.ralated-product-body .find-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 8.671px;
    border: 1.156px solid #f1f1f1;
    box-shadow: none;
    color: #5f5f5f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.37px;
    padding: 0.717rem 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ralated-product-body .btn.find-dealer-btn:hover {
    transition: 0.3s;
    background-color: #b3d236;
    color: #000;
}

.ralated-product-body .btn.find-contractor-btn:hover {
    transition: 0.3s;
    background-color: #3b4498;
    color: #fff;
}

.ralated-product-body .ourproduct-dec {
    margin-top: 5rem;
}

/* faq end  */

/* accordian start  */
/* new  */

.acc {
    margin-bottom: 18px;
}

.acc-container .acc {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.39);
    border-radius: 13px;
}

.acc-head {
    padding: 1.2rem 2rem;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    background-color: var(--White, #fff);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .acc-head.active {
        border-radius: 13px 13px 0 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        background-color: var(--blue, #3b4498);
    }

    /* .acc-head::after, */
    .acc-head::before {
        content: "";
        position: absolute;
        top: 36%;
        /*background-color: #fff;
  */
        transition: all 0.8s;
        background-image: url(../images/arrow-acc.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 12px;
        height: 20px;
        right: 2%;
    }

    .acc-head.active::before {
        transform: rotate(450deg);
        transition: 0.8s;
        filter: brightness(10);
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }

    /* .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
} */

    /* .acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
} */

    .acc-head p {
        color: #fff;
        font-weight: bold;
    }

.acc-content {
    padding: 0 2rem 1.2rem 2rem;
    display: none;
    background-color: var(--blue, #3b4498);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 13px 13px;
}

.acc-container {
    max-height: 508px;
    overflow-y: auto;
    padding: 0 1rem;
}

.accordian-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.acc-head.active .accordian-title {
    color: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.accordian-des p {
    color: var(--White, #fff);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

/* accordian end  */
.blogslide {
    margin: 0 0.5rem;
}

.blog-card-body {
    border-radius: 16px;
    border: 3px solid #f0f0f0;
    background: var(--White, #fff);
    overflow: hidden;
}

.blog-part-two {
    padding: 0 1rem 1.3rem;
}

.blog-card {
    gap: 0.8rem;
}

.blog-img {
    /* border-radius: 12px; */
    overflow: hidden;
}

    .blog-img img {
        border-radius: 10px 10px 0 0;
        object-fit: cover;
        object-position: center;
        max-height: 310px;
        width: 100%;
        max-width: 450px;
        height: 100%;
        transition: all 5s;
        -webkit-transition: all 5s;
        -moz-transition: all 5s;
        -ms-transition: all 5s;
        -o-transition: all 5s;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }

.blog-card-body:hover .blog-img img {
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
}

/* .blog-tag span {
  color: #252641;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.26px;
  border-radius: 20px;
  background-color: #F1F1F1;
  padding: 0.58rem 1rem;
  transition: 0.3s;
}

.blog-tag-link:hover .blog-tag span {
  box-shadow: 0 0 10px #808080b0;
  transition: 0.3s;
}

.blog-card-body:hover .blog-tag span {
  background-color: #dfdfdf;
  transition: 0.3s;
} */

.blog-des .blog-title {
    letter-spacing: 0.36px;
    height: 54px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
}

.blog-des p {
    color: var(--Description, #2b2b2b);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.364px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

span.blog-btn {
    gap: 0.5rem;
}

/* read more start */

.show-more {
    cursor: pointer;
    background: #fff;
    color: #3b4498b9;
    padding: 1rem 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
    /* margin-top: -38px; */
    margin-top: 0;
    background: unset;
    background-color: transparent;
    /* background: -o-linear-gradient(#ffffff6e,#fff,#fff); */
    /* background: linear-gradient(#ffffff6e,#fff,#fff); */
    /* background: -webkit-gradient(linear,left top,left bottom,from(#ffffff6e),color-stop(#fff),to(#fff)); */
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .show-more:hover {
        color: #3b4498;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

.readmoreactive,
.readless {
    display: none;
}

.readlessactive {
    margin: 0;
    display: block;
}

/* .show-more-full {
  max-height: 280px;
  overflow: hidden;
} */
.show-more-full {
    /* max-height: 280px; */
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .show-more-full.active {
        max-height: 100%;
    }

/* read more end */

/* new  */
.form-group .technical-inut-group select:focus-visible {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-group .technical-inut-group select:focus {
    outline: none;
}

.form-group .technical-inut-group select {
    border: none;
    background: var(--color-primary);
    color: white;
}

.table-pd td {
    color: #fff;
    line-height: 1.8;
}

.table-pd tr td:first-child {
    font-weight: 600;
}

.table-pd tr td:last-child {
    display: flex;
    gap: 0.5rem;
}

    .table-pd tr td:last-child b {
        font-weight: 400;
    }

@media (max-width: 1620px) {
    .reward-img {
        max-width: 30%;
    }

    .people-name {
        font-size: 16px;
        line-height: 20px;
    }

    .reward-card-des p {
        font-size: 14px;
    }

    .reward-img img {
        max-width: 80px;
        max-height: 80px;
    }

    .reward-card-box {
        margin-top: 2rem;
    }

    .keypoints-section {
        margin-top: 3rem;
    }

    .accordian-title {
        font-size: 18px;
    }

    .accordian-des p {
        font-size: 15px;
    }

    .acc-container {
        max-height: 485px;
    }
}

@media (max-width: 1440px) {
    .reward-img {
        max-width: fit-content;
        padding: 0 0.7rem;
    }

    .filter-tab {
        gap: 2rem;
    }

    .find-btn {
        font-size: 10px;
    }

    .accordian-title {
        font-size: 20px;
    }

    .accordian-des p {
        font-size: 16px;
    }

    .technical-cal-group .find-dealer-btn {
        font-size: 15px;
    }
}

@media (max-width: 1299px) {
    .productdetails-hero {
        gap: 2rem;
    }

    .productdetails-hero-s,
    .productdetails-hero-des p {
        font-size: 14px;
        line-height: 22px;
    }

    .productdetails-hero-img {
        max-width: 36%;
    }

    .reward-img img {
        max-width: 70px;
        max-height: 70px;
    }

    .reward-img {
        height: 110px;
    }

    .keypoints-section {
        margin-top: 2rem;
    }

    .features-btn {
        padding: 0.6rem 2rem;
        font-size: 15px;
    }

    .reward-card-des p {
        font-size: 13px;
    }

    .technical-table .col-4 {
        width: 40%;
    }
    /* 
  .ralated-product-body .menu-filter {
    margin: 0 0.8rem;
  } */

    .product-card {
        gap: 0.5rem;
    }

    .pcard-des h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .find-btn {
        line-height: 28px;
        font-size: 14px;
    }

    .filter-tab {
        gap: 1.5rem 1rem;
    }

    .ralated-product-body .ourproduct-dec {
        margin-top: 4rem;
    }

    .blog-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .blog-des p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-btn {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .ralated-product-body .find-btn {
        font-size: 9px;
    }

    .ralated-product-body .menu-filter {
        flex: 0 0 50%;
        max-width: 31%;
    }

    .pcard-img .pcard-img-body {
        height: 250px;
    }

    .video-tag-details video {
        max-height: 250px;
    }

    .technical-specification-cal {
        width: 500px;
    }

    .technical-body .form-group input {
        width: 142px;
    }

    .productdetails-img {
        height: 350px;
    }
}

@media (max-width: 1099px) {
    .productdetails-hero-s,
    .productdetails-hero-des p {
        text-align: start;
    }

    .productdetails-price,
    .productdetails-variant {
        flex: 0 0 100%;
        max-width: 50%;
        width: auto;
    }

    .productdetails-price {
        max-width: 30%;
    }

    .productdetails-card {
        justify-content: space-between;
    }

    .technical-cal-title {
        max-width: 46%;
        width: 100%;
    }

    .technical-cal.flex {
        gap: 2rem;
        flex-direction: column;
    }

    .technical-cal-title {
        max-width: 100%;
        width: 100%;
    }

    .technical-table th {
        font-size: 17px;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }

    .tab1 button,
    .tab button {
        /* font-size: 14px; */
        padding: 1rem 2rem;
    }

    .tab1 button {
        padding: 0.8rem 1.8rem;
    }

    .ralated-product-body .pcard-img a span {
        height: 220px;
    }
}

@media (max-width: 1024px) {
    .reward-card {
        flex: 0 0 80%;
        max-width: 80%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .productdetails-hero {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .productdetails-hero-img {
        max-width: 100%;
    }

    .reward-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .reward-img {
        height: 104px;
    }

    .people-name {
        font-size: 15px;
        line-height: 18px;
    }

    .reward-card-des p {
        font-size: 12px;
    }

    .productdetails-scroll-menu ul {
        gap: 1rem;
    }

    .productdetails-scroll-menu .nav-link {
        font-size: 18px;
        padding: 1.2rem 0;
    }

    /* .reward-card-des p {
    -webkit-line-clamp: 4;
  } */

    .technical-cal.flex {
        gap: 2rem;
        flex-direction: column;
    }

    .technical-cal-title {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

        .technical-cal-title h3 {
            text-align: center;
        }

    .technical-specification-table {
        border-radius: 20px;
        padding: 2rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .tab1 button,
    .tab button {
        /* font-size: 13px; */
        padding: 0.6rem 1rem;
    }

    .tab1 button {
        font-size: 12px;
        padding: 0.6rem 1rem;
    }

    .filter-menu,
    .product-menu {
        text-align: center;
        margin-bottom: 1rem;
        overflow-x: auto;
    }

    .ourproduct-section {
        padding: 3rem 0 2rem;
    }

    .ourproduct-dec {
        margin-top: 3rem;
    }

    .acc-head::before {
        background-size: contain;
        width: 9px;
        height: 16px;
    }

    .acc-content,
    .acc-head {
        padding: 1rem 2rem 1rem 1.5rem;
    }

    .acc-content {
        padding-top: 0;
    }

    .filter-tab {
        gap: 1rem;
    }

    .blog-card-body {
        border-radius: 12px;
    }

    .blog-part-two {
        padding: 0 0.8rem 0.8rem;
    }

    .show-more {
        color: #3b4498;
    }

    .productdetails-img {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .reward-card {
        flex: 0 0 100%;
        max-width: 90%;
        width: 100%;
    }

    /* .scrollyspy-setion {
    padding: 1rem 0;
  } */

    .productdetails-scroll-des {
        padding: 2rem 0 2rem 0;
    }

    .technical-specification {
        padding: 3rem 0;
        margin: 2rem 0;
    }

    .technical-body {
        padding: 2rem;
    }

    .technical-specification-table {
        padding: 1.5rem;
    }

    .technical-table th {
        font-size: 14px;
    }

    .menu-filter {
        margin: 0 0.5rem;
    }

    .tab1 button,
    .tab button {
        /* font-size: 12px; */
        padding: 0.6rem 1.2rem;
    }

    .ralated-product-body .product-menu {
        /*width: 100%;
  */
        border-radius: 8px;
        /*max-width: 740px;
  */
        overflow: auto;
        background-color: #f0f0f0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .tab1,
    .tab {
        display: inline-flex;
        justify-content: center;
        /* border-radius: 46.243px; */
        padding: 0.6rem;
        /* overflow: scroll; */
        /* width: 730px; */
        /* width: 100%; */
    }

    .filter-menu {
        overflow: auto;
    }

        .filter-menu .tab1 {
            max-width: 100%;
            width: 100%;
            overflow: auto;
            justify-content: center;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
        }

    .tab1 button {
        text-wrap: nowrap;
    }

    .ourproduct-section {
        padding: 2rem 0 2rem;
    }

    .accordian-title {
        font-size: 18px;
    }

    .accordian-des p {
        font-size: 13px;
    }

    .ralated-product-body .menu-filter {
        flex: 0 0 50%;
        max-width: 48%;
    }
}

@media (max-width: 580px) {
    .form-group label {
        font-size: 10px;
        line-height: 16px;
    }

    .productdetails-scroll-menu {
        padding: 0 1.5rem;
    }

    .form-group input {
        font-size: 24px;
        font-weight: 600;
        line-height: 20px;
    }

    .productdetails-price {
        max-width: 36%;
    }

    .productdetails-scroll-menu {
        overflow: auto;
    }

        .productdetails-scroll-menu ul {
            width: 580px;
            overflow: auto;
        }

        .productdetails-scroll-menu .nav-link {
            text-wrap: nowrap;
        }

    .technical-body .form-group input {
        font-size: 14px;
        width: 100%;
    }

    .technical-body .form-group label {
        line-height: 22px;
        font-size: 17px;
    }

    .technical-specification-table {
        padding: 1rem;
        border-radius: 12px;
    }

    .technical-table th {
        font-size: 12px;
        padding: 0.5rem 0.5rem 0.5rem 0.6rem;
    }

    .technical-table {
        border-radius: 6px;
    }

    .menu-filter {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .productdetails-btn-price {
        margin-top: 1rem;
    }

    .acc-container {
        max-height: 100%;
        padding: 0;
        overflow: visible;
    }

    .accordian-title {
        font-size: 16px;
    }

    .tab1 button,
    .tab button {
        font-size: 16px;
    }

    .acc-head::before {
        width: 7px;
        height: 12px;
    }

    .technical-specification-cal {
        width: 100%;
    }

    .productdetails-img {
        height: 340px;
    }

    .faq-base {
        margin-top: 1rem;
        /* padding-top: 1.5rem; */
    }
}

@media (max-width: 520px) {
    .ralated-product-body .menu-filter {
        flex: 0 0 100%;
        max-width: 70%;
    }

    .filter-tab {
        justify-content: center;
    }
}

@media (max-width: 467px) {
    .find-btn {
        font-size: 13px;
    }

    .reward-card {
        max-width: 100%;
    }

    .technical-inut-group {
        gap: 1rem;
    }

    .technical-body .form-group span::before {
        left: -0.5rem;
    }

    /* .technical-body .form-group input {
    width: 120px;
  } */

    .ralated-product-body .menu-filter {
        max-width: 85%;
    }

    .acc-content,
    .acc-head {
        padding: 0.8rem 2rem 0.8rem 1rem;
    }

    .acc-content {
        padding-top: 0;
    }

    .acc-head::before {
        right: 3%;
    }
}

@media (max-width: 432px) {
    .technical-body .form-group {
        gap: 0.5rem;
        flex-direction: column;
    }

        .technical-body .form-group label {
            line-height: 20px;
            font-size: 16px;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }

            .technical-body .form-group label br {
                display: none;
            }

    .technical-head {
        gap: 1.5rem;
    }

    .technical-specification-table {
        padding: 0.7rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .technical-table th {
        font-size: 10px;
        padding: 0.3rem 0.3rem 0.3rem 0.5rem;
    }

    .ralated-product-body .menu-filter {
        max-width: 90%;
    }
}

@media (max-width: 411px) {
    .productdetails-img {
        height: 100%;
        max-height: 440px;
    }
}

@media (max-width: 400px) {
    .ralated-product-body .menu-filter {
        max-width: 100%;
    }

    .product-menu {
        overflow: auto;
    }

    .tab1,
    .tab {
        /* overflow: scroll; */
        max-width: unset;
        min-width: unset;
        width: unset;
        border-radius: 12px;
        gap: 0.5rem;
    }
}

.technical-table th.tableattributevalue {
    color: #0000007a;
}

/* project gallery css start  */
.project-gallery-section {
    padding: 2rem 0;
    background-color: #ffffff;
}

.gallery-main-img {
    margin: 2rem 0 5rem 0;
}

    .gallery-main-img img {
        max-width: 1400px;
        max-height: 788px;
        width: 100%;
        height: 100%;
    }

.gallery-img-item {
    margin: 0 10px;
    height: 350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.project-img {
    height: 350px;
}

    .project-img img {
        object-fit: cover;
        object-position: top;
        height: 100%;
    }

.project-content h3 {
    color: var(--White, #fff);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.project-content p {
    color: var(--White, #fff);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.364px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 9; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* margin-top: 3rem; */
    opacity: 0;
    transition: 0.5s;
}

div.project-content div.project-p p:first-child {
    margin-top: 3rem;
}

.project-content .project-p .project-line {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-content .more-des-btn {
    color: var(--White, #b3d236);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.364px;
    text-decoration-line: underline;
    text-align: end;
    /* margin-top: -20px; */
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}

.project-content {
    position: absolute;
    left: 0;
    z-index: 9;
    right: 0;
    top: 0;
    padding: 1.34rem;
    background-color: transparent;
    border-radius: 21px;
    height: 100%;
    /* transform: translateY(276px); */
    transition: 0.5s;
}
/* div.project-content div.project-p p {
  display: none;
} */
div.project-content div.project-p .more-des-btn {
    display: block;
}
/* div.project-content div.project-p p:first-child {
  display: -webkit-box;
} */
.gallery-img-item:hover .project-content {
    background-color: #192169;
    top: 0;
    height: 100%;
    transition: 0.5s;
    /* animation: in-img 2s ease-in-out; */
    /* transform: translateY(0); */
}

    .gallery-img-item:hover .project-content .more-des-btn,
    .gallery-img-item:hover .project-content p {
        opacity: 1;
        transition: 0.5s;
    }

/* .project-content h3 {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  top: 0;
  padding: 1.34rem 1.34rem 0;
  background-color: transparent;
  transform: translateY(276px);
  animation: in-img1 0.5s ease-in-out;
} */
.project-content h3 {
    position: absolute;
    left: 0;
    z-index: 9;
    right: 0;
    top: 0;
    padding: 1.34rem 1.34rem 0;
    background-color: transparent;
    transform: translateY(276px);
    animation: in-img1 0.5s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@keyframes in-img1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(276px);
    }
}

.gallery-img-item:hover .project-content h3 {
    transform: translateY(0);
    animation: in-img 0.5s ease-in-out;
}

@keyframes in-img {
    0% {
        transform: translateY(276px);
    }

    100% {
        transform: translateY(0);
    }
}
/* project gallery css end  */
