.h_banner img {
    border-radius: 15px;
}
section.h_banner .set_page {
    position: relative;
}
section.h_banner .set_page>div {position: relative; z-index:2}
section.h_banner .set_page:after,
section.h_banner .set_page:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(50% - 10px);
    bottom: 0;
    border-radius: 15px 0 0 15px;
    z-index:1;
}
section.h_banner .set_page:before {
    left: 10px;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 4px 10px 0 rgb(102 45 145 / 63%);
}
section.h_banner .set_page:after {
    right: 10px;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 10px 0 rgb(142 198 64 / 60%);
}
section.hrow01 {
    padding: 30px 0 0 0;
}

.hrowtopad {
    padding-top: 40px;
}

.hrowprdct .widget-product-carousel {
    background: #fff;
    border-radius: 14px;
    padding: 0 24px 24px 24px;
    margin: 22px 0 0 0;
}

.inpBnrFull img {border-radius: 14px;}

.inpBnrRw2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.inpBclm {
    width: calc((100% - 20px) / 2);
}

.inpBclm a {
    border: 1px solid #E0E5EA;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.inpBclm img {
    width: 100%;
}
.inpBclm a,
.inpBnrFull a {position: relative; overflow: hidden;}
.inpBnrFull a:before,
.inpBclm a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}
.inpBnrFull a:hover:before,
.inpBclm a:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
/**-----------------------------PRODUCT CAROSOL---------------------------------*/
.snap-track {
  --snap-cols: 1;                 /* default mobile */
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Slider items */
.snap-track .snap-item {
  flex: 0 0 calc((100% - (16px * 5)) / var(--snap-cols));
  scroll-snap-align: start;
}

/* Tablet */
@media (min-width: 640px) {
  .snap-track {
    --snap-cols: 2;
  }
}

/* Small desktop */
@media (min-width: 768px) {
  .snap-track {
    --snap-cols: 3;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .snap-track {
    --snap-cols: 4;
  }
}

/* Large desktop — 6 items */
@media (min-width: 1280px) {
  .snap-track {
    --snap-cols: 6;
  }
}

/* Optional: hide scrollbar */
.snap-track::-webkit-scrollbar {
  display: none;
}
.snap-track {
  scrollbar-width: none;
}
/* ----------------------- END PRODUCT CAROSOL -------------------------- */
.hGrnBx {
    /*max-width: 1250px;*/
    margin: 0 auto 80px;
    position: relative;
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.hGrnBx:before {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec640+0,a7e54f+100 */
    background: linear-gradient(to right,  rgba(142,198,64,1) 0%,rgba(167,229,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    width: 100%;
    top: 70px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 28px;
    left: 0;
}
.hGrnImg img {max-height: 380px;margin: 0 auto;}
.hGrnImg { flex: 1; padding: 0 50px; }
.hGrnTxt {
    padding: 70px 0 0 50px;
    color: #fff;
}
.hGrnTxt h2 {
    font-size: 54px;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 54px;
}
.hGrnTxt p {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}
.hGrnBtns {
    margin: 45px 0 0 0;
}
.hGrnBtn1 {
    display: inline-block;
    border-radius: 6px;
    background: #fff;
    color: #662D91;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 28px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 10px 0 00;
    border: 1px solid transparent;
    transition:all ease-in-out 0.3s;
}
.hGrnBtn1:hover {
    background: rgb(255 255 255 / 60%);
    border: 1px solid hsl(0deg 0% 100% / 80%);
}
.hGrnBtn2 {
    display: inline-block;
    border-radius: 6px;
    background: #662D91;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 28px;
    line-height: 40px;
    vertical-align: middle;
    transition:all ease-in-out 0.3s;
    border: 1px solid #662D91;
}
.hGrnBtn2:hover {
       background: rgba(102, 45, 145, 0.8);
    border: 1px solid rgba(102, 45, 145, 1);
}
.hGrnBtn2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin: -1px 0 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22transform%3A%20rotate(0deg)%20scale(1%2C%201)%3B%20transform-origin%3A%20center%20center%3B%22%3E%0A%3Cpath%20d%3D%22M7.55002%202.47511L1.02513%209L0%207.97487L6.52489%201.44998H1.02513V0H9V7.97487H7.55002V2.47511Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E");
}

/*---------------------- Item product List view ------------------------*/
.widget-product-carousel form.card {
    border: 0;
    padding: 5px;
    position: relative;
}

.widget-product-carousel form.card:hover {
    box-shadow: unset;
}
.rvp_body .snap-item .product-item-photo,
.widget-product-carousel form.card .product-item-photo {
    /*border: 1px solid #EAEFF3;*/
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
    aspect-ratio: 1 / 1;
}
.rvp_body .snap-item .product-item-photo img,
.widget-product-carousel form.card .product-item-photo img {
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
}


.prodcaroBox .flex.justify-between.items-center.gap-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodcaroBox .snap-pager {
    padding: 0;
    min-height: 0;
    gap: 4px;
}
.rvp_pgr button.snap-marker,
.prodcaroBox button.snap-marker {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background: #CFD3D7;
}
.rvp_pgr button.snap-marker[aria-current="true"],
.prodcaroBox button.snap-marker[aria-current="true"] {
    background: #8EC640;
    border-color: #F1F5F9;
}
.h_banner {
    margin: 20px 0 0 0;
}


.dataRow {
    display: flex;
    gap: 25px;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.dataRow>div {
    width: calc((100% - (25px * 2)) / 3);
}
.dataBx1 {
    padding: 30px;
    border-radius: 14px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22284%22%20height%3D%22296%22%20viewBox%3D%220%200%20284%20296%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22transform%3A%20rotate(0deg)%20scale(1%2C%201)%3B%20transform-origin%3A%20center%20center%3B%22%3E%0A%3Cpath%20d%3D%22M142%200C63.5794%200%200%2066.2623%200%20147.994C0%20229.738%2063.5794%20296%20142%20296C220.432%20296%20284%20229.749%20284%20147.994C284%2066.2623%20220.432%200%20142%200ZM219.205%20217.001C218.971%20217.001%20218.748%20216.978%20218.525%20216.978C210.954%20226.793%20201.822%20234.957%20191.452%20241.092C187.962%20250.996%20178.863%20258.067%20168.159%20258.067C162.896%20258.067%20158.012%20256.339%20153.998%20253.45C150.586%20253.773%20147.107%20253.974%20143.561%20253.974C134.496%20253.974%20125.709%20252.613%20117.38%20250.16C113.533%20252.68%20108.995%20254.164%20104.111%20254.164C90.3961%20254.164%2079.268%20242.575%2079.268%20228.277C79.268%20228.21%2079.268%20228.143%2079.268%20228.12C77.4728%20226.392%2075.7333%20224.652%2074.0608%20222.834C69.3219%20217.558%2065.029%20211.758%2061.2824%20205.468C48.8163%20204.085%2039.1267%20193.11%2039.1267%20179.726C39.1267%20172.688%2041.8139%20166.342%2046.1737%20161.657C45.6385%20157.285%2045.3151%20152.824%2045.3151%20148.273C45.3151%20142.864%2045.7165%20137.555%2046.4524%20132.369C41.9142%20127.673%2039.1155%20121.17%2039.1155%20113.999C39.1155%20100.158%2049.5634%2088.8703%2062.6762%2088.2011C66.0883%2082.814%2069.8905%2077.7392%2074.0608%2073.144C75.7779%2071.2925%2077.5508%2069.5637%2079.3906%2067.8573C79.3237%2067.0988%2079.2791%2066.3069%2079.2791%2065.4927C79.2791%2051.1941%2090.4072%2039.5834%20104.122%2039.5834C109.987%2039.5834%20115.373%2041.7026%20119.621%2045.2382C127.293%2043.1525%20135.31%2042.0372%20143.572%2042.0372C146.282%2042.0372%20148.969%2042.1264%20151.623%2042.3494C156.005%2038.2115%20161.803%2035.702%20168.159%2035.702C179.711%2035.702%20189.367%2043.9109%20192.166%2055.042C201.621%2060.6968%20209.984%2068.0246%20217.02%2076.8581C217.733%2076.8134%20218.458%2076.7242%20219.205%2076.7242C232.92%2076.7242%20244.07%2088.3572%20244.07%20102.656C244.07%20116.977%20232.92%20128.543%20219.205%20128.543C205.49%20128.543%20194.362%20116.977%20194.362%20102.656C194.362%20100.079%20194.741%2097.6145%20195.399%2095.25C191.441%2090.454%20186.969%2086.4277%20182.03%2083.0705C178.071%2085.8477%20173.299%2087.4872%20168.148%2087.4872C157.967%2087.4872%20149.248%2081.1187%20145.401%2071.9729C144.788%2071.9729%20144.174%2071.9059%20143.55%2071.9059C138.053%2071.9059%20132.701%2072.6755%20127.538%2073.9916C124.159%2084.1189%20114.96%2091.3686%20104.1%2091.3686C101.992%2091.3686%2099.9408%2091.0675%2097.9783%2090.5656C96.696%2091.7924%2095.4026%2093.0416%2094.1872%2094.4023C91.5111%2097.3357%2089.0469%20100.447%2086.8279%20103.794C88.1214%20106.905%2088.8462%20110.374%2088.8462%20114.01C88.8462%20124.539%2082.825%20133.54%2074.1946%20137.611C73.7486%20141.079%2073.4921%20144.648%2073.4921%20148.284C73.4921%20150.905%2073.6259%20153.426%2073.8601%20155.991C82.68%20159.951%2088.835%20169.085%2088.835%20179.737C88.835%20183.897%2087.8761%20187.823%2086.2147%20191.27C88.6009%20194.928%2091.2546%20198.397%2094.1872%20201.598C94.8562%20202.311%2095.5587%20203.036%2096.2612%20203.717C98.7254%20202.858%20101.379%20202.356%20104.122%20202.356C115.819%20202.356%20125.609%20210.788%20128.252%20222.131C133.202%20223.358%20138.332%20224.061%20143.583%20224.061C143.929%20224.061%20144.264%20224.016%20144.587%20223.971C147.865%20213.699%20157.187%20206.226%20168.17%20206.226C173.901%20206.226%20179.164%20208.29%20183.368%20211.68C187.962%20208.412%20192.199%20204.576%20195.957%20200.114C194.953%20197.281%20194.373%20194.27%20194.373%20191.08C194.373%20176.781%20205.49%20165.171%20219.205%20165.171C226.654%20165.171%20233.322%20168.639%20237.871%20174.004H238.674C238.607%20174.238%20238.551%20174.506%20238.484%20174.74C241.974%20179.179%20244.07%20184.879%20244.07%20191.08C244.07%20205.423%20232.931%20217.001%20219.205%20217.001Z%22%20fill%3D%22%23F1F5F9%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: bottom 12px right 10px;
    background-repeat: no-repeat;
}
.dataTxt h2 {
    color: #662D91;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.dataTxt p {
    color: #484848;
    font-size: 18px;
}
.readMoreData {
    border: 1px solid #DDE7F2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
}
.readMoreData:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin: -1px 0 0 8px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22transform%3A%20rotate(0deg)%20scale(1%2C%201)%3B%20transform-origin%3A%20center%20center%3B%22%3E%0A%3Cpath%20d%3D%22M7.55002%202.47511L1.02513%209L0%207.97487L6.52489%201.44998H1.02513V0H9V7.97487H7.55002V2.47511Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
}
.dataBtn {
    margin: 50px 0 0 0;
}
.dataBlg {
    padding: 30px;
    border-radius: 14px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.dataBtn2 {
    text-align: right;
}
.dataBlgTxt {
    flex: 1;
}
.dataBlg:before {
    background: #000;
    position: absolute;
    border-radius: 14px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
}
.dataBlg>div {
    position: relative;
    z-index: 4;
}
.dataBlgTxt h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
}
.dataBlgDate {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}
.dataBlgDate:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.dataBlg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hrowHdr2 { margin: 0 0 25px 0;text-align: center; }

.hrowHdr2 {
    margin: 0 0 25px 0;
    text-align: center;
}

.srvData {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    color: #fff;
}
.srvClm {
    width: calc((100% - (25px * 2)) / 3);
    border-radius: 14px;
    padding: 30px;
}
.srvClm1 {background: linear-gradient(to right, rgba(142,198,64,1) 0%,rgba(167,229,79,1) 100%);}
.srvClm2 {background: linear-gradient(to right, #8E8E8E 0%,#B7B7B7 100%);}
.srvClm3 {background: linear-gradient(to right, #662D91 0%,#8F51BE 100%);}
.scTxt {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0 0;
}
.scHdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.scHdr h3 {
    font-size: 24px;
    font-weight: 600;
}

section.faqHome {
    padding: 20px 0;
}
.faqHin {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
}
.faqli button span {
    color: #989898;
}
.hfaqRow1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.faqHin {
    margin: 0 auto;
}
.hfaqClm1 {
    width: 30%;
}
.hfaqClm2 {
    width: 70%;
    padding: 0 0 0 60px;
    box-sizing: border-box;
}
.hfaqClm1 a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
}
.hfaqClm1 h2 {
    font-size: 42px;
    color: #484848;
    font-weight: 600;
    line-height: 46px;
    margin: 0 0 26px 0;
}
.faqli button {
    color: #662D91;
    font-size: 18px;
    font-weight: 600;
    gap: 15px;
    line-height: 20px;
}
.faqli > div {
    padding: 8px 0 00 0;
    color: #000;
    font-size: 14px;
}
.faqul {
    border-top: 1px solid #e1e1e1;
}
.faqli {
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    padding: 20px 12px;
    border-radius: 0;
    margin: 0;
}
