/** Style CSS. */
@font-face {
    font-family: "Webkul Rango";
    src: url("./../fonts/rango.eot");
    src: url("./../fonts/rango.woff") format("woff"),
        url("./../fonts/rango.ttf") format("truetype"),
        url("./../fonts/rango.svg#filename") format("svg");
}

.woocommerce .wkwcodc-appointment-list-wrapper {
    overflow-x: scroll;
}

input#wkwcodc_loadfile {
    display: none;
}

.wkwcodc-appointment-list-wrapper .table-bordered {
    border: 1px solid #ddd;
}

.wkwcodc-appointment-list-wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.wkwcodc-custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

img#wkwcodc_output {
    width: 120px;
    height: 120px;
}

.wkwcodc-appointment-product-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 25px;
}

.wkwcodc-appointment-product-card {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 10px;
}

#wkwcodc-product-form table {
    margin: 0;
    padding: 0;
}

#wkwcodc-product-form fieldset {
    margin: 0;
    background-color: #fbfbfb;
}

#wkwcodc-product-form .wkwcodc-form-input {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}

.wkwcodc-image-remove-icon {
    color: #757575;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    position: absolute;
    padding: 2px 7px;
    right: 0;
    top: 0;
}

#wkwcodc-product-form .wkwcodc-form-input label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

#wkwcodc-product-form table td,
#wkwcodc-product-form table tr {
    border: 0 none;
}

#wkwcodc-product-form select {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    width: 100%;
}

#wkwcodc-product-form #product_sku {
    margin-right: 0;
}

#wkwcodc-product-form .wkwcodc-product-input {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    line-height: normal;
    outline: 0;
    padding: 8px 10px;
    -webkit-appearance: none;
    width: 100%;
}

.wkwcodc-page-title {
    letter-spacing: 0.5px;
}

.wkwcodc-profile-banner {
    margin-bottom: 30px;
}

.wkwcodc-profile-banner .wkwcodc-shop-banner {
    display: block;
    height: auto;
    max-height: 320px;
    max-width: 100%;
    object-fit: cover;
}

.wkwcodc-profile-information {
    display: table;
    margin-bottom: 60px;
}

.wkwcodc-profile-information a {
    outline: none;
    font-size: 14px;
}

.wkwcodc-profile-information .wkwcodc-shop-stats {
    display: table-cell;
    width: 28%;
}

.wkwcodc-profile-information .wkwcodc-shop-stats .wkwcodc-shop-logo {
    display: inline-block;
    height: auto;
    max-width: 110px;
    max-height: 110px;
    vertical-align: middle;
    width: 100%;
}

.wkwcodc-seller-avg-rating {
    display: inline-block;
    margin: 0 10px 0 25px;
    vertical-align: middle;
    width: max-content;
}

.wkwcodc-seller-avg-rating .wk_write_review a {
    font-size: 15px;
    outline: 0;
}

.wkwcodc-seller-avg-rating h2 {
    font-weight: 700;
    margin: 0;
    color: #6b6f77;
    font-size: 30px;
}

.wkwcodc-seller-avg-rating h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin: 0 8px 6px 0;
}

.wkwcodc-seller-avg-rating .single-star {
    margin-right: 7px;
    display: inline-block;
}

.wkwcodc-seller-avg-rating .single-star:before {
    content: "\f155";
    font-family: dashicons;
    color: #f8c212;
    font-size: 20px;
}

.wkwcodc-avg-rating-box-link {
    position: relative;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
}

.wkwcodc-avg-rating-box-link:after {
    content: "\e902";
    font-family: "Webkul Rango";
    font-size: 22px;
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: 2px;
}

.wkwcodc-avg-rating-box-link.open:after {
    content: "\e907";
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    padding: 10px 15px;
    position: absolute;
    top: 40px;
    width: 380px;
    z-index: 1;
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 40px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #ddd transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 41px;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box .wkwcodc-avg-rating {
    display: inline-block;
    width: 110px;
    color: #777;
}

.wkwcodc-avg-rating-box-link .wkwcodc-avg-rating-box .wkwcodc-avg-rating span:before {
    color: #f8c212;
}

.wkwcodc-shop-actions-info {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper {
    display: table;
    width: 100%;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions p,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info p {
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions p a,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info p a {
    outline: 0;
    font-size: inherit;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions p span,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info p span {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions p span:before,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info p span:before {
    display: inline-block;
    font-family: "Webkul Rango";
    font-weight: 600;
    vertical-align: middle;
    opacity: 0.7;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions p span.content,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info p span.content {
    display: inline-block;
    width: -moz-calc(78%);
    width: -webkit-calc(78%);
    width: -o-calc(78%);
    width: calc(78%);
    vertical-align: top;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions a,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info a {
    width: 100%;
    text-align: center;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions a:first-child,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info a:first-child {
    margin-bottom: 10px;
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions .shop-mail:before,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info .shop-mail:before {
    content: "\e928";
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions .shop-phone:before,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info .shop-phone:before {
    content: "\e922";
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions .shop-location:before,
.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info .shop-location:before {
    content: "\e93b";
}

.wkwcodc-shop-actions-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info {
    padding-right: 10px;
}

.wkwcodc-about-shop {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.wkwcodc-about-shop p {
    margin-bottom: 0;
    text-align: justify;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row {
    display: table;
    width: 100%;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating {
    padding-right: 15px;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating {
    display: table-cell;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail p,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating p {
    margin: 0 0 5px 0;
    text-align: justify;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating {
    display: inline-block;
    vertical-align: top;
    width: 100px !important;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating:before,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating:before {
    content: "" !important;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating .star-full:before,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating .star-full:before {
    content: "\f155";
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating .star-half:before,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating .star-half:before {
    content: "\f459";
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating .star-empty:before,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating .star-empty:before {
    content: "\f154";
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .star-rating .star,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .star-rating .star {
    color: #f8c212;
    display: inline-block;
    font-family: dashicons;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail span,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating span {
    display: inline-block;
    width: 85px;
    font-size: 15px;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail .rating,
.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-rating .rating {
    margin-bottom: 8px;
}

.wkwcodc-shop-reviews .wkwcodc-shop-review-row .wkwcodc-shop-review-detail {
    width: 65%;
}

.wkwcodc-shop-reviews .wkwcodc-review-page-link {
    text-align: center;
}

.wkwcodc-shop-reviews .wkwcodc-review-page-link a {
    min-width: 200px;
}

.wkwcodc-add-feedback-section .wkwcodc_feedback_fields_in:not(:last-child) {
    margin-bottom: 15px;
}

.wkwcodc-add-feedback-section .wkwcodc_feedback_fields_in p {
    margin: 0 0 5px 0;
}

.wkwcodc-add-feedback-section .wkwcodc-rating-input {
    width: 54%;
    display: inline-flex;
    vertical-align: top;
}

.wkwcodc-add-feedback-section .wkwcodc-rating-input p:first-child {
    margin-bottom: 5px;
}

.wkwcodc-add-feedback-section .wkwcodc-rating-input a {
    outline: 0;
}

.wkwcodc-avilable-slots {
    background-color: #f2f2f2;
    grid-template-columns: repeat(2, max-content);
    text-align: center;
    display: grid;
}

.wkwcodc-slots {
    padding: 5px 0px !important;
    background-color: #fff;
    cursor: pointer;
    margin: 5px 2px !important;
    border-radius: 5px;
}

.wkwcodc-slots.disabled {
    background-color: #eee;
    cursor: not-allowed;
    font-size: 11px;
}

.wkwcodc-slots.selected {
    box-shadow: 0px 0px 1px 2px #ccc;
}

.wkwcodc-patient-details {
    margin-top: 10px;
}

.wkwcodc-find-doctors-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr max-content;
    grid-gap: 5px;
}

.wkwcodc-find-doctors-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.wkwcodc-find-doctor-card {
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 10px;
    border: solid 1px #ddd;
}

.wkwcodc-find-doctor-card div:first-child {
    text-align: center;
}

.wkwcodc-find-doctor-card img {
    border-radius: 100%;
    margin: 0 auto 10px;
}

.wkwcodc-find-doctor-card h3 {
    margin-bottom: 2px;
}

.wkwcodc-find-doctor-card p {
    margin: 0;
}

.wkwcodc-find-doctor-card .wkwcodc-seller-avg-rating {
    margin: 0;
}

.wkwcodc-find-doctor-card .wkwcodc-seller-avg-rating h2 {
    font-size: 21px;
    display: inline-block;
}

.wkwcodc-appointment-products {
    text-align: center;
    border: solid 1px #ddd;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.wkwcodc-statistics-wrapper .summary-stats {
    float: left;
}

.wkwcodc-statistics-wrapper h2 {
    margin: 0;
    color: #96588a;
    font-size: 24px;
    font-weight: 700;
}

.wkwcodc-statistics-wrapper p {
    margin: 0;
    font-weight: 600;
}

.wkwcodc-statistics-wrapper .summary-icon {
    float: right;
    font-size: 24px;
    color: #96588a;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.wkwcodc-statistics-wrapper .summary-icon span,
.wkwcodc-statistics-wrapper .summary-icon:before {
    position: relative;
    top: 10px;
}

.wkwcodc-statistics-wrapper .summary-icon:before {
    font-family: "Webkul Rango";
}

.wkwcodc-statistics-wrapper .summary-icon.payout:before {
    content: "\e97f";
}

.wkwcodc-statistics-wrapper .summary-icon.video:before {
    content: "\e997";
}

.wkwcodc-statistics-wrapper .summary-icon.total-appointments:before {
    content: "\e991";
}

.wkwcodc-statistics-wrapper .summary-icon.clinic:before {
    content: "\e940";
}

.wkwcodc-statistics-wrapper .summary-icon.reviews:before {
    content: "\e97c";
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary .wkwcodc-statistics-summary-section {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary .wkwcodc-statistics-summary-section {
    width: 49.2%;
    margin-bottom: 1.4%;
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary .wkwcodc-statistics-summary-section:nth-child(2n) {
    margin-left: 1%;
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary .wkwcodc-statistics-summary-section {
    width: 45%;
    margin-bottom: 1.4%;
}

.wkwcodc-statistics-wrapper .wkwcodc-statistics-summary .wkwcodc-statistics-summary-section:nth-child(2n) {
    margin-left: 1%;
}


/* new css 2023 */


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;

}

.page-id-32318 label.wkwcodc-slots.available {
    padding: 0px 0px !important;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#doctor input.form-control {
    width: 100% !important;
}

table#tab_logic,
th,
td {
    border: none !important;
}

#doctor select.form-control {
    width: 100%;
}

#doctor input[type=text],
input[type=file],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select,
.input-text {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 1px solid #dddddd !important;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

#doctor input[type=checkbox] {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;

    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

.wkwcodc-find-doctors-form.dsfg {
    display: block !important;
    grid-template-columns: 1fr 1fr 1fr max-content;
    grid-gap: 5px;
}

/*doctor page css*/
.status-publish.hentry {
    margin: 0 0 1.5em;
    width: 1650px;
    margin: 0 auto;
}

.wkwcodc-find-doctors-results {
    grid-gap: 35px;
}

.wkwcodc-find-doctor-card-container {
    box-shadow: 0px 2px 6px rgb(161 158 158 / 40%);
    border-radius: 10px;
    overflow: hidden;
}

.wkwcodc-find-doctor-card .profile-btn a {
    background: transparent;
    display: block;
    padding: 6px 14px;
    border-radius: 11px;
    font-size: 14px;
    border: 1px solid #0d9347;
    color: #0d9347;
    text-align: center;
    font-weight: 700;
}

.book-now {
    background: #0d9347 !important;
    color: #fff !important;
}

.wkwcodc-find-doctor-card .profile-section {
    text-align: center;
    margin-right: 15px;
}

.wkwcodc-appointment-products {
    text-align: center;
    border: none;
    border-top: 1px solid #0d9347;
    padding: 15px 5px;
}

.wkwcodc-find-doctor-card .profile-section * {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}

.wkwcodc-find-doctor-card {
    border: none;
    min-height: 155px;
    grid-template-columns: 30% 70%;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mt-0 {
    margin-top: 0px;
}

body.page-template-default.page.page-id-32318 .page-title.text-center {
    display: none;
}

body.page-template-default.page.page-id-32318 div#content {
    padding-top: 0px;
}

body.page-template-default.page.page-id-32318 .entry-content {
    margin-top: 0px;
}

body.page-template-default.page.page-id-32318 .page-header-layout-2 {
    padding-bottom: 0px;
}

.top-filter-table {
    border: none;
    background: transparent;
    width: auto;
    vertical-align: top;
    margin-bottom: 0px;
}

.bg-heading {
    background: #e4e3e3;
    padding: 4px 10px;
    border-radius: 5px;
}

.top-filter-table td {
    background-color: transparent !important;
    vertical-align: top;
    padding: 5px;

}

.top-filter-data {
    padding: 15px 0px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;

}

.top-filter-table td p {
    margin-bottom: 0px;
}

.custom-widgets-side {
    /* box-shadow: 0px 2px 6px rgb(161 158 158 / 40%);*/
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    /*float: right;*/
}

.form-box-inner label {
    display: block;
}

.wkwcodc-patient-details input {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
}

input.wkwcodc-select-slot-date {
    display: block;
    width: 100%;
}

hr.margin-tb {
    margin: 37px 0px;
}

.wkwcodc-patient-details table {
    border: none;
    background: transparent;
}

.wkwcodc-avilable-slots {
    background-color: #fff;
}

.wkwcodc-slots.available {
    border: 1px solid #2176be;
    color: #2176be;
}

.wkwcodc-slots.selected {
    box-shadow: 0px 0px 1px 1px #2176be;
    background: #2176be;
    color: #000 !important;
}

.qty-box input {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: none;
}

.qty-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}

.custom-widgets-side button.button.alt {
    background: #2176be;
    color: #fff;
    width: 100%;
}

.qty-box .farmart-svg-icon.increase {
    right: 0;
    top: 0;
}

.qty-box .farmart-svg-icon {
    position: absolute;
    background: #ccc;
    width: 13%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700 !important;
}

.wkwcodc-patient-details table td {
    background: transparent !important;
}

.option-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: end;
}

.recharge-btn {
    background: transparent;
    display: block;
    padding: 0px 15px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #0d9347;
    color: #0d9347;
    font-weight: 400;
}

.mb-4 {
    margin-bottom: 2rem;
}

.search-form {
    display: flex;
    background: #fff;
}

.search-form input.form-control.mr-sm-2 {
    background: transparent;
    box-shadow: none !important;
    width: 100%;
}

.search-form .search-btn {
    width: auto;
    padding: 15px 20px;
    border: none;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.sort-filter {
    border: 1px solid #ccc;
    background: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding: 9px 15px;
}

.custom-widgets-side .widget-title {
    font-size: 24px;
    line-height: 1.75;
    margin: 0;
    padding: 0 0 13px;
    color: #000;
    padding-bottom: 10px;
}

.wkwcodc-find-doctors-form {
    display: block;
}

.wkwcodc-profile-information {

    margin-bottom: 30px !important;
}

.wkwcodc-profile-information.single-profile-info.card-bottom {
    margin-bottom: 11px !important;
}

.custom-widgets-side .option-field input[type="radio"],
.custom-widgets-side .option-field input[type="checkbox"] {

    left: 0;
    top: 0px;
}

.custom-widgets-side .cat-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 7px;
}

.spcl-table .table-col p {
    margin-bottom: 0px;
}

.table-first .table-col p {
    margin-bottom: 10px;
}

.card-bottom {
    padding: 0px !important;
}

.table-first {
    padding: 10px 25px 0px;
}

.spcl-table {
    padding: 0px 25px 25px;
}

input.find-doc-sub.button {
    width: 50%;
    margin-top: 20px;
    line-height: 10px
}

.mb-5 {
    margin-bottom: 3rem;
}

.text-blue {
    color: #2176be;
}

.page-heading {
    text-align: center;
    color: #2176be;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.single-profile-info {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 2px 6px rgb(161 158 158 / 40%);
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
}

.single-profile-info .wkwcodc-shop-stats .wkwcodc-shop-logo {
    max-width: 300px;
    max-height: 300px;
    border-radius: 8px;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.profile-info-text .dashicons {
    color: #fab528;
    padding: initial;
    margin-right: 10px;
}

.single-profile-info .wkwcodc-shop-action-wrapper {
    display: flex;
    width: 100%;
    padding-left: 4rem;
}

.single-profile-info .wkwcodc-shop-actions-info {
    width: 71%;
}

.profile-info-text {
    margin-bottom: 10px;
}

.profile-text-grey {
    margin: 0;
    opacity: 0.5;
}

.profile-sub-hd {
    margin: 15px 0;
    font-size: 22px;
    color: #fab528;
}

.text-orange {
    color: #fab528;
}

.days-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.days-list li {
    border: 1px solid #ccc;
    padding: 4px 4px;
    min-width: 50px;
    text-align: center;
    border-radius: 5px
}

.days-list li.active-days {
    background: #d1f8e2;
    border-color: #0d9347;
    color: #0d9347;
}

.single-profile-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info {
    width: 80%;
}

.single-profile-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions {
    text-align: right;
}

.text-icon svg {
    height: 25px;
    width: 25px;
    position: relative;
    top: 3px;
}

.zoom-meeting {
    font-size: 24px;
    font-weight: 900;
}

.wkwcodc-seller-avg-rating {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 15px;
}

hr {
    background: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    width: 100%;
}

.w-full {
    border: none;
    margin-bottom: 0;
}

.table-row {
    display: table-row;
}

.w-full.table-box {
    display: table;
    width: 100%;
}

.table-col {
    display: table-cell;
}

.w-full .table-col {
    background-color: transparent !important;
    padding: 0;
    vertical-align: top;
}

.w-full .table-col p {
    color: #000;
    font-size: 16px;
}

.table-first .table-col h3.text-blue {
    margin-bottom: 10px;
}

.w-full svg.bi.bi-check2-circle {
    color: #2176be;
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
}

.page-id-32318 .header-bottom.has-center.menu-center {
    display: none;
}

.wkwcodc-find-doctor-card img {
    border-radius: 8%;
}

.docc-text-info {
    width: 62%;
    text-align: left;
}

.wkwcodc-find-doctor-card .profile-section {
    width: 42%;
}

.docc-text-info p {
    font-size: 12px;
}

.profile-card-left {
    display: flex;
}

.profile-btn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

/*custom tabs css*/
.tab-menu {
    margin-top: 50px;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
}

.tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}

.tab-menu ul li a {
    text-transform: capitalize;
    letter-spacing: 0.44px;
    font-weight: bold;
    display: inline-block !important;
    padding: 12px 5px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    border-bottom: 0;
    font-size: 15px;
    color: #888;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.tab-menu ul li a:hover,
.tab-menu ul li a.active {
    color: #fab528;
    text-decoration: none;
    border-bottom: 3px solid #fab528;
}

.tab-box {
    display: none;
}

.tab-teaser {
    width: 100%;
    margin: 0 auto;
}

.tab-main-box {
    padding: 10px 30px;
    border-top: none;
    height: 300px;
    overflow-x: auto;
}

.tab-menu ul {
    background: #f5f5f5;
}

ul.service-list {
    column-count: 3;
    font-size: 18px;
    color: #fab528;
}

.mt-4 {
    margin-top: 30px;
}

.cat-item input:checked+span.radio-text {}

.radio-text-box {
    position: relative;
    display: inline-block;
}

.radio-text {
    padding: 5px 13px;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    min-width: 100px;
    font-weight: 700;
    color: #000;
}

.wkwcodc-seller-avg-rating h2 {
    font-size: 13px !important;
    font-weight: 500;
}

.wkwcodc-seller-avg-rating .single-star:before {
    font-size: 12px;
}

.wkwcodc-seller-avg-rating {
    text-align: left;
}

.wkwcodc-seller-avg-rating .single-star {
    margin-right: 5px;
}

.radio-text-box input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.tab-menu ul li.text-left {
    text-align: left;
    padding-left: 25px;
}

.tab-menu ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: inherit;
    max-width: 100%;
    text-align: center;
    gap: 5rem;
}

.tab-menu ul li.text-right {
    text-align: right;
    padding-right: 25px;
}

span.icon svg {
    width: 22px;
    height: 22px;
    color: #000;
}

.my_custom_btn:hover {
    color: #000 !important;
}

p.stars a {
    text-indent: inherit;
    font-size: inherit;
    cursor: pointer;
    border: 2px !important;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
}

/*p.stars.selected a.active, p.stars.selected a:not(.active){
    border: 2px solid #fab528;
}*/
.accordion-header h3 {
    font-size: 18px;
}

.wkwcodc-add-feedback-section {
    border: 1px solid #ccc;
    padding: 25px;
    margin-top: 30px;
}

textarea.form-row-wide {
    background: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
}

.pt-5 {
    padding-top: 2.5rem;
}

.service-mode {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-mode p {
    margin-bottom: 0px;
    border: 1px solid #fab528;
    padding: 3px 12px;
    border-radius: 30px;
}

.service-mode p.text-blue {
    background: #fab528;
    color: #fff;
    font-weight: 500 !important;
}

.service-mode {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.wkwcodc-find-doctor-card h3 {
    margin-bottom: 2px;
    margin-top: 10px;
}

@media (max-width: 1680px) {

    .status-publish.hentry,
    .page-breadcrumbs .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 1199px) {
    .wkwcodc-find-doctor-card {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .video-box {
        margin: 10px 0px;
    }

    .tab-main-box {
        padding: 10px 0px;
    }

    .tab-menu ul {
        gap: 1rem;
    }

    .tab-menu ul li a {
        display: block !important;
    }

    .wkwcodc-find-doctors-results {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .slider-items {
        width: 100%;
        flex-wrap: wrap;
    }

    .video-box {
        width: 100% !important;
        margin: 10px;
        padding: 10px;
    }

    .tab-menu ul li.text-left,
    .tab-menu ul li.text-right,
    .tab-menu ul li {
        text-align: left !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .single-profile-info {
        flex-direction: column;
    }

    .wkwcodc-profile-information .wkwcodc-shop-stats {
        display: block;
        width: 100%;
    }

    .single-profile-info .wkwcodc-shop-action-wrapper {
        padding-left: 0rem;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .single-profile-info .wkwcodc-shop-actions-info,
    .single-profile-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-actions {
        width: 100%;
    }

    .tab-menu ul {
        border-bottom: 1px solid #ccc;
        flex-direction: column;
    }

    ul.service-list {
        column-count: 1;
    }

    .single-profile-info .wkwcodc-shop-action-wrapper .wkwcodc-shop-info {
        width: 100%;
        padding-right: 0px !important;
    }

    .table-col {
        display: block;
    }

    .widget-title {
        margin-left: 36px !important;
    }
}

.farmart-slide-button.my_custom_btn {
    color: var(--fm-background-text-color-secondary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 8px;
    text-align: center;
    background-color: var(--fm-background-color-secondary);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    transition: ease .5s;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.accordion-header h3 {
    margin: 0;
}

.accordion-header .icon {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.accordion-header.active span.icon {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: -43px !important;
}

.slider-items {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-items video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.video-box {
    width: 50%;
    overflow: hidden;
    margin: 20px;
    background: #fafafa;
    padding: 20px;
    box-shadow: 0px 2px 6px rgb(161 158 158 / 40%);
}

.slide-nav {
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: 2px solid #fab528;
    border-radius: 50%;
}

.slide-nav svg {
    color: #fab528;
    height: 25px;
    width: 25px;
    position: relative;
    top: 7px;
}

button.single_add_to_cart_button.button.alt {
    position: relative;
    border: none;
    background-color: var(--fm-background-color-secondary);
    color: var(--fm-background-text-color-secondary);
    padding: 0 37px;
    line-height: 46px;
    margin-top: 10px;
    white-space: nowrap;
}

.col-md-9.my_custom {
    display: contents;
}

input.button.my_btnfind {
    padding: 0px 20px;
}

.page-id-32318 .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*custom css*/

.wkwcodc-find-doctors-form {
    position: relative;
}


@media(min-width:768px){
    #navTrigger {
        display: none;
    }
    .my-lable {
        display: none;
    }
}

.fixed-filter {
    position: fixed;
    top: 20px;
    width: 308px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 40px);
    /* Adjusted to subtract the top and bottom margin */
}

@media screen and (max-width: 767px) {

    /* Adjust 768px as necessary for your breakpoint */
    .fixed-filter {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow-y: visible !important;
        margin: 0 !important;
    }

    .product-name.hidden-xs,
    .product-price.hidden-xs {
        display: block !important;
    }
}

.service-radio-label {
    font-weight: 600;
    color: black;
}

.gender-radio-label {
    font-weight: 600;
    color: black;
}

.my-cler-btn {
    margin-left: 81px;
    margin-bottom: -15px;
    color: blue;
    background: transparent;
    border: none !important;
}

.cat-item {
    list-style: none;
    margin-bottom: 10px;
    /* Adjust as needed */
    position: relative;
}

.gender-radio-label {
    display: flex;
    align-items: center;
}

.filetr-count {
    position: absolute;
    top: 0;
    right: 30px;
}

.gender-options {
    margin-left: 15px;
}

@media (max-width: 676px) {
    .profile-card-left {
        width: 100% !important;
    }

    .profile-section {
        width: 25% !important;
    }

    .docc-text-info h3 {
        font-size: 15px !important;

    }
    .modalities {
        margin-left: 0px !important;
    }

    .languages {
        margin-left: 0px !important;
    }

    .wp-widget-group__inner-blocks {
        margin-left: 30px !important;
    }

    .footer-widget-description ul li {
        margin-left: 30px !important;
    }

    .footer-widgets widgets-area {
        margin-left: 50px !important;
    }

    .menu-footer-useful-links-container ul li {
        margin-left: 50px !important;
    }

    .menu-footer-help-center-container ul li {
        margin-left: 23px !important;
    }

    .menu-footer-policies-container ul li {
        margin-left: 50px !important;
    }

    .textwidget p {
        margin-left: 15px !important;
    }

    .profile-btn {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        justify-content: center;
        margin-top: 5px;
    }

    .viewprofile {
        margin-left: -2px;
        width: 141px;
    }

    .book-now {
        width: 141px;
    }
}

@media screen and (max-width: 767px) {

    /* The side panel (hidden by default) */
    .wkwcodc-find-doctors-form {
        height: 100%;
        /* Full-height */
        width: 0;
        /* 0 width - change this with JavaScript */
        position: fixed;
        /* Positioned to the left of the page */
        z-index: 1;
        /* Stay on top of other content */
        top: 0;
        left: 0;
        background-color: white;
        /* White background */
        overflow-x: hidden;
        /* Disable horizontal scroll */
        transition: 0.5s;
        /* 0.5 second transition effect to slide in or slide out the sidenav */
    }

    /* The sidenav class is toggled between width: 0 and width: 250px (or whatever width you would like) */
    .wkwcodc-find-doctors-form.active {
        width: 250px;
        margin-top: -21px;
        background: #f6f6f6;
        z-index: 999;
        /* Could be more or less, depending on screen size */
    }

    .widget-title {
        margin-top: 41px;
    }

   

    #navTrigger {
        position: absolute;
        left: 0px;
        top: 1px;
        max-height:22px;
        display: block;
    }

    .my-lable {
        position: absolute;
        left: 30px;
        top: -12px;
        font-weight:800;
        font-size: 15px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    /* Add your responsive styles here */

    button.button.btn.xoo-ml-low-back {
        white-space: nowrap;
        display: flex;
        justify-content: center;
        width: 215px
    }

    .button.button.btn.xoo-ml-login-otp-btn {
        margin-top: 15px !important;
        width: 208px !important;
    }

    .woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody td {
        background-color: #f5f5f5 !important;
    }
    
     .elementor-7 .elementor-element.elementor-element-2f95bae9 {
        padding: 0% 0% 0% 0%;
    }
     /* Adjust the layout for actions at the bottom */
    .actions {
        display: flex;
        flex-direction: column;
    }

    /* Style the buttons to be more mobile-friendly */
    .actions__button-wrapper .button,
    .actions__button-wrapper .btn-shop,
    .actions__button-wrapper .btn-home {
        width: 100%;
        margin-top: 10px;
    }
    .woocommerce-remove-coupon {
        position: absolute;
        right: 44px;
    }

    .woocommerce-Price-amount {
        position: absolute;
        right: 49px;
    }
}

/* You can add additional media queries for smaller devices */
@media (max-width: 480px) {
    .wkwcodc-find-doctor-card-container {
        width: 100%;
        margin-left: 0px;
        margin-right: auto;
    }

    .profile-section {
        margin-top: 10px;
    }

    .custom-widgets-side .widget-title {
        position: relative;
        top: 0px;
        line-height: normal;
    }

    span.see-more2 {
        color: #fab528;
        margin-left: 24px;
    }

    span.see-more1 {
        color: #fab528;
        margin-left: 24px;
    }

    span.see-more {
        color: #fab528;
        margin-left: 24px;
    }
     .woocommerce-table__product-total {
        display: none;
    }
     .my-close-button {
        display: block;
        height: 70px;
        position: absolute;
        right: 10px;
        width: 16px;
    }
    
    .woocommerce-orders-table__header-dokan-shipment-status {
        display: none;
    }

    .woocommerce-orders-table__cell-dokan-shipment-status {
        display: none;
    }

    .woocommerce-orders-table__header-order-total {
        display: none;
    }

    .woocommerce-orders-table__cell-order-total {
        display: none;
    }
      .ifany {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    span.see-more1 {
        font-size: 16px;
        font-weight: 600;
        color: blue;
        cursor: pointer;
    }

    span.see-more {
        font-size: 16px;
        font-weight: 600;
        color: blue;
        cursor: pointer;
    }

    span.see-more2 {
        font-size: 16px;
        font-weight: 600;
        color: blue;
        cursor: pointer;
    }
    .my-close-button {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
        width: 80%;
        font-size: 12px;
        padding: 5px;
    }
}
/* css for hide the audio button*/


.goback-btn {
    background-color: #fab528;
    color: #000;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Muli, Arial, sans-serif';
}

/* CSS for modal popup modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -17px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* class for the pop up*/
.wkwcodc_feedback_fields_in {
    margin-top: 10px;
}

/*reviw popup*/
.wkwcodc-add-feedback-section {
    text-align: justify;
}

.review {
    margin-top: 15px;
}

p.stars {
    display: inline-flex !important;
    font-size: 20px;
}

/* CSS for small screens */
@media only screen and (max-width: 600px) {
    .modal-content {
        width: 90%;
    }

    .wkwcodc-feedback-price-rating,
    .wkwcodc-feedback-value-rating,
    .wkwcodc-feedback-quality-rating {
        width: 100%;
    }
     .widget-price {
        display: block;
    }

    .sortingoption {
        width: 33%;
    }

    .pricefillter {
        width: 30%;
    }

}

/* CSS for medium and large screens */
@media only screen and (min-width: 601px) {
    .modal-content {
        width: 30%!important;
    }

    .wkwcodc-feedback-price-rating,
    .wkwcodc-feedback-value-rating,
    .wkwcodc-feedback-quality-rating {
        width: 32%;
        display: inline-block;
    }
    
      .widget-price {
            display: none;
        }
    
        .sortingoption {
            width: 70%;
        }

}

/*2nd thank yo popup*/
/* Modal styles */
.confirmation-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.confirmation-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    position: relative;
}

/* Close button styles */
.confirmation-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.confirmation-close:hover,
.confirmation-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Confirmation message styles */
.confirmation-message {
    text-align: center;
}

.confirmation-message h2 {
    margin-bottom: 10px;
}

.confirmation-message p {
    margin-bottom: 0;
}

/*popup nonlogged in user*/

/* CSS for the custom popup modal */
.modal {
    display: none;
    /* Hide the modal by default */
    position: fixed;
    /* Position the modal */
    z-index: 999;
    /* Make sure it appears on top of other elements */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scrolling if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black background with transparency */
}

/* Modal content */
.modal-nonlogged {
    background-color: #fefefe;
    margin: 15% auto;
    /* Center modal vertically and horizontally */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: justify;
    /* Set width of modal */
}

.nonlogin {
    width: 40%;
}

p .star {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.stars a.gold-star {
    color: gold;
}
.btn-shop {
    display: none !important;
}

/* css for the popup for selected today date*/
.popup-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 2px 2px 2px 2px #d9d7d7;
    width: 310px;
    padding: 20px;
    border-radius: 5px;
    color: #000;
    text-align: center;
}

.popup-content {
    margin-top: 20px;
}


.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
}

/*slot time */

.custom-time-picker {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
   
    padding-left: 1.5em;
    background-repeat: no-repeat;
    background-position: 0.25em center;
    background-size: 1em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><circle cx='20' cy='20' r='18.5' fill='none' stroke='%23222' stroke-width='3' /><path d='M20,4 20,8 M4,20 8,20 M36,20 32,20 M20,36 20,32' stroke='%23bbb' stroke-width='1' /><g fill='%23222' stroke='%23222' stroke-width='2'><circle cx='20' cy='20' r='2' /><path d='M20,24 20,5' style='transform:rotate(120deg); transform-origin: 50% 50%;' /><path d='M20,24 20,8' style='transform:rotate(20deg); transform-origin: 50% 50%;' /></g></svg>");
    /* this style to complete the styling*/
    border: 0.125em solid #369;
    border-radius: 0.25em;
    font-size: 3rem
   
  }
  
  .custom-time-picker select,
  .custom-time-picker span {
    margin: 0 3px;
    padding: 2px 5px;
    border: none;
    background: none;
  }
  .hours{
      width:10px;
  }
  .custom-time-picker input[type="hidden"] {
    display: none;
  }
  
/*shivam css start*/
.filter-sidebar{
    background-color: #F8F8F8;
}
.dropdown-content {
    background-color: #f8f8f8;
    width: 100%;
    z-index: 1;
}
.dropdown-content label{
    font-weight: 800;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content1 {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 998px;
    border-radius: 40px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tab-content .count {
    margin-left: 15px;
    color: gray;
    /* float: right; */
}
button {
    margin-left: 10px;
}
.tabs{
    display: flex;
    justify-content: center;
    column-gap: 30px;
    list-style: none;
}
.tab-content td{
    padding: 0.4375em 2.4375em;
}
.tabs li hr{
    margin: 0px;
}
.tab-content tr td div{
   line-height: 35px;
}
/* for the langauge popup model */
.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 40px;
    width: 60%;
}
.filter-section{
    background-color: #f8f8f8;
}

.modal-content2 span {
    color: #F9AA36;
    border-bottom: 2px solid #F9AA36 !important;
    font-weight: 700;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 21px;
}
.modal-content2 .languages-list {
    margin: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5px;
}
.tabs .tab-link{
    border-bottom:1px solid #000 ;
    font-weight: 700;
}
.filter-section .filter-menu li{
    width: 20%;
}
.dropdown-content div{
    width: 100%;
}
.filter-menu li label{
    color: #474747;
    font-weight: 700;
}
.tab-content table {
    width: 100%;
    border-collapse: collapse; /* Ensures borders between cells are merged */
}
.tab-content table th, .tab-content td {
    padding: 10px 20px; /* Adjust padding as per your requirement */
    text-align: left; /* Aligns text to the left */
    border-right: 1px solid #ccc !important; /* Adjust color and width of the line */
}

.tab-content th:last-child, .tab-content td:last-child {
    border-right: none !important; /* Removes border from the last cell */
}
.tab-content table, th, td {
     border:none !important; 
}
.tab-content{
    padding: 20px;
}
.active-current-tab{
    color: #F9AA36;
    font-weight: 700;
    border-bottom:1px solid #F9AA36 !important;
} 
/* Sort by price section */
.sort-by-modal {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 200px;
    right: 25px;
    z-index: 10;
    border-radius: 11px;
    padding: 10px;
    box-shadow: 0px 0px 6.5px 0px #00000040;

}
.sort-by-price{
   display: flex;
   justify-content: flex-end;
}
.sort-by-modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-by-modal ul li {
    padding: 10px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    text-align: left;
}
.sort-by-trigger{
    color: #000;
    font-weight: 600;
}
.logo-dark{
    height: auto;
    max-width: 60%;
}
.page-id-34519 .menu-center{
    display: block !important;
}
.menu-center{
    display: none !important;
}
.demo-text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
} 
.docc-text-info h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
.profile-card-left .docc-text-info h3{
    margin-top: 0px;
}
.wkwcodc-appointment-products a{
    font-size: 12px;
}
.lang-t{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mysearch .wkwcodc-find-doctor-result{
    padding: 0px 10px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    border-radius: 0px !important;
}
.wkwcodc-doctor-info h3{
    line-height: 0px !important;
}
.wkwcodc-doctor-info p{
    margin: 0px !important;
}
.wkwcodc-find-doctor-result img {
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
}
/* .mysearch{
    padding: 0px !important;
    border-radius: 0px !important;
    position: relative !important;
    margin-left: 170px !important;
} */
.search-wrapper input {
    background: #f7f7f7;
    border: none !important;
}
.search-result-heading{
    text-align: left;
    padding: 5px 10px;
    background: #eeeef3;
}
#taxonomyDropdown{
    width: 171px;
    background: #f7f7f7;
    -webkit-appearance: auto;
    border-right: 1px solid #dddddd;
    border: none;
    border-radius: 8px 0px 0px 8px;
}
.doctors-50{
    display: none;
}
.mobile-filter-section{
    display: none;
}
/* for mobile view */
@media only screen and (max-width: 600px){
    .mobile-filter-section{
        display: flex;
        justify-content: space-around;
    }
    .sort-by-price-section ,.filter-section{
        display: none !important;
    }
    .mobile-filter-section .mobile-filter-button{
        background: #0D9347;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
    }
    .doctors-50{
        display: block;
    }

    .tab-content1 input{
        float: right;
    }
}
/*mobile popup*/
.AllfiltersMobilePopup {
    display: none;
    position: fixed;
    padding: 10px 0px;
    width: 100%;
    left: 0;
    /* margin-left: -150px; */
    height: 100%;
    top: 0;
    margin-top: 0px;
    background: #FFF;
    z-index:9999;
  }
  .mobile-popup-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
  }
  #AllfiltersMobilePopup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #AllfiltersMobilePopup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }
body, html{
    height: 100%;
}
.container1{
    width: 100%;
    margin: auto;
    overflow:hidden;
    border-top: 1px solid #696969;
    height: 82%;
    margin-top: 20px;
    display: flex;
    column-gap: 10px;
    
}
.tab-cont{
    float: left;
    width: 36%;
    height: 100%;
    border-right: 1px solid #696969;
}
.tab-cont button{
    width: 100%;
    background-color: inherit;
    padding: 10px;
    line-height: 25px !important        ;
    font-size: 15px;
    font-weight: 400;
}
.tab-cont button:hover{
    background-color: #ccc;
}
.tab-content1{
    
    height: 100%;
    float: left;
    padding: 20px;
    overflow-x: auto;
    width: 100%;
    animation: anime 1s 

}
.tab-content1 h2{
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 10px 0;
    
}
.tab-content1 p{
    font-weight: 100;
    color: #666;
    margin-top: 20px
}
.tab-cont .but.active{
    color: #F9AA36;
    font-weight: 700;
    background-color: #fff;
}
@keyframes anime {
    from{opacity: 0}
    to{opacity: 1}
}
.hidden-service {
    display: none;
}
.hidden-branch {
    display: none;
}
.hidden-therapy {
    display: none;
}
 .popup-child {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.profile-section {
    position: relative;
    display: inline-block;
}

.verified-badge {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 35px;
    height: 35px;
}
#find-doctor-form{
  display: contents;
}
/* for tab */
.tablinks {
    margin: 10px 5px !important;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.dr-dashbord-scroll {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eee;
}
.modal-scroll{
    overflow: auto;
    height: 500px;
}
.language-name{
    display: inline-block;
    width: 85px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.tablinks {
    color: #000;
    font-weight: 700 !important;
}
.tab .active {
    color: #F9AA36 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #F9AA36 !important;
}