:root {--themecolor:#38b094 !important;}
:root {--secthemecolor:#38b094 !important;}
:root {--terthemefootercolor:#38b094 !important;}
:root {--terthemecolor:#3d4461!important;}
:root {--linkcolor: #3fabf3!important;}

:root {--shadowcolor: var(--themecolor)!important;}

/* -------------------- SECTION IMAGE HOLDER -------------------- */

.dc-bringimg-holder .dc-doccareimg {
    max-width: 280px;
}

/* -------------------- ELEMENTOR TABS MOBILE -------------------- */

@media (max-width: 1024px) {
    .elementor-widget-tabs .elementor-tabs {
        position: relative !important;
    }
    .elementor-tabs-wrapper {
        display: flex !important;
        width: 100% !important;
        white-space: nowrap !important;
        scroll-snap-type: x mandatory !important;
        overflow-x: scroll !important;
    }
    .elementor-tabs-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 40px;
        height: 54px;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ffffff',GradientType=1 );
    }
    .elementor-tab-desktop-title {
        text-align: center !important;
        display: inline-flex !important;
        scroll-snap-align: center !important;
    }
    .elementor-tab-content {
        border-top: 0 !important;
    }
    .elementor-tab-mobile-title {
        display: none !important;
    }
}

/* -------------------- SECTION JOIN TEAM -------------------- */

.dc-doccarecontent {
    background: var(--terthemefootercolor);
}

/* -------------------- recaptcha hide -------------------- */

.grecaptcha-badge  {
    display: none !important;
}

/* -------------------- HEADERS -------------------- */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--linkcolor);
}

body .h1, body h1 {
    margin: 0 0 20px !important;
    line-height: 1.1;
}

body .h2, body .h3, body .h4, body .h5, body .h6, body h2, body h3, body h4, body h5, body h6 {
    margin: 40px 0 20px;
    line-height: 1.2;
}

li {
    list-style: circle inside none;
}

fieldset legend {
    font-size: 18px;
}

.bold {
    font-weight: 600;
}

/* -------------------- LINKS -------------------- */

a, p a, p a:hover, a:hover, a:focus, a:active {
    color: var(--linkcolor);
}

.link {
    color: var(--linkcolor);
}

/* -------------------- GLOBAL -------------------- */

/*.dc-parent-section {*/
/*    background: #f9f9f9;*/
/*}*/

/*.single-post .dc-main,*/
/*.page-template-default .dc-main {*/
/*    background: #fff;*/
/*}*/

/* bg-color */
.dc-bgcolor {
    background: #f9f9f9;
}

.dc-emptydata {
    background: #fff;
}

.text-primary {
    color: var(--themecolor) !important;
}

/* -------------------- UTILITIES -------------------- */

.hide {
    display: none !important;
}

.display-block {
    display: block !important;
}

/* -------------------- FORMS -------------------- */

::-webkit-input-placeholder { /* Edge */
    color: #d8d8d8 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #d8d8d8 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8d8d8 !important;
}

::placeholder {
    color: #d8d8d8 !important;
    opacity: 1; /* Firefox */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=tel],
input[type=text],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -------------------- BUTTONS -------------------- */

.dc-btn {
    text-transform: none;
    min-width: auto;
}

/* Button expanded */
.btn-expanded {
    width: 100%;
    min-width: auto;
}

.elementor-button,
.elementor-button:visited {
    color: var(--terthemecolor) !important;
    background: transparent !important;
    border: 2px solid var(--themecolor) !important;
    font-weight: 300 !important;
}

.elementor-button:focus,
.elementor-button:hover {
    color: #fff !important;
    background: var(--themecolor) !important;
    box-shadow: 0 9px 20px 0 var(--themecolor) !important;
}

/* -------------------- ELEMENTOR COLUMN -------------------- */

.section-carousel .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

/* -------------------- BOX WITH ICON -------------------- */

.elementor-section-boxed .elementor-inner-column .elementor-widget-wrap {
    margin: 0 10px 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
}

.elementor-section-boxed .elementor-inner-column .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
    color: var(--secthemecolor) !important;
}

.elementor-section-boxed .elementor-inner-column .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-img {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px !important;
    width: 150px !important;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgba(153,153,153,0.3);
    border-radius: 100%;
    background: #fff;
}

.elementor-section-boxed .elementor-inner-column .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-img a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.elementor-section-boxed .elementor-inner-column .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}

/* -------------------- WOCOMMERCE DETAILS -------------------- */

.woocommerce-checkout-payment {
    margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
    display: none !important;
}

/* -------------------- HEADER & NAVIGATION -------------------- */

/*.dc-header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.header-main-nav {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}

.dc-loginarea {
    margin: 20px 0;
}

.dc-loginarea .dc-userimg {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.dc-loginarea .do-login-button {
    width: 100%;
}

.dc-loginfooterinfo .dc-forgot-password + a {
    display: none;
}

/* Navigation - logo */
.dc-logo {
    width: 150px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .dc-logo {
        margin: 20px 0;
    }
}

/* Navigation - toggler */
.navbar-toggler {
    /*position: absolute;*/
    /*top: 15px;*/
    /*right: 20px;*/
    margin: 0;
    color: var(--secthemecolor);
    border: 2px solid var(--secthemecolor);
    background: transparent;
}

/* Navigation - hide home */
.dc-navigation > ul > li.home,
.dc-navigation > ul > li:last-child:before {
    display: none;
}

/* Navigation - items */
.dc-navigation ul li.for-doctors a {
    color: var(--secthemecolor);
}

/* Navigation - login */
@media (max-width: 1024px) {
    .dc-loginarea {
        flex-basis: 100%;
        margin: 0;
        padding: 15px 0;
        border-top: 1px solid #eee;
        text-align: center;
    }

    .dc-loginarea .dc-userimg {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

}

/* -------------------- COOKIES -------------------- */

.cookie-notice-container a {
    text-decoration: underline;
}

.cookie-notice-container a:hover {
    text-decoration: none;
}

.cookie-notice-container a,
.cookie-notice-container a:hover {
    color: #fff;
}

/* -------------------- HIDES -------------------- */

/* Hide add to favourites */
.dc-add-wishlist {
   display: none;
}

/* Hide chatpopup */
.dc-chatpopup {
    display: none; 
}

/* -------------------- LAYOUT -------------------- */

.dc-breadcrumbarea {
    padding: 0;
    background: transparent !important;
    margin-bottom: 20px;
}

.dc-breadcrumb {
    display: flex;
    flex-flow: row nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    background: #F9F9F9;
}

.dc-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 40px;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(249,249,249,0) 0%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
    background: linear-gradient(to right,  rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#ffffff',GradientType=1 );
}

.page-header {
    padding: 20px 0;
}

/* Mainpage - wrapper */
.dc-main {
    padding-top: 0;
    padding-bottom: 0;
}

/* Description container */
.dc-description {
    /*padding-bottom: 40px;*/
}

/* -------------------- MODAL -------------------- */

.pum-theme-26546 .pum-content+.pum-close,
.pum-theme-enterprise-blue .pum-content+.pum-close {
    background: transparent;
    color: var(--themecolor);
    font-size: 44px;
    line-height: 1;
    height: 35px;
    width: 35px;
}

/* -------------------- CART SUMMARY -------------------- */

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    height: 28px;
}

/* -------------------- MAIN HERO -------------------- */

.dc-sectionheadvtwo .dc-description h3 {
    font-size: 18px;
    margin: 10px 0 20px 0;
    line-height: 1.7;
}

.dc-sectionheadvtwo .dc-description h3 em {
    color: var(--themecolor);
    font-style: normal;
}

@media (min-width: 1024px) {
    .dc-sectionheadvtwo .dc-description h3 {
        font-size: 22px;
        margin: 5px 0 10px 0;
    }
}

/* -------------------- CIRCLES SLIDER -------------------- */

.circles-slider {

}

.circles-slider .slides {
    list-style-type: none;
}

.circles-slider .slides > li {
    text-align: center;
}

@media (max-width: 480px) {
    .circles-slider .slides > li {
        /*width: 100vw !important;*/
    }
}

.circles-slider .slides > li a {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 150px;
    width: 150px;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgba(153,153,153,0.3);
    border-radius: 100%;
    background: #fff;
}

.circles-slider .slides > li a:hover {
    box-shadow: 0 9px 20px 0 rgba(165,165,165,0.50);
}

.circles-slider .slides > li a img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}

.circles-slider .slides > li .caption-wrap {
    padding: 10px 0;
}

.circles-slider .slides > li .caption-wrap .caption {
    font-size: 16px;
    line-height: 1.2;
}

.circles-slider .slides > li .caption-wrap .caption .label {
    display: block;
    margin-top: 7px;
    color: var(--secthemecolor);
}

/* Pagination */
.circles-slider .flex-control-nav {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.circles-slider ol.flex-control-nav li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
}

.circles-slider ol.flex-control-nav li a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #C0C0C0;
}

.circles-slider ol.flex-control-nav li a.flex-active {
    background-color: var(--secthemecolor);
}

.circles-slider .flex-control-nav li .caption-wrap {
    padding: 10px 0;
}

.circles-slider .flex-control-nav li .caption-wrap .caption {
    font-size: 16px;
    font-weight: 600;
}

/* -------------------- CIRCLES SLIDER -------------------- */

/* Holders boxes */
.dc-article {
    background: #fff;
}

.dc-sectionbg:after {
    display: none;
}


/* -------------------- HERO SECTION -------------------- */

.dc-querycontent {
    padding: 60px 0 160px;
}

@media (max-width: 568px) {
    .dc-querycontent {
        padding: 40px 0 90px;
    }
}

.dc-sectiontitle h2 span {
    font-weight: 700;
}

@media (min-width: 1024px) {
    .dc-querycontent .dc-sectiontitle h2 {
        font-size: 56px;
        line-height: 1;
    }

    .dc-querycontent .dc-sectiontitle h2 span {
        font-size: 56px;
        font-weight: 700;
    }
}

@media (max-width: 1023px) {
    .elementor-77 .elementor-element.elementor-element-ed56f9e:not(.elementor-motion-effects-element-type-background) {
        background-size: 180% auto;
    }
}

.dc-querycontent .dc-description {
    padding: 10px 0 0;
}




/* -------------------- MAINPAGE SEARCH -------------------- */

/*.dc-medicalfacility {*/
/*    background: #f9f9f9 url(/wp-content/uploads/2020/11/bg-long-bwb.png) no-repeat bottom center;*/
/*    min-height: 450px;*/
/*    background-size: 100% auto;*/
/*    position: relative;*/
/*    background-blend-mode: Darken;*/
/*    margin: 0;*/
/*    padding: 80px 0 60px;*/
/*}*/

/* Search */
.dc-form-advanced-search {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #F9F9F9;
}

.dc-form-advanced-search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* -------------------- BOXES ICONS HOLDER -------------------- */

.dc-welcome-holder.dc-bksteps {
    display: flex;
    flex-wrap: wrap;
}

.dc-welcome-holder.dc-bksteps .dc-welcomeimg {
    margin-bottom: 10px !important;
}

.dc-welcome-holder.dc-bksteps .dc-welcomecontent {
    margin: 0 0 20px;
    height: calc(100% - 20px);
}

/* -------------------- HOW ITS WORK -------------------- */

.dc-workingtimeline .main-timeline .timeline-content + .timeline-content .dc-contentwithimg figure {
    /*overflow: hidden;*/
    display: block;
    border: 1px dashed #f7f7f7;
    /*position: static;*/
    padding: 30px;
    border-radius: 50%;
    background: #fff;
}

.dc-workingtimeline .main-timeline .timeline-content + .timeline-content .dc-contentwithimg figure img {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
}

/*.main-timeline .timeline-content {*/
/*    position: relative;*/
/*}*/

/*.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg figure:after {*/
/*    z-index: -1;*/
/*}*/

/* -------------------- ARTICLE BOX -------------------- */

.dc-articlesdocinfo img {
    border-radius: 50px !important;
}

.dc-sc-latest-articals .dc-articlecontent .dc-title h3 a {
    display: block;
    overflow: hidden;
    height: 50px;
}

.dc-sc-latest-articals .dc-articlesholder > div {
    margin-top: 20px;
}

/* -------------------- ARTICLE PAGE -------------------- */

.dc-runner > .dc-runner-img {
    width: 100%;
    height: 200px;
}

@media (min-width: 992px) {
    .dc-runner > .dc-runner-img {
        height: 300px;
    }
}

.dc-runner > .dc-runner-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -------------------- ARTICLES LIST PAGE -------------------- */

.blog-list-view-template .dc-article .dc-classimg img {
    display: block;
    width: 100%;
    max-height: 255px;
    object-fit: cover;
}

/* -------------------- FOOTER -------------------- */

.dc-footer a {
    color: #fff;
    text-decoration: none;
}

.dc-footer a:hover,
.dc-footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.dc-footerbottom {
    background: transparent;
}

.widget_nav_menu .menu li {
    float: left;
    width: 100%;
    list-style-type: none;
    line-height: 1.4;
}

.widget_nav_menu .menu li a {
    color: #fff;
    padding: 5px 0;
    display: block;
}

.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li a:focus {
    color: #fff;
    text-decoration: underline;
}

.dc-copyright {
    border-top: 1px solid rgba(255,255,255,.15);
}

/*.dc-copyright a {*/
/*    color: #fff;*/
/*}*/

/*.dc-copyright a:hover,*/
/*.dc-copyright a:focus {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/

.dc-footercontactus li a {
    color: #fff;
}

.dc-footer-call-email {
    max-width: 100%;
}

/* Footer payments */
.dc-footer .widget_text .textwidget {
    padding: 0;
    background: transparent;
}

.payments-logos {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    width: 100%;
}

.payments-logos > li {
    flex-basis: 25%;
    list-style: none;
    padding-right: 15px;
}

.payments-logos > li img {
    display: block;
    max-width: 100%;
}

/* -------------------- ACCORDION -------------------- */

.elementor-toggle {
}

.elementor-toggle .elementor-toggle-item {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fcfcfc;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title {
    position: relative;
    padding: 0 !important;
    font-size: 16px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-title {
    display: block;
    padding: 15px 35px 15px 15px;
    font-weight: 500;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-title,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-title {
    color: var(--terthemecolor);
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.elementor-toggle .elementor-toggle-item:not(:last-child) {
    margin-bottom: 10px !important;
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #eee !important;
}

/*.elementor-toggle .elementor-tab-content {*/
/*    padding: 15px !important;*/
/*}*/

.elementor-tabs .elementor-tab-content > h2:first-child,
.elementor-tabs .elementor-tab-content > h3:first-child,
.elementor-tabs .elementor-tab-content > h4:first-child {
    margin-top: 10px !important;
}

.elementor-toggle .elementor-tab-content p:last-child {
    margin-bottom: 0;
}

/* -------------------- REGISTER FORM -------------------- */

.dc-formregister .dc-registerformgroup .form-group {
    width: 100% !important;
}

/* Contact page - items */
.dc-contactinfo ul li span {
    justify-content: center;
}

/* -------------------- REVIEWS ON DOCTOR PROFILE -------------------- */

.dc-consultation-details {

}

.dc-consultation-details .dc-consultation-item {
    list-style: none;
}

.dc-consultation-details .dc-consultation-item:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dc-consultation-details .dc-consultation-item .dc-item-top {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.dc-consultation-details .dc-consultation-item .dc-consultation-title {
    flex-grow: 1;
}

.dc-consultation-details .dc-consultation-item .dc-consultation-img {
    float: none;
    display: block;
}

.dc-consultation-details .dc-consultation-item .dc-description {
    float: none;
}

.dc-feedback-content .dc-description > a.dontrecommend {
    color: #dc3545;
}

.dc-feedback-content .dc-description > a:not(.dontrecommend) {
    color: var(--success);
}

/* Single doctor item - availability today */
.dc-dayon {
    color: #dc3545;
}


/* -------------------- DASHBOARD -------------------- */
.dc-dashboardbox .dc-userlistingimg {
    font-size: 30px;
}

/* User login */
.dc-userlogedin {
    display: flex;
    flex-direction: row;
    align-items: center;
}


/* -------------------- TIMESLOTS SLIDER -------------------- */

.dc-timeslots-slider {
    padding: 5px 0 0;
    width: 100%;
    color: #767676;
    font-size: 13px;
    position: relative;
}

.dc-timeslots-slider > i {
    display: inline-flex;
    min-width: 17px !important;
}

.dc-timeslots-slider .dc-timeslots-items {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: auto;
    scrollbar-color: #B5B5B5 #f7f7f7;
    padding-bottom: 4px;
}

/* Chrome, Edge, and Safari */
.dc-timeslots-slider .dc-timeslots-items::-webkit-scrollbar {
    height: 6px;
}

.dc-timeslots-slider .dc-timeslots-items::-webkit-scrollbar-track {
    background: #f7f7f7;
}

.dc-timeslots-slider .dc-timeslots-items::-webkit-scrollbar-thumb {
    background-color: #B5B5B5;
    border-radius: 10px;
    border: none;
}

.dc-timeslots-slider .dc-timeslots-items:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    pointer-events: none;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio {
    flex-basis: 0;
    margin: 0;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio:last-of-type {
    padding-right: 40px !important;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio label {
    margin: 0 10px 0 0;
    padding: 0;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio label span {
    display: inline-block;
    line-height: 1;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid var(--secthemecolor);
    background: #fff;
    transition: .2s;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio label:hover span {
    color: #fff;
    background: var(--secthemecolor);
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio label::before,
.dc-timeslots-slider .dc-timeslots-items .dc-radio label::after {
    display: none;
}

.dc-timeslots-slider .dc-timeslots-items .dc-radio input[disabled] + label {
    display: none;
}

/* Disablke hover on slots modal */
.dc-timeslots .dc-radio input[type=radio]+label:hover span {
    margin-top: 0;
}

/* ----------- DOCTOR HOLDER ----------- */

.dc-docinfo {
    margin: 0;
}

.dc-searchresult-list {
    margin-bottom: 20px;
}

.dc-searchresult-list .dc-docpostholder {
    padding: 0;
}

.dc-docpostholder {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.dc-searchresult-list .dc-docpostholder .dc-docpostcontent .dc-searchvtwo .dc-docpostimg {
    width: 92px;
    height: 92px;
    margin-right: 20px;
}

.dc-searchresult-list .dc-docpostholder .dc-docpostcontent .dc-searchvtwo .dc-docpostimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dc-searchresult-list .dc-docpostholder .dc-docpostcontent .dc-searchvtwo .dc-title {
    float: none;
    padding: 0;
    overflow: hidden;
    width: auto;
}

.dc-searchresult-holder {
    margin: 20px 0;
}

.dc-searchresult-holder .container {
    padding: 0;
}

.dc-searchresult-holder li {
    list-style-type: none;
}

/* Location */
.dc-docpostholder .dc-doclocation i {
    min-width: 20px;
}

.dc-disabled .dc-searchvlistvtwo .dc-docpostholder .dc-doclocation {
    min-width: 50%;
}

.dc-searchvlistvtwo .dc-docpostholder .dc-tags {
    display: block;
}

.dc-doclocation > span {
    margin-top: 8px;
}

/* Hide not available items */
.holder-availability {
    display: none;
}

.holder-availability.holder-visible {
    display: block;
    animation: holder-up .5s forwards;
}

@keyframes holder-up {
    from {
        opacity: 0;
        transform: translateY(15%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dc-tags .dc-tags-header {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

/* -------------------- TABS -------------------- */

/* Desktop */
.elementor-widget-tabs .elementor-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper,
.elementor-widget-tabs .elementor-tabs .elementor-tab-desktop-title.elementor-tab-title:after,
.elementor-widget-tabs .elementor-tabs .elementor-tab-desktop-title.elementor-tab-title:before {
    border-color: #eee;
    border-radius: 0 4px 4px;
}

.elementor-widget-tabs .elementor-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active {
    background: #fff;
}

.elementor-widget-tabs .elementor-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #eee;
    border-radius: 4px 4px 0 0;
}

/* Mobile */
.elementor-widget-tabs .elementor-tabs .elementor-tab-mobile-title,
.elementor-widget-tabs .elementor-tabs .elementor-tab-mobile-title.elementor-active {
    position: relative;
    border-color: #eee;
}

.elementor-widget-tabs .elementor-tabs .elementor-tab-mobile-title::before {
    content: "+";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--themecolor);
    font-size: 28px;
    line-height: 1;
    transition: .5s;
    font-weight: 300;
}

.elementor-widget-tabs .elementor-tabs .elementor-tab-mobile-title.elementor-active::before {
    transform: translateY(-50%) rotate(45deg);
}

/* All */
.elementor-widget-tabs .elementor-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tabs .elementor-tab-title a,
.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active a {
    color: var(--terthemecolor);
}

/* -------------------- DOCTOR PROFILE -------------------- */

/* Header */
.dc-docsingle-header {
    margin: 0 0 30px;
    padding: 20px;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}

.dc-docsingle-header .dc-header-title {
    width: 100%;
    margin: 0 0 5px;
    font-size: 22px;
}

/* Stars */
.dc-docsingle-header .dc-stars-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.dc-docsingle-header .dc-stars-wrapper em {
    display: block;
    color: #767676;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
}

.dc-docsingle-header .dc-header-title .dc-tagline-header {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
}

.dc-docsingle-header .dc-header-title a {
    color: var(--terthemecolor);
}

.dc-docsingle-header .dc-header-title i {
    font-size: 16px;
    margin-left: 5px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.dc-docsingle-header .dc-header-title i.fa-check-circle {
    color: #1abc9c;
}

.dc-docsingle-header .dc-header-title .dc-doc-specilities-tag {
    font-size: 14px;
    font-weight: 400;
}

.dc-docsingle-header .dc-header-title .dc-doc-specilities-tag a {
    color: var(--linkcolor);
}

.dc-docsingle-header .dc-docsingle-content .dc-docinfo li {
    justify-content: left;
}

/* Content */

.dc-docinfo-head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex-basis: 100%;
}

.dc-docsingle-header .dc-docsingle-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .dc-docsingle-header .dc-docsingle-content {
        flex-flow: row nowrap;
        align-items: stretch;
    }
}

/* Avatar */
.dc-docsingle-content .dc-docsingle-img {
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .dc-docsingle-content .dc-docsingle-img {
        flex-shrink: 0;
        margin-right: 20px;
    }
}

.dc-docsingle-content .dc-docsingle-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;

}

/* Doc info bottom */
.dc-docinfo-services {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 1px solid #eee;
    list-style-type: none;
    flex-grow: 1;
}

@media (min-width: 1200px) {
    .dc-docinfo-services {
        width: auto;
        border: 0;
        border-left: 1px solid #eee;
        padding: 0 0 0 10px;
        margin: 0 0 0 10px;
    }
}

.dc-docinfo-bottom li {
    list-style-type: none;
}

.dc-docinfo-bottom li i {
    margin-right: 8px;
}

/* Doctor profile holder */
.dc-docsingle-holder {
    margin-bottom: 40px;
}

/* Doctor content tabs */
.dc-navdocsingletab li a {
    background: #fff;
}

.dc-contentdoctab {
    background: #fff;
}

/* -------------------- OTHER -------------------- */

/* Doctors carousel caption */
.dc-neurosurgeons-img {
    margin: 0 auto 30px !important;
}

/* dc-bksteps dc-welcomecontent */
.dc-bksteps .dc-welcomecontent {
    margin-bottom: 20px;
    background: #fff;
}

/* Booking modal number select */
.dc-phone-prefix-select-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.dc-phone-prefix-select-wrapper .dc-phone-prefix-select {
    float: none;
    width: 165px;
}

/* Booking modal contact type */ 
.contact-type-tabs {
    margin-bottom: 20px;
}

.contact-type-tabs .contact-type-tabs-list {
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio:not(:last-child) {
    margin-right: 10px;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio label {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #767676;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio label:before,
.contact-type-tabs .contact-type-tabs-list .dc-radio label:after {
    display: none;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio input[type="radio"] {
    display: none;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio input[type="radio"]:checked + label {
    background: var(--themecolor);
    border-color: var(--themecolor);
    color: #FFF;
}

.contact-type-tabs .contact-type-tabs-list .dc-radio label span {
    display: block;
    margin-bottom: 3px;
    font-size: 30px;
}


/* -------------------- WIDGET ICON BOX -------------------- */

.elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 80px;
    height: auto;
}

.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 20px;
    font-size: 26px;
    text-transform: none;
    color: var(--terthemecolor);
}

.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    color: var(--e-global-color-text);
}

.elementor-widget-icon-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description b {
    font-weight: 300;
}

/* -------------------- CONTACT FORM -------------------- */

.dc-form {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
}

/* -------------------- DOCTOR PANEL -------------------- */

@media (min-width: 1680px) {
    .dc-btnmenutoggle {
        display: block;
        left: 100%;
    }
}

/* -------------------- BLOG -------------------- */

.blog-list-view-template {
    overflow: hidden;
    padding-top: 25px;
}

@media (min-width: 992px) {
    .blog-list-view-template {
        padding: 25px 0;
    }
}

.blog-list-view-template .dc-articlecontent .dc-classimg > a {
    display: block;
}

/* Categories menu */
.dc-sidebar .widget_categories {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .dc-sidebar .widget_categories {
        margin: 25px 0;
    }
}

/* Comments box */
.dc-card-review .comment-respond {
    margin-bottom: 25px;
}

/* -------------------- SUMMARY -------------------- */

.cart-data-wrap h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.cart-data-wrap .selection-wrap {
    font-size: 16px;
    line-height: 1.5;
}

.cart-data-wrap .selection-wrap b,
.cart-data-wrap .selection-wrap span {
    font-size: 20px;
    font-weight: 600 !important;
    color: var(--themecolor) !important;
}

.shop_table.woocommerce-table--order-details,
.shop_table.woocommerce-checkout-review-order-table {
    display: none;
	display: table;
}

/* custom 2022 */

.woocommerce-order-details .shop_table.woocommerce-table--order-details
{
	display: none;
}

.cart-data-wrap .selection-wrap
{
	padding: 0 !important;
}

.choosen-service span:last-of-type
{
	display: none;
}

#order_review_heading
{
	clear: both !important;
	display: none !important;
}

.order_review_heading
{
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	margin: 40px 0 8px 0 !important;
}

#order_review
{
	clear: both !important;
}

#order_review table
{
	font-size: 16px !important;
	border: 0 !important;
	margin: 0 !important;
}

#order_review table td
{
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
	line-height: 1.5 !important;
}

#order_review table b,
#order_review table span
{
	font-size: 20px;
	font-weight: 600 !important;
	color: var(--themecolor) !important;
}

.woocommerce-order
{
	padding-bottom: 25px;
}

/* -------------------- SUMMARY STEPS LIST -------------------- */

.dc-joinsteps li.dc-active a {
    color: var(--themecolor);
    border-color: var(--themecolor);
}

.dc-joinsteps li.dc-done-next a {
    background: var(--themecolor);
    border-color: var(--themecolor);
}

/* -------------------- ASK DOCTOR LIST -------------------- */

.dc-consultation-title h5 a {
    color: var(--linkcolor);
}

/* -------------------- ASK DOCTOR -------------------- */

.dc-private_question {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.dc-private_question-list {
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.doctors-template-default #dcModalBody1 .dc-checkbox-holder input[data-price="0"] {
    display: none; 
    pointer-events:none;
}

.doctors-template-default #dcModalBody1 .dc-checkbox-holder input[data-price="0"] ~ label {
    display: none; 
    pointer-events:none;
}

.dc-private_question-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.dc-private_question-list > li {
    list-style-type: none;
    flex: 0 0 70%;
    margin-right: 20px;
}

.dc-private_question-list > li:last-child {
    padding-right: 30px;
    margin-right: 0;
}

@media (min-width: 767px) {
    .dc-private_question-list > li {
        flex: 0 0 38%;
    }
}

@media (min-width: 1200px) {
    .dc-private_question-list > li {
        flex: 0 0 28%;
    }
}

.dc-private_question-item {
    display: flex;
    flex-flow: row nowrap;
    padding: 20px;
    height: 100%;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 4px;
    background: #fff;
}

.dc-private_question-img {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-right: 10px !important;
    border: 1px solid #efefef;
    border-radius: 50%;
    flex-shrink: 0;
}

.dc-private_question-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.dc-private_question-content {

}

.dc-private_question-title h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.dc-private_question-btnarea {
    text-align: center;
}

.dc-consultation-img {
    padding: 5px;
}

.cart-data-image {
    display: inline-flex;
    align-items: center;
}

.cart-data-name p{
    width: 100%;
    margin-bottom: 0;
}

.cart-data-name {
    margin-left: 20px;
}

.cart-data-wrap .dc-docpostimg {
	display: flex;
    width: 50%;
    height: 100%;
    max-height: fit-content;
    background: transparent;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
    max-width: 90px;
    border-radius: 50%;
}

.cart-data-wrap .dc-image-res {
	height: 100%;
	display: flex;
}

.cart-data-wrap img {
	display: flex;
    object-fit: cover;
    height: 90px !important;
    width: 90px !important;
    min-height: 90px !important;
    min-width: 90px !important;
}

.cart-data-wrap {
	
}

#doctors-list .dc-docpostholder {
    visibility: visible;
    display: block;
}

