* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* list-style: none; */
}

@font-face {
    font-family: 'craft';
    src: local('Ã¢ËœÂº'),
        url('assets/fonts/craftsansbeta-bold.otf') format('otf'),
        url('assets/fonts/craftsansbeta-light.otf') format('otf'),
}

html,
body {
    overflow-x: hidden;
    font-family: 'craft', sans-serif;
}

.container-explore {
    max-width: 100%;
    width: 100%;
}

s {
    font-size: 16px;
    color: #777777;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: 0.7s;
}

.container-fluid {
    padding: 0;
}

section {
    padding: 5rem 0;
}

ul {
    list-style: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

/* Search Fields */

.searchBoxx {
    position: relative;
    display: block;
    width: 40px;
    height: 42px;
    transition: 0.4s linear;
    overflow: hidden;
}

.searchBoxxInput {
    display: block;
    appearance: none;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 11px;
    height: 100%;
}

.searchBoxxInput::placeholder {
    color: #fff;
}

.searchBoxxIcon {
    position: absolute;
    right: calc(40px / 2);
    top: 50%;
    transform: translate(50%, -50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    /* color: #009E60; */
    transition: 0.4s linear;
    font-size: 20px;
    font-weight: bold;
}

.searchBoxx:focus-within {
    width: 400px;
}

.searchBoxx:focus-within.searchBoxxInput {
    background: #fff;
    padding-right: 100px;
    color: #000;
}

.searchBoxx:focus-within .searchBoxxInput::placeholder {

    color: #000;
}


/* Search Fields */

/* Common Styles */
.categoryInfo p,
.blogInfo p {
    color: #333;
    width: 45%;
    margin: 0 auto;
    font-size: 18px;
}

a.logoBranding img {
    /* width: 100%; */
    width: 250px;
    filter: brightness(1.5) contrast(2);
}



header {
    padding: 0.3rem 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s;
    background-color: #555;
    /* background-color: rgba(0,0,0,0.2); */
    /* background-color: #000; */
}

.header-class.active {
    background-color: #555;
}

.search-wrapper {
    width: 30%;
}

.search-wrapper input {
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: white;
    color: black;
}


nav {
    padding: 0px 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    margin: 0 -2px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
    padding: 0.2rem 0;
    border: 1px solid white;
}

.menu li:hover a {
    color: #009E60;
    filter: brightness(1.25);
}

.menu a {
    font-size: 18px;
}

.menu a,
.tle a {
    color: white;
}

.tle {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.tleBtnGrp {
    display: flex;
    gap: 1rem;
}

.fa-phone {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.contact {
    font-size: 21px;
    font-weight: 600;
}

.contact:hover {
    color: #009E60;
}

.fa-user,
.fa-cart-shopping,
.searchBtn {
    color: black;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.searchBtn i {
    color: black;
}

/* Search Overlay */
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: #EFEBE1;
}

.search-overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: black;
}

.search-overlay .closebtn:hover {
    color: #ccc;
}

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border-radius: 50px;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-overlay button:hover {
    background: #bbb;
}

/* Search Overlay */

.mobileBtn {
    display: none;
}

.mobileBtn .fa-bars {
    font-size: 1.5rem;
    color: white;
}

/* Mobile Nav */
.mobileBtn {
    position: relative;
    display: none;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    z-index: 99999;
}

.mobileBtn .bar,
.mobileBtn::before,
.mobileBtn::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.mobileBtn.is-active::before {
    transform: rotate(-45deg) translate(-9px, 6px);
}

.mobileBtn.is-active .bar {
    opacity: 0;
}

.mobileBtn.is-active::after {
    transform: rotate(45deg) translate(-9px, -6px);
}

.quantity-product {
    margin: 0px 0px 0px 30px;
}

.add-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.add-cart button {
    background: black;
    color: white;
}

.simple-product a {
    display: block;
    text-align: center;
}

.simple-product img {
    width: 450px;
}

button#addToCartBtn {
    width: 100%;
    border-radius: 0;
}

.add-cart {
    margin: 0 auto;
    margin-top: 3rem;
}

button#addToCartBtn:hover {
    background: #00be55;
    color: white;
}



.quantity-product button {
    width: 25px;
    height: 25px;
    background: #efebe1;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

#qty-product {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
}

div#shipping-banner {
    width: 300px;
    padding: 10px;
    background: #009e60;
    color: white;
}

.shipping-image img {
    width: 30px;
}

h5.shipping-image {
    display: flex;
    margin: 0;
    text-align: center;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.choose-addon .col-lg-6 {
    padding: 1rem;
}

.choose-addon {
    padding: 12px;
    border: 2px solid #009e60;
    background: #efebe1;
    border-radius: 12px;
    margin-bottom: 2rem;
}


.choose-product-option {
    padding: 2rem;
}

.choose-product-option .col-lg-12 {
    padding: 10px;
}

.choose-product-option {
    border: 2px solid #45b88b;
    border-radius: 12px;
    background: #EFEBE1;
}

a#wirelessRemoteLink {
    color: #009e60;
}

.desc-popup {
    color: #009e60;
}

.desc-modal {
    padding: 2rem;
}

.choose-product-option p {
    font-size: 19px;
}

.choose-addon .col-lg-6 {
    white-space: nowrap;
}

.shipping-cost {
    margin-top: 2rem;
}

.shipping-cost p {
    width: 100%;
    background: #009e60;
    color: white;
    padding: 7px;
    text-align: center;
    font-weight: 700;
}

.product-overview {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-overview a {
    color: #009e60;
    text-decoration: underline;
}

.neck-pillow img {
    width: 215px;
    height: 150px;
}

.neck-pillow {
    width: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}



.choose-colors {
    padding: 12px;
    border: 2px solid #009e60;
    background: #efebe1;
    border-radius: 12px;
    margin-bottom: 2rem;
}


.colorFields_Products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 0px;
}

.colorFields_Products .form-check {
    flex: 0 0 25%;
    text-align: center;
}

.colorFields_Products .form-check .inncolor_fields {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    border-radius: 5px;
}

.colorFields_Products .form-check input {
    float: none;
}

.chiropractic-detail {
    color: #009e60;
}

a#pillow-bolster {
    color: #00be55;
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



.mobile-nav {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    z-index: 98;
    background: #EFEBE1;
    padding-top: 120px;
    transition: 0.4s;
}

.mobile-nav.is-active {
    left: 0;
}

.mobile-nav a {
    margin: 0 auto 16px;
    display: block;
    /* width: 100%; */
    max-width: 200px;
    text-align: center;
    /* padding: 12px 16px; */
    /* background: black; */
    font-size: 3rem;
    color: black;
}

.mobileBtnIcons {
    margin: 0 auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.mobileBtnIcons .fa-phone,
.mobileBtnIcons .fa-user,
.mobileBtnIcons .fa-cart-shopping {
    font-size: 2rem;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav a:hover {
    /* background-color: #24104f; */
}

/* Mobile Nav */


.btn-a {
    width: 150px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    line-height: 5px;
    /* font-weight: 500; */
    background: #D9EECF;
    padding: 5px;
    border: 1px solid black;
    border-radius: 50px;
    color: black;
}

.btn-a .fa-arrow-right {
    /* margin-left: 1rem; */
    color: black;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.btn-b {
    width: 150px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    line-height: 5px;
    /* font-weight: 500; */
    background: #D9EECF;
    padding: 5px;
    border: 1px solid black;
    border-radius: 50px;
    color: black;
}

.btn-b .fa-arrow-right {
    /* margin-left: 1rem; */
    color: black;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.btn-c {
    width: 150px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    line-height: 5px;
    /* font-weight: 500; */
    background: #EFEBE1;
    padding: 5px;
    border: 1px solid black;
    border-radius: 50px;
    color: black;
}

.btn-c .fa-arrow-right {
    /* margin-left: 1rem; */
    color: black;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.cartBtn2 {
    padding: 0.5rem 2rem;
    margin-top: 2rem;
    display: inline-block;
    background: #009E60;
    color: black;
    font-weight: 600;
}

.hero-explore {
    background: #000;
    min-height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: 80% 100%;
    max-width: 100%;
}

.drop {
    position: relative;
    /* width: 100%; */
    z-index: 9999999;
}

.drop:hover .dropdown {
    padding: 2rem;
    width: 10vw;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* .cat01 {
    padding: 5rem;
    border: 1px solid #000;
} */

.dropdown {
    display: none;
    /* width: 30vw; */
    position: absolute;
    left: -2rem;
    z-index: 9999999;
    background: #EFEBE1;
    border-radius: 5px;
}

.dropdown li {
    /* padding: 0.3rem 0; */
}

.dropdown a {
    color: #000 !important;
}

.dropdown li:hover a {
    color: #009E60 !important;
}


/* Hero */
.banner-img img {
    height: 100vh;

}

.hero {
    /* background: url(../images/heroImage.png) no-repeat; */
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: 80% 100%;
    max-width: 100%;
    padding-bottom: 0;
}

.hero .slick-slider {
    top: -5rem;
}

.heroSlide {
    position: relative;
}

.heroContent {
    width: 66vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}



.heroContent h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.heroContent p {
    font-size: 17px;
}

.heroWrapper .slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.heroWrapper .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

.heroWrapper .slick-dots li button:before {
    display: none;
}

.heroWrapper .slick-dots li.slick-active button {
    background-color: #009E60;
}


/* Hero Ends */

/* Category */
.category {
    /* padding-top: 10rem; */
}

.categoryInfo {
    text-align: center;
}

.categoryInfo h1 span {
    color: #009E60;
}

.chiropracticSupplies,
.betterSleepSupplies,
.ergonomicSupplies,
.therapySupplies {
    position: relative;
    overflow: hidden;
}

.chiropracticSupplies:hover img,
.betterSleepSupplies:hover img,
.ergonomicSupplies:hover img,
.therapySupplies:hover img {
    transition: 0.7s ease;
    transform: scale(1.1);
}

.prodCat {
    position: relative;
    text-align: center;
    padding-bottom: 2rem;
}

.prodCat p:first-of-type {
    margin-top: 1rem;
}

.prodPrice {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.prodCat span,
.prodPrice {
    color: #009E60;
}

.prodCat a {
    color: black;
}

.prodCat p {
    width: 70%;
    margin: 0 auto;
    font-size: 27px;
}

.chiropracticSupplies,
.betterSleepSupplies,
.ergonomicSupplies,
.therapySupplies {
    position: relative;
}

.chiroDetails {
    position: absolute;
    top: 5rem;
    right: 5rem;
    color: white;
}

.betterSleepDetails {
    position: absolute;
    top: 5rem;
    left: 5rem;
    color: white;
}

.ergoDetails {
    position: absolute;
    top: 2rem;
    left: 3rem;
    color: white;
}

.therapyDetails {
    position: absolute;
    top: 2rem;
    left: 3rem;
    color: white;
}

.chiroDetails a,
.betterSleepDetails a,
.ergoDetails a,
.therapyDetails a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}


/* Category Ends */

/* Product */
.product {
    padding-top: 0;
}

.productInfo h1 span {
    color: #009E60;
}

.basePrice {
    margin: 1rem 0 1rem 2rem;
    color: #009E60;
}

.basePrice span {
    color: black;
}

.productInfo p {
    line-height: 35px;
    width: 80%;
    font-size: 18px;
}

/* .dynaMax {
    width: 620px;
    height: 612px;
    background: #f4f4f4;
}

.dynaMax img {
    object-fit: initial;
} */

/* 

.massageGun img {
    width: 100%;
    height: 582px;
}

.proBest img {
    height: 582px;
} */

/* Category Ends */

/* Product Solution */
.pSolutionVideo {
    position: relative;
}

.pSolutionVideoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pSolutionInfo img {
    height: 306px;
}

e .pSolutionInfo h1 {
    margin-bottom: 30px;
}

.pSolutionInfo span {
    color: #009E60;
}

.pSolutionInfo p {
    font-size: 20px;
    color: #707070;
}

.pSolutionInfo p:first-of-type {
    margin-bottom: 40px;
}

.pSolutionInfo p:nth-of-type(2) {
    margin-bottom: 30px;
}

.pSolutionInfo p:last-of-type {
    margin-bottom: 50px;
}

/* Explore */
.explore {
    background: #EFEBE1;
    margin-top: 8rem;
}

.explore img {
    object-fit: contain;
}

.exploreInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
}

.exploreBox03 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%;   */
    /* gap: 2.4rem; */
}

.fa-star {
    font-size: 1rem;
    padding-bottom: 1rem;
}

/* .explore04 {
    margin-top: 6rem;
    position: relative;
    top: 0.3rem;
} */
.exploreWrapper .slick-track>div {
    margin: 0 15px;
}

.exploreDesc {
    padding-top: 1rem;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.exploreDesc .prodPrice {
    color: black;
}

.exploreDesc p {
    margin-bottom: 0;
    font-size: 22px;
}

.explore-box img {
    height: auto;
    margin-top: 0;
}

.exploreBox03>div img {
    /* height: 350px; */
}

/* .exploreSlide {
    display: flex !important;
    gap: 4rem;
} */

.exploreSlide {
    display: flex !important;
    gap: 2rem;
    justify-content: center;
    margin: 0 3rem;
}

.explore .slick-next {
    right: 50px;
}

.explore .slick-prev {
    left: 50px;
    z-index: 9999;
}

/* Blog */
.blogInfo {
    text-align: center;
}

.blogInfo span {
    color: #009E60;
}

.blogCard {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.blogsWrapper li {
    padding: 1rem 1rem;
}

.blogsWrapper {
    padding: 1rem;
}

.blogCard a {
    display: inline-block;
    width: 100px;
    color: black;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blogDetails {
    padding: 2rem;
}

.blogDetails p {
    font-size: 18px;
    color: #333;
    padding: 1rem 0 1rem 1rem;
}

.blogDetails a {
    width: 170px;
    margin-left: 1rem;
    font-size: 25px;
}

/* .blog .slick-list {
    height: 950px;
} */

/* Testimonials */
.testimonials {
    background: #EFEBE1;
}

.testimonials .slick-slide {
    padding: 0 8px;
    box-sizing: border-box;
}

.testimonials .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.testimonialInfo {
    text-align: center;
}

/* .testimonialCards {
    margin: 0 5rem;
    border: 1px solid crimson;
    width: 800px;
    max-width: 800px;
    text-align: center;
} */

.testimonialCards {
    text-align: center;
}

.testimonialReview {
    width: 80%;
    font-size: 1.2rem;
}

.testimonialCards img {
    margin: 0 auto 1rem;
    width: 60px;
}

.reviewerDetails {
    display: flex;
    flex-direction: column;

}

/* .slick-arrow {
    display: block;
    top: 3rem;
    left: 22rem;
    z-index: 999;
}

.slick-next {
    display: block;
    left: 95rem;
    color: black;
}

.slick-next {
    color: black !important;
    color: #009E60;
} */

.slick-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 2rem;
    color: black;
}

.slick-next::before {
    content: '\f105';
    font-size: 2rem;
    font-family: 'fontawesome';
    color: black;
}

/* NewsLetter Section */
.newsletter {
    padding: 5rem 0;
    text-align: center;
}

.newsLetterContent p {
    padding-top: 2rem;
}

.newsLetterContent img {
    width: 70%;
}

.emailInput {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #606060;
    border-radius: 50px;
}

.emailInput input {
    padding: 1rem;
    width: 100%;
    border: none;
    /* border: 1px solid #606060; */
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 2px solid #606060;
}

.emailInput .subscribe-btn {
    background: #D9EECF;
    padding: 1rem 2rem;
    display: inline-block;
    /* outline: 1px solid #FFCC66; */
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-transform: uppercase;
}

/* Footer */
footer {
    padding: 2rem 2rem;
    background: #EFEBE1;
    padding-bottom: 0;
}

footer li a:hover {
    color: #009E60;

}

.footerInfo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footerInfo p {
    color: #333;
}

.fSocialIcons {
    display: flex;
    gap: 1rem;
}

.fSocialIcons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    border: 1px solid #EFEBE1;
    color: #777777;
    transition: 0.7s ease;
}

.fSocialIcons a:hover {
    color: #009E60 !important;
    border: 1px solid #009E60 !important;
}

.fSocialIcons img {
    height: 50px;
    width: 50px;
}

.fLinkss {
    margin-top: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    list-style: none;
}

.fLinkss a {
    color: #333;
}

.fLinkss::before {
    content: '\f0da';
    font-family: 'fontawesome';
    color: #333;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.fSec01 img {
    width: 40px;
    height: 40px;
}

.fSec02 p {
    font-size: 14px;
    color: #333;
}

.fsec03 p {
    color: #333;
}

.fLogos {
    text-align: end;
}

/* Explore Page */
.exploreContent {
    margin: 5rem 0;
    display: flex;
    gap: 3rem;
}

.exploreContent h1 {
    font-size: 60px !important;
}

.exploreList {
    /* margin-top: 1rem; */
    padding: 0;
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
}

.exploreList li {
    padding: 1rem 0;
    position: relative;
    border-bottom: 2px solid #b4b4b4;
}

.exploreList li:hover {
    color: #009E60;
    border-bottom: 2px solid #009E60;
}



.exploreList li a {
    color: #333;
    font-size: 1.2rem;
    z-index: 99999;
}

.exploreList li:hover a {
    color: #009E60;
}

.csLink {
    width: 115%;
}









/* custom css */
.inner-banner {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-size: cover;
    background-position: right center;
}

.banner-content h1 {
    color: white;
    text-transform: uppercase;
    margin-top: 150px;
}

.about-content h4 {
    color: #009E60;
}

.fullwidth {
    background-color: #009E60;
    margin: 100px 0;
}

.fullwidth-content {
    display: flex;
    align-items: center;
}

.fullwidth-content img {
    margin: -32px 10px -32px 0;
    width: 160px;
}

.fullwidth-content p {
    color: white;
    text-shadow: 5px 5px 10px black;
}

.about-list {
    padding: 0;
}

.about-list li {
    position: relative;
    padding-left: 15px;
}

.about-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #009E60;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100%;
}

.about-banner {
    height: 20vh;
    /* background: #000; */
}


/* Article Page */
.articleSearchBar {
    padding: 0;
    background: #009E60;
}

.articleSearchBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.articleSearchBox h2 {
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.articlesPageInfo h1 {
    font-size: 40px;
    color: #009E60;
    margin-bottom: 40px;
}

.searchBox {
    max-width: 100%;
    padding: 1rem;
    display: flex;
}

input[type="search"] {
    padding: 1rem;
    display: inline-block;
    width: 523px;
}

.searchBtnn {
    display: inline-block;
    width: 105px;
    height: 100%;
    color: white;
    background: black;
    outline: none;
    border: none;
}

.articlesPageInfo {
    text-align: center;
}

.backtoNewLetters01 {
    padding-top: 0;
}

.backtoNewLetters01 .articles {
    /* border: 1px solid black; */
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
    padding: 1rem;
    color: #000;
}

.articlesBox:nth-child(3) {
    background: crimson;
}

.moave {
    background: #EFEBE1;
}

.lgreen {
    background: #D9EECF;
}

.articles h3 {
    font-size: 22px;
}

.articles p {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.tf {
    font-size: 25px;
}

.articleDetails ul {
    padding: 0;
}

.singleArticle .articleDetails h3 {
    font-size: 30px;
    color: #009E60;
}

.singleArticle .articleDetails h4 {
    font-size: 20px;
    margin: 2rem 0;
}



.bColor {
    color: #009E60;
}

/* Categories */

.sProduct {
    transition: 0.5s ease-in-out;
}

.sProduct img {
    height: 35vh;
    object-fit: none;
    max-width: 100%;
    transition: 0.5s ease-in-out;
}

.proHover:hover .sProduct img {
    transform: scale(1.1);
}

.proHover:hover .sProduct {
    transform: translateY(-20px);
    padding: 2rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.proShowcase {
    padding-top: 0;
}

.catg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #000;
}

.proCatInfo h1 {
    font-size: 60px;
    color: #009E60;
    text-align: center;
    margin-bottom: 2rem;
}

.proShow {
    border: 1px solid #c7c7c7;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    height: 100%;
}

.proShow .linkOver {
    color: #000;
}

.proInfo {
    flex: 2;
}

.proInfo h6 {
    font-size: 18px;
}

.proImage {
    flex: 1;
}

.proImage img {
    width: 210px;
    height: 210px;
}

.cartBtn {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0.5rem 10px;
    border: 1px solid #c7c7c7;
    width: 85%;
    height: 35px;
    gap: 0.5rem;
    color: black;
    font-weight: 600;
    transition: 0.5s ease;
}

.cartBtn:hover {
    background: #009E60;
    color: white;
}

.cartBtn:hover img {
    filter: invert(1.5);
}

.cartBtn img {
    width: 15px;
    height: 18px;
}

.proPrice {
    margin-top: 1rem;
    color: #D60707;
}

.proPrice span {
    color: #000;
}

.proPagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.proPagination a {
    border: 1px solid #c7c7c7;
    padding: 0.5rem 1rem;
    color: #000;
}

/* Product Detail Single */
.proCartOptions {
    background: #EFEBE1;
    padding: 1rem;
}

.proSlider {
    display: flex;

}

.shoppingCartPro {
    padding: 2rem 1rem;
}

.borderTopBot {
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;

}

.shoppingCartPro h5 {
    margin-bottom: 1.5rem;
}

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

}


.shoppingCartProLocationBox i {
    margin-right: 1rem;
}

.shoppingCartProLocationBox p {
    flex: 2;
}

.shoppingCartProLocationBox a {
    flex: 1;
    text-align: end;
    text-transform: uppercase;
    color: #000;
}

.proDetailInfo ul {
    list-style: disc !important;
}

.proDetailpara {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.proDetailpara img {
    width: 15px;
    height: 15px;
}

.proWarningBox img {
    width: 15px;
    height: 15px;
}

.proDeDetail {
    line-height: 5px;
    padding-top: 0.2rem;
}

.proDeDetail p:nth-child(2) {
    font-size: 12px;
}

.proWarningBox {
    display: flex;
    gap: 1rem;
}

.proWarningBox img {
    margin-top: 0.2rem;
}

.proSlider>div {
    width: 270px;
    height: 95px;
    border: 1px solid #c7c7c7;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.proQuantityBox {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.minus,
.plus {
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.number {
    border: 1px solid #c7c7c7;
    padding: 1rem;
    font-size: 1.2rem;

}

.exploreMbWrapper {
    display: none;
}

.mbDisplay {
    display: none;
}

.bannerHide {
    /* height: 8vh; */
    /* background: none; */
    /* background-color: #000; */
    padding: 4rem 0;
}

/* Off Canvas Filter */
.filterSystem {
    padding: 2rem 0;
}

.btn-filter {
    padding: 0.4rem 3rem;
    background: #009E60;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0;
}

.btn-filter:hover {
    color: var(--bs-btn-hover-color);
    background-color: #009E60;
    border-color: transparent;
}

.ourPro.offcanvas.offcanvas-end {
    width: 30%;
}

.ourPro.offcanvas-header {
    padding: 2rem 2rem;
}

.ourPro.offcanvas-body .accordion-button:not(.collapsed) {
    background-color: #009E60;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-size: 1.5rem;
    color: white !important;
}

.ourPro.offcanvas-body .accordion-button:focus {
    z-index: 3;
    background-color: #009E60;
    outline: 0;
}

.ourPro.offcanvas-body .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #009E60;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.filterButtonsGroup {
    display: flex;
    gap: 1rem;
}

.filterButtonsGroup .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    appearance: none;
    background-size: 16px 12px;
    border: none;
}

.filterButtonsGroup .form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.filterOptions {
    list-style: none !important;
    padding: 0;
}

.filterOptions li {
    display: flex;
    gap: 0rem;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.filterOptions input#chkOne {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}

.accordion-body {
    padding: 1rem;
}

.proSlideContent {
    padding: 0 2rem;
    display: flex;
    gap: 1rem;
}

.qPriceBox {
    display: flex;
    justify-content: space-between;
}

.qPriceBoxTwo {
    background-color: #009E60;
    padding: 1rem;
}

.qPriceBoxTwo p {
    font-size: 1.2rem;
    font-weight: 600;
}

.qPriceBoxTwo s {
    color: black;
    font-size: 1.2rem;
}

.relatedProSlide .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: black;
    background-color: #E6E7E8;
    border-radius: 0;
}

.proHover .sproductContent h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.proHover .sproductContent p {
    color: #777777;
    font-size: 16px;
}



/* Off Canvas Filter */

/* Product Page 2 */

.productPage2 {
    padding: 8rem 0;
    background-color: #FBF7F4;
}

.productImage2 img {
    mix-blend-mode: multiply;
}

.productInfoPriceDiv {
    position: relative;
    background-color: #E6E7E8;
    padding: 1rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease-in-out;
    margin-top: 1rem;
}

.productInfo2 {
    position: relative;
    transition: 1s ease-in-out;
}

.productOptions {
    transition-delay: 5s;
    visibility: hidden;
    position: absolute;
    height: 330px;
    background: #FBF7F4;
    top: 2.5rem;
    width: 586px;
}

.moveDown {
    transition: 0.4s ease-in-out;
}

.proFlowOptions {
    border-bottom: 1px solid #000;
    width: 95%;
    margin: 0 auto;
    padding: 0.5rem 0;
}

.proFlowSubOptions {
    padding-left: 1rem;
}

.productOptionHeader {
    display: flex;
    gap: 1rem;
    background: #009E60;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    margin: 0;
}

.productOptionHeaderInfo {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
}

.productOptionHeader h5,
p {
    margin: 0;
    padding: 0;
}

.productOptionHeader h5 {
    margin: 0;
}

.proFlow input {
    margin: 1rem;
}

.productOptionsWrapper .slick-prev {
    left: 2rem;
    top: 22rem;
    z-index: 999;
}

.productOptionsWrapper .slick-next {
    right: 2rem;
    top: 22rem;
    z-index: 999;
}

.productOptionsWrapper .slick-dots {
    position: absolute;
    bottom: -4.2rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.productOptionsWrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #009E60;
    border-radius: 50%;
}

.productOptionsWrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    padding: 0;
    cursor: pointer;
}

.productOptionsWrapper .slick-dots li button:before {
    font-family: 'slick';
    font-size: 1px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productOptionsCards {
    padding: 0;
}


.filterOptions label {
    cursor: pointer;
    user-select: none;
    margin-left: 1rem;
}

.btn-m {
    margin-top: 20rem;
    border: none;
    background: #009E60;
    color: white;
    padding: 1rem;
}


.Full_Left {
    position: absolute;
    top: 34rem;
    /* width: 50%; */
    /* height: 100%; */
    background: rgba(34, 25, 165, 0.5);
    left: 0px;
    z-index: 2;
}

.Full_Right {
    position: absolute;
    top: 0px;
    /* width: 50%; */
    /* height: 100%; */
    background: rgba(216, 33, 33, 0.5);
    right: 0px;
    z-index: 2;
}



/* Product Page 2 */

/* Product Page */
.productTinyImage3 {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.productTinyImage3 img {
    width: 150px;
    height: 150px;
}

.productContain .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: black;
    background-color: #E6E7E8;
    border-radius: 0;
}

.productContain .nav {
    --bs-nav-link-padding-x: 4rem;
}

.proTabDescriptionContent {
    margin-top: 2rem;
}

.proTabDescriptionContent h3 {
    margin-bottom: 1rem;
}

.productSelectionTab {
    background-color: #E6E7E8;
    padding: 2rem 4rem;
}

.checked {
    color: #009E60;
}

.proColors {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
}

.proSelectionOptions {
    display: flex;
    justify-content: space-between;
}

.proSelectionColorOptions h5 {
    margin-top: 2rem;
    margin-bottom: -1rem;
}

.proSelectionColor {
    height: 100px;
    width: 100%;
    display: flex;
    margin-bottom: 4rem;
    align-items: center;
}

.proColor {
    width: 300px;
    height: 150px;
    flex-grow: 1;
}

.blackColor {
    background-color: #000;
}

.blueRidgeColor {
    background-color: #434E60;
}

.charcoalColor {
    background-color: #32373D;
}

.burgundyColor {
    background-color: #733743;
}

.doveColor {
    background-color: #949897;
}

.colorInfo {
    background-color: white;
    height: 150px px;
    padding: 3.5rem;
    width: 100%;
    flex-grow: 2;
    font-size: 1.5rem;
}

input#proQuantity {
    width: 60px;
    padding-left: 1.1rem;
}

.filterOptions input {
    width: 25px;
    height: 25px;
}

.proSlidePrice {
    text-align: center;
}

.proPrice2 {
    color: #009E60;
    font-weight: 600;
}

.productInfo3 h3 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

/* Tabs */
.productSpecificationTabs {
    margin-top: 10rem;
}

/* Product Page */

/* PRODUCT PAGE */

/* Configuration Button */

.btn-configure {
    display: inline-block;
    margin: 3rem 2rem;
    text-decoration: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #009E60;
    color: white;
}

.collOne .btn-configure {
    display: inline-block;
    margin: 1rem 2rem;
    text-decoration: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #009E60;
    color: white;
}

/* Configuration Button */

.productImage {
    /* padding: 3rem 2.5rem; */
    margin-top: 2rem;
    background: #FCFEFF;
}

.productImage img {
    mix-blend-mode: normal;
    width: 650px;
    margin: auto;
}

.productInfo {
    padding: 2rem 2rem;
}

.productInfo h3 {
    font-size: 35px;
    color: #707070;
}

.productPriceBox {
    margin: 0 2rem;
    padding: 2rem 0;
    background-color: #E6E7E8;

}

.proPriceOne {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
}

.starRating {
    margin-bottom: 1.5rem;
}

.productPrice p:first-child {
    font-size: 26px;
    text-transform: uppercase;
}

.productPrice p:last-child {
    font-size: 20px;
}

.productReviews p {
    font-size: 20px;
    text-transform: uppercase;
}

.productShipment p:first-child {
    font-size: 26px;
    text-transform: uppercase;
}

.productShipment p:last-child {
    font-size: 20px;
    text-transform: uppercase;
}

.checked {
    color: orange;
}

/* Product Tabs */
.productDescription,
.productWarranty,
.productSpecification,
.productDReviews {
    padding: 0rem 2rem;
}

.productDescription h3,
.productWarranty h3,
.productSpecification h3,
.productDReviews h3 {
    margin: 10px 0 30px 0;
}

.productDescriptionList,
.warrantyList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: disc;
}

.productDescriptionList ul,
.warrantyList ul {
    list-style: disc;
}

li::marker {
    font-size: 1.3rem;
    color: #009E60;
}

.nav-fill {
    margin-top: 5rem;
}

section.productDetail {
    padding-top: 3rem;
}

.productDetail .nav-pills .nav-item.active {
    border: none;
    border-radius: 0 !important;
}

.nav-pills .nav-link {
    border-radius: 0;
    background-color: #F6F7F7;
    color: black;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white;
    background-color: #009E60;
}

/* Slider Arrows */
/* .productImageSliderWrapper .slider-for .slick-prev {
    top: 90%;
    left: 35px;
    background: burlywood;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.productImageSliderWrapper .slider-for .slick-next {
    top: 90%;
    right: 35px;
    background: burlywood;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
} */

/* Slider Nav Arrows For ProPage Image */

/* .slider-nav .slick-prev {
    left: -1px;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
    height: 140px;
    padding: 0 35px 0 15px;
} */

.slider-nav .slick-prev::before {
    content: '\f104';
    font-size: 2rem;
    font-family: 'fontawesome';
    color: #009E60;
}

.slider-nav .slick-prev {
    left: 10px;
    z-index: 9;
}

/* .slider-nav .slick-next {
    right: 0px;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
    height: 140px;
    padding: 0 35px 0 15px;
} */

.slider-nav .slick-next::before {
    content: '\f105';
    font-size: 2rem;
    font-family: 'fontawesome';
    color: #009E60;
}

/* Slider Nav Arrows For ProPage Image */


/* Product Configuration Order Form */
.formStepHeader {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.formStepHeader a {
    text-decoration: none;
    color: #009E60;
    font-weight: 400;
}

.formSliderBtns .slide-arrow {
    width: 3rem;
    height: 3rem;
    background-color: #000;
    border: none;
    border-radius: 50%;
    color: #fff;
}

.offGroup {
    display: flex;
    align-items: center;
    gap: 10rem;
}

.formSliderBtns {
    display: flex;
    gap: 3rem;
    position: relative;
    top: -3rem;
    justify-content: center;
}

.orderStep {
    margin-top: 2rem;
    padding: 0rem 1rem;
}

.orderFormContainer {
    height: 92vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0rem 2rem;
    column-gap: 5rem;
}

.opFrCradleSubOptions {
    padding-left: 1.5rem;
    padding-top: 0.5rem;
}

/* OffCanvas */
.newPage.offcanvas {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
    width: 100%;
    background-color: #FBF7F4;
}

.modal.show .modal-dialog {
    transform: none;
}

.productConfigurationOrderForm {
    overflow-x: hidden;
    height: 90vh;
}

.productConfigurationOrderForm .slick-slide {
    padding: 0rem 3rem;
    /* height: 90vh; */
}

.formStepTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* .formStepTop:first-child {
    padding-bottom: 1rem;

} */

.productConfigurationOrderForm .productFormSlide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
}

/* .orderStepGroup {
    display: flex;
} */

.productConfigurationOrderForm .slick-prev {
    left: 5rem;
    top: 90%;
    background: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.productConfigurationOrderForm .slick-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 2rem;
    color: white;
}

.productConfigurationOrderForm .slick-next {
    right: 5rem;
    top: 90%;
    background: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.productConfigurationOrderForm .slick-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 2rem;
    color: white;
}

.productConfigurationOrderForm .formStepHeader h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

/*  */

#toolTipModalOption10 a {
    text-decoration: none;
    color: #009E60;
    font-weight: 400;
}

.tinyLink {
    font-size: 16px;
}

/* PRODUCT PAGE */

/* Media Queries */

@media (max-width: 1440px) {
    .exploreInfo h1 {
        font-size: 40px;
    }

    .exploreDescContainer {
        margin-top: -1.7rem;
    }

    .exploreSlide {
        margin: 0 5rem;
    }

    .explore-box img {
        height: 84%;
        margin-top: 1.3rem;
    }

    /* .explore-box img {
        height: 100% ;
    } */
    a.logoBranding img {
        width: 200px;
    }

    .menu {
        gap: 2rem;
    }

    .contact {
        font-size: 16px;
    }

    .searchBoxx:focus-within {
        width: 250px;
    }

    .exploreBox03 {
        justify-content: space-between;
        gap: 2.4rem;
    }
}

@media (max-width: 1280px) {
    .searchBoxxIcon {
        right: calc(30px / 2);
    }

    .fa-user,
    .fa-cart-shopping,
    .searchBoxx {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .exploreDescContainer {
        margin-top: -2.7rem;
    }
}

@media (max-width: 1200px) {
    .menu {
        gap: 1.5rem;
    }

    .tle {
        gap: 1rem;
    }





    /* .blog .slick-list {
        height: 800px;
    } */
    /* .exploreBox03>div img {
        height: 250px;
    } */

    /* .explore-box img {
        height: 750px;
    } */
}

@media (max-width: 1024px) {
    .mobileBtn {
        display: block;
    }

    .menu {
        display: none;
    }

    .tle {
        display: none;
    }

    .fLogos {
        text-align: center;
    }

    /* .exploreBox03>div img {
        height: auto;
    }

    .explore-box img {
        height: auto;
    } */

    .explore-box {
        margin: 15px 0;
    }

    .explore03 {
        margin-bottom: 15px;
    }

    .reverse-row {
        flex-direction: column-reverse;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .fullwidth-content img {
        margin: 0px 10px -42px 0;
    }

    .fullwidth-content {
        padding: 10px 0;
    }


}

@media (max-width: 991px) {
    .explore-box img {
        height: auto;
    }

    .explore .slick-slide img {
        padding: 0 2rem;
    }

    .mbDisplay {
        display: block;
        margin-top: 3rem;
    }

    .exploreWrapper {
        display: none;
    }

    .exploreMbWrapper {
        display: block;
    }
}

@media (max-width: 600px) {

    .searchBtnn {
        width: 215px;
    }

    .articleSearchBox h2 {
        font-size: 22px;
        text-align: center;
    }

    .testimonialReview {
        width: 70%;
    }

    h4 {
        font-size: 20px;
    }

    h1 {
        font-size: 30px;
    }

    section {
        padding: 1rem 0 !important;
    }

    .productInfo p {
        width: 98%;
    }

    .prodCat p {
        font-size: 18px;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .pSolutionInfo h1 {
        margin-bottom: 10px;
    }

    .pSolutionInfo p:first-of-type {
        margin-bottom: 10px;
    }

    .pSolutionInfo p {
        font-size: 14px;
    }

    .exploreDesc p {
        font-size: 20px;
    }

    .fa-star {
        padding-bottom: 0rem;
    }

    .blogDetails {
        padding: 1rem;
    }

    .blogDetails p {
        padding: 0;
    }

    .blogDetails a {
        width: auto;
        margin-left: 0;
        font-size: 16px;
    }

    .testimonialReview {
        width: 90%;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .fSec01.w-25 {
        padding-right: 15px;
    }

    .fullwidth {
        background-color: #009E60;
        margin: 0 0px 30px 0;
    }

    .fullwidth-content {
        display: block;
        text-align: center;
    }

    .fullwidth-content img {
        margin: 0;
    }

    .about-content.d-flex {
        display: block !important;
        text-align: center;
    }

    .about-content.d-flex img {
        margin-bottom: 10px;
    }




}





.newPage .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: hidden;
}


/* New Page 3 */
.newPage2.offcanvas {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
    width: 42%;
    background-color: #FBF7F4;
}

.newPage2 .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: hidden;
}

.newPage2 .formSliderBtnsTwo {
    display: flex;
    gap: 1rem;
    /* position: relative;
    top: -3rem;
    justify-content: center; */
}

.newPage2 .productConfigurationOrderForm .productFormSlide {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.newPage2 .orderStep {
    margin-top: 0;
}

.formSliderBtnsTwo .slide-arrow {
    width: 2rem;
    height: 2rem;
    background-color: #000;
    border: none;
    border-radius: 50%;
    color: #fff;
}

.newPage2 .productConfigurationOrderForm {
    overflow-x: hidden;
    height: 100%;
}

button.cart-btn {
    border: none;
    background-color: #009E60;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem;
}

.form-body {
    flex: 1 1 auto;
    padding: 0 2.5rem 1rem 2.5rem !important;
    color: var(--bs-card-color);
    position: absolute;
    top: 8rem;
    z-index: 9;
    height: 85vh;
    overflow: scroll;
}

.form-body::-webkit-scrollbar {
    display: none;
}

.form-body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.orderFHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 5vh;
    padding: 3rem 1rem;
}

.stick {
    position: sticky;
    top: 0;
}

.total {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.totalPrice {
    padding: 1rem;
    background: #009E60;
    color: white;
    font-weight: 600;
}



.mySelectionList li {
    padding-bottom: 1rem;
}

.mySelection-btn {
    margin: 1rem;
    color: #009E60;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    font-weight: 700;
    border: 1px solid #009E60;
}

.form-bodyFive {
    flex: 1 1 auto;
    color: var(--bs-card-color);
    position: absolute;
    top: 16rem;
    z-index: 9;
    height: 60vh;
    overflow: scroll;
    margin: 0 2rem;
    width: 46rem;
    background: #707070;
}

.form-bodyFive::-webkit-scrollbar {
    display: none;
}



.orderFHeadFive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E6E7E8;
    /* height: 5vh; */
    padding: 1rem 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.orderFHeadFive .btn-close {
    opacity: 1!important;
}

.orderFHeadFiveOne {
    flex: 2;
    border-right: 1px solid #707070;
    /* padding: 0 1rem; */
}

.orderFHeadFiveOne span {
    color: #009E60;
    font-weight: 600;
    font-size: 1.2rem;
}

.orderFHeadFiveTwo {
    padding: 1rem;
}



.productPriceBoxFive {
    /* margin: 3rem 0.8rem 0.5rem 2rem; */
    padding: 2rem 0;
    background-color: #fff;
    margin-top: -2rem;
}



.orderStepFive {
    background-color: #FBF7F4;

}

/* 
.formSliderFive .slick-list {
    display: block;
    width: 100%;
    height: 100%;
}

.formSliderFive .slide {
    width: 100%;
    height: 100%;
}

.formSliderFive .slick-track {
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
} */



.carousel-control-next,
.carousel-control-prev {
    position: fixed;
    top: 92%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 15px;
    color: #fff !important;
    text-align: center;
    background: #000;
    border: 0;
    opacity: 1;
    /* transition: opacity .15s ease; */
    height: 20px;
    border-radius: 0%;
    margin: 0 1rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 45%;
    background-size: 76% 100%;
    padding: 1rem 1rem;
}

.carousel-indicators {
    position: fixed;
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    z-index: 2;
    /* display: flex; */
    /* justify-content: center; */
    /* padding: 0; */
    /* margin-right: 15%; */
    /* margin-bottom: 1rem; */
    /* margin-left: 15%; */
    top: 93%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    background: #FBF7F4;
}

.carousel {
    position: relative;
    background: #FBF7F4;
}

.carousel-item .orderStep {
    margin: 0;
    padding: 0;
}

.carousel-item .orderStep {
    margin: 0;
    padding: 0;
}

.carousel-item .formStepHeader {
    background-color: #009E60;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carousel-item .formStepHeaderTitle {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.carousel-item .formStepHeaderTitleOption {
    color: white;
    font-weight: 600;
}

.carousel-item .formStepHeader h3 {
    color: white;
    margin-bottom: 0;
}

.carousel-item .formStepBody {
    padding: 2rem 2rem;
    overflow: scroll;
    height: 351px;
    overflow-x: hidden;
}

.carousel-item .formStepHeader a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: scroll;
}

.carousel-inner::-webkit-scrollbar {
    display: none;
}

.formBtns {
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 0px;
    border: none;
    font-size: 1.5rem;
    background: white;
}

.productFormPrice {
    width: 75px;
    display: inline-flex;
    background: #707070;
    text-align: center;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    color: #000;
}

div#toolTipModalOption01 {
    padding-right: 0!important;
}

.form-bodyFive input:checked {
    accent-color: #009E60;
}

.opFRc {
    overflow-y: scroll;
}

.opFRc::-webkit-scrollbar {
    width: 0.4rem;
  }
   
  .opFRc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    border-radius: 50px;
}

.opFRc::-webkit-scrollbar-thumb {
      background-color: #009E60;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* outline: 1px solid slategrey; */
    height: 20px;
    width: 20px;
    border-radius: 50px;
  }

  .orderFHeadFiveThree .mySelection-btn {
    /* margin: 1rem; */
    color: #009E60;
    text-transform: uppercase;
    padding: 1rem 1rem;
    font-weight: 700;
    border: 1px solid #009E60;
    /* margin-right: 2rem; */
}

.slider-nav.slick-initialized.slick-slider.slick-dotted {
    margin-top: -6rem;
}










.productInfo.pro7Page a {
    color: #009E60;
}






.formModal {
    /* position: fixed; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(28%, -50%) scale(0);
    /* transition: 200ms ease-in-out; */
    border: 1px solid #000;
    border-radius: 10px;
    width: 700px;
    max-width: 90%;
    z-index: 10;
    background-color: #FBF7F4;
    height: 590px;
}

.formModal.active {
    transform: scale(1);
    position: absolute;
    top: -36rem;
    left: 2rem;
}

.formModalHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 15px; */
    border-bottom: 1px solid #000;
}

.formModalHeader .formCloseModalBtn {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 2rem;
    font-weight: 600;
}

.formModalBody {
    /* padding: 10px 15px; */
    
}

#formModalOverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease-in-out;
}

#formModalOverlay.active {
    opacity: 1;
    pointer-events: all;
}

.spForm {
    height: 29vh;
}

.pro7Modal {
    /* left: -9%; */
}

.pro7Page p {
    width: 97%;
    line-height: 40px;
}

.pro7 .btn-configure {
    border-radius: 5px;
    background-color: white;
    border: 1px solid #009E60;
    color: #009E60;
}

/* .pro7 .slider-nav .slick-next,
.pro7 .slider-nav .slick-prev {
    right: 0px;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
    height: 185px;
    padding: 0px 35px 0 15px;
} */

.pro7 .slider-nav.slick-initialized.slick-slider.slick-dotted {
    margin-top: 2rem;
}

.pro7 .productImage {
    padding: 3rem 2.5rem;
    margin-top: 0;
    background: #FCFEFF;
}

.productImageSliderWrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0 0px; */
    /* margin-top: 2rem; */
    /* margin-bottom: 2rem; */
}

.pro7 .slick-next {
    right: 40px;
}

.pro7 .slider-nav .slick-prev {
    left: 45px;
    z-index: 9;
}

.slider-nav .productTinyImage {
    padding: 0 2.5rem;
}

.proTitle {
    font-size: 35px;
    color: #707070;
}

.pro8Modal {
    left: -11%;
    height: 45%;
    top: 48%;
    width: 45%;
}

.pro8Page p {
    width: 97%;
    line-height: 40px;
}

.pro8 .btn-configure {
    border-radius: 5px;
    background-color: white;
    border: 1px solid #009E60;
    color: #009E60;
}

.pro8 .slider-nav .slick-next,
.pro8 .slider-nav .slick-prev {
    right: 0px;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
    height: 185px;
    padding: 0px 35px 0 15px;
}

.pro8 .slider-nav.slick-initialized.slick-slider.slick-dotted {
    margin-top: 2rem;
}

.pro8 .productImage {
    /* padding: 3rem 2.5rem; */
    margin-top: 0;
    background: #FCFEFF;
}

section.productDetail.pro8 {
    padding-top: 5rem;
}

@media ( max-width: 600px ){
    .formModal.active {
        transform: translate(-50%, -50%) scale(1);
    }

    .nav-pills .nav-item {
        width: 25%;
    }

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%;
        height: 100%;
    }
}


/* div#panel-1577279525124 .tab-pane {display: block !important;} */

.mySelectionTotal {
    font-size: 1.25rem !important;
    margin-bottom: 0;
    margin: auto;
}


.learnResponseHead{
    font-weight: 700;
    font-size: 1.25rem;
}

.toolTipModal .modal-body .row div:first-child {
    border-right: 1px solid black;
}
.carousel-control-next span.next, .carousel-control-prev span.prev {
    font-size: 12px;
    background: black;
}
.totoalPRices {
    text-align: end;
}
.form-modal {
    position: relative;
}
.carousel-control-next[disabled] {
    opacity: 0.5;
  }
  button.carousel-control-next.addtocart {
    font-size: 12px;
    width: auto;
}
button.carousel-control-next.addtocart {
    font-size: 12px;
}





button.accordion-button {
    background: #1f6a47 !important;
    color: white !important;
}
.step-forms p {font-weight: 900;}
