* {
    padding: 0px;
    margin: 0px;
}

:root {
    --primaryColor: #007979;
    --secondaryColor: #711ee9;
    --grey: #6c757d;
    --backgroundLight: #f0f0f0;
    --hardColor: #003c3c;
    --primaryLight: #15b7b7;
}

body {
    position: relative;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

a:hover {
    text-decoration: none;
}

.cusBtn {
    background: var(--primaryColor);
    color: #fff;
    padding: 8px 16px;
}

    .cusBtn:hover,
    .cusBtn:active,
    .cusBtn:focus {
        background: var(--primaryColor);
        color: #fff;
        box-shadow: none;
    }

.btn:focus {
    box-shadow: none;
}

.cusBtnRes {
    color: var(--primaryColor);
    background: #fff;
    padding: 8px 16px;
    border: 1px solid var(--primaryColor);
}

    .cusBtnRes:hover {
        background: var(--primaryColor);
        color: #fff;
        padding: 8px 16px;
    }

.doctor_btn {
    background-image: linear-gradient(45deg, var(--primaryColor), var(--secondaryColor));
    color: #fff;
    padding: 8px 16px;
    margin: 20px 0px 0px 0px;
    display: block;
    text-align: center;
    animation: gradient 1.2s ease infinite;
    background-size: 300% 300%;
    border-radius: 5px;
    cursor: pointer;
}

    .doctor_btn:hover {
        color: #fff;
    }

.lightText {
    color: rgba(0, 0, 0, 0.85);
    font-size: 10px;
    margin: 0px;
}

.heading {
    font-size: 30px;
    color: var(--primaryColor);
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.title {
    margin: -20px 0px 30px 0px;
    font-size: 18px;
    font-weight: 500;
}

.heading:before {
    content: "";
    display: flex;
    left: -100px;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: var(--secondaryColor);
}

.breadcrumb {
    background-color: transparent;
}

.gap {
    padding: 100px 0px;
}

.gap-20 {
    padding: 20px 0px;
}

.navbar-dark .navbar-brand,
.cus-navbar .navbar-nav .active > .nav-link,
.cus-navbar .navbar-nav .nav-link {
    color: var(--primaryColor);
}

.cus-navbar {
    position: absolute;
    z-index: 28;
    width: 100%;
    padding: 0rem 1rem 0rem 1rem;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand img {
        height: 70px;
        margin: 7px;
    }

.cus-navbar.fixed-top {
    position: fixed !important;
    width: 100%;
    background-color: var(--primaryColor);
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand,
.cus-navbar .navbar-nav .active > .nav-link,
.cus-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

    .cus-navbar .navbar-nav .nav-link.active {
        color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

.navbar-nav li {
    margin-right: 35px;
}

.cartBox {
    position: relative;
}

.showCartList {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    color: #fff;
    background: var(--secondaryColor);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartImg {
    width: 20px;
    height: 20px;
}

.navbar-nav li:nth-last-child(1) {
    margin-right: 0px;
}

.dropdown-menu {
    right: 0px;
    left: -100%;
    padding: 0rem;
    font-size: 15px;
}

.dropdown-item {
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
}

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--primaryColor);
        color: #fff;
    }

.dropdown-menu.show {
    background: var(--primaryColor);
    top: 100%;
    width: max-content !important;
}

/* carouselExampleIndicators */
.carousel-caption {
    position: absolute;
    top: 45%;
    bottom: inherit;
    left: 200px;
    width: 500px;
    transform: translate(0%, -30%);
}

.carouselCText {
    width: 500px;
    background: var(--primaryColor);
    color: #fff;
    border: 1px solid var(--primaryColor);
    border-radius: 30px 0px 30px 0px;
    padding: 20px;
}

    .carouselCText h1 {
        font-size: 55px;
        font-weight: 800;
    }

.bannerCall {
    text-align: left;
    margin: 40px 0px 0px 0px;
}

    .bannerCall a {
        margin-left: 10px;
    }

.carouselCText::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 35px;
    border: 3px solid #fff;
    border-radius: 30px 0px 30px 0px;
    width: 100%;
    height: 160px;
    z-index: -1;
}

.carousel-inner {
    height: 610px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon {
    background-size: 20px 20px;
    border: 1px solid var(--primaryColor);
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.carousel-control-prev-icon {
    background-size: 20px 20px;
    border: 1px solid var(--primaryColor);
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.carousel-indicators {
    align-items: center;
    bottom: 25px;
}

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

        .carousel-indicators li.active {
            transition: 0.3s;
            background: var(--secondaryColor);
        }

.onlineReg {
    position: fixed;
    top: 100px;
    right: 0;
    display: block;
    background: var(--secondaryColor);
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 16px 8px;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    letter-spacing: 0.8px;
    z-index: 9;
}

    .onlineReg:hover {
        color: var(--secondaryColor);
        background: #fff;
    }

.urgent_call {
    right: 0px;
    top: 260px;
}

.doctor_btn {
    font-size: 14px;
    width: 80%;
    margin: 0px auto;
    padding: 7px 12px;
}
/* about start*/
.aboutBox {
    border: 1px solid var(--secondaryColor);
}

.about .card {
    transition: 0.3s;
    border: 1px solid var(--secondaryColor);
}

.about .card-body {
    padding: 0px !important;
}

.about .card:hover {
    transform: translate(0px, -2px);
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}

.card-img {
    text-align: center;
    margin: 30px 0px;
}

.specialTreatment {
    display: flex;
    background: url("../img/Youtube-banner.jpg") 100% 100%;
    height: 380px;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

    .specialTreatment:after {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.45);
        width: 100%;
        height: 100%;
    }

.specialTretBox {
    width: 800px;
    margin: auto;
    border: 1px solid rgb(255, 255, 255, 0.3);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.3);
}

.bigmtext {
    font-size: 2rem;
    font-weight: 600;
    margin: 0px;
}

.bigtext {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0px;
}

.specialTretBox .cusBtn {
    text-decoration: none;
    transition: 0.3s;
    margin-top: 10px;
}

    .specialTretBox .cusBtn:hover {
        background: #fff;
        color: var(--primaryColor);
    }

/* ourMember start */
#Member {
    background: #f0f0f0;
}

#ourMember {
    position: relative;
}

    #ourMember .owl-nav.disabled {
        display: block !important;
        position: absolute;
        top: -50px;
        right: 0px;
        z-index: -1;
    }

    #ourMember .owl-prev img,
    #ourMember .owl-next img {
        width: 20px;
        height: 20px;
    }

    #ourMember .owl-prev img {
        margin-right: 5px;
    }

.omembox {
    border: 1px solid var(--secondaryColor);
    background: #fff;
}

.omebimg {
    height: 150px;
    background: var(--primaryColor);
}

    .omebimg img {
        top: -131px;
        position: relative;
        display: block;
        width: 60% !important;
        margin: 0px auto;
    }

#ourMember .item {
    margin-top: 130px;
    height: 100%;
    overflow: visible;
}

.omgBText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.experience {
    display: flex;
    align-items: center;
}

.omgBText p,
.omgBText span {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}

.desg {
    border: 1px solid var(--primaryColor);
    padding: 5px;
    color: var(--primaryColor);
    border-radius: 5px;
}

.expNum {
    margin-bottom: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    ;
}

    .expNum sup {
        display: flex;
        background: var(--primaryColor);
        color: #fff;
        padding: 0px 0px 0px 4px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        align-items: center;
        margin-left: 3px;
    }

/* about end*/
/* product start*/
.proList {
    border-radius: 8px;
    border: 1px solid transparent;
    overflow: hidden;
}

.product .cusBtn:hover {
    background: #fff;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

/* sservice start*/
.service {
    background: var(--primaryColor);
}

    .service .heading {
        color: #fff;
    }

.sservice {
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    padding: 10px 15px 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center /*start*/;
    border-radius: 10px;
    background: #fff;
}

    .sservice:after,
    .sservice:before {
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        position: absolute;
    }

.about .labBox img {
    margin: 0px auto;
    display: block;
}

.sservice::before {
    background-image: url("../img/download.png");
    right: 1px;
    top: 1px;
    width: 80px;
    z-index: 1;
}

.sservice img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 2px 2px 12px rgba(0,0,0,.3);
    border-radius: 50px 0px 0px 0px;
}

.sservice h4 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.service .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}

.bestPro {
    padding-bottom: 40px;
}

    .bestPro .col-md-4 {
        margin: 15px 0px 0px 0px;
    }

    .bestPro #hHeader {
        width: max-content;
        border-bottom: 1px solid var(--primaryColor);
    }

    .bestPro .heading::before {
        display: none;
    }

.btnSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*filter start*/
.filterSec {
    border: 1px solid var(--backgroundLight);
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 10px;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
}

.filterimg .filtericon {
    width: 17px;
    margin-top: -4px;
}

.filterimg {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
    background: var(--backgroundLight);
}

.filterSec .searchBox .form-control,
.filterSec .locationBox .form-control {
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
    padding-left: 35px;
    height: 40px;
    font-size: 15px;
}

.filterSec .searchBox, .filterSec .locationBox {
    position: relative;
    display: flex;
    align-items: center;
}

.locationBox #suggestions, .locationBox #specialities_suggestions {
    position: absolute;
    top: 42px;
    left: 0px;
    background: var(--grey);
    width: 100%;
    z-index: 2;
    max-height: 60vh;
    overflow: auto;
    display: none;
}

    .locationBox #suggestions li, .locationBox #specialities_suggestions li {
        padding-bottom: 0.5rem;
        cursor: pointer;
        font-size: 14px;
        margin-top: 5px;
        padding-left: 1.25rem;
        list-style: none;
        border-bottom: 1px solid #ddd;
        color: #fff;
        transition: 0.3s;
    }

        .locationBox #specialities_suggestions li span {
            float: right;
            display: inline-block;
            margin-right: 5px;
        }

        .locationBox #suggestions li:hover,
        .locationBox #specialities_suggestions li:hover {
            font-weight: 600;
        }

.filterSec .searchBox img,
.filterSec .locationBox img {
    position: absolute;
    margin-right: 5px;
    width: 15px;
    left: 15px;
    top: 12px;
}

.filter_item {
    border-bottom: 1px solid #dedede;
    padding: 8px 15px;
}

    .filter_item:last-child {
        border-bottom: none !important;
    }

.filterSec .filter_item .dropdown-toggle {
    width: 100%;
    margin: 0px auto;
    background: transparent;
}

.filter_item .dropdown-menu.show {
    background: transparent;
    top: 15px !important;
    border: none;
    width: 100% !important;
}

.filter_item .dropdown-menu .dropdown-item {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.filterHeading {
    color: var(--primaryColor);
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
}

    .filterHeading input {
        float: right;
        margin-top: 5px;
        position: relative;
        border: 0px;
        outline: none;
    }

        .filterHeading input:before {
            content: '';
            position: absolute;
            content: '';
            background: url(../img/arrowright.svg);
            background-size: 12px;
            background-position: top 4px center;
            width: 20px;
            height: 20px;
            transform: rotate(90deg);
            background-color: var(--hardColor);
            top: -2px;
            left: -2px;
            background-repeat: no-repeat;
            transition: 0.3s;
        }

        .filterHeading input:checked::before,
        .filterHeading input[type="checkbox"]:checked:before {
            transform: rotate(-90deg);
            transition: 0.3s;
        }

.filter_item .form-check {
    display: block;
    margin-bottom: 5px;
}

    .filter_item .form-check .form-check-input {
        margin-top: 8px;
    }

    .filter_item .form-check .form-check-label {
        margin: -10px 0px 0px 10px;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }
/*filterend*/
/* sservice end*/
/* lab start*/
.lab .cusBtn:hover {
    background: #fff;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}
/*consult start*/
.consult {
    background: var(--backgroundLight);
}

.round-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: 0.4s;
    overflow: hidden;
}

    .round-circle img {
        width: 100%;
    }

    .round-circle:hover {
        box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
    }

.consult .col-md-2 p {
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}
/*consult start*/
/* testimonials start*/
#testi {
    position: relative;
}

    #testi .owl-nav.disabled {
        display: block !important;
        position: absolute;
        top: -50px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    #testi .owl-prev img,
    #testi .owl-next img {
        padding: 5px;
        width: 30px;
        box-sizing: border-box;
        border-radius: 50%;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 45%;
        background-color: #fff;
    }

    #testi .owl-prev img {
        left: -20px;
    }

    #testi .owl-next img {
        right: -20px;
    }

.testiProfile {
    background: var(--primaryColor);
    border-radius: 8px;
    width: 100%;
    padding: 16px 16px 5px;
}

    .testiProfile img {
        margin-bottom: 15px;
    }

#testi .item {
    padding: 10px;
    background: #e7e7e7;
    border-radius: 10px;
}

.testiProfile p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.testiName {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.testiCarrer {
    color: #a0a0a0;
    font-size: 12px;
}


/* footer start */
footer {
    background: #343434;
    padding-top: 50px;
}

.fBrand h1 {
    color: #fff;
}

.fBrand img {
    width: 150px;
}

.fsocial {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    color: #fff;
    display: flex;
    align-items: center;
}

    .fsocial img {
        width: 30px;
        height: 30px;
    }

.ftext,
.ftext:hover {
    color: #fff;
}

.contactSocial {
    margin: 20px 0px;
}

.socailMediaIcon {
    margin-top: 10px;
}

    .socailMediaIcon ul {
        display: flex;
        margin: 10px 0px 20px 0px;
    }

        .socailMediaIcon ul li {
            list-style: none;
            margin-right: 10px;
            background: #fff;
            width: 30px;
            height: 30px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .socailMediaIcon ul li img {
                width: 20px;
                margin-top: -3px;
            }

.border-right {
    position: relative;
    border-right: none !important;
}

    .border-right::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 180px;
        top: 0px;
        background: #fff;
        right: 0px;
    }

.visit {
    margin-left: 50px;
}

    .visit a {
        display: block;
        margin: 0px 0px 10px 0px;
        color: #fff;
        padding: 0px 0px 10px 0px;
    }

        .visit a:hover {
            text-decoration: none;
        }

        .visit a:nth-last-child(1) {
            margin: 0px;
            padding: 0px;
        }

.copyright {
    background: var(--primaryColor);
    color: #fff;
    width: 100%;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .copyright p {
        margin-bottom: 0px;
    }

/* accordion start*/
.accordion .card-header.collapsed:after {
    content: '';
    background: url("../img/plus.svg");
    background-size: 16px;
    transition: 0.3s;
    transform: rotate(180deg);
}

.accordion .card-header:after {
    content: '';
    background: url("../img/minus.svg");
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    float: right;
    background-position: top center;
    transition: 0.5s;
    transform: rotate(360deg);
}

.faq {
    background: var(--backgroundLight);
}

    .faq .card-header {
        background-color: transparent;
        cursor: pointer;
    }

    .faq .collapse.show {
        display: block;
        border-bottom: 1px solid var(--primaryColor);
    }

    .faq .card {
        border: none;
        background: transparent;
    }

/* accordion end*/
/* contact-us-page start*/
.banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}

    .banner img {
        width: 100vw;
    }

.bannerText {
    position: absolute;
    top: 28%;
    left: 15%;
    color: #fff;
}

    .bannerText a {
        background: #fff;
        color: var(--primaryColor);
        transition: 0.5s;
        padding: 8px 15px;
        margin: 10px 0px;
        display: inline-block;
        border-radius: 5px;
    }

        .bannerText a:hover {
            color: #fff;
            background-color: var(--secondaryColor);
            text-decoration: none;
        }

.breadcrumb a {
    color: var(--grey);
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "^";
    color: var(--primaryColor);
    padding-right: 2px;
    transform: rotate(90deg);
    position: relative;
    top: -2px;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 700;
    color: var(--primaryColor);
}

.SS-list {
    border-right: 1px solid var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
}

    .SS-list img {
        margin-right: 5px;
    }

.available {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto;
}

.availableText,
.availableText:hover {
    font-size: 55px;
    padding: 15px 45px;
    color: #fff;
    margin-bottom: 10px;
    border: var(--secondaryColor);
    border-radius: 10px;
    background: linear-gradient(-45deg, var(--primaryColor), var(--secondaryColor), #23a6d5, #23d5ab);
    background-size: 300% 300%;
    animation: gradient 1.2s ease infinite;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: inline-block;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.formStart {
    padding: 10px 15px;
    border: 2px solid var(--primaryColor);
}

.form-control:focus {
    outline: none;
    border-color: var(--primaryColor);
    box-shadow: none;
}

.form-check {
    display: inline-block;
    margin-right: 15px;
}

label {
    font-weight: 600;
    color: var(--primaryColor);
}

input[type="radio"] {
    accent-color: var(--primaryColor);
}

.form-check-label {
    margin-left: -5px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    display: none;
}

/* product-page start*/
.icon {
    width: 20px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}

    .icon img {
        max-width: 100%;
    }

.filter button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primaryColor);
}

.sortingDropdownbox button {
    border: 1px solid var(--primaryColor);
    background: none;
    color: var(--primaryColor);
}

    .sortingDropdownbox button:hover,
    .sortingDropdownbox button:focus {
        background: var(--primaryColor);
        color: #fff;
        box-shadow: none;
    }

.price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.symbol,
.offeredPrice {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.offeredPrice {
    margin-left: 8px;
    color: var(--primaryColor);
}

.originalPrice {
    font-weight: 600;
    font-size: 17px;
    color: rgba(0,0,0,0.3);
    text-decoration: line-through;
    margin-left: 5px;
}

.price > .quantity {
    float: right;
    margin-left: auto;
    color: #000;
    font-weight: 600;
}

.proName {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.productList {
    border: 1px solid var(--primaryColor);
    border-radius: 5px;
    overflow: hidden;
}

.productDes {
    padding: 0px 15px 20px 15px;
}

.productList figure img {
    width: 100%;
}

.productList .position-absolute {
    display: none;
}

.productList:hover .position-absolute {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.addtocarImg img {
    width: 25px;
    height: 25px;
    position: absolute;
}

.addtocarImg {
    left: 5px;
    top: 5px;
    position: absolute;
}

.alreadyaddtocarImg {
    right: 15px;
    top: 5px;
    position: absolute;
}

    .alreadyaddtocarImg img {
        width: 35px;
        height: 35px;
    }
/* product-deatils Page */
.productforUse ul {
    list-style: none;
}

    .productforUse ul li {
        margin-bottom: 10px;
    }

.productforUse span {
    font-weight: 600;
    padding: 2px 8px 2px 8px;
    background: var(--backgroundLight);
    color: var(--primaryColor);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

.productInfoSection .heading {
    margin-bottom: 10px;
}

    .productInfoSection .heading:before {
        display: none !important;
    }

.productDeatilsImg {
    display: flex;
    position: sticky;
    top: 10px;
}

    .productDeatilsImg .flex-column {
        width: 50px;
        margin-right: 5px;
    }

.addtocart:hover {
    color: #fff;
}

.productDeatilsImg .flex-column .nav-link {
    margin: 0px 0px 5px 0px;
    border: 1px solid var(--primaryColor);
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .productDeatilsImg .flex-column .nav-link img {
        max-height: 100%;
    }

    .productDeatilsImg .flex-column .nav-link:last-child() {
        border-bottom: 1px solid var(--primaryColor);
    }

.productDeatilsImg .tab-content {
    width: calc(100% - 20px);
}

    .productDeatilsImg .tab-content img {
        width: 480px;
        border-radius: 15px;
    }

.productInfoSection p {
    margin-bottom: 0px;
}

.review_star {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

    .review_star span {
        margin-right: 5px;
        display: inline-block;
        height: 25px;
        overflow: hidden;
    }

        .review_star span img {
            width: 15px;
        }

.numberReview {
    color: var(--secondaryColor);
    font-size: 12px;
}

.priceBox p {
    display: flex;
    align-items: center;
}

    .priceBox p span {
        font-size: 40px;
        margin-right: 5px;
    }

        .priceBox p span.lightText {
            font-size: 10px;
        }

        .priceBox p span.originalPrice {
            color: rgba(0, 0, 0, 0.3);
            font-size: 25px;
        }

.priceBox p {
    font-size: 40px;
    color: var(--primaryColor);
    font-weight: 600;
}

.priceBox > .offeredPrice {
    font-size: 40px;
}

.productFeatures {
    margin: 15px 0px 0px 0px;
}

    .productFeatures ul li:before {
        content: "";
        background: url(../img/flower-icon.png);
        background-size: 100% 100%;
        width: 15px;
        display: inline-block;
        height: 15px;
        display: inline-block;
        height: 15px;
        margin-right: 5px;
        filter: grayscale(0.5);
    }

    .productFeatures ul {
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
    }

        .productFeatures ul li {
            list-style: none;
            width: 100%;
            margin-bottom: 15px;
            padding: 5px;
            border-bottom: 1px solid var(--backgroundLight);
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .productFeatures ul li:last-child {
                margin-bottom: 0px;
            }

            .productFeatures ul li:hover {
                transition: 0.3s;
                padding-left: 8px;
            }

                .productFeatures ul li:hover:before {
                    filter: grayscale(0);
                }

.quantity-box {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    width: 250px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin: 15px 0px;
    align-items: center;
}

.quantity_inc,
.quantity_dec {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    background: #fff;
}

.quantity_inc {
    margin-right: 10px;
    align-items: flex-end;
    padding-top: 19px;
    padding-bottom: 0px;
}

.quantity_number {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.check {
    margin: 20px 0px 0px 0px;
}

.PenqBox {
    margin: 20px 0px;
}

    .PenqBox a {
        min-width: 170px;
    }

        .PenqBox a:first-child {
            margin-right: 10px;
        }

        .PenqBox a.cusBtn:hover {
            color: #fff;
        }

.check .checkBtn {
    top: 1px;
    right: 1px;
    padding: 5px 20px;
}

    .check .checkBtn:hover,
    .check .checkBtn:focus {
        outline: none;
        box-shadow: none;
    }

#simProduct {
    position: relative;
}

/* about-page */
#consultNow .modal-dialog {
    max-width: 880px;
}

.consultImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.founderImg img {
    max-width: 90%;
}

.founderNote h1 {
    color: var(--primaryColor);
    font-size: 55px;
    font-weight: 700;
}

.whatsapp_box {
    position: fixed;
    /* right: 10px !important;*/
    bottom: 15px;
    left: inherit;
    z-index: 9;
}

    .whatsapp_box img {
        width: 30px;
    }
/* dashboard page  start*/

.dashboard #v-pills-tab, .dashboard .tab-content {
    border: 1px solid var(--primaryColor);
    box-shadow: 2px 2px 7px rgba(0,0,0,.23);
}

.dashboard #v-pills-tab {
    position: sticky;
    top: 80px;
    padding-bottom: 5px;
}

.dashboard .tab-content {
    width: 99%;
    margin-left: auto;
}

.dashboard .container {
    max-width: 90% !important;
}

.userProfileBox {
    background: var(--primaryColor);
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
}

.dashboard button, .dashboard button:focus {
    /*background: none;*/
    border: none;
    outline: none;
}

.dashboard .nav-pills .nav-link.active, .dashboard .nav-pills .show > .nav-link {
    background: var(--primaryLight);
    color: #fff;
    border-radius: 0px;
    text-align: left;
    position: relative;
}

    .dashboard .nav-pills .nav-link.active::after {
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        right: -10px;
        top: 10px;
        border-left: 10px solid var(--primaryLight);
        border-top: 10px solid transparent;
        border-right: 0px transparent;
        border-bottom: 10px solid transparent;
    }

.dashboard .nav-pills .nav-link {
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--backgroundLight);
    border-radius: 0px;
}

    .dashboard .nav-pills .nav-link:last-child {
        border-bottom: none;
    }

.dashboard .tab-pane {
    padding: 20px;
}

.dashboard .tab-heading {
    display: flex;
    align-content: center;
    justify-content: space-between;
    position: static;
    width: auto;
    background: var(--primaryLight);
    margin: -20px -20px 10px -20px;
    padding: 10px 20px 10px 20px;
}

    .dashboard .tab-heading .cusBtn {
        padding: 6px 12px;
        font-size: 13px;
    }

.dashboard .table-bordered {
    overflow: scroll;
}

.dashboard .table-responsive::-webkit-scrollbar {
    height: 5px;
}

.dashboard .table-bordered thead th {
    border-bottom-width: 1px;
    font-weight: 500;
}

.dashboard .table-bordered thead th,
.dashboard .table-bordered tr td {
    white-space: nowrap !important;
    font-size: 0.9rem;
}

.dashboard .tab-heading h5 {
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
}

.dashboard .tab-heading .editOption {
    color: var(--primaryColor);
    font-weight: 600;
}


.dashboard p {
    margin-bottom: 5px;
}

.dashboard label {
    color: #000;
}

.dashboard .form-group {
    margin-bottom: 20px;
}

.productItem {
    border-bottom: 1px solid #dedede;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .productItem .ProductImg {
        width: 50px;
    }

    .productItem .productName {
        font-size: 14px;
        font-weight: 500;
    }

    .productItem .price {
        display: block;
        color: var(--grey);
    }

    .productItem .quantity-box {
        margin: 5px 0px;
        width: max-content;
    }

        .productItem .quantity-box .quantity_dec,
        .productItem .quantity-box .quantity_number {
            margin-right: 15px;
        }

.DeliveryStatus {
    position: relative;
}

    .DeliveryStatus .incomplete:before {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        background: red;
        left: -20px;
        top: 7px;
        border-radius: 50%;
    }

    .DeliveryStatus .complete:before {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        background: green;
        left: -20px;
        top: 7px;
        border-radius: 50%;
    }

.DeliveryStatus {
    font-size: 14px;
    font-weight: 500;
    width: 90px;
}

    .DeliveryStatus span {
        display: block;
    }

.productItem:last-child {
    border-bottom: none;
}
/* dashboard end*/
/*checkout-page start*/
.finalaCheckout {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.13);
}

    .finalaCheckout h5 {
        background: var(--backgroundLight);
        padding: 10px;
        color: var(--primaryColor);
    }

.finalaCheckoutPricec,
.deliveryCharge,
.payableamount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 5px 20px;
}

    .finalaCheckoutPricec span:nth-child(2) {
        color: var(--primaryColor);
        font-weight: 600;
    }

.deliveryCharge,
.payableamount {
    margin-top: 5px;
}

.checkoutpage .quantity-box {
    margin: 0px;
    width: 130px;
}

.checkoutpage .productItem {
    margin-top: 0px;
    align-items: flex-start;
    padding: 5px 10px;
    box-sizing: border-box;
}

.checkoutpage .productItem {
    box-shadow: 2px 2px 7px rgba(0,0,0,.23);
    padding: 12px 15px;
    margin-bottom: 20px;
}

.delete {
    background: #e64b4b40;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .delete:hover {
        box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
    }

a.fa-trash {
    color: #e64b4bab;
}

#removeItem .modal-header,
#removeItem .modal-footer {
    border-bottom: none;
    border-top: none;
}

#removeItem .modal-body {
    padding: 0px 1rem;
}

#removeItem .modal-header {
    display: block;
    position: relative;
}

#removeItem .close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 35px;
    text-shadow: none;
}

    #removeItem .close:focus {
        outline: none;
        border: none;
    }

#removeItem .cusBtn {
    padding: 6px 16px;
}
/*checkout-page end*/
.loader-fix {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #e5dada36;
    opacity: .7
}

.loader-fix1 {
    position: fixed;
    top: 50%
}
/*pagination*/
.pagination {
    justify-content: flex-end;
    margin-bottom: 0px;
}

.page-link {
    color: var(--primaryColor) !important;
}

.pagination .page-link {
    background-color: var(--primaryColor);
    color: #fff !important;
}

.pagination .page-item .page-link {
    background-color: #fff;
    color: var(--primaryColor) !important;
}

.pagination .page-item.active .page-link {
    background-color: var(--primaryColor);
    color: #fff !important;
    border-color: transparent;
}
