/* body:not(.copy-allowed) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
section.pricing-area .container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}

.product-card:hover {
    cursor: pointer;
    z-index: 99;
}

.nice-select.open .list {
    background-color: #fff !important;
    z-index: 999;
}

.buynow-content.product-card img {
    width: 100%;
    margin: 0 auto;
    padding: 0% 7% 0% 7%;
}

.pmrpdis {
    padding: 0% 7% 0% 7%;
    background-color: #fff;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0% 7% 2% 7%;
    background-color: #fff;
    text-align: left;
}

.product-description {
    font-size: 16px;
    color: #828282;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: left;
    padding: 0% 7% 0% 7%;
    float: left;
}

.product-action-buttons {
    padding: 2% 7% 3% 7%;
    display: inline-block;
    width: 100%;
}

.product-action-button {
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.product-action-button.buy-now:hover {
    background-color: #ffc107;
}

.bunow-tab-wrap .product-action-button.buy-now:hover {
    background-color: #ffc107;
}

.product-action-button.know-more:hover {
    color: #ffc107;
}

.product-action-button.know-more {
    background-color: #fff0;
    color: #525252;
    text-decoration: underline;
    float: left;
    text-align: left;
    display: inline-block;
    padding: 0;
}

.product-action-button.buy-now {
    background-color: #008f4f;
    color: #fff;
    float: right;
    text-align: right;
    display: inline-block;
    font-weight: 400;
    padding: 0.5% 3%;
}

@media screen and (max-width: 768px) {
    .cta-buttons {
        flex-direction: column;
    }

    .product-card {
        margin-bottom: 10px;
    }

    .product-action-buttons {
        flex-direction: column;
    }
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a b {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;

    background-color: #008f4fcf;
    font-weight: 400 !important;
    padding: 2% 5%;
    border-radius: 6px;
}

span.label.label-danger {
    background-color: #d9534fb5 !important;
    color: #fff !important;
    font-size: 9px !important;
    padding: 1% !important;
    border-radius: 5px !important;
    margin-left: 2% !important;
}

.main-nav nav ul .custom-menu li {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}

ul.custom-menu li a {
    font-weight: 400 !important;
    padding: 10px 10px !important;
    line-height: 8px;
}

ul.custom-menu li {
    position: relative !important;
    margin-left: 18% !important;
    padding-top: 2% !important;
}

ul.custom-menu li {
    position: relative !important;
    margin-left: 7% !important;
    padding-top: 0% !important;
}

#mydiv {
    background: #fff !important;
    height: 90vh !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    min-width: 45vw !important;
    right: auto !important;
    padding: 10px 30px 10px 30px;
}

.head-of-link {
    border-bottom: 1px solid #008f4f !important;
    background-color: #008f4f !important;
}

h5.head-of-link b {
    font-weight: 400 !important;
}

.head-of-link img b {
    margin-left: 5px !important;
}

i.bx.bx-right-arrow-alt,
i.bx.bx-left-arrow-alt,
i.bx.bx-down-arrow-alt,
i.bx.bx-up-arrow-alt {
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}

button.btn.btn-primary.home-contact-btn:hover {
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff0 !important;
}

i.bx.bx-right-arrow-alt:hover,
i.bx.bx-left-arrow-alt:hover {
    background: #ff9800;
}

i.bx.bx-cart:hover,
i.bx.bx-user:hover {
    color: #FF9800;
}

.menuimg {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

b.text-success {
    color: #ff9800 !important;
}

span.badge.text-bg-warning {
    background-color: #ff9800 !important;
    color: #fff !important;
}

a.simple-link.nav-link.showImage::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #008f4f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-npav-outline.btn-lg i.bx.bx-down-arrow-alt {
    color: var(--npav-green-primary);
}

.form-container {
    border: 1px solid #ccc;
    padding: 4%;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px !important;
}

.home-contact-btn {
    background-color: #008f4f;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 0%;
    border: 1px solid #008f4f;
    font-size: 14px;
}

.home-contact-btn:hover {
    background-color: #ffc107;
    border: 1px solid #ffc107;
}

p.home-contact-para {
    font-size: 18px;
    color: #828282;
    padding-top: 2%;
}

form.form-container label {
    font-size: 16px;
    margin-top: 3%;
    margin-bottom: 1%;
    font-weight: 500;
    color: #445383;
}

.let-us-know {
    padding: 0% 2%;
}

img.img-responsive.home-contact-span {
    vertical-align: top;
    width: 16%;
}

span.home-contact-para-right a {
    color: #445383;
}

img.img-responsive.img-video {
    border-radius: 10px;
    width: 100%;
}

section.video-gallery-area .container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}

.sub-title-font {
    color: #333333a1;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.achievement-card {
    background-color: #fff;
    border: 1px solid #e1e4ed;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 0%;
    flex-grow: 1;
    transition: transform 0.6s ease;
    padding: 20px;
    margin-bottom: 20px;
}

.achievement-card img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    margin-top: -14%;
}

.achievement-card .content {
    padding: 20px;
    height: 215px;
    overflow: hidden;
}

.achieve-column {
    display: flex;
}

.content h2 {
    color: #445383;
    font-size: 20px;
    text-align: center;
}

.content p {
    text-align: center;
    font-size: 16px;
    color: #000000a1;
    margin-top: 2%;
    font-weight: 400;
}

span.img-top {
    background-color: #6d758f3d;
    height: 70px;
    width: 100%;
}

.no-link-menu {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 3% 0 !important;
    color: #0e0129 !important;
}

a.simple-link.nav-link.no-link-menu {
    background-color: #008f4f26;
    padding: 2% 3% !important;
    border-radius: 5px;
}

.no-link-menu-hide {
    color: #495057 !important;
    font-size: 0.95rem ! important;
}

a.nav-link.no-link-menu-hide:hover {
    color: #008f4f !important;
}

.animate-normal {
    -webkit-animation: animateIn 1000ms ease forwards;
    animation: animateIn 1000ms ease forwards;
}

.animate-delay {
    -webkit-animation: animateIn 1000ms ease 300ms forwards;
    animation: animateIn 1000ms ease 300ms forwards;
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

section.number-area .container-fluid {
    margin: 0;
    padding: 0% 8%;
}

section.number-area {
    background: linear-gradient(82.37deg, #008f4fab, #008f4ff5 45.42%, #196fa099);
    color: #fff;
    padding: 0% 0%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.heading-h2 {
    font-size: 32px;
    font-weight: 500;
}

@keyframes spin {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(40deg);
    }
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .child {
        animation: none;
        /* Disable the animation */
    }
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .child1 {
        animation: none;
        /* Disable the animation */
    }
}

section.updatenp .container-fluid {
    /* padding: 1% 8% 1% 8%; */
    padding: 0.5% 8% 0.5% 8%;
    margin: 0% 0% 0%;
}

h2.heading {
    text-align: center;
    font-weight: 500;
}

hr.clshorizontal {
    width: 100%;
    color: #000;
    margin: 1rem 0 0.5rem 1rem;
}

.pagebuilder-column.fastupd h3 {
    font-weight: 300 !important;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0px;
}

.pagebuilder-column h2 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 0.5%;
    color: #414d76;
}

.custom-alert.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #efdc9d;
    --bs-alert-border-color: #efdc9d;
    padding: 0.5% 1%;
}

thead.cart-header {
    background-color: #eee;
    color: #008f4f;
    font-weight: 500;
}

thead.cart-header tr th {
    font-weight: 500;
    color: #0e2c53;
}

td.prod-column {
    padding: 1%;
}

.column-box h3 {
    font-weight: 400 !important;
}

h5.prod-title.padd-top-20 {
    font-weight: 500;
    font-size: 18px;
}

h5.prod-title.padd-top-20 a {
    color: #794bdd;
}

.pagebuilder-column-li li {
    font-size: 16px;
    margin-bottom: 1.2%;
}

.off-upd-method {
    padding-bottom: 1%;
}

div#no-more-tables {
    padding-bottom: 0.5%;
}

section.updatenp.ptb-100 {
    padding-bottom: 0%;
}

.off-upd-method li {
    font-size: 16px;
}

section.downloads.ptb-100 {
    padding-bottom: 0%;
}

section.downloads .container-fluid {
    padding: 0% 8% 0% 8%;
    margin: 0% 0% 0%;
    background-color: #fcfcfc;
}

.marg-top {
    margin-top: 2%;
    padding: 0.5% 0.5% !important;
}

.help-pg-div {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-start;
    height: 100%;
}

.divemedown {
    padding: 2.5%;
    border-radius: 8px;
    margin-bottom: 1%;
    border: 1px solid #fff0;
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #18699a0d;
}

.row.downlinks {
    margin-top: 1.5%;
}

.help-pg-div h5 {
    font-weight: 500;
    font-size: 18px;
}

.help-pg-div p {
    font-weight: 300;
    font-size: 16px;
    color: #605d5d;
    margin-bottom: 2%;
}

.help-pg-div p.text-danger {
    font-weight: 400;
}

.divemedown:hover {
    border: 1px solid #12975c !important;
    cursor: pointer;
}

img.img-responsive.img-down {
    width: 4%;
    margin-right: 1%;
}

img.img-responsive.release-dt {
    width: 5%;
    margin-right: 1%;
    vertical-align: text-top;
}

a.down-link {
    color: #008f4f;
    font-weight: 500;
}

img.cloud-download {
    padding-right: 5px;
}

.help-pg-div .col-md-12.col-lg-12.col-sm-12 {
    text-align: center;
}

.row.compatible {
    text-align: center;
    padding: 1% 3%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    /* background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%); */
    margin-top: 3%;
    /* color: #d2e8e2;
    background-color: #406c59; */
    color: #000;
    background-color: #e9ecef;
}

/* .compdiv {
    padding: 2% 5%;
    width: 100%; */
/* border: 1px solid #000; */
/* border: 2px solid #929ca8;
    border-radius: 12px; */
/* } */
.compdiv {
    flex: 1;
    min-width: 250px;
    padding: 32px 24px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

.compdiv:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

img.img-responsive.iconss {
    width: 15%;
    margin-bottom: 4%;
}

span.editions {
    font-weight: 300;
    letter-spacing: 0.2px;
    font-size: 14px;
}

hr.hrclscmpitible {
    width: 50%;
    margin-left: 27%;
    border-color: #99caff;
    border-top: 2px solid;
}

img.img-responsive.iconss1 {
    margin-bottom: 4%;
    width: 17.5%;
}

span.comptext {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

section.edition-compare.ptb-100 .fluidclsec {
    padding-top: 0.5%;
    background-image: url(../pages/edition-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.row.editiondiv {
    padding: 5% 6% 5% 6%;
    color: #fff;
}

h2.section-title2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 1%;
}

.row.editiondiv p {
    font-size: 16px;
    letter-spacing: 1px;
}

.container-fluid.editincom {
    padding-top: 2%;
}

h5.prod-title.padd-top-20 a:hover {
    color: #008f4f;
}

.edition-compare .edition-compare-tab-wrap .edition-compare-tab .tabs {
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid #445383;
    border-radius: 25px;
}

.edition-compare-content .edition-compare-tab-wrap {
    margin-top: 0%;
}

.edition-compare-content .edition-compare-tab-wrap .edition-compare-tab .tabs li {
    display: inline-block;
    background-color: #fff;
    padding: 0.2% 5%;
    font-weight: 500;
    position: relative;
    color: #0e0129;
    width: 23%;
}

.edition-compare-content .edition-compare-tab-wrap .edition-compare-tab .tabs .current a {
    color: #fff;
    background-color: #445383;
    border-radius: 30px;
    padding: 7%;
    width: 100%;
}

.edition-compare-content .edition-compare-tab-wrap .edition-compare-tab .tabs li a {
    color: #12436c;
}

.container-fluid.tabcontainer {
    padding-left: 4%;
    padding-right: 4%;
}

table.table.table-striped {
    border: 1px solid #cccccc6b;
}

table.table.table-striped tr td {
    padding: 0.8% !important;
}

i.bx.bxs-badge-check {
    font-size: 21px;
    color: #008f4f;
}

tr.default {
    text-align: left;
}

span.no-close {
    font-size: 22px;
}

tr.default.rowl td:not(:first-child) {
    text-align: center;
}

tr.heading td:not(:first-child) {
    font-weight: 500;
    color: #0d6efd !important;
}

.edition-compare-tab-wrap tr.heading td:not(:first-child) {
    font-weight: 500;
    color: #000000 !important;
    /* background-color: #cccc; */
    width: 11%;
    /* background: linear-gradient(82deg, #196fa0 0%, #196fa0 45%, #196fa0 100%); */
    text-align: center;
}

.edition-compare-tab-wrap tr.heading {
    position: sticky;
    top: 8%;
}

.edition-compare-tab-wrap td.heading {
    font-weight: 500;
    color: #000000 !important;
    /* background-color: #cccc; */
    width: 18%;
    /* background: linear-gradient(82deg, #196fa0 0%, #196fa0 45%, #196fa0 100%); */
    margin-bottom: -0.9%;
}

.edition-compare-tab-wrap .faq-accordion .accordion .accordion-item {
    margin-bottom: 0px;
}

.edition-compare-tab-wrap table.table.table-striped td.heading {
    text-align: left;
    width: 30%;
}

.edition-compare-tab-wrap table.table.table-striped tr td {
    border-left: 1px solid #14517d73;
    text-align: center;
    width: 11.50%;
}

.product-action-button.know-more a {
    color: #525252;
    display: inline-block;
    text-decoration: underline;
    float: left;
    background-color: #fff0;
}

.product-action-button.know-more a:hover {
    color: #ffc107;
}

a.down-link:hover {
    text-decoration: underline;
    color: #008f4f;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 0;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #008f4f;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: #008f4f;
    font-weight: 400;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 4px 5px;
    margin: 10px 0 10px 5px;
    float: right;
    border-radius: 6px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #008f4f;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 400;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 4px 5px;
    margin: 10px 5px 10px 0;
    float: right;
    border-radius: 6px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #008f4f;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: left;
}

.purple-text {
    color: #008f4f;
    font-weight: 400;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: right;
}

section.dealer-registration.ptb-100 {
    margin: 2% 0% 0%;
    background-color: #fcfcfc;
}

.regform {
    background-color: #fff;
    padding: 3% 4% 2% 4%;
    box-shadow: 0 6px 7px rgba(24.73, 32.61, 60.56, 0.08);
    border: 0.3px solid #cccccc8f;
    border-radius: 6px;
}

.nice-select {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 2px;
}

.form-card label {
    font-weight: 500;
}

.required:after {
    content: " *";
    color: red;
}

.my-check-box {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 9% !important;
    margin-right: 10px;
    vertical-align: sub;
}

.form-card h5 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 2%;
    margin-top: 1%;
}

.my-radio-check {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    border-radius: 41px !important;
    padding: 0 !important;
}

.form-card h4 {
    font-size: 18px !important;
    font-weight: 500;
}

label.required.sell {
    margin-bottom: 0.5%;
}

.regform h2.section-title {
    margin: -12px auto 0.5%;
    opacity: 1;
    transform: translateY(0);
}

.regform p.sub-title-font.text-center {
    text-align: left !important;
    font-size: 16px;
    color: #333;
}

label.text-danger {
    font-size: 18px;
}

.nav-area-six .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #008f4f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

section.engineer-registration.ptb-100 {
    background-color: #fcfcfc;
}

section.engineer-registration .form-group {
    padding-top: 2.5%;
}

section.engineer-registration .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
}

section.engineer-registration .form-control {
    padding: 3px 18px;
}

section.engineer-registration .form-control {
    height: 45px;
}

button#engibtn {
    background-color: #008f4f !important;
    color: #fff;
    padding: 0.5%;
    width: 28%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    float: right;
}

button#engibtn:hover {
    border: 1px solid #ffc107 !important;
    background-color: #ffc107 !important;
    color: #000;
}

.container-fluid.fluidclsechelp {
    padding: 2% 8% 2% 8%;
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    text-align: center;
    color: #fff;
}

.container-fluid.fluidclsechelp h2 {
    color: #fff;
    font-weight: 500;
}

.container-fluid.fluidclsechelp2 p {
    /* color: #fff;  */
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    background-color: #9dcec540;
    padding: 0.1% 2% 0.1% 2%;
    list-style: disc;
    margin-bottom: 0.5%;
}

.container-fluid.fluidclsechelpwa2 p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    background-color: #9dcec540;
    padding: 0.1% 2% 0.1% 2%;
    list-style: disc;
    margin-bottom: 0.5%;
}

.container-fluid.helpcom {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    margin-top: -2%;
}

.container-fluid.trackmeefooter {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
}

.boxhelp {
    background-color: #fff;
    border-right: 1px solid rgb(25 33 61 / 1%);
    box-shadow: 0 1px 4px rgba(24.73, 32.61, 60.56, 0.08);
    transition: transform 0.6s ease;
}

.boxhelp h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.boxhelp img.img-responsive.imgwats {
    padding-bottom: 10%;
}

.boxhelp:hover {
    border-bottom: 4px solid #45c655;
    border-radius: 6px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    cursor: pointer;
}

.boxhelp .single-team .content {
    background-color: #fff0;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0.05);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0.05);
    padding: 9% 0%;
    position: relative;
    margin: -30px auto 0;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.boxhelp .single-team .image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.boxhelp .single-team .image .social {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 75%;
}

.boxhelp .single-team .image .social li a {
    display: block;
    width: 100%;
    background-color: #fff0;
    text-align: center;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #794bdd;
    font-size: 14px;
    padding-top: 2%;
    line-height: 18px;
    height: auto;
}

.boxhelp .single-team .image .social li p {
    margin-bottom: 0;
    color: #828282;
    font-size: 14px;
    line-height: 21px;
}

.boxhelp .single-team .content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 3%;
}

.boxhelp .single-team {
    text-align: center;
    margin-bottom: 8%;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: transform 0.6s ease;
    margin-top: 3%;
}

.boxhelp .single-team:hover {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.container-fluid.pt-3.support-link {
    padding-top: 3% !important;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 2%;
}

.row.form-padds.support-implinks a {
    background-color: #f3f3f3 !important;
    padding: 3%;
    width: 100%;
    margin-bottom: 6%;
    color: #0e0129;
    font-size: 18px;
    font-weight: 400;
    transition: transform 0.6s ease;
    display: block;
}

.row.form-padds.support-implinks a:hover {
    box-shadow: 0 1px 4px rgb(25 33 61 / 72%);
    color: #fff;
    /* background: linear-gradient(82deg, #008f4f 0%, #113b64 45%, #196fa0 100%); */
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.boxhelp .single-team .image ul.social {
    padding: 0%;
}

i.bx.bx-right-arrow-alt.float-right {
    float: right;
    color: #0e0129;
}

a.arrowback i {
    font-size: 40px !important;
    color: #3297a8 !important;
}

a.arrowback {
    background-color: #fff !important;
    color: #3297a8 !important;
    border-radius: 32px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.helpwadiv {
    background-color: #fff;
    padding: 3% 3% 2% 3%;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(25 33 61 / 25%);
}

.helpwacol {
    border: 1px solid #3f537a6b;
    border-radius: 8px;
    margin-bottom: 6%;
    transition: transform 0.6s ease;
}

.helpwacol h3 {
    padding: 4%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    letter-spacing: 0.1px;
}

.helpwacol h3 {
    padding: 3% 4%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #3f537a6b;
    color: #fff;
    border-radius: 7px 7px 0 0;
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
}

.helpwacol p {
    text-align: left;
    padding: 1% 4% 0% 4%;
    font-size: 16px;
    letter-spacing: 1px;
    color: #323131d4;
    margin-bottom: 0;
}

.helpwacol a {
    color: #323131d4;
}

.helpwacol i {
    font-size: 42px;
    vertical-align: middle;
    color: #149c47;
}

.divnum {
    padding-bottom: 2%;
}

.helpwacolcont {
    padding: 0;
}

.divme {
    display: inline-grid;
}

.divmedownload {
    display: flex;
}

.divemedown {
    width: 100%;
}

.helpwacol:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

span.text-right.float-right {
    float: right;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #ffc107d4;
    border-radius: 50%;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 1%;
}

.container-fluid.fluidclsechelp2 {
    /* background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);// */
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    margin-top: 0.5%;
    text-align: center;
    color: #fff;
}

.container-fluid.fluidclsechelpwa2 {
    padding: 2% 8% 3% 8%;
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    text-align: center;
    color: #fff;
}

.container-fluid.fluidclsechelp p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.container-fluid.fluidclsechelp2 h2 {
    color: #fff;
    font-weight: 500;
}

.container-fluid.fluidclsechelpwa2 h2 {
    color: #fff;
    font-weight: 500;
}

.achievement-card:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

a.popup-youtube:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.help-pg-div:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.watshide {
    padding: 11% 11% 13% 11%;
}

section.career.ptb-100 .fluidclseccareer {
    background-size: cover;
    background-repeat: no-repeat;
}

.row.careerdiv,
.row.aboutusdiv {
    padding: 1% 6% 1% 6%;
    color: #fff;
}

.row.careerdiv p,
.row.aboutusdiv p {
    font-size: 16px;
    letter-spacing: 1px;
}

.container-fluid.fluidclseccareer2 {
    padding-top: 2%;
    padding-left: 6%;
    padding-right: 6%;
}

img.img-responsive.imgcr {
    border-radius: 16px;
}

.divcarcontent {
    padding: 6% 2%;
}

h6.titlecrl {
    font-size: 22px;
    font-weight: 400;
}

p.paracrl {
    font-size: 18px;
}

.lifeatvideo {
    width: 90%;
}

.container-fluid.fluidclseccareer2 a.popup-youtube {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.container-fluid.bgcolrchange {
    padding-top: 3%;
    padding-bottom: 4%;
    background-color: #008f4f;
    color: #fff;
    margin-top: 2%;
}

.container-fluid.bgcolrchange h6.titlecrl {
    color: #fff;
}

.clswhite,
.clsnormal {
    padding: 4% 12%;
}

.clswhite h6,
.clswhite p {
    color: #008f4f !important;
}

.bgbordertop {
    -moz-border-radius: 0;
    -webkit-border-radius: 23px 23px 0 0;
    border-radius: 23px 23px 0 0;
}

.bgbordertopleft {
    -moz-border-radius: 0;
    -webkit-border-radius: 23px 0 0 23px;
    border-radius: 23px 0 0 23px;
}

.bgbordertopright {
    -moz-border-radius: 0;
    -webkit-border-radius: 0 23px 23px 0;
    border-radius: 0 23px 23px 0;
}

.container-fluid.bgcolrchange h2 {
    color: #fff !important;
}

.container-fluid.openposition {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.container-fluid.openposition h3 {
    color: #008f4fd9 !important;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 0%;
    margin-left: -0.3%;
}

.container-fluid.openposition h5 {
    color: #008f4fd9 !important;
    font-size: 20px;
    font-weight: 400;
}

.jobdesc {
    border-bottom: 2px solid #cccccc5e;
    padding: 3% 0% 3% 1%;
}

span.jobtitle {
    font-weight: 500;
    font-size: 22px;
}

span.jobexperience {
    float: right;
    font-weight: 400;
    font-size: 18px;
    color: #794bdd;
}

p.jobtype {
    margin-bottom: 0;
    color: #794bdd;
}

p.jobdescip {
    font-size: 18px;
    color: #4c4652cf;
}

.applybtn {
    float: right;
    height: 33px !important;
    border: 1px solid #199a60 !important;
    background-color: #199a60 !important;
    color: #fff !important;
    padding: 0.5%;
    width: 100px;
    border-radius: 8px;
}

button.btn.btn-sm.applybtn:hover {
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
    color: #fff !important;
}

span.jddesc {
    font-size: 14px;
    color: #199a60 !important;
    display: inline-block;
}

section.career.ptb-100 {
    padding-bottom: 0;
}

span.jddesc:hover {
    cursor: pointer;
    color: #4bc27d !important;
}

form#jobApplyForm input,
form#jobApplyForm select,
form#jobApplyForm .form-control {
    height: 42px;
    line-height: 22px;
    border: solid 1px #e8e8e8;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 2%;
}

div#jobdescModal h3,
div#jobdescModal h4 {
    color: #199a60;
}

form#jobApplyForm .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
}

form#jobApplyForm label {
    padding-top: 1%;
    font-weight: 500;
}

form#jobApplyForm .button-delete {
    margin: 05px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    color: #fff;
    background-color: #dc3545;
    margin-top: 28px;
    border: 0px solid #ccc;
}

form#jobApplyForm .button-delete:hover {
    background-color: #c82333;
}

form#jobApplyForm #btnadd {
    background-color: #28a745;
    color: #fff;
    margin-top: 10px;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form#jobApplyForm #btnadd:hover {
    background-color: #218838;
}

button#btnadd {
    background-color: #277b4bc7;
    color: #fff;
    margin-top: 27%;
}

button#btnadd {
    background-color: #277b4bc7;
    color: #fff;
    margin-top: 43%;
    border-radius: 2px;
}

.custom-alert.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #3c87f626;
    --bs-alert-border-color: #3c87f626;
    padding: 0.5% 1%;
}

a.btn.btn-sm.bannerbtn {
    background-color: #fff;
    color: #0e0129;
    padding: 0.8%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    margin-top: 2%;
    font-weight: 500;
}

a.btn.btn-sm.bannerbtn:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

a.btn.btn-sm.bannerbtn i {
    color: #0e0129;
}

.row.renenewalert p {
    padding: 0.5% 5% !important;
    font-size: 16px;
}

a.renewlink {
    color: #794bdd;
}

button#btnKeyValid {
    background-color: #008f4f;
    color: #fff;
    padding: 1.5%;
    width: 100%;
    border: 1px solid #008f4f;
    border-radius: 8px;
}

.row.renewal_div {
    padding-top: 2%;
}

.row.renewal_div label {
    text-align: left;
    color: #008f4f;
    padding-bottom: 2%;
}

a.findlickey {
    font-size: 18px;
    padding-top: 2%;
    color: #794bdd;
    font-weight: 400;
}

form#key_valid_form input {
    margin-bottom: 5%;
    padding: 0.5% 2%;
    background-color: #fe5d680d;
    height: 45px;
}

.row.capdiv {
    padding: 2% 0%;
}

a.findlickey:hover {
    color: #ffc107;
}

p.dontrenewal a:hover {
    color: #FFC107;
}

p.dontrenewal {
    font-size: 20px;
    padding: 1.2%;
    color: #008f4f;
    border-top: 1px solid #0390515c;
}

p.dontrenewal a {
    color: #794bdd;
}

.divcnt {
    padding-bottom: 3%;
}

.hero-slider-area .renewal-slider-item-bg-1 {
    background-image: url(../pages/renwal_page_advt1.png);
}

.hero-slider-area .renewal-slider-item-bg-2 {
    background-image: url(../pages/renwal_page_advt2.png);
}

form#key_valid_form .hero-slider-area {
    padding-top: 0%;
}

form#key_valid_form .hero-slider-area .slider-item {
    height: 38vh;
}

ol.list-group.list-group-numbered li {
    padding-bottom: 4%;
}

ol.list-group.list-group-numbered li b {
    color: #794bddcc;
    font-weight: 500;
}

span.keysfind:hover {
    cursor: pointer;
}

button#btnKeyValid:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

.np-privacy .marg-top {
    margin-top: 1%;
}

.np-privacy h4,
.np-privacy h3 {
    font-weight: 400;
    padding: 0.2% 0%;
}

.np-privacy p {
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #646465;
}

.np-privacy h3 {
    border-bottom: #48bc59 solid 2px;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.np-privacy ul li {
    list-style: disc;
    font-size: 16px !important;
    letter-spacing: 0.1px;
    color: #646465;
    margin-left: 4%;
    line-height: 2.2;
}

.np-privacy a {
    color: #794bdd;
}

section.aboutus.ptb-100 .fluidclsecaboutus {
    padding-top: 0.5%;
    background-image: url(../pages/aboutus-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.row.aboutusdiv {
    padding: 5% 6% 5% 6%;
    color: #fff;
}

.row.aboutusdiv p {
    font-size: 16px;
    letter-spacing: 1px;
}

.container-fluid.fluidclsecaboutus2 {
    padding: 4% 0% 4% 0%;
    overflow: hidden;
    background-color: #fff;
}

.container-fluid.fluidclsecaboutus2 .section-title {
    margin-bottom: -3%;
}

.journeyimg {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%;
}

section.aboutus.ptb-100 {
    padding-bottom: 0%;
}

.container-fluid.expertise {
    padding: 3% 10%;
    text-align: center;
    background-color: #fafbff;
}

.clsbgabout {
    padding: 0%;
    background-color: #fff;
    border-radius: 34px;
    box-shadow: 0 1px 4px rgba(24.73, 32.61, 60.56, 0.08);
    margin-bottom: 1%;
    border: 1px solid #ccc;
    margin: 0 5%;
}

.clsaboutcontent {
    padding-top: 4%;
    padding-bottom: 4%;
}

.clsaboutimg {
    padding-bottom: 10%;
    padding-top: 10%;
}

.clsaboutimg:hover {
    border-bottom-left-radius: 150% 100% !important;
    border-bottom-right-radius: 0% 0% !important;
    box-shadow: 0 1px 4px rgba(24.73, 32.61, 60.56, 0.08);
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 34px;
    cursor: pointer;
}

.clsaboutcontent h6 {
    font-size: 18px !important;
    font-weight: 400;
}

.mainaboutdiv {
    display: inline-grid;
    margin-bottom: 2.5%;
}

.mainaboutdiv:hover {
    cursor: pointer;
}

section.checkout.ptb-100 {
    padding-top: 2%;
    background-color: #fcfcfc;
    padding-bottom: 0;
}

section.checkout.ptb-100 input,
section.checkout.ptb-100 select {
    padding: 0.2% 3%;
    height: 38px;
    border-radius: 4px;
}

section.checkout.ptb-100 p.text-danger.alert.alert-danger {
    padding: 0.4% 1%;
    float: right;
}

section.checkout.ptb-100 .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 3%;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
}

section.checkout.ptb-100 p.text-danger.alert.alert-danger {
    background-color: #cccccc5c;
    border: 1px solid #cccccc0d;
}

.clscheckoutform {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
    padding: 0;
}

section.checkout.ptb-100 .container-fluid {
    padding: 0% 6%;
}

.nice-select .option.selected.focus {
    color: #008f4fd4;
    font-weight: 500;
}

form#customer_details_form h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

img.img-reponsive.checkoutimg {
    vertical-align: middle;
    padding-right: 0.3%;
}

form#customer_details_form label {
    font-weight: 500 !important;
    text-align: center;
}

.bunow-tab-wrap select#validity {
    color: #0e0129;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 19px;
    width: 100%;
    margin-bottom: 10%;
}

small#rchars,
small.text-info {
    font-size: 12px;
    color: #dc3545b3 !important;
}

.ordersummery {
    padding: 2.1% 4% 0% 4% !important;
}

.product-card-checkout {
    background-color: #eeeeee30;
    border-radius: 10px;
    padding: 2% 2% 2%;
    box-shadow: 0 1px 4px #fff0;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid rgb(25 33 61 / 8%);
    margin: 0% 2% 2% 2%;
}

.product-title-checkout {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.ordersummery h6 {
    margin-bottom: 0;
}

.orderdiv {
    padding: 0.5% 3%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
}

.pagebuilder-column-li strong {
    font-weight: 500;
    color: #000000c4;
}

.recommandedproductall {
    padding: 0.5% 3%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
    margin-top: 3%;
}

.clscheckoutform-2.cart_prod_details {
    display: inline-grid;
}

.formcontent {
    padding: 0% 4% 1% 4%;
}

img.img-reponsive.checkoutimg2 {
    width: 6%;
    vertical-align: middle;
    padding-right: 0.3%;
}

.product-price-checkout {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    display: inline-block;
    text-align: left;
    float: left;
}

.text-left {
    text-align: left;
}

.product-card-checkout label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #0e0129e6;
}

.product-card-checkout .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 3%;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 14px;
}

.product-card-checkout span.current {
    padding-left: 3%;
}

form#customer_details_form label i {
    font-size: 16px;
    vertical-align: text-top;
    color: #212529;
}

.selectedlabel {
    color: #0e0129e6;
    border: 1px solid #cccc;
    background-color: #fcfcfc;
    border-radius: 4px;
    font-size: 14px;
    padding: 1%4%;
    width: 100%;
}

.inputtext {
    width: 38% ! important;
    display: inline-block;
    height: 24px !important;
    text-align: center;
}

form#customer_details_form label .input-counter i {
    font-size: 20px;
}

span.minus-btn i,
span.plus-btn i {
    color: #008f4f !important;
}

span.minus-btn i:hover,
span.plus-btn i:hover {
    color: #ffc107 !important;
    cursor: pointer;
}

/* .addcheckout {
    background-color: #008f4f;
    color: #fff;
    padding: 4%;
    width: 18%;
    height: -webkit-fill-available;
    border: 1px solid #008f4f;
    border-radius: 10px ! important;
    font-size: 14px;
}
.addcheckout:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
} */
.inputtext:disabled {
    background-color: #fff;
    opacity: 1;
}

.addcouponcheckout {
    background-color: #fff0;
    color: #0e0129;
    padding: 0.5%;
    width: 100%;
    height: -webkit-fill-available;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    font-size: 16px;
}

.cupdiv {
    display: inline-block;
    width: 100%;
    display: none;
}

.cupdiv label {
    display: block;
}

.cupdiv button {
    width: 22%;
    display: inline-block;
    margin-left: 3%;
}

.cupdiv input {
    width: 74%;
    display: inline-block;
    height: 34px !important;
}

.addcouponcheckout:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

hr.hrdotted {
    /* border-top: 2px dotted #000000b5; */
    opacity: 0.3;
    margin-top: 1%;
    border-top: 1px dashed #000000fa;
}

hr.hrdotted1 {
    /* border-top: 2px dotted #000000b5; */
    opacity: 0.3;
    margin-top: 3%;
    border-top: 1px dashed #000000fa;
}

div.agreeterm {
    font-size: 14px;
    padding: 2.5% 1.5% 0% 1.5%;
    background-color: #008f4f14;
    border-radius: 5px;
    color: #212529;
    margin: 1% 0% 0%;
    letter-spacing: 0.5px;
}

div.agreeterm a {
    color: #794bdd;
}

div.agreeterm a:hover {
    color: #FF9800 ! important;
}

.termscheckboxdiv {
    padding: 0px ! important;
    text-align: center ! important;
}

.termscheckbox {
    appearance: none;
    /* removes default style */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px ! important;
    height: 20px ! important;
    border: 2px solid #555;
    border-radius: 4px;
    /* rounded corners */
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 9%;
}

.clscheckoutform .termscheckbox {
    appearance: none ! important;
    -webkit-appearance: none ! important;
    -moz-appearance: none;
    width: 20px ! important;
    height: 20px ! important;
    border: 1px solid #555 ! important;
    border-radius: 4px ! important;
    display: inline-block ! important;
    position: relative ! important;
    cursor: pointer ! important;
    transition: all 0.2s ease ! important;
    margin-top: 9% ! important;
}

.termscheckbox:hover {
    border-color: #008f4f ! important;
}

.termscheckbox:checked {
    background-color: #008f4f ! important;
    border-color: #008f4f ! important;
}

.termscheckbox:checked::after {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 3px;
}

label.control-label.subtotallabel {
    color: #2121219c ! important;
}

label.control-label.subtdisamt {
    color: #008f7d;
    font-size: 18px;
}

.payment-label small.badge {
    display: none;
}

.payment-label strong {
    font-weight: 500;
    color: #212529b8;
}

label.control-label.totallabel {
    color: #212121c2 ! important;
}

label.control-label.subtotallabel,
label.control-label.subtotalamount {
    font-size: 18px;
}

.billingtotal.text-right {
    text-align: right;
}

label.control-label.totallabel,
label.control-label.totalamount {
    font-size: 22px;
    color: #008f4f;
}

.billingtotal.text-right {
    text-align: left;
    padding: 0% 0%;
}

.text-right {
    text-align: right;
}

.ccavenueimg {
    width: 50%;
}

/* .checkoutntn {
    background-color: #008f4f;
    color: #fff;
    padding: 2%;
    width: 100%;
    height: -webkit-fill-available;
    border: 1px solid #008f4f;
    border-radius: 8px;
    font-size: 16px;
    padding: 0.3rem 1.2rem;
    border-radius: 8px ! important;
} */
.np-privacy {
    margin-top: 2%;
}

button.checkoutntn:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

.product-action-button.buy-now a {
    color: #fff;
    float: right;
    text-align: right;
    display: inline-block;
    font-weight: 400;
}

.feeltoconnect {
    overflow: hidden;
    width: 100%;
    background-color: #008f4f0f;
    padding: 1%;
    margin-top: 2%;
}

.feeltoconnect h6 {
    font-size: 24px;
    font-weight: 500;
}

p.linkshelpsact {
    font-size: 20px;
    color: #0d6efd;
    border-right: 2px solid #008f4f5c;
    text-align: center;
}

p.linkshelpsact2 {
    font-size: 20px;
    color: #0d6efd;
    text-align: center;
}

p.linkshelpsact2 a {
    font-size: 20px;
    color: #0d6efd;
    text-align: center;
}

p.linkshelpsact a {
    font-size: 20px;
    color: #0d6efd;
    text-align: center;
}

p.linkshelpsact a:hover {
    cursor: pointer;
    color: #ffc107;
}

p.linkshelpsact2 a:hover {
    cursor: pointer;
    color: #ffc107;
}

.coloropen {
    background-color: #fff;
    border-radius: 10px;
    margin: 1% 0% 1% -1%;
}

.coloropen p {
    font-size: 18px;
    font-weight: 500;
}

.bgrightbord {
    border-right: 1px solid #343a4066;
}

.product-card-renewal {
    border-radius: 10px;
    padding: 2% 2% 2%;
    text-align: center;
    border: 1px solid rgb(61 178 123);
    margin: 0% 0% 2% 0%;
    background-color: #6affba1f;
}

.product-card-renewal h6 {
    font-size: 18px;
    font-weight: 400;
    color: #000000ab;
}

.product-card-renewal .product-title-checkout {
    font-size: 22px;
    font-weight: 500;
    color: #000000bf;
}

.product-card-renewal h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.product-card-renewal p {
    padding-bottom: 5%;
    color: #5a5a5a;
    padding-top: 1%;
    letter-spacing: 1px;
    font-size: 16px;
}

.renewal-validate-popup-modal.active hr {
    border-color: #666666a8 !important;
}

p.alert.alert-warning.updatenp-alert.custom-alert.marg-top.renewal_note {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #ffc10769;
    --bs-alert-border-color: #ffc10799;
    margin-top: 0.5%;
    width: 50%;
    padding-left: 2% !important;
    margin-bottom: 2% !important;
}

#renewalvalidateModal .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 3%;
    height: 38px;
    border-radius: 8px;
    line-height: 38px;
}

#renewalvalidateModal span.old-price {
    text-decoration: line-through;
    color: #9E9E9E;
    font-size: 18px;
}

#renewalvalidateModal span.new-price {
    font-weight: 400;
    color: #444445;
    font-size: 20px;
    padding-right: 2%;
}

button#btnRenewNow {
    color: #fff;
    padding: 0.5% 1%;
    border-radius: 8px;
    margin-top: 2%;
    background: #008f4f !important;
    border: 1px solid #27a36f;
}

#renewalvalidateModal label {
    font-weight: 500;
}

#renewalvalidateModal span.detail-product-discount {
    border-radius: 0.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    grid-area: save;
    background-color: #00ffaa;
    color: var(--npav-dark-bg);
    font-weight: 500;
    /* padding: 0 14px; */
    padding: 0.5% 4%;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    justify-self: start;
    clip-path: polygon(0% 0%, 94% 0%, 88% 50%, 94% 100%, 0% 100%, 6% 50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button#btnRenewNow:hover {
    border: 1px solid #ffc107 ! important;
    background-color: #ffc107 ! important;
    color: #fff;
}

#renewalvalidateModal .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    min-height: 24px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

section.buynow .container-fluid {
    padding: 0.5% 8% 0.5% 8%;
    margin: 0% 0% 0%;
    background-color: #fcfcfc;
}

.bunow-tab-wrap .product-card img {
    width: 100%;
    padding: 0%;
    max-height: inherit;
}

.bunow-tab-wrap .product-card {
    padding: 2%;
    /* margin: 1% 2.5% 2.5% 2.5%; */
    margin: 1% 0% 1% 0%;
}

.bunow-tab-wrap .product-action-button.buy-now {
    background-color: #008f4f;
    color: #fff;
    float: left !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    /* width: 33%; */
    padding: 0.3rem 1.2rem;
}

.bunow-tab-wrap .product-title {
    background-color: #fff0;
    padding: 0%;
    min-height: 50px;
}

.bunow-tab-wrap .pmrpdis {
    background-color: #fff0;
    padding: 0% 0% 3% 0%;
    clear: both;
}

.bunow-tab-wrap .product-action-buttons {
    background-color: #fff0;
    padding: 0% 0% 0% 0%;
}

.bunow-tab-wrap .product-card {
    background-color: #fff;
}

.bunow-tab-wrap .product-description {
    line-height: 25px;
    margin-bottom: 2%;
    padding: 0%;
    color: #5e5b5b;
}

.bunow-tab-wrap .product-description ul li strong {
    font-weight: 500;
}

.bunow-tab-wrap .product-price {
    font-size: 22px;
    display: inline-block;
}

.bunow-tab-wrap .product-mrp {
    display: inline-block;
    margin: 0% 2%;
    font-size: 20px;
}

.bunow-tab-wrap .product-discount {
    display: inline-block;
}

.bunow-tab-wrap .product-action-button.buy-now a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    padding: 1%;
    width: 100%;
    text-align: center;
}

.bunow-tab-wrap .form-control {
    /* height: 40px; */
    color: #0e0129;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 19px;
    width: 100%;
    margin-bottom: 10%;
    padding: 0.4rem 0.5rem ! important;
}

label.sellabel {
    font-weight: 500;
}

.bunow-content .bunow-tab-wrap .bunow-tab .tabs li i {
    font-size: 30px !important;
    vertical-align: bottom;
}

section.buynow .buyimplink {
    padding: 1% 8% 1% 8%;
    margin: 0% 0% 0%;
    background-color: #008f4f0f !important;
    width: 100%;
}

.row.form-padds.buysupport-implinks a {
    background-color: #fcfcfc !important;
    padding: 2%;
    width: 100%;
    margin-bottom: 6%;
    color: #0e0129;
    font-size: 18px;
    font-weight: 400;
}

.row.form-padds.buysupport-implinks a:hover {
    box-shadow: 0 1px 4px rgb(25 33 61 / 72%);
    color: #fff;
    background: linear-gradient(82deg, #008f4f 0%, #008f4f 45%, #008f4f 100%);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

.row.form-padds.buysupport-implinks a {
    background-color: #fff !important;
    padding: 2%;
    width: 100%;
    margin-bottom: 6%;
    color: #0e0129;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 0 9px 4px rgba(24.73, 32.61, 60.56, 0.08);
    width: 100%;
    display: block;
}

.container-fluid.buyinst ul li {
    list-style: disc;
    font-size: 18px;
    padding-top: 3%;
}

.container-fluid.buyinst ol li {
    font-size: 18px;
    padding-top: 3%;
}

.container-fluid.buyinst .buynwbtm1 b,
.container-fluid.buyinst .buynwbtm b {
    font-size: 18px;
}

.buynwbtm {
    padding-top: 3%;
}

.buynwbtm1 {
    background-color: #fff;
    padding: 5% 8%;
    border-radius: 10px;
}

.buynwbtm {
    background-color: #fff;
    padding: 6% 8%;
    border-radius: 10px;
}

section.buynow .container-fluid.buyinst {
    background-color: #f1f1f1;
    padding: 2% 8%;
}

.samedive {
    display: inline-grid;
}

.container-fluid.buyinst .buynwbtm1 b,
.container-fluid.buyinst .buynwbtm b {
    font-size: 20px;
    font-weight: 500;
}

.buynwbtm a {
    font-size: 18px;
    padding-top: 1%;
}

.samedive2 span {
    font-size: 24px;
    display: inline-block;
    padding-right: 3%;
    vertical-align: text-bottom;
}

.samedive2 i {
    font-size: 38px;
    display: inline-block;
    color: #008f4f;
}

.row.sectitle .section-title p {
    font-size: 18px;
    color: #6c757d;
    margin-top: -0.8%;
}

.samedive2 {
    margin-top: -1%;
}

.samedive2 a,
.samedive2 span {
    color: #008f4fbf;
}

.samedive2 a:hover {
    color: #fcc930;
}

.sectitle h2 {
    font-weight: 500;
    font-size: 2rem;
}

.buynowgooglepay:hover {
    cursor: pointer;
}

img.img-responsive.qrscanner {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.buynow-google-pay-popup-about.text-center p {
    font-size: 16px;
    padding-top: 1%;
}

img.img-responsive.bankinfo {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

img.img-responsive.bankinfoimg {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

img.img-responsive.dlrinfoimg {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.buynow-bankdetails-popup-about.text-center p {
    font-size: 16px;
    padding-top: 1%;
}

.hdfcbankdetails p {
    font-size: 18px;
    padding-top: 1%;
}

.buynowbankdetails:hover {
    cursor: pointer;
}

.copybtn {
    background-color: #008f4f;
    color: #fff;
    text-align: center;
    font-weight: 400;
    width: 33%;
    margin-top: 2%;
}

.copybtn:hover {
    background-color: #fff;
    color: #008f4f;
    border: 1px solid #008f4f;
}

.copybtn:hover {
    background-color: #fff;
    color: #008f4f;
    border: 1px solid #008f4f;
}

.copybankdetailsbtn {
    background-color: #008f4f;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
}

.copybankdetailsbtn:hover {
    background-color: #fff;
    color: #008f4f;
    border: 1px solid #008f4f;
}

img.img-pay-status {
    width: 10%;
}

section.thankyou .container-fluid {
    padding: 1% 8% 3% 8%;
    margin: 0% 0% 0% 0%;
}

.container-fluid.thankyoudiv {
    background-color: #fcfcfc;
}

p.lead.mb-0 {
    font-size: 22px;
}

section.thankyou .feeltoconnect {
    overflow: hidden;
    width: 100%;
    background-color: #008f4f0f;
    padding: 2% 0% 1% 0% !important;
    margin-top: 0%;
}

i.bx.bx-copy-alt {
    font-size: 22px;
    color: #008f4f;
}

span.orderdetail {
    padding-left: 10px;
}

p.thanks-product-key.mb-0 {
    color: #008f4fcf;
}

span.orderdetaillabel {
    font-size: 16px;
    padding-right: 10px;
    font-weight: 500;
}

span.orderdetail {
    font-size: 16px;
}

section.thankyou.ptb-100 {
    padding-bottom: 0;
}

section.thankyou .feeltoconnect .container-fluid {
    padding: 0% 8% 1% 8%;
    margin: 0% 0% 0% 0%;
}

.yourorder {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1.5px solid #008f4f;
    padding-bottom: 1%;
}

.thankdownlink i {
    font-size: 28px;
    vertical-align: middle;
    color: #3f537a;
}

.thankdownlink a {
    font-size: 18px;
    /* color: #0d6efd; */
    color: #008f4f;
    font-weight: 500;
}

.thankdownlink a:hover {
    cursor: pointer;
    color: #FF9800;
}

.table-responsive.text-left a:hover {
    color: #FF9800;
}

.table-responsive.text-left a {
    font-size: 16px;
    /* color: #0d6efd; */
    color: #008f4f;
    font-weight: 500;
}

.paymentcanceldiv img.img-pay-status-failed {
    width: 8%;
}

.yourorder {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1.5px solid #008f4f;
    padding-bottom: 0.5%;
}

p.text-left.text-bold {
    font-weight: 500;
    font-size: 14px;
}

a.knowmorelunchtp {
    font-weight: 500;
    font-size: 14px;
}

section.thankyou table.table tr th {
    font-weight: 500;
}

.row.text-left.thankdownlink .container-fluid.buyinst {
    padding: 1% 8% 0% 8%;
}

.container-fluid.failedorder {
    background-color: #dc354508;
    margin: 0% 0% 0% 0% !important;
    padding: 3% 8% 2% 8% !important;
}

.container-fluid.failedorder ul li {
    list-style: disc;
    font-size: 16px;
    padding-top: 2%;
}

.container-fluid.failedorder ol li {
    font-size: 18px;
    padding-top: 2%;
}

.container-fluid.failedorder b {
    font-size: 20px;
    font-weight: 500;
}

section.paymentcancel .container-fluid {
    padding: 1% 8% 1% 8%;
    margin: 0% 0% 0% 0%;
}

section.paymentcancel.ptb-100 {
    padding-bottom: 0;
}

section.paymentcancel .feeltoconnect {
    overflow: hidden;
    width: 100%;
    background-color: #008f4f0f;
    padding: 2% 0% 1% 0% !important;
    margin-top: 0%;
}

img.img-pay-status-failed {
    width: 13%;
}

section.paymentcancel .feeltoconnect .container-fluid {
    padding: 0.3% 8%;
    margin: 0% 0% 0% 0%;
}

i.bx.bx-copy-alt:hover {
    color: #ffc107;
    cursor: pointer;
}

.container-fluid.paymentcanceldiv {
    background-color: #fcfcfc;
}

.product-card-cart {
    background-color: #eeeeee1f;
    border-radius: 10px;
    padding: 2% 2% 2%;
    box-shadow: 0 1px 4px #fff0;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid rgb(25 33 61 / 8%);
    margin: 0% 0% 3% 0%;
}

.product-card-cart .form-control {
    height: 34px;
    color: #0e0129;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 19px;
    width: 100%;

    margin-bottom: 10%;
}

.product-card-cart label.sellabel {
    font-size: 16px;
    color: #212121c2;
}

.product-card-cart .nice-select {
    line-height: 34px;
}

.product-card-cart label.sellabel i {
    font-size: 26px;
    vertical-align: bottom;
}

.product-card-cart .trash-checkout {
    width: 50%;
    margin: 0 auto;
    float: right;
}

.product-card-cart i.bx.bx-trash {
    font-size: 24px;
}

.product-card-checkout i.bx.bx-trash {
    font-size: 24px;
}

i.bx.bx-trash:hover {
    cursor: pointer;
    color: #ff5e68;
}

.product-card-cart .product-price-checkout {
    font-size: 18px;
    font-weight: 400;
    color: #212121c2;
    display: inline-block;
    text-align: left;
    float: left;
}

.product-card-cart .form-control:hover {
    border: 1px solid #008f4fb3;
}

.chtcls {
    width: 100%;
}

.thankdownlink .buynwbtm,
.thankdownlink .buynwbtm1 {
    padding: 2% 4%;
    margin-bottom: 2%;
}

.displayinline {
    display: inline-block !important;
}

button.proddetail-btn-buynow.displayinline {
    padding: 0.5% 2%;
    border: 1px solid #008f4f;
    color: #fff;
    text-align: center;
    border-radius: 7px !important;
    vertical-align: middle;
    font-size: 16px;
    background-color: #008f4f;
    margin-right: 2%;
}

button.proddetail-btn-add-to-cart.displayinline {
    padding: 0.5% 2%;
    border: 1px solid #008f4f;
    color: #008f4f;
    text-align: center;
    border-radius: 7px !important;
    vertical-align: middle;
    font-size: 16px;
    background-color: #fff0;
    margin-right: 2%;
}

button.proddetail-btn-buynow:hover {
    background: #ff9800;
    color: #fff;
    border: 1px solid #ff9800;
}

button.proddetail-btn-add-to-cart:hover {
    background: #008f4f;
    color: #fff;
    border: 1px solid #008f4f;
}

a.feedbacklink {
    cursor: pointer;
}

form#feedbackForm .nice-select {
    margin-bottom: 0;
}

form#feedbackForm input,
form#feedbackForm .nice-select {
    padding: 0.2% 3%;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    line-height: 32px;
}

.feedbackbtn-btn-container {
    position: fixed;
    z-index: 99;
    height: 120px;
    width: 40px;
    top: 50%;
    right: 0;
    opacity: 1;
    transition: opacity 0.1s ease-in;
}

.feedbackbtn-btn-button {
    position: relative;
    background-color: #008f4f;
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 31px -16px rgb(0 0 0 / 0.75);
    -moz-box-shadow: 10px 10px 31px -16px rgb(0 0 0 / 0.75);
    box-shadow: 10px 10px 31px -16px rgb(0 0 0 / 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbackbtn-btn-container:hover {
    opacity: 1;
}

.feedbackbtn-btn-text {
    font-size: 1em;
    color: #fff;
    display: block;
    transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
}

.feedbackbtn-btn-button:hover {
    background-color: #15517e;
}

.feedback-popup-logo h3 {
    font-weight: 400;
    font-size: 22px;
}

form#feedbackForm label {
    font-weight: 500;
}

form#feedbackForm span.current {
    font-size: 14px;
    font-weight: 400;
}

.addfeedback {
    background-color: #3f537a;
    color: #fff;
    padding: 1%;
    width: 40%;
    height: -webkit-fill-available;
    border: 1px solid #3f537a;
    border-radius: 8px;
    font-size: 16px;
}

.addfeedback:hover {
    background-color: #e09423;
    color: #fff;
}

form#feedbackForm .pt-2 {
    margin-top: 2%;
}

.vlign {
    vertical-align: middle;
}

section.sitemapsection ul li {
    list-style: disc;
    margin-left: 8%;
}

.linkallsection h4 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 3%;
    color: #008f4f !important;
}

section.sitemapsection ul li a,
section.sitemapsection ul li {
    font-size: 16px;
    color: #5a5353;
}

.linkallsection {
    padding: 1% 2%;
}

section.sitemapsection ul li a:hover {
    color: #008f4fd4;
}

section.sitemapsection h6 {
    font-size: 18px;
    font-weight: 500;
}

.linkallsection hr {
    width: 85%;
}

.linkallsection hr {
    color: #008f4f1f;
    border-top: 2px solid;
    opacity: 1;
}

hr.clshorizontal_all {
    width: 100%;
    color: #008f4f52;
    margin: 1rem 0 0.5rem 1rem;
    border-top: 2px solid;
    opacity: 1;
}

.ribbon3 {
    width: fit-content;
    line-height: 35px;
    padding-left: 10px;
    position: absolute;
    background: #008f4f;
    margin-left: -28px;
    color: #fff;
    font-size: 14px;
}

.ribbon3::before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid #008f4f;
    border-left: 9px solid #fff0;
}

.ribbon3::after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 16px solid #fff0;
    border-bottom: 19px solid #fff0;
    border-left: 15px solid #008f4f;
    top: 0;
}

.help_animation {
    color: #fff;
    animation: expand 0.8s ease forwards;
    background-color: var(--secondary-color);
    position: relative;
    transition: all 0.8s ease;
    margin-top: 50px;
}

.text-animation {
    line-height: 28px;
    transform: translateY(300px);
    animation: slideUp 0.8s ease-in-out forwards 0.8s;
}

.ribbon3::before,
.ribbon3::after {
    content: "";
    position: absolute;
}

section.contactus.ptb-100 .container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}

section.contactus .card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 6px 6px 6px 6px rgb(0 0 0 / 0.09), 0 0 6px 6px rgb(0 0 0 / 0.05);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
    margin-bottom: 4%;
    padding: 6% ! important;
}

section.contactus i.bx.bx-phone,
section.contactus i.bx.bxl-whatsapp.text-success {
    color: #008f4f;
    font-size: 22px;
    vertical-align: middle;
}

section.contactus li.language-item a {
    color: #6c757d;
    font-size: 16px;
}

section.contactus p {
    color: #6c757d;
    font-size: 14px ! important;
    margin-bottom: 0;
}

.ribbon3 p {
    color: #fff !important;
}

.ribbon3 p a {
    color: #6c757d !important;
}

hr.contacthr {
    width: 100%;
    color: #c6b5b5;
    margin: 5% 0%;
}

.help_animation h5 {
    font-weight: 400;
    margin-top: 4%;
    margin-bottom: 4%;
}

.help_animation a {
    color: #6c757d;
    font-size: 14px;
    letter-spacing: 1px;
}

span.statedl {
    margin: 5% 0% 0% 0%;
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #008f4f;
}

.help_animation h3 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 1%;
}

section.contactus .card:hover {
    transform: scale(1.05);
}

.help_animation h3 i.bx.bx-headphone {
    font-size: 36px;
    vertical-align: middle;
}

section.contactus i.bx.bxl-whatsapp.text-success {
    color: #4cae4c !important;
}

section.contactus.ptb-100 {
    background-color: #fcfcfc;
    padding-bottom: 2%;
}

form#suppcallform .form-control {
    height: 40px;
}

form#suppcallform .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 20px;
}

form#suppcallform .form-group {
    padding-top: 0.8%;
}

form#suppcallform {
    background-color: #fff;
    padding: 1.5% 4% 2% 4%;
    box-shadow: 0 6px 7px rgba(24.73, 32.61, 60.56, 0.08);
    border: 0.3px solid #cccccc8f;
    border-radius: 6px;
}

button#supportbtncall {
    background-color: #008f4f !important;
    color: #fff;
    padding: 0.5%;
    width: 12%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    float: right;
}

i.bx.bxs-star {
    color: #ffa929;
}

.review-item h3 {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.reviews-about .form-control {
    height: 40px;
}

textarea#review {
    height: 100px;
}

.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star-cb-group * {
    font-size: 1rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 34px;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "★";
    color: #ffa929;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: 0.5em;
}

.star-cb-group:hover>input+label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: "★";
    color: #ffa929;
    text-shadow: 0 0 1px #333;
}

.fieldset1 {
    border: 0;
    background: #fff0;
    width: 100%;
    border-radius: 1px;
    padding: 0;
    margin: 0;
}

button#reviewbtn {
    background-color: #008f4f !important;
    color: #fff;
    padding: 0.5%;
    width: 28%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    float: left;
}

button#reviewbtn:hover {
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
}

textarea#textDescription {
    height: 100px !important;
}

a.demorequest:hover {
    cursor: pointer;
}

.icon-text-1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s;
}

a.clscmprprod2.addreviews:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s;
}

form#suppcallform label {
    font-weight: 500;
}

#mydiv::-webkit-scrollbar-thumb {
    background-color: #ebebf054 !important;
    border: 0px solid #ebebf054 !important;
}

#mydiv::-webkit-scrollbar {
    width: 0px !important;
    background-color: #ebebf054 !important;
}

#mydiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #ececef !important;
    background-color: #ebebf054 !important;
}

.reviews-about label {
    font-weight: 500;
}

form#contact-form .form-control {
    height: 40px;
}

textarea#txtComments {
    height: 100px !important;
}

label.required {
    font-weight: 500;
}

form#contact-form .form-group {
    padding-bottom: 4%;
}

input#btnEpsDemo {
    background-color: #008f4f !important;
    color: #fff;
    padding: 0.5%;
    width: 28%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    float: right;
}

input#btnEpsDemo:hover {
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
}

.product-review-form h3 {
    font-weight: 500;
}

.review-item strong {
    font-weight: 400;
    color: #1f9524e8;
}

.keylost {
    width: 50%;
    margin: 0 auto;
    /* float: left; */
}

.row.lostkey_div {
    padding-top: 1%;
}

.row.renewal_div.lostkey_div h5 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.row.renewal_div.lostkey_div span {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #707070;
}

.validitydisplay {
    text-align: center;
    margin-top: 1.5%;
    height: 32px !important;
    line-height: 28px !important;
    font-size: 14px;
    background-color: #fff;
}


section.product-discover .product-title a {
    color: #212121;
}

.jobdesc-modal,
.demo-request-modal {
    overflow: scroll !important;
}

.demo-request-modal::-webkit-scrollbar-thumb {
    background-color: #ebebf0 !important;
    border: 2px solid #ebebf0 !important;
}

.demo-request-modal::-webkit-scrollbar {
    width: 4px !important;
    background-color: #ebebf0 !important;
}

.demo-request-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ececef !important;
    background-color: #ebebf0 !important;
}

.renewal-validate-popup-modal {
    overflow: scroll !important;
}

.renewal-validate-popup-modal::-webkit-scrollbar-thumb {
    background-color: #ebebf0 !important;
    border: 2px solid #ebebf0 !important;
}

.renewal-validate-popup-modal::-webkit-scrollbar {
    width: 4px !important;
    background-color: #ebebf0 !important;
}

.renewal-validate-popup-modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ececef !important;
    background-color: #ebebf0 !important;
}

form#customer_details_form_intpay .form-control {
    height: 40px;
}

form#customer_details_form_intpay .form-group {
    padding-top: 0.8%;
}

form#customer_details_form_intpay .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 20px;
}

form#customer_details_form_intpay button#submit_btn {
    background-color: #008f4f !important;
    color: #fff;
    padding: 0.2%;
    width: 14%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    margin-top: 3% !important;
}

form#customer_details_form_intpay a {
    background-color: #fff0 !important;
    color: #008f4f;
    padding: 0.2%;
    width: 14%;
    border: 1px solid #008f4f !important;
    border-radius: 8px;
    margin-top: 3% !important;
    margin-right: 2%;
}

form#customer_details_form_intpay a:hover {
    background-color: #008f4f !important;
    color: #fff !important;
}

form#customer_details_form_intpay button#submit_btn:hover {
    background-color: #ffc107 !important;
    color: #fff !important;
    border: 1px solid #ffc107 !important;
}

.sendlicensekey:hover {
    cursor: pointer;
}

img.img-responsive.compos {
    width: 4%;
    margin-right: 2%;
}

section.nopage .container-fluid,
section.nopage.ptb-100 {
    background-color: #fcfcfc;
}

section.nopage .boxhelp {
    background-color: #fff;
    border-right: 1px solid rgb(25 33 61 / 1%);
    box-shadow: 0 1px 4px rgb(25 33 61 / 24%);
}

img.img-responsive.imgnofound {
    width: 30%;
    margin: 0 auto;
}

.disponeline {
    display: inline-grid;
}

img.img-responsive.imgservererror {
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 8%;
    width: 30%;
}

ul.social li span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #794bdd !important;
    font-size: 14px;
    padding-top: 2%;
    line-height: 18px;
    height: auto;
}

.input-counter {
    margin-top: -2%;
}

label#validitylbl {
    text-align: center;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px;
    background-color: #fff;
}

.errordis {
    color: red;
    display: none;
}

.swal-button {
    background-color: #008f4f !important;
}

.blog-div-home {
    display: flex;
}

.custom-blog {
    display: flex;
}

#customer_details_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0e0129 !important;
    padding: 0% 0% !important;
    line-height: 30px !important;
    font-size: 14px ! important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

#customer_details_form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    height: 38px !important;
}

#customer_details_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

form#submitDemoRequest .form-control {
    height: 40px;
}

form#submitDemoRequest .form-group {
    padding-bottom: 4%;
}

form#engineerRegistration .select2-container {
    width: 100% !important;
}

form#engineerRegistration .nice-select.form-control {
    display: none;
}

form#engineerRegistration .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0e0129 !important;
    padding: 1% 3% !important;
    line-height: 34px !important;
}

form#engineerRegistration .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    height: 45px !important;
    border-radius: 8px;
    font-size: 14px;
}

form#engineerRegistration .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

form#engineerRegistration label {
    font-weight: 500;
    padding-bottom: 1%;
}

.section-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.blog-2 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}

.animblog-2 .blog-2,
.single-security.animblog-2 {
    opacity: 1;
}

.blog-2,
.single-security {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}

.video-gallery-area-container {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
    display: flex;
    padding-top: 1.5%;
}

.video-gallery-area-sub-cont {
    padding-top: 5%;
}

.video-gallery-area-container.animavideo {
    opacity: 1;
}

.single-footer-widget {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.single-footer-widget.animafooter {
    opacity: 1;
    transform: translateY(0);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(0.08rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(0.75rem);
    }

    100% {
        opacity: 0;
        transform: translateY(1.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(0.08rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(0.75rem);
    }

    100% {
        opacity: 0;
        transform: translateY(1.8rem) scale(0.5);
    }
}

.selectedcatarrow {
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

@keyframes SlideRight {
    0% {
        transform: translateX(15%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.product-anim {
    animation: SlideRight 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

.product-details-desc,
.product-details-image {
    opacity: 0;
}

@keyframes SlideLeft {
    0% {
        transform: translateX(-15%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.product-img-anim {
    animation: SlideLeft 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

section.blog-area.pt-100 {
    padding-top: 2%;
    padding-bottom: 1%;
}

.product-details-desc.product-anim ul li {
    list-style: disc;
}

.buynow-prod-div {
    display: flex;
}

.home-prod-disp-cont {
    display: flex;
}

.home-prod-disp-div {
    display: flex;
}

.help-pg-div,
.compatible,
.benefitsall,
.row.martop,
.support-link,
.home-control-content,
.map-area,
.achieve-column,
.divcls2,
.helpwadiv,
.jobdesc,
.fluidclseccareer2,
.careerrow,
.updatenp,
.buynow,
.bunow-tab-wrap .product-card,
.buyinst,
.editincom,
.why-chose-cont,
.downloads,
.helpsec,
.thankyou,
.product-card,
.number-area {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.animadownload {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.homeprodsec {
    display: flex;
    margin-bottom: 1.5%;
}

.help_animation,
.journeyimg {
    opacity: 0;
}

.help_animation-anim {
    animation: SlideLeft 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

form#customer_details_form_intpay .select2-container {
    width: 100% !important;
}

form#customer_details_form_intpay .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    height: 40px !important;
    border-radius: 8px;
    font-size: 14px;
}

form#customer_details_form_intpay .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

form#contactform,
.let-us-know,
.regform,
.anim-left,
.careerdiv,
.mainaboutdiv,
.homeshowprod,
.editiondiv {
    opacity: 0;
}

.form-anim {
    animation: SlideLeft 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

.form-anim-right {
    animation: SlideRight 0.9s ease-out forwards;
    animation-delay: 0.3s;
}

form#sendKeyForm input {
    margin-bottom: 3%;
    padding: 0.5% 2%;
    background-color: #fe5d680d;
    height: 45px;
}

#sendKeyForm label.error {
    font-size: 14px !important;
}

form#lostKeyForm input {
    margin-bottom: 3%;
    padding: 0.5% 2%;
    background-color: #fe5d680d;
    height: 45px;
}

#lostKeyForm label.error {
    font-size: 14px !important;
}

.product-discover .product-discount {
    font-size: 14px;
}

.product-discover .product-price {
    font-size: 20px;
}

.product-discover .product-mrp {
    font-size: 18px;
}

.product-discover {
    display: flex;
}

section.contcls section.pricing-area.pt-100.pb-70 {
    padding: 4% 0%;
}

button#sendKeyBtn {
    background-color: #008f4f;
    color: #fff;
    padding: 1.5%;
    width: 100%;
    border: 1px solid #008f4f;
    border-radius: 8px;
}

.androidimgdwn {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 7%;
    display: flex;
    justify-content: center;
    padding-top: 3%;
}

.select2-container {
    display: block;
    width: 100% !important;
}

section.why-choose-area h6 {
    font-size: 22px;
    font-weight: 500;
    color: #445383;
}

section.why-choose-area p {
    font-size: 16px;
    color: #828282;
}

.row.why-chose-cont {
    margin-bottom: 2%;
}

section.why-choose-area .container-fluid {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.why-chosecol-img {
    margin-top: -15%;
}

.imagemovecol {
    margin-top: 71%;
}

button.proddetail-btn-add-to-cart.displayinline {
    display: none !important;
}

.moretext {
    display: flex;
}

button.btn.btn-success.moreless-button.text-center {
    background-color: #008f4f;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 0.5% 3%;
    border: 1px solid #008f4f;
}

.divblur {
    background-image: linear-gradient(to bottom, transparent, white);
    margin-top: -15%;
    z-index: 9;
}

.btnblur {
    margin-top: 0%;
}

.btnreadmore.divblur .moreless-button {
    margin-top: 15%;
}

img.img-responsive.imgwhychoose {
    width: 100%;
}

li.nav-item.myaccount {
    margin-top: -0.7%;
    background: linear-gradient(82deg, #008f4f 0%, #113b64 45%, #196fa0 100%);
    margin-bottom: -0.6%;
}

li.nav-item.myaccount a {
    padding-top: 12% !important;
    color: #fff !important;
}

li.nav-item.myaccount:hover {
    background: linear-gradient(82deg, #008f4f 0%, #008f4f 45%, #7fc6a6 100%);
}

.paymentframe {
    background-color: #fff;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
    padding: 0;
    max-width: 80% ! important;
}

.help-pg-div {
    text-align: center;
    padding: 2%;
}

section.contactus .divme {
    padding: 0% 1%;
}

.text-align-start {
    text-align: start;
}

img.imgdisp.img-responsive {
    width: 65%;
    float: right;
    margin-top: -17%;
}

.row.updatetop {
    padding-top: 1%;
}

.row.updatetop2 {
    padding-bottom: 1%;
}

/* .custom-alert-updatenp.alert-warning {
    --bs-alert-color: #ffc1073d;
    --bs-alert-bg: #ffc1073d;
    --bs-alert-border-color: #ffc1073d;
    padding: 0.2% 1%;
    --bs-alert-border: 1px solid #ffc10700;
} */
.custom-alert-updatenp.alert-warning {
    --bs-alert-color: #ffc1073d;
    --bs-alert-bg: #ffc1073d;
    --bs-alert-border-color: #ffc1073d;
    padding: 0.2% 1%;
    --bs-alert-border: 1px solid #ffc10700;
    background-color: #f1f3f5 !important;
    color: #84937e !important;
    border: 1px solid #dee2e6 !important;
}

.alert.alert-warning.updatenp-alert.custom-alert-updatenp p {
    background-color: #fff0;
    text-align: center;
}

.samerow {
    background-color: #fff;
    padding: 5% 4%;
    border-radius: 10px;
    margin: 1%;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 0.09), 0 0 6px 6px rgb(0 0 0 / 0.05);
    color: #6c6c6c;
    font-size: 16px;
}

.updcont {
    background-color: #f1f1f1;
}

.row.samerow h2 {
    font-weight: 500;
}

.row.samerow h5.prod-title.padd-top-20 {
    font-weight: 400;
    font-size: 16px;
}

h3.heading i {
    font-weight: 200 !important;
    font-size: 44px !important;
    vertical-align: middle;
}

.pagebuilder-column.fastupd.renew {
    padding-top: 0% !important;
}

.renewheader .row.updatetop {
    padding-top: 1% !important;
}

form#jobApplyForm #btnadd {
    margin-top: 3%;
}

img.img-responsive.why-icon {
    margin-right: 3%;
}

.container-fluid.fluidclsecengineer {
    padding: 1% 1% 1% 1%;
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    text-align: center;
    color: #fff;
    margin-bottom: 2%;
}

textarea#txtIssue {
    height: 70px !important;
}

form#suppcallformsubmit .form-group {
    padding-top: 2%;
}

form#suppcallformsubmit #btnGenerateTicket {
    background-color: #008f4f;
    color: #fff;
    padding: 10px 20px;
    width: auto;
    min-width: 150px;
    border: 1px solid #008f4f;
    border-radius: 8px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.prod-type {
    float: left;
    color: #dc3545;
    width: 100%;
    text-align: left;
}

.product-details-desc .prod-type {
    display: contents;
}

.lightgray {
    color: lightgray !important;
}

.divcheckout {
    display: inline-grid;
}

form#feedbackForm .form-control:not(textarea) {
    height: 40px;
}

form#feedbackForm .form-group {
    padding-top: 0.8%;
}

option {
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
}

form#contactform .error {
    margin-top: 0% !important;
    margin-bottom: 0% !important;
}

section.number-area .col-md-6.col-lg-3.col-sm-12 {
    display: grid;
}

table.table.table-striped.table-bordered a {
    font-weight: 500;
    color: #165c8a;
}

table.table.table-striped.table-bordered thead {
    background: linear-gradient(82deg, #008f4f 0%, #113b64 45%, #196fa0 100%);
    color: #fff !important;
    font-size: 18px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

a.proddetail-btn-know-more.displayinline {
    padding: 0.5% 2%;
    color: #008f4f;
    text-align: center;
    border-radius: 7px !important;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 2%;
    font-weight: 500;
}

i.bx.bx-world {
    vertical-align: middle;
}

a.demorequest {
    padding: 0.5% 4%;
    border: 1px solid #794BDD;
    color: #794BDD;
    text-align: center;
    border-radius: 7px !important;
    vertical-align: middle;
    font-size: 16px ! important;
    background-color: #ffffff;
    margin-right: 2%;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

a.demorequest .icon-text-1 span {
    font-size: 16px ! important;
    font-weight: 500 ! important;
    color: inherit;
}

a.demorequest:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: transform 0.6s ease;
    color: #fff;
    border: 1px solid #196fa0;
    background: linear-gradient(82deg, #008f4f 0%, #113b64 45%, #196fa0 100%);
}

a.demorequest .icon-text-1 span:hover {
    text-decoration: none;
}

a.demorequest .icon1 {
    color: inherit;
    font-size: 22px;
    padding-left: 10%;
}

a.demorequest .icon-text-1:hover {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
    transition: all 0.5s;
}

a.btn.btn-sm.bannerbtn i {
    font-weight: 500;
    font-size: 22px;
    vertical-align: middle;
}

section.edition-compare.ptb-100 .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

form#jobApplyForm input::placeholder,
form#jobApplyForm textarea::placeholder,
form#jobApplyForm select::placeholder {
    color: #00000091;
}

section.edition-compare.ptb-100 .faq-accordion .accordion .accordion-title i {
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
    position: initial;
}

section.edition-compare.ptb-100 .faq-accordion .accordion .accordion-title.active i::before {
    content: "\ea4a";
}

.tablecomp {
    margin-bottom: 0px;
}

.edition-compare-tab-wrap table.table.table-striped td:first-child {
    border-left: 0px solid #14517d73;
    text-align: left;
}

table.table.table-striped.tablecomp tr:first-child {
    background: linear-gradient(82deg, #008f4f 0%, #113b64 45%, #196fa0 100%);
    color: #fff;
}

table.table.table-striped.tablecomp tr:first-child td {
    border-left: 1px solid #fff;
    text-align: left;
    color: #fff ! important;
}

table.table.table-striped.tablecomp tr:nth-child(3) {
    font-weight: 600 ! important;
    color: #0d2b52;
}

table.table.table-striped.tablecomp td span.new-price {
    font-weight: 500;
    color: #445383;

    font-size: 22px;
    display: block;
}

table.table.table-striped.tablecomp td span.old-price {
    text-decoration: line-through;
    color: #ffa929;
    font-size: 20px;
    padding-left: 5%;
    font-weight: 400;
    display: block;
}

table.table.table-striped.tablecomp td span.detail-product-discount {
    color: #008f4f;
    font-size: 18px;
    padding-left: 5% ! important;
    font-weight: 500;
}

span.product-review-count {
    display: none;
}

.extra_validity {
    color: #e71313;
    font-weight: 400;
    font-size: 16px;
}

.couponcode {
    padding-bottom: 3%;
}

.read-more-link {
    font-weight: 500 ! important;
    font-size: 12px;
    padding: 0px;
    color: #794bdd;
}

.read-more-link:hover {
    color: #FF9800 ! important;
}

.recommandedproductall {
    background-color: #1559870d;
}

.recommandedproductall hr.mb-3 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.recommandedproductall .product-card-checkout {
    padding: 0% 0% 0%;
    border: 1px solid rgb(0 143 107 / 73%);
}

.recommandedproductall h6 {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.sidebar-about .mdlbody,
.offer-popup-about .mdlbody {
    padding: 0.5% 0% 1.5% 0% ! important;
}

.span_disabled {
    pointer-events: none;
    cursor: not-allowed;
}

svg.w-5.h-5 {
    width: 3% ! important;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    margin-top: 2%;
}

.pagination {
    margin: 20px 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    color: #008f4f;
    background: transparent;
    border: 1px solid #008f4f;
    border-radius: 5px;
    padding: 4px 8px;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
}

.page-link:hover {
    background: #ffa929 ! important;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
    text-decoration: none;
}

.page-item.active .page-link {
    background: #28a745;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #6c757d;
    cursor: not-allowed;
}

.page-item.disabled .page-link:hover {
    background-color: #f8f9fa;
    color: #6c757d;
}

.pagination:hover .page-item {
    transform: scale(1.05);
    transition: transform 0.2s;
}

@media (max-width: 768px) {
    .page-link {
        padding: 8px 12px;
    }
}

ul.pagination.justify-content-center li {
    list-style: none;
}

#coupon-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#applied-coupon {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#removeCouponBtn {
    margin-left: 50%;
}

.cupdiv label {
    float: left;
    font-size: 16px;
    color: #445383;
    display: block !important;
}

/* firework css */
.temporary-image {
    position: fixed;
    top: -2%;
    left: 3%;
    transform: translateX(-50%);
    height: auto;
    z-index: 9999;
}

.temporary-image1 {
    position: fixed;
    top: 5px;
    left: 95%;
    transform: translateX(-50%);
    height: auto;
    z-index: 9999;
}

/* kite css */
#kites-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.kite {
    position: absolute;
    width: 100px;
    height: auto;
    animation: fly linear infinite;
}

/* @keyframes fly {
    0% {
        transform: translateY(0) translateX(0);
    }    50% {
        transform: translateY(-100px) translateX(200px); 
    }    100% {
        transform: translateY(0) translateX(400px); 
     }
} */
@keyframes fly {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-100px) translateX(-200px);
    }

    100% {
        transform: translateY(0) translateX(-400px);
    }
}

/* kite css */
.antiransomware ul {
    list-style: disc !important;
    padding: 0;
    margin: 0;
}

.flex-container {
    display: flex;
    align-items: center;
}

.zs-custom-img {
    height: 250px;
    max-width: 100%;
}

.content {
    padding-left: 15px;
}

.custom-hr {
    height: 1px;
    background: #851c1c;
}

#ContactUs input.form-control {
    height: 40px !important;
}

a.btn.btn-success.achivementreadbtn.text-center {
    background-color: #008f4f;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 0.5% 3%;
    border: 1px solid #008f4f;
}

.achivementreadbtn .icon-margin {
    vertical-align: middle;
}

.achivementreadbtn .button-text {
    margin-right: 5px;
}

.qualification-fieldset {
    background-color: #f8f9fa;
    border: 2px solid #e0d5d5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rescue-disk .sub-title {
    color: #555;
}

.rescue-disk .steps-list {
    margin: 20px 0;
}

.rescue-disk a {
    color: #007BFF;
    text-decoration: none;
}

.rescue-disk a:hover {
    text-decoration: underline;
}

.rescue-disk .notification {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    padding: 10px;
    margin: 20px 0;
}

.inclgst {
    margin-left: 10px;
    color: #9e934b;
}

#identify-scam .intro-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #212529;
    margin: 0;
}

.down-link-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.down-link-copy a.down-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 5px;
    transition: background 0.3s;
}

.down-link-copy i.bx-copy-alt {
    cursor: pointer;
    transition: color 0.3s;
}

.npav-toast-offer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 340px;
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    color: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', Arial, sans-serif;
    z-index: 99999;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
}

.npav-toast-offer.show {
    opacity: 1;
    transform: translateY(0);
}

.npav-toast-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s;
}

.npav-toast-close:hover {
    color: #ffd700;
}

.npav-toast-content h3 {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #a3ffb7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.npav-toast-content p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.npav-toast-content .mrp {
    text-decoration: line-through;
    opacity: 0.8;
    margin-right: 4px;
}

.npav-toast-content .discount {
    font-weight: 700;
    font-size: 16px;
    color: #ffeb3b;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.npav-toast-content .extra-validity {
    display: block;
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
    margin-top: 4px;
}

.npav-toast-offer button {
    background: #fff;
    color: #4CAF50;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    animation: pulse-highlight 2s infinite;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4);
}

.npav-toast-offer.show button {
    opacity: 1;
}

.npav-toast-offer button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(76, 175, 80, 0.6);
    background: #f5f5f5;
}

@keyframes pulse-highlight {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 6px 15px rgba(76, 175, 80, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4);
    }
}

@media (max-width: 480px) {
    .whatsapp-float::after {
        width: 100%;
    }

    .npav-toast-offer {
        left: 12px;
        bottom: 18px;
        max-width: 90%;
        padding: 16px 20px;
    }

    .npav-toast-content h3 {
        font-size: 16px;
    }

    .npav-toast-content p {
        font-size: 14px;
    }

    .npav-toast-content .extra-validity {
        font-size: 12px;
    }

    .npav-toast-offer button {
        font-size: 14px;
        padding: 10px 14px;
    }

    .npav-toast-close {
        font-size: 22px;
        top: 6px;
        right: 8px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 18px;
    left: 18px;
    /* fixed on left side */
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.4);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    animation: slideIn 0.6s ease-out, pulse 2s infinite;
}

.whatsapp-icon {
    width: 38px;
    height: 38px;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.8);
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Slide-in animation */
@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Label beside button */
.whatsapp-label {
    position: absolute;
    right: 80px;
    /* appears to the right of the button since button is on left */
    background: #128C7E;
    color: white;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(5px);
    transition: all 0.3s ease;
}

.whatsapp-float:hover .whatsapp-label {
    opacity: 1;
    transform: translateX(0);
}

/* Tooltip above button */
.whatsapp-float::after {
    content: "Need Help ?";
    position: absolute;
    bottom: 75px;
    left: 0;
    /* align tooltip with left side */
    background: #128C7E;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    animation: tooltipPulse 2.5s ease-in-out infinite;
}

@keyframes tooltipPulse {
    0% {
        transform: translateY(0);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-3px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.8;
    }
}

.whatsapp-float:hover::after {
    opacity: 1;
}

/* Responsive adjustments for mobile */
@media (max-width: 480px) {
    .whatsapp-label {
        display: none;
    }

    .whatsapp-float::after {
        left: 50%;
        /* center tooltip above button */
        transform: translateX(-50%);
        bottom: 65px;
        max-width: 90%;
        font-size: 11px;
        padding: 4px 6px;
        white-space: normal;
        text-align: center;
        word-break: break-word;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
        /* keep button on left side for mobile */
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}

.hoverable:hover h5,
.hoverable:hover p,
.hoverable:hover a {
    color: #ffffff !important;
}

.sub-heading {
    color: #ffffff;
}

a.checkoutntn:hover {
    border: 1px solid #ffc107;
    background-color: #ffc107;
}

.header-cart {
    position: relative;
    display: inline-block;
}

.header-cart button.opencart {
    background: transparent;
    border: none;
    /* color: #fff; */
    font-size: 20px;
    cursor: pointer;
    position: relative;
    padding: 4px 8px;
    transition: color 0.3s ease;
}

.header-cart button.opencart:hover {
    color: #1e9058;
}

.header-cart .cart-count {
    position: absolute;
    top: -6px;
    right: 0;
    background: #ff5e68;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
}

#cartModalLabel i {
    font-size: 2rem;
    vertical-align: middle;
    color: #199a60 ! important;
}

#cart-subtotal {
    font-size: 0.95rem;
}

i.bx.bx-trash {
    color: #F44336;
    background-color: #9e9e9e52;
    border-radius: 50%;
    padding: 2%;
    transition: all 0.25s ease;
}

/* i.bx.bx-trash:hover {
    color: #fff;
    background-color: #ff5e68;
    box-shadow: 0 0 8px rgba(255, 94, 104, 0.6);
    cursor: pointer;
    transform: scale(1.1);
} */
.recommended-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
}

.recommended-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    scrollbar-width: thin;
    overflow-x: auto;
}

.recommended-scroll::-webkit-scrollbar {
    height: 8px;
}

.recommended-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.recommended-scroll::-webkit-scrollbar-track {
    background-color: #f8f9fa;
}

.recommended-scroll>.product-card-container {
    flex: 0 0 auto;
    width: 350px;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-box:hover img {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.big-video {
    aspect-ratio: 16 / 9;
}

.small-video {
    aspect-ratio: 16 / 9;
}

.video-gallery-area-container+.video-gallery-area-container {
    margin-top: 1.5rem;
}

label.control-label.totallabel,
label.control-label.totalamount {
    font-size: 21px;
    color: #008f4f;
    font-weight: 600;
}

@media (max-width: 1280px) and (min-width: 1000px) {

    label.control-label.totallabel,
    label.control-label.totalamount {
        font-size: 20px;
    }
}

@media (max-width: 999px) and (min-width: 768px) {

    label.control-label.totallabel,
    label.control-label.totalamount {
        font-size: 19px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {

    label.control-label.totallabel,
    label.control-label.totalamount {
        font-size: 18px;
    }
}

@media (max-width: 575px) {

    label.control-label.totallabel,
    label.control-label.totalamount {
        font-size: 17px;
    }

    .row.careerdiv p,
    .row.aboutusdiv p {
        padding: 0% 2% ! important;
    }
}

section.checkout.ptb-100 .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 3%;
    height: 38px ! important;
    border-radius: 4px;
    line-height: 38px ! important;
    border: 1px solid #ccc;
}

.product-card-checkout .nice-select {
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 3%;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px;
}

@media (max-width: 991px) {
    section.checkout.ptb-100 .nice-select {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .product-card-checkout .nice-select {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    section.checkout.ptb-100 .nice-select {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0 2%;
    }

    .product-card-checkout .nice-select {
        height: 28px !important;
        line-height: 28px !important;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    section.checkout.ptb-100 .nice-select {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        padding: 0 2%;
    }

    .product-card-checkout .nice-select {
        height: 26px !important;
        line-height: 26px !important;
        font-size: 11px;
    }
}

.gateway-option {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    color: #333;
}

.gateway-option:hover {
    border-color: #28a745;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}

.gateway-option input[type="radio"] {
    display: none;
}

.gateway-option label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    cursor: pointer;
    color: inherit;
    transition: color 0.3s, background 0.3s, font-weight 0.3s;
}

.checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.checkmark i {
    opacity: 0;
    color: #fff ! important;
    font-size: 12px;
    transition: opacity 0.25s ease;
}

.gateway-option input[type="radio"]:checked+label .checkmark {
    border-color: #28a745;
    background: #28a745;
}

.gateway-option input[type="radio"]:checked+label .checkmark i {
    opacity: 1;
}

.gateway-option input[type="radio"]:checked+label+.gateway-subtext {
    color: #28a745;
    font-weight: 500;
}

.gateway-subtext {
    font-size: 0.875rem;
    color: #666;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s, font-weight 0.3s;
}

.gateway-logo {
    object-fit: contain;
    width: 100%;
}

@media(max-width:767px) {
    button.navbar-toggler {
        color: rgb(0 143 79);
        background-color: #008f4f2e;
    }

    .payment-methods {
        flex-direction: column;
        gap: 15px;
    }

    /* .col-md-6 {
        width: 100%;
        padding: 0;
    } */
    .gateway-option {
        gap: 12px;
        padding: 12px 15px;
    }

    .gateway-logo {
        height: 24px;
    }

    .gateway-subtext {
        margin-top: 6px;
    }
}

.clscheckoutform input,
.clscheckoutform select,
.clscheckoutform textarea {
    /* padding: 8px 5px; */
    padding: 1% 0%;
    /* height: 38px; */
    border: none !important;
    /* border-bottom: 2px dashed #999 !important; */
    border-bottom: 1.5px dashed #b5b3b399 !important;
    border-radius: 0 !important;
    width: 100%;
    background-color: transparent !important;
    outline: none !important;
    font-size: 14px;

    transition: border-color 0.3s;
}

.clscheckoutform input:focus,
.clscheckoutform select:focus,
.clscheckoutform textarea:focus {
    border-bottom: 1.5px dashed #008f4f !important;
    box-shadow: none !important;
}

.clscheckoutform input:hover,
.clscheckoutform select:hover,
.clscheckoutform textarea:hover {
    border-bottom-color: #555 !important;
}

.clscheckoutform input::placeholder,
.clscheckoutform select::placeholder,
.clscheckoutform textarea::placeholder {
    color: #999 !important;
    opacity: 1;
}

#customer_details_form .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1.5px dashed #b5b3b399 !important;
    border-radius: 0 !important;
    height: 38px !important;
    padding: 5px 0 !important;
    transition: border-color 0.3s;
}

#customer_details_form .select2-container--default.select2-container--focus .select2-selection--single,
#customer_details_form .select2-container--default .select2-selection--single:focus {
    border-bottom-color: #b5b3b399 !important;
    box-shadow: none !important;
}

#customer_details_form .select2-container--default .select2-selection__rendered {
    color: #999;
}

#customer_details_form .select2-container--default .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
}

#customer_details_form .select2-container--default.select2-container--focus .select2-selection__arrow b {
    border-color: #008f4f transparent transparent transparent;
}

.custom-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    position: relative;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.custom-checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #28a745;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.custom-checkbox-label:hover::before {
    border-color: #218838;
    box-shadow: 0 0 4px rgba(40, 167, 69, 0.4);
}

.custom-checkbox-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #28a745;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-checkbox-input:checked+.custom-checkbox-label::after {
    opacity: 1;
}

.custom-checkbox-label a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.custom-checkbox-label a:hover {
    text-decoration: underline;
    color: #0056b3;
}

@media (max-width: 576px) {
    .custom-checkbox-label {
        font-size: 14px;
    }
}

/* Cart container only */
.orderdiv {
    padding: 4%;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
}

/* Order Summary Header */
.orderdiv .ordersummery {
    padding: 1% 3% 0 3% !important;
}

.orderdiv .ordersummery h6 {
    font-size: 16px;
    font-weight: 500;
}

/* Checkout icon */
.orderdiv img.img-reponsive.checkoutimg2 {
    width: 5%;
    vertical-align: middle;
    padding-right: 0.3%;
}

/* Product card in cart */
.orderdiv .product-card-checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #b7dfcd33;
    border-radius: 8px;
    padding: 2%;
    margin: 0 2% 12px 2%;
    border: 1px solid rgba(25, 33, 61, 0.08);
}

/* Product image */
.orderdiv .product-card-checkout img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Product details */
.orderdiv .product-card-checkout .product-title-checkout {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.orderdiv .product-card-checkout .extra_validity {
    font-size: 13px;
    color: #e71313;
}



/* Select dropdowns */
.orderdiv .product-card-checkout select.form-control,
.orderdiv .product-card-checkout .nice-select {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0% 5%;
    height: 38px ! important;
    border-radius: 4px;
    line-height: 38px ! important;
    border: 1px solid #ccc;
}

/* Subtotal */
.orderdiv .billingtotal .subtotallabel,
.orderdiv .billingtotal .subtotalamount {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}

/* Discount */
.orderdiv .billingtotal .dicountlabel,
.orderdiv .billingtotal .dicountamount {
    font-size: 17px;
    font-weight: 500;
    color: #e71313;
}

/* Total amount */
.orderdiv .billingtotal .totallabel,
.orderdiv .billingtotal .totalamount {
    font-size: 20px;
    /* Most prominent */
    font-weight: 600;
    color: #008f4f;
    /* Highlight total in green */
}

/* Coupon section */
.orderdiv .couponcode input.form-control {
    font-size: 14px;
    padding: 5px 10px;
}

.orderdiv .addcouponcheckout {
    font-size: 14px;
    padding: 5px 10px;
}

/* Checkout button */
.orderdiv .checkoutntn {
    font-size: 14px;
    /* padding: 8px 12px; */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .orderdiv .product-card-checkout {
        flex-direction: column;
        align-items: flex-start;
        padding: 7%;
    }

    .orderdiv .product-card-checkout img {
        width: 50%;
        margin-bottom: 8px;
    }

    .orderdiv {
        margin-top: 3%;
    }
}

@media (max-width: 767px) {
    .footer-cta-right {
        margin-top: 3%;
    }

    .orderdiv .product-card-checkout select.form-control,
    .orderdiv .product-card-checkout .nice-select {
        height: 26px;
        font-size: 12px;
    }

    .orderdiv .input-counter input {
        width: 40px;
        font-size: 13px;
    }

    .orderdiv .input-counter .minus-btn,
    .orderdiv .input-counter .plus-btn {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .orderdiv .product-card-checkout select.form-control,
    .orderdiv .product-card-checkout .nice-select {
        height: 24px;
        font-size: 11px;
    }

    .orderdiv .input-counter input {
        width: 35px;
        font-size: 12px;
    }

    .orderdiv .input-counter .minus-btn,
    .orderdiv .input-counter .plus-btn {
        font-size: 12px;
    }
}

/* New CSS */
img.img-responsive.imgcr {
    border-radius: 16px;
    width: 100%;
}

.clsaboutimg img {
    width: 20% ! important;
}

@media (min-width: 768px) and (max-width: 978px) {
    .d-md-block {
        display: none !important;
    }

    .watshide {
        padding: 11% 11% 30% 11%;
    }
}

@media (min-width: 950px) and (max-width: 1100px) {
    .watshide {
        padding: 11% 11% 40% 11%;
    }

    section.downloads .container-fluid {
        padding: 0% 4% 0% 4%;
    }

    .navbar-brand img {
        max-width: 81px;
        /* height: 42px; */
    }

    section.checkout.ptb-100 .container-fluid {
        padding: 0% 0%;
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .product-card .btn-npav-green {
        width: 75%;
    }
}

@media (min-width: 950px) and (max-width: 1600px) {
    .product-card-checkout label {
        font-size: 12px !important;
    }

    .custom-recommanded {
        padding: 0% 4% ! important;
    }

    .bunow-tab-wrap .product-action-button.buy-now {
        width: 45%;
    }

    .boxhelp .single-team .image .social li p {
        font-size: 12px ! important;
        line-height: 15px;
    }

    .boxhelp .single-team .image .social li a {
        font-size: 12px ! important;
        padding-top: 2%;
        line-height: 15px ! important;
    }

    .boxhelp .single-team .content h3 {
        font-size: 14px ! important;
    }

    ul.social li span {
        font-size: 12px ! important;
    }

    .boxhelp img.img-responsive.imgwats {
        padding-bottom: 16%;
        width: 27%;
    }

    .watshide {
        padding: 7% 11% 30% 11% ! important;
    }
}

@media (max-width: 800px) {
    .pd-price-text {
        font-size: 1.2rem;
    }

    .pd-old-price {
        font-size: 0.9rem;
    }

    span.benefit-img {
        margin-right: 2%;
    }

    .quantity-wrapper {
        margin-bottom: 3%;
    }

    .mainaboutdiv {
        padding: 0px;
    }

    .row.aboutusdiv {
        padding: 5% 3% 5% 3%;
    }

    .container-fluid.fluidclsecengineer {
        padding: 3% 1% 1% 1% ! important;
    }

    .sub-title-font {
        font-size: 1rem ! important;
    }

    img.img-responsive.release-dt {
        width: 9%;
    }

    .footer-cta-card {
        padding: 20px 15px;
    }

    .footer-cta-section .col-md-6 {
        padding: 0px;
    }

    .section-subtitle {
        font-size: 1rem ! important;
    }

    .paymentcanceldiv img.img-pay-status-failed {
        width: 26% ! important;
    }

    img.img-pay-status {
        width: 30% ! important;
    }

    img.img-reponsive.checkoutimg3 {
        width: 8% ! important;
    }

    .termscheckbox {
        margin-top: 0%;
    }

    .checkoutntn {
        padding: 2%;
    }

    .input-counter {
        margin-top: 0%;
    }

    .divnum span {
        margin-top: 3%;
    }

    .container-fluid.fluidclsechelp p {
        font-size: 14px;
    }

    a.option-btn {
        font-size: 14px ! important;
    }

    .contact-info-block.let-us-know {
        padding: 0% 5%;
    }

    .feedback-box-wrapper {
        padding: 4% ! important;
    }

    .boxhelp {
        margin-bottom: 2%;
    }

    .compdiv {
        margin-bottom: 2% ! important;
    }

    .formcontent hr {
        margin: -0.5% 0px 6% 0px ! important;
    }

    .orderdiv .input-counter .minus-btn,
    .orderdiv .input-counter .plus-btn {
        font-size: 14px ! important;
    }

    section.checkout.ptb-100 .nice-select {
        line-height: 38px ! important;
        padding: 0.2% 3% ! important;
        height: 38px ! important;
        border-radius: 4px ! important;
        border: 1px solid #ccc;
    }

    label#validitylbl {
        text-align: center;
        height: 38px !important;
        line-height: 30px !important;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    button#engibtn {
        width: 56%;
    }

    form#engineerRegistration {
        padding: 3%;
    }

    .product-card-renewal .product-title-checkout {
        padding-left: 4%;
    }

    .product-card-renewal .text-left {
        text-align: left;
        padding-left: 4%;
    }

    .custom-recommanded {
        padding: 0% 4% ! important;
    }

    .bunow-content .bunow-tab-wrap .bunow-tab .tabs li i {
        font-size: 20px !important;
    }

    .row.updatetop2 {
        padding-bottom: 3%;
    }

    form#submitReview {
        padding: 0% 2%;
    }

    .jobdesc {
        padding: 0% 4%;
    }

    form#customer_details_form_intpay a {
        width: 44%;
    }

    form#customer_details_form_intpay button#submit_btn {
        width: 44%;
    }

    form#customer_details_form_intpay {
        padding: 0% 4%;
    }

    .clsaboutimg img {
        width: 40% ! important;
    }

    .clsaboutcontent h6 {
        font-size: 14px !important;
        font-weight: 400;
    }

    .buy-btn-wrapper.actions-wrapper.mb-2 {
        padding-top: 4%;
    }

    .row.careerdiv p {
        padding: 0% 5%;
    }

    .container-fluid.openposition {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .container-fluid.fluidclseccareer2 {
        padding-top: 2%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .row.careerdiv p,
    .row.aboutusdiv p {
        font-size: 14px;
    }

    span.jobexperience {
        float: none;
    }

    span.jobtitle {
        display: block;
    }

    a.btn.btn-sm.bannerbtn {
        font-size: 12px ! important;
        padding: 2%;
    }

    button#reviewbtn {
        width: 70%;
    }

    .badge-item {
        flex: 0.5 ! important;
        max-width: 100% ! important;
        font-size: 14px ! important;
    }

    .row.footer-copyright.align-items-center div {
        padding: 2%;
    }

    .footer-copyright {
        padding: 4% 0;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .row.form-padds.support-implinks a {
        font-size: 14px;
    }

    section.buynow .container-fluid {
        padding: 0.5% 4% 0.5% 4%;
    }

    .pd-save-badge {
        padding: 0.5% 10%;
        font-size: 0.8rem;
    }

    .copybankdetailsbtn {
        width: 70% ! important;
        font-size: 14px ! important;
    }

    section.contactus .card {
        width: 100%;
    }

    .feedback-btn {
        top: 32% ! important;
        padding: 2% ! important;
    }

    .whatsapp-float::after {
        display: none;
    }

    .product-card .btn-npav-green {
        width: 75%;
    }

    .mega-menu .col-md-4 {
        flex: 1 1 calc(100% - 1rem);
    }

    img.imgdisp.img-responsive {
        width: 50%;
        float: none;
        margin-top: 0%;
    }

    .pd-powered-by img {
        height: 65px;
        width: 100%;
    }

    .navbar-nav .dropdown-menu.mega-menu {
        width: 100% !important;
    }

    .helpwacol {
        width: 100%;
        margin: 2% 0%;
    }

    /* .divme {
        display: contents;
    } */
    .divmedownload {
        display: contents;
    }

    .formcontent {
        margin: 3%;
    }

    .award-item {
        padding: 0px;
    }

    .award-badge .award-label {
        padding: 7px 4px;
        font-size: 0.9rem;
    }

    h3.heading i {
        font-weight: 200 !important;
        font-size: 28px !important;
        vertical-align: middle;
    }

    .pagebuilder-column.fastupd h3 {
        font-weight: 300 !important;
        font-size: 18px;
        color: #fff;
        padding-bottom: 2%;
    }

    .secondary-link {
        color: #794bdd;
        text-decoration: none;
        font-weight: 400;
        font-size: 1rem;
        line-height: 0.1rem;
        padding: 0.1rem 0.8rem;
        border-radius: 0.5rem;
        display: inline-flex;
        align-items: center;
        transition: color 0.2s ease;
    }

    .product-main-section {
        padding: 1rem 0;
    }

    .section-title {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
    }

    .awards-section .lead {
        color: #6c757d;
        font-size: 1rem;
        margin-bottom: 1%;
    }

    .container-fluid.fluidclsechelp2 p {
        font-size: 14px;
    }

    .keylost {
        width: 100%;
    }
}

a {
    text-decoration: none ! important;
}

#scrollTopBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 44px;
    height: 44px;
    background: #027b45;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    /* hidden by default */
}

button#scrollTopBtn:hover {
    background: #FF9800;
}

form#feedbackForm textarea {
    border: 1px solid #ced4da;
}

.feedback-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #008f4f;
    color: #fff;
    border: none;
    padding: 0.5% 1% 0.5% 1%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    z-index: 1050;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right center;
    display: none;
    letter-spacing: 1px;
    font-weight: 300;
}

.feedback-btn:hover {
    background: #01180d;
    /* darker blue on hover */
}

#feedbackSidebar {
    width: 600px;
    /* custom width for this sidebar */
    z-index: 9999999;
}

.main-contain {
    z-index: 9999999 ! important;
}

.modal {
    z-index: 1050 !important;
    opacity: 1;
    visibility: visible;
    background-color: rgb(0 0 0 / 57%);
}

.modal-backdrop {
    z-index: 1040 !important;
    /* sits behind modal */
    display: none;
}

body.modal-open {
    opacity: 0.9;
}

div#npavHelpdeskModal i.bx.bxl-whatsapp {
    font-size: 42px;
    vertical-align: middle;
    color: #149c47;
}

div#npavHelpdeskModal h6 {
    font-size: 20px;
    font-weight: 400;
    color: #199a60;
}

h5.modal-title {
    color: #199a60;
}

div#npavHelpdeskModal ul li {
    list-style: disc;
    padding-bottom: 3%;
    font-size: 16px;
    color: #323131d4;
}

.contact-info {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.contact-info p {
    margin: 10px 0;
    font-size: 15px;
    color: #333;
    display: flex;
}

.contact-info i {
    color: #69887a;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.contact-info strong {
    margin-right: 6px;
    color: #008f4f;
    font-size: 16px;
    font-weight: 300;
}

.contact-info a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info a:hover {
    color: #007bff;
    text-decoration: underline;
}

.section-title.show h2 {
    text-align: center;
    color: #212529;
}

.form-control {
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}

i.fa-solid.fa-cloud-arrow-down {
    font-size: 22px;
    padding-right: 2%;
    color: #008f4f;
}

.regform {
    margin-bottom: 3%;
}

.careerdiv {
    background: linear-gradient(82deg, #008f4fad 0%, #008f4f 45%, #008f4f 100%);
    text-align: center;
}

.aboutusdiv {
    text-align: left;
}

.row.careerdiv p {
    padding: 0% 13%;
}

.row.aboutusdiv p {
    padding: 0% 0%;
}

.float-right {
    float: right;
}

div#applyJobModal h4,
div#applyJobModal h3 {
    color: #1c9b62;
}

div#applyJobModal p {
    margin-bottom: 0px;
}

.offcanvas-header {
    border-bottom: 1px solid #cccccca6;
}

.offcanvas-header h3 {
    color: #1c9b62;
}

form#feedbackForm {
    padding: 0% 3%;
}

section.py-4.Shipping-Policy p {
    list-style: disc;
    font-size: 16px !important;
    letter-spacing: 0.1px;
    color: #646465;
    margin-left: 4%;
    line-height: 2.2;
}

.shipping-policy-alert p {
    margin-bottom: 0% ! important;
}

.custom_heading {
    color: #000;
    font-weight: 400;
    font-family: 'Sailec', sans-serif;
}

.purchase-actions input.quantity-selector,
.purchase-actions select.variant-selector {
    height: 38px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 0 12px;
    box-sizing: border-box;
}

.buy-btn-wrapper.actions-wrapper.mb-2 {
    display: inline-block;
    padding: 0% 2%;
}

.quantity-wrapper {
    display: inline-block;
}

.compatibility {
    color: #28a745;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.trust-badges {
    display: flex;
    /* justify-content: center; */
    /* gap: 15px; */
    /* margin-top: 20px; */
    flex-wrap: wrap;
}

.badge-item {
    flex: 1;
    max-width: 15%;
    text-align: center;
    /* background: #f9f9f9; */
    border-radius: 8px;
    /* padding: 15px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.badge-item:hover {
    transform: translateY(-5px);
}

.badge-icon {
    font-size: 1.5rem;
    color: #008f4f;
    display: block;
    margin-bottom: 0px;
}

.badge-item p {
    font-weight: 400;
    margin: 0;
    color: #333;
}

.variant-wrapper {
    display: inline-block;
    padding: 0% 0% 0% 2%;
}

section.edition-compare a.btn.btn-sm.bannerbtn {
    padding: 1.5%;
}

.instructions-div ol li {
    color: var(--bs-secondary-color) !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}

select#cust_state option {
    font-size: 14px;
}

.custom-recommanded {
    padding: 0% 9%;
}

img.img-reponsive.checkoutimg3 {
    width: 3%;
    vertical-align: middle;
    padding-right: 0.3%;
}

.recommanded-product {
    padding: 2.1% 0% 1% 0% !important;
}

.row.updatetop2 .custom-alert-updatenp.alert-warning {
    margin-bottom: 0px;
}

.buynowupdate {
    padding-top: 0% ! important;
}

.formcontent input,
.formcontent select {
    padding: 0% 0% ! important;
}

.recommanded-product h6 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px ! important;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}

.cta-arrow i.fas.fa-arrow-circle-right:hover {
    color: #FFC107;
}

.custom-recommanded .card-img-top-wrapper {
    background-color: #eaf6f0;
}

.formcontent hr {
    margin: -0.5% 0px 2% 0px ! important;
    display: none;
}

h3.modal-title {
    color: #199a60;
}

img.img-responsive.buynowonload {
    width: 100%;
}

button.button.button-full.custom-btn.buy-now.offer {
    color: #fff !important;
    background: #008f4f !important;
    border: 2px solid #27a36f;
    border-radius: 5px;
    padding: 1%;
    padding: 0.5rem 1rem;
    margin: 0;
    margin-right: 6px;
    font-size: 1.0rem;
    line-height: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 143, 79, 0.35);
}

.button-container.mt-3 {
    width: 100%;
}

.home-title-sub {
    color: #6c757d ! important;
    font-size: 1.15rem ! important;
    margin-bottom: 2% ! important;
}

section.users-secured img {
    padding: 0%;
}

button.btn-close.text-reset {
    background-color: #d4f2e0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: none;
    color: #008f4f;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

a.dropdown-item {
    font-size: 0.95rem;
}

.recommanded-product h2 {
    margin: 0% ! important;
}

.recommanded-product .home-title-sub {
    margin-bottom: 1% ! important;
}

.hwproddesc {
    font-size: 1rem;
}

a:hover {
    color: #FF9800;
}

div#buynow-sendlicenceModal h3 {
    color: #199a60;
}

.secondary-link:hover {
    color: #FF9800;
}

.np-privacy p strong {
    font-weight: 500;
}

button.btn-close {
    background-color: #d4f2e0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: none;
    color: #008f4f;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

button.btn.btn-sm.btn-outline-danger.border-0.ms-2.delete-cart-item {
    background-color: transparent;
    border-color: transparent;
    color: #FF9800;
}

.hdfcbankdetails b {
    font-weight: 500;
}

.row.qualificationRow button.btn-sm.button.button-delete .bx-trash {
    color: #fff ! important;
    background-color: transparent ! important;
    padding: 0px ! important;
}

button.btn-close:hover {
    background-color: #e91e632b;
}

ul.list-unstyled li {
    color: #6c757d;
}

.download-faq {
    background-color: var(--npav-light-bg) ! important;
}

.bunow-content .pd-save-badge {
    padding: 0.5% 5%;
}

button.trackmee,
button.npcloud {
    background: linear-gradient(135deg, #198754, #1fa65b);
    color: #fff;
    border: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    font-weight: 400;
    padding: 0.65rem 2.2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pd-feature-card i {
    font-size: 26px;
    color: #008f4f ! important;
}

.btn-npav-outline:hover * {
    color: #fff !important;
}

div#reviewsModal .mdlbody {
    padding: 0% 3%;
}

.product-main-section ul li {
    color: var(--bs-secondary-color) !important;
}

a.option-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background-color: #f7f3f3;
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    max-width: max-content;
    margin: 0 auto 40px auto;
    font-size: 18px;
    color: #008f4f;
    margin: 1%;
}

a.option-btn.active {
    background-color: #008f4f;
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #e9ecef;
    color: #e9ecef;
}

a.option-btn:hover {
    background-color: #FF9800;
    color: #f7f3f3;
}

section.product-main-section label {
    font-weight: 500;
    padding-bottom: 1%;
}

.purchase-actions-wrapper label {
    font-weight: 500;
    padding-bottom: 1%;
}

.contact-info-block.let-us-know i {
    color: #fcfdfe;
    background-color: #008f4f85;
    font-size: 16px;
    vertical-align: bottom;
}

.alert.alert-info.text-center.renewal_offer_alert {
    letter-spacing: 1px;
    border-radius: 0.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    grid-area: save;
    background-color: #00ffaa;
    color: var(--npav-dark-bg);
    font-weight: 500;
    padding: 0.5% 4%;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    justify-self: start;
    clip-path: polygon(0% 0%, 94% 0%, 100% 0%, 100% 100%, 0% 100%, 6% 63%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5%;
}

form#product_renewal_details_form {
    padding: 0% 2%;
}

.pagebuilder-column.fastupd.renew h3 {
    padding-bottom: 1.5%;
}

.users-banner img {
    width: 100%;
    /* scales to container width */
    height: auto;
    /* keeps aspect ratio */
    display: block;
}

.users-banner {
    padding: 0px;
}

@media (max-width: 768px) {
    .users-banner img {
        content: url('../img/5_m_use_mobile.png');
        /* swap image on mobile */
    }

    .btn-npav-outline {
        padding: 0.45rem 0.1rem;
    }

    .users-secured {
        padding: 0% 0 ! important;
    }

    .right-cta-block.d-flex.align-items-center {
        gap: 1rem ! important;
    }
}

/* .right-cta-block.d-flex.align-items-center {
    gap: 1rem ! important;
} */
i.bx.bx-cart.fs-5 {
    font-size: 30px ! important;
}

i.bx.bx-user-circle.fs-5 {
    font-size: 30px ! important;
}

@media (min-width: 1451px) and (max-width: 1650px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.25rem 0.5rem;
    }

    .right-cta-block {
        gap: 0.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1254px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.25rem 0.5rem;
    }

    .right-cta-block {
        gap: 0.2rem;
        margin-left: 0.10rem;
    }
}

/* Base style (large desktop ~1920px) */
.navbar-nav .nav-link {
    padding: 0.35rem 0.45rem;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

/* Between 992px and 1254px */
@media (min-width: 992px) and (max-width: 1254px) {
    .navbar-brand img {
        max-width: 81px;
        /* height: 42px; */
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        /* shrink font */
        padding: 0.25rem 0.35rem;
        /* tighter padding */
    }

    .btn-npav-green,
    .btn-npav-outline {
        padding: 0.5rem 0.2rem;
    }
}

/* Between 1451px and 1650px */
@media (min-width: 1451px) and (max-width: 1650px) {
    .navbar-nav .nav-link {
        font-size: 15px ! important;
        /* slightly smaller */
        padding: 0.3rem 0.4rem;
    }

    .btn-npav-green,
    .btn-npav-outline {
        padding: 0.5rem 0.6rem;
    }
}

span.down-link.d-inline-block {
    color: #008f4f;
    font-weight: 500;
}

.help-pg-div a.text-decoration-none {
    color: var(--bs-heading-color);
}

.androiddown .pagebuilder-column.fastupd h3 {
    margin: 1.5%;
}

.androiddown .down-link-copy {
    font-size: 16px;
}

.androiddown hr {
    margin: 0.5rem 0;
}

.androiddown div#faqTabContent {
    padding-bottom: 2%;
}

.androiddownfaq {
    padding: 0px ! important;
    margin-top: 2% ! important;
}

a.down-link:hover {
    color: #FF9800;
}

.savetags {
    background-color: #c0ffd2;
    border: 1px solid #c0ffd2;
    padding: 1.5%;
    font-weight: 500;
    color: #008f4f;
    text-align: center;
    margin-top: 1.5%;
    margin-bottom: 3%;
}

.updcont table.cart-table.table.table-bordered strong {
    font-weight: 500;
}

.off-upd-method strong {
    font-weight: 500;
    color: #3b3b3b;
}

form#key_valid_form>.rc-anchor-light.rc-anchor-normal,
form#key_valid_form>.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3;
    width: 100% ! important;
}

form#key_valid_form .g-recaptcha iframe {
    width: 100% !important;
    height: auto !important;
}

form#key_valid_form .g-recaptcha {
    width: 100% !important;
    display: flex;
    justify-content: center;
    /* optional: center the widget */
}

form#key_valid_form div#rc-anchor-container {
    width: 100% !important;
}

form#key_valid_form .captcha-wrapper {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    width: 100%;
}

form#key_valid_form .captcha-wrapper {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    width: 100%;
}


#productCarousel {
    padding: 0 !important;
    overflow: visible !important;
    position: relative;
}

#productCarousel .carousel-inner {
    padding: 0 3%;
    overflow: hidden !important;
    padding-bottom: 10px;
    /* extra space for card shadow */
}

#productCarousel .carousel-item {
    overflow: visible !important;
}

#productCarousel .carousel-item .row {
    margin: 0;
    padding: 0;
}

#productCarousel .col {
    padding: 0 5px;
}

#productCarousel .product-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 1px 4px rgba(59, 59, 61, 0.71);
    height: 100%;
}

#productCarousel .card-img-top-wrapper {
    padding: 1% 0 !important;
}

#productCarousel .product-card img {
    max-height: 100px;
}

#productCarousel .product-card .card-title {
    font-size: 1rem !important;
    min-height: calc(1em);
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 1 !important;
}

#productCarousel .product-card .save-tag,
#productCarousel .product-card .mrp-tag,
#productCarousel .product-card .price-tag {
    margin: 2% 0 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.5px;
    color: #111214 !important;
}

#productCarousel .product-pricing {
    display: contents !important;
}

#productCarousel .product-card .btn-npav-green {
    width: 100% !important;
    padding: 2% 9% !important;
}

#productCarousel .carousel-control-prev,
#productCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2000;
    background: none;
}

#productCarousel .carousel-control-prev {
    left: -10px;
}

#productCarousel .carousel-control-next {
    right: -10px;
}

#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
    width: 36px;
    height: 36px;
    background-color: #008f4f;
    border-radius: 20px;
    background-size: 57%;
    background-repeat: no-repeat;
    background-position: center;
}

#productCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#productCarousel .carousel-control-next:hover .carousel-control-next-icon {
    background-color: #007a43;
}

#productCarousel .carousel-control-prev:focus,
#productCarousel .carousel-control-next:focus {
    outline: none;
}

@media (max-width: 992px) {

    #productCarousel .carousel-control-prev,
    #productCarousel .carousel-control-next {
        width: 42px;
        height: 42px;
    }

    #productCarousel .carousel-control-prev-icon,
    #productCarousel .carousel-control-next-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    #productCarousel .product-card .card-title {
        font-size: 0.9rem !important;
    }

    #productCarousel .product-card .save-tag,
    #productCarousel .product-card .mrp-tag,
    #productCarousel .product-card .price-tag {
        font-size: 0.75rem !important;
    }
}


label.control-label.mrpamt {
    font-size: 18px;
}

.recommend-prod {
    padding: 1% 0.2% 4% 0.2%;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
    box-shadow: 0 1px 4px rgb(59 59 61 / 71%);
    margin: 3% 0.4% 0.4% 0.4%;
    width: 100%;
}

div#productCarousel .card-body {
    padding: 5%;
}

.owl-carousel.owl-drag .owl-item {
    cursor: pointer;
}

a.btn.btn-sm.take_me_bck_btn {
    background-color: var(--npav-green-primary);
    color: #fff;
    font-weight: 400;
    border-radius: 6px;
    padding: 0.5rem 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 143, 79, 0.35);
    white-space: nowrap;
}

.error-details.text-secondary.h5 {
    color: #dc3545 ! important;
}

a.btn.btn-sm.take_me_bck_btn:hover {
    background-color: #FF9800;
}


/* -------------------------------
   Launch Offer Modal
------------------------------- */
.np-offer-modal .modal-content {
    background: linear-gradient(180deg, #f0fdf7 0%, #ffffff 100%);
    border-radius: 1rem;
}

.np-offer-modal .np-offer-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #065f46;
    font-size: 1.25rem;
}

.np-offer-modal .np-offer-ribbon .np-offer-badge {
    background: #ef4444;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    font-weight: 700;
    margin-left: 8px;
}

.np-offer-modal .np-product-image {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.np-offer-modal .np-product-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.np-offer-modal .np-feature-box {
    background: rgba(16, 185, 129, 0.12);
    border-radius: 16px;
    padding: 18px;
}

.np-offer-modal .np-feature-box li {
    margin-bottom: 10px;
    font-weight: 500;
}

.np-offer-modal .np-buy-btn {
    border-radius: 16px;
    letter-spacing: .3px;
    box-shadow: 0 10px 25px rgba(16, 185, 129, .45);
    transition: all .3s ease;
}

.np-offer-modal .np-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(16, 185, 129, .6);
}

.np-offer-modal .btn-close.custom-close {
    background-color: #d4f2e0;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}

.np-offer-modal .modal-header {
    justify-content: flex-end;
}

/* .np-offer-modal .btn-close.custom-close {
  background-color: #d4f2e0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: none;
  color: #008f4f;
  font-size: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin-left: 12px; 
  transition: all 0.3s ease;
} */


.np-offer-modal .modal-dialog {
    animation: npModalPop .4s ease;
}

.np-title-with-tag {
    position: relative;
    display: inline-block;
}

.np-new-tag {
    font-size: 0.65rem;
    font-weight: 700;
    background: #16a34a;
    color: #fff;
    padding: 3px 6px;
    border-radius: 8px;
    margin-left: 6px;
    vertical-align: top;
    line-height: 1;
}




@keyframes npModalPop {
    from {
        transform: scale(.9) translateY(20px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .np-offer-modal .np-product-image {
        max-width: 160px;
        margin-top: 15px;
    }

    .np-offer-modal .np-product-title {
        font-size: 1.4rem;
    }

    .np-offer-modal .np-buy-btn {
        font-size: 1rem;
    }

    .np-offer-modal .np-offer-ribbon .np-offer-badge {
        margin-left: 0 !important;
        margin-top: 4px;
    }

    .np-offer-modal .row.np-image-title-wrapper {
        flex-direction: column-reverse;
    }

    .np-offer-modal .row.np-image-title-wrapper .col-md-6 {
        text-align: center;
    }

    .np-offer-modal .row.np-image-title-wrapper .col-md-6.text-start {
        text-align: center !important;
    }

    .np-offer-modal .np-pricing {
        flex-wrap: wrap;
        justify-content: center;
    }
}


.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 15px 0;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkbox-container .checkmark {
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    transition: 0.2s;
}

.checkbox-container input[type="checkbox"]:checked+.checkmark {
    background-color: #2f6956;
    border-color: #2f6956;
}

.checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
    transition: 0.2s;
}

.checkbox-container input[type="checkbox"]:checked+.checkmark::after {
    opacity: 1;
}

.subscribe-note {
    display: block;
    color: #555;
}

/* Controls (arrows) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 12px;
    background-size: 60% 60%;
}

/* Indicators (dots) */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #28a745;
}

.compatibility-icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    vertical-align: middle;
}

.compatibility-icon img {
    width: 28px;
    height: 28px;
    display: block;
}


/* download section */
.download-tabs {
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    margin-top: 50px;
    gap: 4px;
}

.download-tabs .nav-item {
    flex: 1 1 0;
}

.download-tabs .nav-link {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 14px 0;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-bottom: 3px solid #e6e6e6;
    color: #555;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}


.download-tabs .nav-link:not(.active):hover {
    background-color: #e6f4ec;
    color: #008f4f;
}

.download-tabs .nav-link.active {
    background-color: #008f4f;
    color: #ffffff;
    border: 1px solid #008f4f;
    border-bottom: none;
    font-weight: 700;
}

.download-tabs .nav-link.active:hover {
    background-color: #008f4f;
    color: #ffffff;
}

.download-tabs .nav-link:focus {
    box-shadow: none;
}


@media (max-width: 576px) {
    .download-tabs {
        flex-direction: column;
        border-bottom: none;
    }

    .download-tabs .nav-link {
        border-bottom: none;
        border-left: 4px solid transparent;
        text-align: left;
        padding: 12px 15px;
    }

    .download-tabs .nav-link.active {
        border-left: 4px solid #008f4f;
        border-bottom: none;
    }
}

.downhr {
    margin: 12px 0;
}


.download-tabs .nav-link i {
    font-size: 16px;
}

.download-tabs .nav-link i+i {
    margin-left: 4px;
    margin-right: 6px;
}

/* end download section */
.position-relative {
    position: relative;
}

.delete-cart-item-main {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}


.checkout-actions-wrapper {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

.checkoutntn {
    background-color: #008f4f;
    color: #fff;
    border: 1px solid #008f4f;
    border-radius: 8px !important;
    font-size: 16px;
    padding: 0.6rem 1.8rem;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.checkoutntn:hover {
    background-color: #007a43;
    border-color: #007a43;
}

.checkout-secure {
    font-size: 13px;
    color: #6c757d;
}

.checkout-secure i {
    color: #28a745;
    margin-right: 6px;
}

.checkout-support {
    font-size: 13px;
}

.checkout-support .support-heading {
    font-weight: 500;
    color: #495057;
}

.checkout-support .support-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 8px;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s ease;
}

.checkout-support .call-btn {
    border: 1px solid #4cd38a;
    color: #2bb673;
}

.checkout-support .call-btn:hover {
    background: #2bb673;
    color: #fff;
}

.checkout-support .whatsapp-btn {
    border: 1px solid #40c978;
    color: #40c978;
}

.checkout-support .whatsapp-btn:hover {
    background: #40c978;
    color: #fff;
}

@media (max-width: 767px) {
    .checkout-support {
        text-align: left !important;
        margin-top: 15px;
    }

    .checkout-support .support-btn {
        display: block;
        width: 100%;
        margin: 6px 0 0 0;
    }
}

.old-price-checkout {
    text-decoration: line-through;
    color: #ffa929;
    font-size: 16px;
    padding-left: 2%;
    font-weight: 400;
}
.orderdiv .product-card-checkout .pmrpdis-checkout {
    margin-top: 4px;
}

.orderdiv .product-card-checkout .product-price-checkout {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

.orderdiv .product-card-checkout .old-price-checkout {
    font-size: 15px;
    text-decoration: line-through;
    margin-left: 6px;
    /* color: #ffa929; */
    color: #56707b;
}

/* Trash icon */
.orderdiv .product-card-checkout i.bx.bx-trash {
    font-size: 20px;
    cursor: pointer;
    margin-left: auto;
    color: red;
    background-color: transparent;
}

.orderdiv .product-card-checkout i.bx.bx-trash:hover {
    color: #FF9800;
}

.save-cart-item {
    grid-area: save;
    background-color: #00ffaa;
    color: var(--npav-dark-bg);
    font-weight: 500;
    padding: 0px 14px;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    justify-self: start;
    clip-path: polygon(0% 0%, 94% 0%, 88% 50%, 94% 100%, 0% 100%, 6% 50%);
}

.cart_prod_details .save-cart-item{
  padding: 9px 15px;
  clip-path: polygon(0% 0%, 99% 0%, 92% 50%, 99% 100%, 0% 100%, 9% 50%);
  font-size: 0.9rem;
}

/* Mobile */
@media (max-width: 576px) {

    .orderdiv .product-card-checkout .product-price-checkout {
        font-size: 12px;
    }

    .orderdiv .product-card-checkout .old-price-checkout {
        font-size: 10px;
    }

    .cart_prod_details .save-cart-item {
        font-size: 0.7rem;
        padding: 3px 8px;
        clip-path: polygon(0% 0%, 95% 0%, 90% 50%, 95% 100%, 0% 100%, 6% 50%);
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 991px) {

    .orderdiv .product-card-checkout .product-price-checkout {
        font-size: 13px;
    }

    .orderdiv .product-card-checkout .old-price-checkout {
        font-size: 11px;
    }

    .cart_prod_details .save-cart-item {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {

    .orderdiv .product-card-checkout .product-price-checkout {
        font-size: 13px;
    }

    .orderdiv .product-card-checkout .old-price-checkout {
        font-size: 11px;
    }

    .cart_prod_details .save-cart-item {
        font-size: 0.60rem;
        padding: 5px 12px;
    }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399px) {

    .orderdiv .product-card-checkout .product-price-checkout {
        font-size: 15px;
    }

    .orderdiv .product-card-checkout .old-price-checkout {
        font-size: 13px;
    }

    .cart_prod_details .save-cart-item {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
}