.lab {
    background-color: #f3fff2;
    border: 2px solid;
    /* Thick border to show gradient clearly */
    border-image: linear-gradient(45deg, #0620a4, #0f6e3c) 1;
    border-radius: 8px !important;
    /* Optional: Rounds the corners */
}

.text-primary {
    color: #0620a4 !important;
}

.steps-wrapper {
    background-color: #f2fff2;
    border: 1px solid #0f6e3c;
    border-radius: 8px;
}

.step-box {
    width: 200px;
    text-align: center;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #ffffff;
}

.step-header {
    font-size: 1rem;
    font-weight: bold;
}

.icon {
    width: 40px;
    height: auto;
}

.arrow {
    font-size: 2rem;
    color: #0f6e3c;
}

.all_specing {
    padding-left: 55px;
    padding-right: 55px;
}

.all_specing_form {
    padding-left: 64px;
    padding-right: 64px;
}

.faq {
    margin-bottom: 20px;
    border: none;
}

.symptrom {
    font-size: 40px;
    line-height: 48.41px;
    font-weight: 600 !important;
}

.faq h5 {
    cursor: pointer;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-top: 5px;
    transition: border-color 0.3s ease;
}

.faq.open h5 {
    border-bottom: none;
    border-color: transparent;
    border-radius: 5px 5px 0 0 !important;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: none;
    margin-top: -9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.faq.open .faq-content {
    display: block;
}

.arrow {
    font-size: 20px;
}

.faq {
    margin-bottom: 20px;
    border: none;
    /* Default border */
}

.faq h5 {
    cursor: pointer;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    /* Default border color */
    margin-top: 30px;
}

.faq-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    margin-top: -17px;
}

.faq.open {
    border: none;
}

.faq.open h5 {
    border: 1px solid green;
}

.faq.open .faq-content {
    border-bottom: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    display: block;
}

.faq.open .faq-content {
    border-top-width: 90% !important;
}

.faq-content {
    transition: max-height 0.8s ease-in-out !important;
}

.faq-header {
    cursor: pointer;
}

.banner {
    height: auto;
}

.banner h2 {
    font-size: 2rem;
    font-weight: bold;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;

}

.search-bar button {
    border-radius: 0 5px 5px 0;
    padding: 0.5rem 1rem;
}

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

.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.shadow-none {
    box-shadow: none !important;
    /* Ensures no shadow */
}

.border-none {
    border: none !important;
    /* Ensures no border */
}


.owl-nav .owl-prev {
    left: -10px;
    /* Adjust the position of the 'previous' button */
}

.owl-nav .owl-next {
    right: -10px;
    /* Adjust the position of the 'next' button */
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-prev button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background-color: #0620a4 !important;
    color: rgb(255, 255, 255) !important;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 60%;
    font-size: 27px;
    display: block !important;
}


.owl-next button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background-color: #0620a4 !important;
    color: rgb(255, 255, 255) !important;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 60%;
    font-size: 27px;
    display: block !important;
}


.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-item {
    margin: 0 5px;
    border: 1px solid #0620a4;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    color: #0620a4;
}

.page-item.active {
    background-color: #0f6e3c;
    /* Green background for active */
    color: #fff;
    /* White text for better contrast */
    font-weight: bold;
}


.ellipsis {
    padding: 5px 10px;
}

.specialist {
    width: 100%;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;

}

.stack-tab-container {
    position: relative;
    margin-top: 2rem;
    background-color: #249023 !important;
    border-radius: 8px;
    color: #ffffff;
}

.stack-tab-container .tab-bar {
    overflow: hidden;
    padding-right: 25px;
}

.stack-tab-container .left-arrow,
.stack-tab-container .right-arrow {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.stack-tab-container .right-arrow {
    right: 0;
    justify-content: flex-end;

}

.stack-tab-container .right-arrow.active,
.stack-tab-container .left-arrow.active {
    display: flex;
}

.stack-tab-container i {
    width: 24px;
    height: 24px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
    color: #f2fff2;
}

.stack-tab-container ul.tabs {
    display: flex;
    gap: 16px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.stack-tab-container ul.dragging {
    scroll-behavior: auto;
    cursor: pointer;
}

.stack-tab-container ul::-webkit-scrollbar {
    display: none;
}

.stack-tab-container li.tab,
.stack-tab-container a {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;

    margin-bottom: 5px;
    margin-right: 5px;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
}

.add_card_list {
    background-color: #f2fff2 !important;
}

.card_add {
    background-color: #f2fff2 !important;
    border-radius: 7px !important;
    border: 1px solid #0620a4 !important;
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
    .add_card_list {
        background-color: #f2fff2 !important;
        border-radius: 7px !important;
        border: 1px solid #0620a4 !important;
    }

    .card_add {
        background-color: #ffffff !important;
        border: none !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .banner_side_image {
        display: none !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {

    .image-section img {
        width: 400px !important;
        height: 216px;
        float: right;
        display: flex;
        justify-content: right !important;
        position: relative;
        left: 26px;
    }

    .slider_heading {
        font-size: 20px;
        font-weight: 400;

        text-align: left;
    }

    .slider_items {
        height: 216px;
        float: right;
        display: flex;
        justify-content: right;
    }

    .slide_para {
        font-size: 10px;
        font-weight: 100;
        line-height: 15px;
        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

    .lab_background {
        height: 80px;
    }

    .step_image {
        display: none;
        ;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {


    .slider_banner_image {
        width: 250px;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 26px;
    }

    .slider_items {
        height: 200px;
        float: right;
        display: flex;
        justify-content: right;
    }

    .slider_heading {
        font-size: 20px;
        font-weight: 400;

        text-align: left;
    }

    .slide_para {
        font-size: 10px;
        font-weight: 100;
        line-height: 15px;
        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 600px) and (max-width: 800px) {

    .slider_banner_image {
        width: 260px;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 45px;
    }

    .slider_items {
        height: 220px;
        float: right;
        display: flex;
        justify-content: right;
    }

    .slider_heading {
        font-size: 27px;
        font-weight: 700;
        line-height: 30.93px;
        text-align: left;
    }

    .slide_para {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }

}



@media only screen and (min-width: 801px) and (max-width: 1280px) {

    .slider_items {
        height: 230px;
        float: right;
        display: flex;
        justify-content: right;
    }

    .carousel-inner .item {
        border-radius: 13px !important;
        height: 227px;
    }

    .slider_banner_image {
        width: 319px;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right;
        position: relative;
        left: 26px;
    }

    .slider_heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 30.93px;
        text-align: left;
    }

    .slide_para {
        font-size: 15px;
        font-weight: 100;

        text-align: left;
    }

    .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 50px;

    }

    .slider_heading {

        font-weight: bold;
        margin-bottom: 20px;
    }


}

@media only screen and (min-width: 1279px) and (max-width: 1450px) {

    .slider_items {
        height: 200px;
        float: right;
        display: flex;
        justify-content: right;
    }

    .image-section img {
        width: 400px !important;
        height: 250px;
        float: right;
        display: flex;
        justify-content: right !important;
        position: relative;
        left: 26px;
    }
}

@media only screen and (min-width: 1235px) and (max-width: 2080px) {

    .slider_items {
        height: 230px;
        float: right;
        display: flex;
        justify-content: right;
    }
}

@media (max-width: 800px) {
    .icon-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-md-4 {
        flex-direction: column;
        text-align: center;
    }

    .col-md-4 img {
        margin-bottom: 15px;
    }
}

@media (max-width: 300px) {
    .col-md-2 img {
        display: block;
        margin: 0 auto 10px auto;
    }

    .text-primary {
        text-align: center;
    }
}



@media (max-width: 900px) and (min-width: 300px) {
    .search-bar {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .search-bar input {
        flex: 1;
        margin-right: 10px;
    }

    .search-bar button {
        flex-shrink: 0;
    }
}






/* Adjust the button size on smaller screens */
@media (max-width: 300px) {

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .owl-carousel .owl-prev {
        left: -40px;
    }

    .owl-carousel .owl-next {
        right: -40px;
    }
}


@media (min-width: 700px) and (max-width: 1000px) {
    .search-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        /* Adjust margin for centering */
    }

    .search-bar input {
        width: 100%;
        /* Adjust width for responsiveness */
        max-width: 400px;
        /* Optional: Limit maximum width */
        margin-bottom: 10px;
        /* Add spacing between input and button */
    }

    .search-bar button {
        width: 80%;
        /* Match button width with input */
        max-width: 400px;
    }

    .banner .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
    }


}


#slidy-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    ;
}

#slidy-container img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 260px;
    border-radius: 8px;
    ;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    #slidy-container img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        height: 140px;
        border-radius: 8px;
        ;
    }

}
/* .modal-dialog {
                            max-width: 100%;
                            height: 100%;
                            margin: 0;
                        }

                        .modal-content {
                            height: 100vh;
                            width: 100vw;
                            border-radius: 0;
                            padding: 20px;
                        } */

                        .modal-body {
                            overflow-y: auto;
                        }

                        /* Search Bar */
                        .search-container input {
                            width: 100%;
                            height: 50px;
                            font-size: 16px;
                            padding: 10px;
                            border-radius: 8px;
                            border: 1px solid #ddd;
                        }

                        .trending-searches {
                            background-color: #F3FFF2;
                            padding: 15px;
                            margin-top: 20px;
                            border-radius: 10px;
                        }

                        /* Make the Trending Searches title visible */
                        .trending-searches h5 {
                            color: #333;
                            /* Dark color for text */
                        }

                        .trending-tags {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 10px;
                            margin-top: 10px;
                            background-color: #F3FFF2;
                        }

                        .tag {
                            background-color: #F3FFF2;
                            /* Lighter background */
                            border: 1px solid #097427;
                            padding: 8px 12px;
                            border-radius: 20px;
                            font-size: 14px;
                            cursor: pointer;
                            color: #333;
                            /* Dark text color */
                            transition: all 0.3s ease;
                        }

                        .tag:hover {
                            background-color: #000080;
                            color: white;
                            border-color: #007bff;
                        }

                        .modal-header {
                            display: flex;
                            flex-direction: row-reverse;
                            justify-content: space-between;
                            align-items: center;
                        }

                        .close {
                            order: -1;
                            margin-right: auto;
                            margin-left: 15px;
                            font-size: 24px;
                        }

                        /* Product Card Styling */
                        .modal-product-card {
                            background-color: #fff;
                            border-radius: 8px;
                            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                            padding: 15px;
                            text-align: center;
                            overflow: hidden;
                            transition: all 0.3s ease;
                        }

                        .modal-product-card:hover {
                            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                            transform: translateY(-5px);
                        }

                        .modal-product-card img {
                            width: 120px;
                            height: 120px;
                            object-fit: contain;
                            margin-bottom: 15px;
                        }

                        .modal-product-card h6 {
                            font-size: 16px;
                            font-weight: bold;
                            margin-bottom: 10px;
                        }

                        .modal-product-card .line-layout {
                            display: flex;
                            justify-content: center;
                            gap: 10px;
                            margin-bottom: 10px;
                        }

                        .modal-product-card button {
                            background-color: #249023;
                            color: white;
                            padding: 10px 20px;
                            border-radius: 8px;
                            border: none;
                            cursor: pointer;
                            transition: all 0.3s ease;
                        }

                        .modal-product-card button:hover {
                            background-color: #1b6d18;
                        }

                        .modal-product-list {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 20px;
                            justify-content: space-around;
                        }

                        .product-card {
                            min-height: 100%;
                            max-height: 330px;
                            background-color: #f3fff2;
                            border: 1px solid #0620a4 !important;
                            border-radius: 5px !important;
                            padding: 15px;
                        }
                        @media only screen and (min-width: 300px) and (max-width: 900px) {
.owls1{display: none;}
    .owls{display: none;}
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
.owl-next{display:none!important;}
.all_texts{display: none;}
.owl-dots{display:none;}
}
.product-card {
    min-height: 100%;
    max-height: 330px;
    background-color: #f3fff2;
    border: 1px solid #0620a4 !important;
    border-radius: 5px !important;
    padding: 15px;
}
.product-image {
    width: 100px;
    height: 120px;
    
}
@media only screen and (min-width: 1000px) and (max-width: 1290px) {
    .product-card {
        min-height: 100%;
        max-height: 330px;
        background-color: #f3fff2;
        border: 1px solid #0620a4 !important;
        border-radius: 5px !important;
        padding: 15px;
    }
}





/* ===========================================================  shop details ======================================================*/
.fa-star {
    color: #ccc;
    cursor: pointer;
    font-size: 30px;
}
#main-image{width:100%;height:400px;}
@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }
  
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
.left_side_card{display: none;}
#main-image{width:100%;height:250px;}
}
.fa-star.checked {
    color: #ffcc00;
}

.img-thumbnail {
    transition: transform 0.3s ease-in-out;
}

/* .img-thumbnail:hover {
    transform: scale(1.2);
    cursor: pointer;
} */

.img-fluid {
    transition: transform 0.3s ease-in-out;
}

/* .img-fluid:hover {
    transform: scale(1.2);
    cursor: zoom-in;
} */

/* #main-image:hover {
    transform: scale(1.3);
    cursor: zoom-in;
} */

.page-item {
    margin: 0 5px;
    border: 1px solid #0620a4;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    color: #0620a4;
}

.page-item.active {
    background-color: #0f6e3c;
    /* Green background for active */
    color: #fff;
    /* White text for better contrast */
    font-weight: bold;
}


.ellipsis {
    padding: 5px 10px;
}

.specialist {
    width: 100%;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;

}

.stack-tab-container {
    position: relative;
    margin-top: 2rem;
    background-color: #249023 !important;
    border-radius: 8px;
    color: #ffffff;
}

.stack-tab-container .tab-bar {
    overflow: hidden;
    padding-right: 25px;
}

.stack-tab-container .left-arrow,
.stack-tab-container .right-arrow {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.stack-tab-container .right-arrow {
    right: 0;
    justify-content: flex-end;

}

.stack-tab-container .right-arrow.active,
.stack-tab-container .left-arrow.active {
    display: flex;
}

.stack-tab-container i {
    width: 24px;
    height: 24px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
    color: #f2fff2;
}

.stack-tab-container ul.tabs {
    display: flex;
    gap: 16px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.stack-tab-container ul.dragging {
    scroll-behavior: auto;
    cursor: pointer;
}

.stack-tab-container ul::-webkit-scrollbar {
    display: none;
}


.stack-tab-container li.tab,
.stack-tab-container a {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;

    margin-bottom: 5px;
    margin-right: 5px;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
}



.breadcrumb {
    background: none;
    padding: 0;
}

.product-title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0620a4;
}

.product-rating {
    color: #ffffff;
    font-weight: bold;
    background-color: #249023;
    width: 60px;


}

.pack-size {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.pack-size button {
    border: 1px solid #0620a4;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    cursor: pointer;
    text-align: left;
}

.pack-size button.active {
    border-color: #28a745;
    color: #fff;
    background-color: #28a745;
    text-align: left;
}

.price {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.price span {
    font-size: 0.9rem;
    color: #6c757d;
}

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

.action-buttons button {
    width: 150px;
    font-weight: bold;
}

.product-images {
    display: flex;
    gap: 1rem;
}

.product-images .image-thumbnails {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.product-images .image-thumbnails img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
}

.product-images img#main-image {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product_image {
    width: 100%;
    height: 500px;
}






.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-item {
    margin: 0 5px;
    border: 1px solid #0620a4;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    color: #0620a4;
}

.page-item.active {
    background-color: #0f6e3c;
    /* Green background for active */
    color: #fff;
    /* White text for better contrast */
    font-weight: bold;
}


.ellipsis {
    padding: 5px 10px;
}




ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;

    cursor: pointer;
}

ul.tabs li.current {
    background: #249023;
    color: #ffffff;
    border-radius: 4px;
}

.tab-content {
    display: none;
    background: #F9F9FF;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
}

.gradient-border {
    border: 2px solid;

    border-image: linear-gradient(to right, #249023, #212588) 1;
    border-radius: 10px;
    /* Border radius */

    background-color: white;
    /* Background color */
    text-align: center;
   
}



#slidy-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    ;
}

#slidy-container img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 260px;
    border-radius: 8px;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    #slidy-container img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        height: 140px;
        border-radius: 8px;
        ;
    }

}








.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
    height: 400px;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 400;
}

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

/* .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
} */

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {

    .card-wrapper {

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}

.img-display {
    display: flex;
    justify-content: center;
    /* Center the images horizontally */
    align-items: center;
    /* Align the images vertically */
    gap: 10px;
    /* Add spacing between images */
}

.img-display img {
    display: inline-block;
    width: 100px;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    border: 1px solid #ddd;
    /* Optional border for styling */
    border-radius: 5px;
    /* Optional rounded corners */
}

.img-select {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
}

.img-item {
    flex-shrink: 0;
}

/* .img-thumbnail {
    cursor: pointer;
    transition: transform 0.3s;
}

.img-thumbnail:hover {
    transform: scale(1.1);
} */



.img-item {
    margin: 0.3rem;
}


.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-rating span {
    font-weight: 600;
    color: #252525;
}

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price span {
    font-weight: 400;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail ul li {
    margin: 0;
    list-style: none;

    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}



@media screen and (min-width: 992px) {


    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}




.wrapper {
    background: var(--white);


    width: 100%;

    box-shadow: var(--shadow);
    text-align: center;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 2rem;
    color: var(--yellow);
    margin-bottom: 2rem;
}

.rating .star {
    cursor: pointer;
}

.rating .star.active {
    opacity: 0;
    animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}



.rating .star:hover {
    transform: scale(1.1);
}

textarea {
    width: 100%;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: .5rem;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: .5rem;
}









/*start styles*/
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border: 1px solid #0620a4;
    border-radius: 10px;
    overflow: hidden;
    background: #F3FFF2;
}

.accordion__header {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;

}

.accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.accordion__header.active {
    background: #F3FFF2;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
    background: #F3FFF2;
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
.owls1{display: none;}
    .owls{display: none;}
}



/*==============================================  cart  =========================================================*/
.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.cart-item-hidden {
    display: none;
}

.card {
    border-radius: 7px;
    padding: 20px;
    box-shadow: none;
    border: none;
}

.header-card {
    background-color: #28a745;
    border-radius: 8px;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.price-discount {
    color: #212588;
    font-weight: bold;
    font-size: 18px;
}

.delete-icon {
    color: #dc3545;
    font-size: 23px;
    cursor: pointer;
}


.summary-box {

    border-radius: 8px;
    padding: 15px;
}

.summary-box h6 {
    font-weight: bold;
}

.view-all-btn {
    background-color: #212588;
    border-color: #212588;
    color: white;


}

.view-all-btn:hover {
    background-color: #212588;
    border-color: #212588;
}

.heading {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.searchInputWrapper {
    position: relative;
}

.searchInput {
    width: 20rem;
    height: 2rem;
    padding: 0 1rem;
    border-radius: 2rem;
    border: none;
    transition: transform 0.1s ease-in-out;
}

::placeholder {
    color: #a1a1a1;
}

/* hide the placeholder text on focus */
:focus::placeholder {
    text-indent: -999px
}

.searchInput:focus {
    outline: none;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}

.searchInputWrapper {
    border-bottom: 2px solid #249023;
}

.searchInputIcon {
    position: absolute;
    right: 0.8rem;
    top: 0.5rem;
    color: #212588;
    transition: all 0.1s ease-in-out;
    background-color: #F3FFF2;
}

.container:focus-within>.searchInputWrapper>.searchInputIcon {
    right: 0.2rem;
}



.banner {
    background-image: linear-gradient(to right, #008000, #000080);
    /* Green to Blue gradient */
    color: white;
    padding: 20px;
    /* Adjust padding as needed */
    text-align: left;
    border-radius: 5px;
}

.banner h2 {
    margin-bottom: 10px;
}

.banner p {
    margin-bottom: 0;
}

.discount-box {
    position: absolute;
    top: 50%;
    right: 30px;
    /* Adjust right position as needed */
    transform: translateY(-50%);
    background-color: #ffffff;
    /* Semi-transparent white background */
    padding: 10px;
    border-radius: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .discount-box {
        position: absolute;
        top: 0%;
        right: 30px;
        /* Adjust right position as needed */
        transform: translateY(-50%);
        background-color: #ffffff;
        /* Semi-transparent white background */
        padding: 10px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
    .all_specing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .discount-box {
        position: absolute;
        top: 0%;
        right: 30px;
        /* Adjust right position as needed */
        transform: translateY(-50%);
        background-color: #ffffff;
        /* Semi-transparent white background */
        padding: 10px;
        border-radius: 5px;
    }
}




.wishlist-header {
    text-align: center;
    margin-bottom: 40px;
}

.wishlist-header h1 {
    color: var(--medical-blue);
    font-size: 32px;
    margin-bottom: 10px;
}

.wishlist-header p {
    color: #666;
    font-size: 16px;
}

.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.wishlist-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wishlist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wishlist-card img {
    
    object-fit: cover;
}

.wishlist-card-content {
    padding: 20px;
}

.wishlist-card-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--medical-blue);
    margin-bottom: 10px;
}

.wishlist-card-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.wishlist-card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wishlist-card-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--success-green);
}

.wishlist-card-remove {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wishlist-card-remove:hover {
    background: #c82333;
}

.empty-wishlist {
    text-align: center;
    padding: 50px;
}

.empty-wishlist i {
    font-size: 50px;
    color: var(--medical-blue);
    margin-bottom: 20px;
}

.empty-wishlist p {
    font-size: 18px;
    color: #666;
}

.wishlist_card{border:1px solid #0620a4!important;border-radius: 7px;background-color: #f9f9ff!important;}