.accordion-button {
    text-transform: none !important;
    font-size: 18px !important;
}

/*
    Carousel CSS and Profile block CSS 
*/
@media (min-width: 768px) and (max-width: 991px) {

    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }

    /* show 2 items */
    .carousel-inner .active+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* MD */
@media (min-width: 768px) {

    /* show 3rd of 3 item slide */
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* LG */
@media (min-width: 991px) {

    /* show 4th item */
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.title {
    --g-regular-weight: 400;
    --g-bold-weight: 500;
    font-family: Literata !important;
    font-weight: var(--g-regular-weight, normal) !important;
    text-transform: capitalize !important;
    color: var(--tcb-local-color-cb7d0, rgb(12, 17, 21)) !important;
    --tcb-applied-color: var$(--tcb-local-color-cb7d0, rgb(12, 17, 21)) !important;
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.position {
    letter-spacing: 2px;
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: var(--tcb-local-color-c7e88, rgba(237, 136, 21, 0.99)) !important;
    font-family: Lato;
    --g-regular-weight: 400;
    font-weight: var(--g-regular-weight, normal);
    --tcb-typography-font-family: Lato;
    --g-bold-weight: 700;
}

[data-css="profile-frame"] {
    /* width: 120px; */
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    /* border: 2px solid var(--tcb-local-color-c7e88,rgb(47, 138, 231)); */
    margin-top: 0px !important;
    margin-bottom: 30px;
}

:not(#tve) [data-css="tve-u-1729a8c8b26"] {
    font-size: 14px !important;
}

.content {
    font-size: 14px !important;
}

p {
    margin: 0;
    padding: 0px 0 0px 0px !important;
    padding-top: 5px;
}

.prof-img {
    height: 116px !important;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    border: 2px solid rgba(237, 136, 21, 0.99) !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.prof-img-2 {
    /* height: 130px !important; */
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    border: 2px solid rgba(237, 136, 21, 0.99) !important;
    margin-top: 0px !important;
    /* margin-bottom: 30px !important; */
    cursor: pointer !important;
}

.prof-img-small {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    border: 2px solid rgba(237, 136, 21, 0.99) !important;
    margin-top: 0px !important;
}

.img-inline {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.profileMain {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 4px;
}

.profileImage {
    grid-column: 1 / -1;
    height: 120px;
    cursor: pointer !important;
}

.profileDescription {
    grid-column: 1 / -1;
   /* height: 200px;*/
}

.profileThrv_icon {
    grid-column: 1 / -1;
    height: 40px;
}

.profileTitle {
    grid-column: 1 / -1;
    height: 20px;
}

.profilePosition {
    grid-column: 1 / -1;
    height: 100px;
}

.profileShort {
    width: auto;
}

.profileShort.carousel-control-prev {
    left: -35px !important;
}

.profileShort.carousel-control-next {
    right: -14px !important;
}

.profileShort .carousel-control-prev-icon {
    background: rgba(237, 136, 21, 0.99) no-repeat center center !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.profileShort .carousel-control-next-icon {
    background: rgba(237, 136, 21, 0.99) no-repeat center center !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* .profileThrv_icon .tportant;
    hrv_wrapper{
    margin-left: 0 !im
} */
.profile-tcb-flex-row.tcb-flex-row {
    padding-top: 0;
}

.profile-tcb-icon {
    font-size: 30px !important;
}


@media (min-width:768px) {
    .profile-tcb--cols-4:not(.tcb-resized)>.tcb-flex-col {
        width: 25% !important;
    }
}

@media (max-width:1024px) {
    .profileMain {
        grid-template-columns: 1fr !important;
    }

    /* .profile-tcb--cols-4:not(.tcb-resized)>.tcb-flex-col{ */
    /* width: 100% !important; */
    /* } */
    .profileDescription {
        grid-column: 1;
        height: 200px !important;
    }

    .profileTitle {
        /* grid-template-columns: 1fr; */
        /* display:grid; */
    }

    .profileShort.carousel-control-prev {
        left: -35px !important;
    }

    .profileShort.carousel-control-next {
        right: -14px !important;
    }

    .profilePosition {
        grid-column: 1;
        height: 100px;
    }


}

@media (max-width:767px) {
    .profileMain {
        grid-template-columns: 1fr !important;
    }

    .profileMain .profileImage {
        display: flex;
        justify-content: center;
    }

    .profile-tcb--cols-4:not(.tcb-resized)>.tcb-flex-col {
        width: 100% !important;
        width:100%;
    }
    
    .carousel-item {
        display: block;
    }

    .profileDescription {
        grid-column: 1 / -1;
        height: auto !important;
    }

    .profileShort.carousel-control-prev {
        left: -20px !important;
    }

    .profileShort.carousel-control-next {
        right: 0px !important;
    }

    .profileDescription p {
        padding: 0 15px 0 15px !important;
    }
}

.thrv_icon.thrv_wrapper {
    margin-left: left !important;
}



@font-face {
    font-family: signature;
    src: url(Meddon-Regular.ttf) format('truetype');
}

@media (min-width: 300px) {
    .tve-theme-54 .content-section .section-content {
        padding: 6px 0px 6px 15px !important;
    }

    .tcb-post-author-picture {
        float: none !important;
        width: 176px !important;
        border: 8px solid rgba(230, 144, 45, 0.18) !important;
        position: relative !important;
        margin: 0px auto -55px !important;
        z-index: 12 !important;
    }

    .tcb-style-wrap h4 {
        --g-regular-weight: 400;
        --g-bold-weight: 700;
        line-height: 2.1em !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        color: rgb(48, 38, 29) !important;
        --tcb-applied-color: rgb(48, 38, 29) !important;
        font-family: Lato !important;
        font-size: 21px !important;
    }

    .cust-signature p {
        --g-regular-weight: 400;
        --tcb-applied-color: rgba(0, 0, 0, 0.25);
        font-style: normal !important;
        font-family: signature !important;
        font-weight: var(--g-regular-weight, normal) !important;
        font-size: 18px !important;
        color: rgba(0, 0, 0, 0.25) !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .cust-head p {
        --g-regular-weight: 400;
        --g-bold-weight: 700;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        font-weight: var(--g-regular-weight, normal) !important;
        font-size: 22px !important;
        font-style: italic !important
    }

    .tcb-button-link {
        letter-spacing: 2px;
        background-image: linear-gradient(var(--tcb-local-color-62516, var(--tcb-skin-color-0)), var(--tcb-local-color-62516, var(--tcb-skin-color-0)));
        background-size: auto;
        background-attachment: scroll;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px;
        overflow: hidden;
        padding: 18px;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    .tcb-button-link-small {
        letter-spacing: 1px;
        background-image: linear-gradient(var(--tcb-local-color-62516, var(--tcb-skin-color-0)), var(--tcb-local-color-62516, var(--tcb-skin-color-0))) !important;
        background-size: auto;
        background-attachment: scroll;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        padding: 7px;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    .back {
        letter-spacing: 1px;
        background-size: auto;
        background-attachment: scroll;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        padding: 7px;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

}

@media (max-width: 767px) {
    .tcb-flex-row.v-2:not(.tcb-mobile-no-wrap)>.tcb-flex-col {
        text-align: center;
    }

    .mt-70-m767 {
        margin-top: 70px;
    }

    .mt-40-m767 {
        margin-top: 40px;
    }

    .tcb-flex-col-m767 {
        justify-content: center !important;
        width: 100% !important;
    }

}

.thrv_wrapper.thrv-columns {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgba(0, 0, 0, 0.14) !important;
}

.fc-header-toolbar>div:nth-child(2) {
    height: 15px;
}


.fc .fc-more-popover .fc-popover-body {
    min-width: auto !important;
    padding: 3px !important;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.fc-daygrid-day-top a:not([href]):not([tabindex]) {
    font-size: 11px !important;
}

@media (min-width: 1900px) {
    .profileRightCalendar {
        margin: 0 auto !important;
        font-size: 10px;
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }

    .fc .fc-toolbar-title {
        font-size: 2em !important;
    }
}

@media (max-width: 1900px) {
    .profileRightCalendar {
        width: 100% !important;
        margin: 0 auto !important;
        font-size: 10px;
    }

    .fc .fc-toolbar-title {
        font-size: 0.9em !important;
        padding: 2px;
    }
}

@media (max-width: 1024px) {
    .profileRightCalendar {
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }

    .fc .fc-toolbar-title {
        font-size: 0.9em !important;
        padding: 2px;
    }
}


.fc-toolbar {
    font-size: .9em;
}

.fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}

.fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: grey;
    color: transparent;
    overflow: hidden;
    height: 4px;
}

.fc-more-popover {
    width: 100px;
}

.fc-view-month .fc-event,
.fc-view-agendaWeek .fc-event,
.fc-content {
    font-size: 0;
    overflow: hidden;
    height: 4px;
}

.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}

.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3em !important;
}

.per10 {
    width: 10%;
}

.per35 {
    width: 35%;
}

.per55 {
    width: 55%;
}

input[type="checkbox"],
input[type="radio"] {
    margin-top: 2px !important;
}

.availbody {
    min-height: 200px;
    max-height: 600px;
    overflow: auto;
}

body.popup-open {
    overflow: hidden;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}


.btn.btn-success {
    position: absolute;
    height: 50px;
    width: 200px;
    line-height: 2.2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 18px;
    text-transform: uppercase;
}

.popup {
    overflow-x: hidden;
    overflow-y: auto;
}

.popup:before {
    /* content: ""; */
    /* display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle; */
}

.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: auto;
    width: 90%;
    padding: 40px;
    /* box-shadow: 0px 2px 6px #000; */
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.popup-inner h1 {
    font-family: 'Lato';
    font-weight: 700;
}

.popup-inner p {
    font-size: 24px;
    font-weight: 400;
}

.popup-close {
    width: 25px;
    height: 22px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #f00;
    text-decoration: none;
    border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.mt-20 {
    margin-top: 20px;
}

.fc table {
    border-collapse: separate !important;
    border-spacing: 5px !important;
}

.fc-theme-standard td {
    border-radius: 6px;
    border: 2px solid var(--fc-border-color, #888);
}

.fc-theme-standard td[enabled="enabled"] {
    border: 2px solid rgba(237, 136, 21, 0.99);
}

.fc-theme-standard td[disabled="disabled"] {
    pointer-events: none;
}

.fc-theme-standard td[disabled="disabled"] .fc-highlight {
    background-color: transparent !important;
}

.fc-theme-standard td.date-select a.fc-daygrid-day-number {
    color: #fff;
    font-size: 13px !important;
    margin-top: -1px;
}


.fc-theme-standard th {
    border: none !important;
}

.fc-scroller {
    overflow: auto !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: auto !important;
}

.fc-daygrid-event {
    font-size: .385em !important;
}

.fc-h-event .fc-event-title-container {
    cursor: pointer;
}

.fc .fc-daygrid-day-top {
    cursor: pointer;
    justify-content: center;
    margin-top: -4px;
}

.flex {
    display: flex !important;
}

.special-card-title {
    font-weight: bold !important;
    font-size: 17px !important;
}

.card-desc {
    font-size: 13px !important;
}

.p-0 {
    padding: 0px;
}

.p-8 {
    padding: 8px;
}

.addTocartTxt {
    color: #fff !important;
}

.tdn {
    text-decoration: none !important;
    width: auto !important;
}

.p-6-15 {
    /* margin-top:15px !important; */
    padding: 6px 15px !important;
    font-size: 14px !important;

}

.br-10 {
    border-radius: 10px;
}

.text-center {
    text-align: center !important;
}

.cost {
    color: #eb8917 !important;
}

.cost-original {
    font-weight: bold !important;
    text-decoration: line-through !important;
    color: rgba(235, 137, 23, 0.5) !important;
}

.cost-current {
    font-weight: bold !important;
    color: rgba(235, 137, 23, 1) !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 767px) {
    .just-center-sm {
        justify-content: center !important;
    }
}

.w-100 {
    width: 100%;
}

.card-desc {
    height: 70px;
    max-height: 70px;
    min-height: 70px;
    overflow: auto;
}

.addTocart-special {
    bottom: 10px;
    width: 100%;
}

.mb-12 {
    margin-bottom: 12px;
}


@media (min-width: 576px) {
    .modal-dialog {
        margin-top: 7rem
    }
}

.high-light-service {
    border-color: orange !important;
}

.d-flex {
    cursor: pointer !important;
}

.fc-highlight {
    background: #eb8818 !important;
    border-radius: 3px;
}

.book-appointment {
    text-align-last: center !important;
}

.product-li {
    list-style: none;
    border: none !important;
}

.select2-container {
    margin: 0 2px 0 2px;
}

.tablenav.top #doaction,
#doaction2,
#post-query-submit {
    margin: 0px 4px 0 4px;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(select2-spinner.gif) no-repeat 100% !important;
}

.drag-task {
    width: 200px;
    padding: 6px;
    /* background-color: #3465aa; */
    border-radius: 5px;
    color: white;
}

.container {
    display: flex;
    padding: 10px;
    ;
}

.pane {
    flex: 1;
    padding-right: 10px;
    border-right: 1px #333 solid;
}

#scheduler {
    flex: 3;
    padding-left: 10px;
}

.sq {
    width: 14px;
    height: 14px;
    margin: 1px;
    padding-top: 2px;
    border: 1px solid rgba(0, 0, 0, .2);
    display: inline-block;
}

.sel-color+.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 11px;
    margin-top: 4px;
}

.sel-color+.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    line-height: 18px;
    margin-top: 0;
}

.pointer-cusror {
    cursor: pointer;
}

.profilesmall {
    /* height:80px !important;
    width:75px !important; */
    height: 85px !important;
    width: 84px !important;
}

.fc-view-harness-active {
    height: 500px !important;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.orange-border {
    border: 2px solid orange;
}

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/wp-content/plugins/tigeen-book-now-appoinment/includes/images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.blockloader {
    background: url('/wp-content/plugins/tigeen-book-now-appoinment/includes/images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999;
}

.relative {
    position: relative;
}

.orange {
    background-color: orange;
}

.fc-daygrid-event {
    cursor: pointer !important;
}

.fc-event-title {
    display: none;
}

.pointer-cusror {
    cursor: pointer;
}

@keyframes glow {
    0% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168), -5px -5px 20px rgb(93, 52, 168);
    }

    50% {
        box-shadow: 5px 5px 20px rgb(81, 224, 210), -5px -5px 20px rgb(81, 224, 210)
    }

    100% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168), -5px -5px 20px rgb(93, 52, 168)
    }
}

.animated-cart {
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    background-color: rgba(156, 161, 160, 0.3);
    animation: glow 1s infinite;
    transition: 0.5s;
}

.round-shadow-highlight {
    box-shadow: 3px 5px 20px rgb(121, 57, 42), -5px -5px 20px rgb(121, 64, 36);
    width: 74px;
    /* height: 70px; */
    background-color: #e65525;
    border-radius: 50%;
}

.product-shadow-highlight {
    box-shadow: 3px 5px 20px rgb(121, 57, 42), -5px -5px 20px rgb(121, 64, 36);
    width: 74px;
    height: 70px;
    height: auto;
    background-color: #e65525;
    border-radius: 50%;
}

.square-box-shadow {
    box-shadow: 3px 5px 20px rgb(121, 57, 42), -5px -5px 20px rgb(121, 64, 36);
    width: 295px;
}


.sidebar-0 {
    --sidebar-size: 0 !important
}

.width-less {
    width: 125px !important;
    margin: 0 auto;
}

.orange-border {
    border: 2px solid orange;
    padding: 5px;
    margin-bottom: 15px;
}

.message-text {
    text-align: center;
    color: black
}

.sidebar-headings {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 27px !important;
    font-style: italic !important;
    color: var(--tcb-skin-color-5);
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}

;

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #eeaf97;
    border-color: #a64628;
}


.product-div {
    /* width: 500px !important; */
}

/* .disable-profile {
    pointer-events: none;
} */
.book-apt {
    font-weight: 700;
    font-size: 18px !important;
}

.book-apt:hover {
    color: var(--tve-color, rgb(255, 255, 255)) !important;
    --tve-color: rgb(255, 255, 255) !important;
    --tcb-applied-color: rgb(255, 255, 255) !important;
    background-color: rgba(237, 136, 21, 0.99) !important;
    font-weight: 700;
}

.book-apt-with-me-in {
    text-align: center;
}

.book-apt-with-me {
    font-size: 18px !important;
    background-color: rgba(237, 136, 21, 0.99) !important;
    color: #fff !important;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.2em;
    border: none !important;
}

.book-apt-with-me:focus,
.book-apt-with-me:active {
    outline: none !important;
}


.productImage:hover {
    opacity: .75;
}

.productImage {
    transition: opacity .15s;
    border-radius: 50%;
    height: 116px !important;
    width: 116px !important;
    border-radius: 50%;
    /* height: 116px !important; */
    /* border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px; */
    overflow: hidden;
    border: 2px solid rgba(237, 136, 21, 0.99) !important;
    margin-top: 0px !important;
    /* margin-bottom: 30px !important; */
}

.h-180 {
    height: 180px;
}

.c-flex-col {
    flex-direction: column;
    justify-content: center;
}

.c-justify-center {
    justify-content: center;
}

.productImage-footer {
    background-color: transparent !important;
    border-top: 0px !important;
}

.h-140 {
    height: 140px;
}

.h-40 {
    height: 40px;
}



.product__title:hover {
    opacity: .6;
}

.product__title {
    font-size: 18px;
    line-height: 1.3em;
}

.amount:hover {
    opacity: .6;
}

.amount {
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.book-now-images-left img,
.book-now-images-right img {
    width: 70px !important;
    max-width: 70px !important;
    aspect-ratio: auto 70 / 70 !important;
    height: 70px !important;
}

.selected-not-allowed {
    cursor: pointer;
}

.min-content {
    width: min-content;
}

.mb-0 {
    margin-bottom: 0 !important;
}

ul>li:not(.thrv-styled-list-item) {
    margin-left: 0 !important;
}

.tcb-post-content li a {
    border-bottom: 2px solid rgba(237, 136, 21, 0.99);
    color: #555 !important;
}

.w-500 li a {
    border-bottom: 2px solid rgba(237, 136, 21, 0.99) !important;
    color: #555 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: rgba(237, 136, 21, 0.99) !important;
    /* border-bottom:2px solid  rgba(237,136,21,0.99) !important; */
    color: #fff !important;
}

.reset-services {
    margin-left: 10px;
    /* height: 44px; */
}

.flex-start {
    justify-content: flex-start !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.main-container {
    --sidebar-size: 0 !important;
}

#wrapper {
    --layout-background-width: 100% !important;
}

.flex-display {
    display: flex;
    padding: 15px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.nav-tabs {
    border-bottom: none !important;
}

.thrv_wrapper.thrv-columns {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgba(0, 0, 0, 0.14) !important;
}

.text-overflow {
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    width: 85px;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.focus-only:focus {
    outline: 1px solid black;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.w-30 {
    width: 30% !important;
}

.mt28m {
    margin-top: -28px !important;
}

.mt20m {
    margin-top: -20px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0px;
}

.mb20m {
    margin-bottom: -20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.w78 {
    width: 78px !important;
}

.font-bold {
    font-weight: bold;
}

.mt-22 {
    margin-top: 22px !important;
}

.tooltipevent {
    width: 200px;
    background: #ccc;
    position: absolute;
    z-index: 10001;
    transform: translate3d(-50%, -100%, 0);
    font-size: 0.8rem;
    box-shadow: 1px 1px 2px 0px #888888;
    line-height: 1rem;
}

.tooltipevent div {
    padding: 10px;
}

.tooltipevent div:first-child {
    font-weight: bold;
    color: White;
    background-color: #3788d8;
    height: 20px;
    padding-top: 2px;
}

.tooltipevent div:last-child {
    background-color: whitesmoke;
    position: relative;
}

.tooltipevent div:last-child::after,
.tooltipevent div:last-child::before {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-bottom: 0;
    border-top-color: whitesmoke;
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipevent div:last-child::before {
    border-top-color: #888888;
    bottom: -5px;
}

.inline {
    display: inline;
}

.fr {
    float: right;
}

.br-50 {
    border-radius: 50%;
    padding: 3px;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.mt-15 {
    margin-top: 15px !important;
}


.fullcalendarBlk .fc-toolbar-title {
    font-size: 1.5em !important;
    padding: 0px;
}



@media (min-width: 1025px) {
    /* .w-500 {
        width: 500px !important; 
    } */
}

.w-70-for:not(.tcb-resized)>.tcb-flex-col {
    width: 70% !important;
    max-width: 70% !important;
}

.nav-tabs .nav-link {
    border: 1px solid #d7d7d7 !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


@media (min-width: 1200px) {
    #order_comments {
        min-width: 470px;
    }
}

@media (max-width: 1200px) {
    #order_comments {
        min-width: 350px;
    }
}

#billing_address_1_field .woocommerce-input-wrapper {
    min-width: 71%;
}

#billing_address_2_field .woocommerce-input-wrapper {
    min-width: 95%;
}

#billing_country_field .woocommerce-input-wrapper,
#billing_state_field .woocommerce-input-wrapper {
    min-width: 67%;
}

.fc-media-screen .fc-timegrid-event-harness {
    cursor: pointer;
}

/* Local.. */
@media (min-width: 300px) {
    :not(#layout) .tve-theme-69 #wrapper {
        --layout-content-width: 70% !important;
        --layout-background-width: 100%;
    }
}

/* Server.. */
/* @media (min-width: 300px) {
:not(.book-now-page) :not(#layout) .tve-theme-281 #wrapper {
    --layout-content-width: 70% !important;
    --layout-background-width: 100%;
    }
} */
@media (max-width: 774px) {
    .product-li {
        align-items: center;
    }
}

.card {
    align-items: center;
}

.just-center {
    justify-content: center !important;
}

.calendarCheck {
    /* display: grid !important; 
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 0px;
    justify-content: left;
    align-items: center;*/
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.checkbox_opt {
    display: block;
    min-height: 30px;
}

.checkbox_opt .checkcontainer {
    float: left;
}

.checkcontainer .book-apt-continue {
    /* margin-top:-15px !important; */
}

.checkbox_opt_horiz {
    display: flex;
    min-height: 30px;
    width: max-content;
}

.checkbox_opt_horiz .checkcontainer {
    float: left;
}


.checkcontainer {
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 23%; */

    padding-left: 28px;
    display: block;
    /* width: 85% !important; */
    text-align: left;
    /* margin-left: 86px;*/
}

.checkcontainer.buttons {
    /* width: 137% !important;
    width: 100% !important; */
    text-align: right;
    position: absolute;
    right: 0;
}


#theme-sidebar-section .calendarCheck {
    display: grid !important;
    display: block !important;
    grid-template-columns: auto auto;
    grid-gap: 0px;
    margin-left: 0;
    justify-content: center;
    margin-bottom: 15px;
}

@media (min-width:1532px) and (max-width:1600px) {
    #theme-sidebar-section .calendarCheck {
        grid-template-columns: auto auto;
    }
}

@media (min-width:1024px) and (max-width:1532px) {
    #theme-sidebar-section .calendarCheck {
        grid-template-columns: auto;
    }
}

@media (max-width:1023px) {
    #theme-sidebar-section .calendarCheck {
        grid-template-columns: auto auto;
        grid-gap: 5px;
    }
}

#theme-sidebar-section .checkcontainer {
    padding-left: 35px;
    display: block;
    /* width: 85% !important; */
    text-align: left;
}


.checkcontainer input {
    opacity: 0;
    cursor: pointer;
    height: 0;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


.checkcontainer:hover input~.checkmark {
    background-color: #ccc;
}

.checkcontainer input:checked~.checkmark {
    background-color: rgba(237, 136, 21, 0.99);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked~.checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.date-select {
    background: rgba(219, 125, 17, 0.99);
}

.pointer-event-false {
    pointer-events: none !important;
}

.has-event {
    margin: -30px 4px;
    width: 0;
    height: 0;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #21cc1c);
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2)
}

.fullcalendarBlkMain {
    margin: 0 auto;
    font-size: 10px;
    height: 370px;
    /* padding: 10px; */
    border-radius: 5px;
}

#theme-sidebar-section .fullcalendarBlkMain {
    height: auto !important;
    position: relative;
}

.fc-toolbar {
    font-size: .9em;
}

.fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}

/* click +2 more for popup */
.fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: grey;
    color: transparent;
    overflow: hidden;
    height: 4px;
}

.fc-more-popover {
    width: 100px;
}

.fc-view-month .fc-event,
.fc-view-agendaWeek .fc-event,
.fc-content {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}

.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}

.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}

.fc-daygrid-day-events {
    display: none;
}

.events-div {
    /* float: left; 
    max-width: 50%;
    width: 50%;*/
    max-width: 100%;
    width: 100%;
    height: 400px;
    margin-top: 10px;
    padding-top: 10px;
    /* border-top:1px solid #ccc; */
    /* border:1px solid gray; */
    padding: 5px;
    border-radius: 5px;
}

.events-div .event-title-blk {
    height: 166px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.events-div .event-title {
    font-size: 20px;
    padding: 4px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
}

#theme-sidebar-section .event-title-blk {
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#theme-sidebar-section .event-title {
    font-size: 20px;
    padding: 4px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
}


.events-div .event-timing-div {
    height: 270px;
    max-height: 270px;
    overflow-y: auto;
}

.events-div .event-timing-div .date-apt-div {
    font-size: 19px;
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.events-div .event-timing-div button {
    border: 1px solid #eb8818 !important;
    font-size: 13px;
    padding: 5px !important;
    margin: 2px;
    margin-top: 15px;
}


#theme-sidebar-section .event-timing-div {
    /* max-height: 50px; */
    overflow-y: auto;
}

#theme-sidebar-section .event-timing-div .date-apt-div {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #222;
    font-weight: bold;
    background: #ccc;
    width: 80%;
}

#theme-sidebar-section .event-timing-div button {
    border: 1px solid #eb8818 !important;
    font-size: 13px;
    padding: 5px !important;
    margin: 2px;
    margin-top: 15px;
}

.tal {
    text-align: left;
}

.ml-15 {
    margin-left: 15px;
}

.ml-40 {
    margin-left: 13%;
}

#theme-sidebar-section .ml-40 {
    margin-left: 0px;
    margin-left: 13%;
}

.mt-18 {
    margin-top: 18px;
}

.detail-availability .fc-header-toolbar>div:nth-child(2) {
    /* width: 21%;
    position: absolute;
    left: 5%; */
    width: 220px;
    position: absolute;
    left: 66px;
}

.detail-availability .fc-header-toolbar>div:nth-child(2) .fc-toolbar-title {
    text-align: center;
    font-family: 'Lato';
    font-size: 2em !important;
}

.detail-availability .fc-header-toolbar>div:nth-child(3) {
    display: none;
}

.detail-availability .fc-header-toolbar>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.detail-availability .fc-header-toolbar>div:nth-child(1) .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    justify-content: space-between;
}

.detail-availability .fc-header-toolbar>div:nth-child(1) .fc-button-group>.fc-button {
    flex: 0 0 auto;
}

.detail-availability .fc-header-toolbar>div:nth-child(1) .fc-button-group>.fc-button:nth-child(3) {
    display: none;
}

.detail-availability .fc-button-primary:disabled {
    background: #f4c797 !important;
    border-color: #f4c797 !important;
}

.detail-availability .fc-button-primary {
    background: #eb8818 !important;
    border-color: #eb8818 !important;
}

.detail-availability .fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    background: #eb8818 !important;
    border-color: #eb8818 !important;
}


.profileRightCalendar .fc-button-primary:disabled {
    background: #f4c797 !important;
    border-color: #f4c797 !important;
}

.profileRightCalendar .fc-button-primary {
    background: #eb8818 !important;
    border-color: #eb8818 !important;
}

.profileRightCalendar .fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    background: #eb8818 !important;
    border-color: #eb8818 !important;
}




.nature-of-concern-div {
    width: fit-content;
    display: flex;
}

@media (max-width:1700px) {
    .nature-of-concern-div fieldset {
        min-width: 170px;
    }
}


.nature-of-concern-div legend {
    font-size: 1.1rem;
    width: auto;
}

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxcontainer-light {
    opacity: 0.4;
}

.checkboxcontainer input {
    opacity: 0;
    cursor: pointer;
    height: 0;
}

.checkboxcontainer:hover input~.checkmark {
    background-color: #ccc;
}

.checkboxcontainer input:checked~.checkmark {
    background-color: rgba(237, 136, 21, 0.99);
}

.checkboxcontainer input:checked~.checkmark:after {
    display: block;
}

.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectedBtn {
    background: #eb8818 !important;
    color: #fff !important;
}


.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before {
    content: "";
    clear: both;
}

.fc-theme-standard .fc-scrollgrid {
    border: none !important;
}

.fc .fc-scrollgrid-section>td {
    border: none !important;
}

.fc .fc-scrollgrid-section-liquid>td {
    border: none !important;
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: -1;
}

.fc .fc-col-header-cell-cushion {
    font-weight: bolder;
    font-size: 12px;
    color: #000 !important;
}



.profileRightCalendar .fc-header-toolbar>div:nth-child(2) {
    width: 63%;
    position: absolute;
    left: 20%;
}

.profileRightCalendar .fc-header-toolbar>div:nth-child(2) .fc-toolbar-title {
    text-align: center;
    font-family: 'Lato';
    font-size: 2em !important;
}

.profileRightCalendar .fc-header-toolbar>div:nth-child(3) {
    display: none;
}

.profileRightCalendar .fc-header-toolbar>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.profileRightCalendar .fc-header-toolbar>div:nth-child(1) .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    justify-content: space-between;
}

.profileRightCalendar .fc-header-toolbar>div:nth-child(1) .fc-button-group>.fc-button {
    flex: 0 0 auto;
}

.profileRightCalendar .fc-header-toolbar>div:nth-child(1) .fc-button-group>.fc-button:nth-child(3) {
    display: none;
}

.tcb--cols--4:not(.tcb-resized)>.tcb-flex-col {
    max-width: 100% !important;
}

.date-apt-div {
    text-align: center !important;
}

#nature {
    width: calc(50vw + 8vw);
    overflow: auto;
    min-height: 200px;
    height: 100px;
    max-height: 200px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.fc table>tr {
    height: 10px !important;
}

.fc-scrollgrid-sync-table {
    height: 270px !important;
}

.fc .fc-daygrid-day-frame {
    height: 10px;
}


.cart-img-right {
    height: 250px !important;
    text-align: left;
    float: left !important;
    padding-right: 10px !important;
}

.cart-img-right img {
    object-fit: contain !important;
    height: 300px !important;
    float: left !important;
}

.cart-img-right-desc p {
    font-size: 15px !important;
}

.cart-img-right-desc ul li {
    font-size: 15px !important;
    margin-left: 15px !important;
    margin-top: 15px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 769px) {
    .cart-template-wrapper .woocommerce .woocommerce-cart-form .product-name a {
        font-size: 16px;
    }

    .cart-template-wrapper .woocommerce .woocommerce-cart-form td.product-name {
        font-size: 12px;
    }

    .cart-template-wrapper .woocommerce .woocommerce-cart-form .product-name {
        min-width: 230px;
    }

}

@media (min-width: 900px) {
    .cart-template-wrapper .woocommerce .cart_totals {
        flex-basis: 100% !important;
    }
}

@media (min-width: 300px) {
    .tve-theme-521 .content-section [data-css="tve-u-17309be5366"] {
        padding-left: 15px !important;
    }
}


@media (max-width: 843px) {
    #wrapper {
        overflow: hidden;
    }

    .tcb-flex-col {
        padding-left: 0;
    }

    .w-30 {
        width: 100% !important;
    }

    .each-therapist-div div:nth-child(1) {
        align-items: center;
    }

    .each-therapist-div .text-overflow {
        width: auto;
    }

    .w78 {
        width: 100% !important;
    }

    .productMain {
        align-items: center;
    }

    .fullcalendarBlkMain {
        display: table;
    }

    .ml-40 {
        margin-left: auto;
    }

    .events-div {
        height: auto !important;
    }

    #fullcalendar {
        float: none !important;
        margin: 0 auto;
    }

    .detail-availability .fc-header-toolbar>div:nth-child(2) {
        width: 34%;
        position: absolute;
        left: 33%;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        position: relative;
    }
}




@media (max-width:1024px) {
    .detail-availability .fc-header-toolbar>div:nth-child(2) {
        width: 26%;
        position: absolute;
        left: 39%;
    }

    .calendarCheck {
        grid-template-columns: auto auto !important;
        padding-left: 10px;
        justify-content: center;
    }

    .checkcontainer .book-apt-continue {
        /* margin-top:5px !important; */
    }

    #nature {
        width: auto;
    }
}

#nature input[type="checkbox"] {
    display: none !important;
}

#my_populations,
#promotions-opt-in {
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 200px;
    min-height: 200px;
    max-height: 200px; */
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 22px;
}

.fc-day-disabled .fc-daygrid-day-top {
    pointer-events: none;
    cursor: not-allowed;
}

@media (min-width:1024px) {

    #my_populations,
    #promotions-opt-in {
        /* margin-right: -45px; */
    }
}

@media (max-width:1023px) {
    #myTabContent .tab-content>.active {
        display: inline-flex !important;
    }
}

#time-left {
    font-size: 18px;
    font-weight: 300;
    color: #ff0000;
    margin-right: -181px;
    /*margin: 10px 0 0 0;*/
    float: right !important;
}

.remaining_time {
    float: right;
    margin-right: 62px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fl {
    float: left;
}

/* .cal-right-show-details-selected {

} */
.cal-right-desc {
    width: 68%;
    float: left;
    height: 335px;
}

.show-details-selected {
    float: right;
    font-size: 14px;
    border: 1px solid #555;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    /* width: 250px; */
    padding: 1px 2px 1px 2px;
    text-align: left;
    margin-top: 10px;
    box-shadow: 2px 5px #999;
}

@media (max-width:1160px) {
    .cal-right-desc {
        width: 50% !important;
        float: left;
        height: 335px;
    }

    .show-details-selected {
        float: right;
        width: 49% !important;
    }
}

@media (min-width:1161px) {
    .cal-right-desc {
        width: 60% !important;
        float: left;
        height: 335px;
    }

    .show-details-selected {
        float: right;
        width: 39% !important;
        /* margin-top: 40px; */
    }

}

.show-details-selected div {
    padding: 1px;
}

.show-details-head {
    font-size: 13px;
}

.therapist-value-select {
    font-size: 16px;
    font-weight: bolder;
}

.show-details-selected :not(.show-details-head) {
    padding: 1px 2px 1px 10px;
}

.nature-of-concern-value-select {
    word-wrap: break-word;
}

@media (max-width:1024px) {
    .cal-right-desc {
        width: 100%;
        display: block;
        text-align: center;
    }

    .show-details-selected {
        width: 60%;
        display: block;
        text-align: center;
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .product-div {
        align-self: center !important;
    }
}

.f-bold {
    font-weight: bold;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fc .fc-scrollgrid-section-liquid {
    height: 1px
        /* better than 0, for firefox */
    ;
}

@-moz-document url-prefix() {
    #nature {
        width: calc(50vw + 8vw);
        overflow: auto;
        height: 180px;
    }

    .fullcalendarBlkMain {
        /* margin-top: -20px; */
    }
}

.w-100-c {
    width: 100px !important;
}

.text-white {
    color: #fff;
}

#myTab li {
    padding-bottom: 0px !important;
}

.w-70-for-in-main {
    /* min-height: 125px;
    overflow-y: auto;
    height: 125px; */
    display: flex;
    justify-content: flex-start;
}

.w-30 {
    float: left;
}

@media (max-width:1024px) {
    .w-30 {
        width: 100% !important;
        float: none;
        display: block !important;
    }

    .w-70-for-in-main {
        display: flex;
        justify-content: center;
    }

}

.w-70-for-in {
    width: 70px;
    display: inline-table;

}

.book-now-tab-main ul {
    margin-left: 0px !important;
}

.nature-of-concern-div fieldset:first-child {
    margin-left: 0 !important;
}

.c-col {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cls-both {
    clear: both !important;
}

.book-now-container {
    width: 99% !important;
}

.fc-theme-standard td[enabled="enabled-wait-list"] {
    border: 2px solid rgba(135, 206, 235, 0.99);
}

.wait-date-select {
    background: rgba(135, 206, 235, 0.99);
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: top !important;
}

#dateRow .table td,
.table th {
    vertical-align: middle;
}

input[type="date"] {
    padding: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}



.woocommerce-input-wrapper {
    width: 100%;
}

#billing_company_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_city_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_address_1_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_address_2_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_postcode_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_phone_field .woocommerce-input-wrapper {
    width: 100% !important;
}


#billing_email_field .woocommerce-input-wrapper {
    width: 100% !important;
}

#billing_country_field .woocommerce-input-wrapper,
#billing_state_field .woocommerce-input-wrapper {
    min-width: 100% !important;
}


@-moz-document url-prefix() {
    #billing_company_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_city_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_address_1_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_address_2_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_postcode_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_phone_field .woocommerce-input-wrapper {
        width: 100% !important;
    }


    #billing_email_field .woocommerce-input-wrapper {
        width: 100% !important;
    }

    #billing_country_field .woocommerce-input-wrapper,
    #billing_state_field .woocommerce-input-wrapper {
        min-width: 100% !important;
    }


}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 9px 7px !important;
}

.additional-hr {
    cursor: pointer;
    font-size: 12px !important;
}

.remove-hr {
    cursor: pointer;
    font-size: 12px !important;
}

.your-selection {
    padding: 0 0 0 0 !important;
    text-align: center !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 1.500em !important;
}

.price-highlight {
    color: rgba(237, 136, 21, 0.99) !important;
}


:root {
    --yellow: rgba(237, 136, 21, 0.99);
    --white: #fff;
}

.session-price-div {
    color: var(--yellow);
    font-size: 18px;
    line-height: 28px;
}

.sessionTimeselect select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 0.2em;
    font-size: 11px;
    color: #888 !important;
    background-image: none;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.sessionTimeselect select::-ms-expand {
    display: none;
}

.sessionTimeselect {
    position: relative;
    display: flex;
    width: 4em;
    height: 1.5em;
    border-radius: 0.25em;
    overflow: hidden;
}

.sessionTimeselect::after {
    content: "V";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    padding: 0.29em;
    color: #fff !important;
    background-color: var(--yellow) !important;
    transition: 0.25s all ease;
    pointer-events: none;
}

.sessionTimeselect:hover::after {
    color: var(--white) !important;
}

.sessionTimeselect select option {
    border: 1px solid #ccc !important;
    cursor: pointer !important;
}

.dropdown-check-list .anchor {
    padding: 5px !important;
    width: 276px !important;
    position: relative;
    cursor: pointer;
    display: flex !important;
    /* overflow: hidden !important; */
}

.dropdown-check-list.visible .anchor {
    color: var(--yellow);
    width: 276px !important;
}

.dropdown-check-list .anchor:after {
    -webkit-transform: none !important;
    transform: none !important;
    border-left: none !important;
    border-top: none !important;
}

.dropdown-check-list.visible .items {
    display: block !important;
    width: 278px !important;
    height: 28px !important;
    z-index: 1 !important;
}


#session-list ul {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0;
    font-size: 12px;
    color: #888 !important;
    background-image: none;
    cursor: pointer;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
    overflow-y: auto;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 3px;
}

#session-list ul::-ms-expand {
    display: none;
}

#session-list {
    width: 267px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#session-list .anchor::after {
    content: "V";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    font-size: 16px;
    padding: 0.36em;
    color: #fff !important;
    background-color: var(--yellow) !important;
    transition: 0.25s all ease;
    pointer-events: none;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#session-list:hover::after {
    color: var(--white) !important;
}

#session-list ul p {
    height: 20px;
    background-color: var(--white) !important;
    cursor: pointer !important;
}

.fs-12 {
    font-size: 12px;
}

.mb-0 {
    margin-bottom: 0;
}

.global-back {
    font-size: 18px !important;
    background-color: rgba(237, 136, 21, 0.99) !important;
    color: #fff !important;
    letter-spacing: 2px;
    text-align: center;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.global-register-back {
    float: right !important;
    width: 8% !important;
    padding: 5px 15px !important;
}

.c-flex {
    display: flex;
}

.or-label {
    margin-top: 20px !important;
    width: 100%;
    text-align: center;
}

mark.status-referral-status::after {
    content: none !important;
    color: #ffffff !important;
}


.my-areas-headings {
    --g-regular-weight: 400;
    --g-bold-weight: 700;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: var(--g-regular-weight, normal) !important;
    font-size: 27px !important;
    font-style: italic !important;
    color: var(--tcb-skin-color-5);
    padding-bottom: 15px !important;
}

.my-areas-of-practices a:hover,
.thrive-dynamic-list a:hover {
   /* color: var(--tve-color, rgba(237, 136, 21, 0.99)) !important;
    text-decoration: underline !important;*/
    color: #0a0a0a !important;
    text-decoration: none !important;
    cursor: default !important;
}



/* @media (min-width: 300px) {
    .tcb-style-wrap li.my-areas-of-practices:not([class*="menu"]) {
        display: flex;
        margin: 0 0 15px;
        float: left;
    }

    .my-areas-of-practices a {
        font-size: 14px !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }

} */

.my-specializations,
.my-areas-practices {
    min-height: 200px;
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
    /*cursor: pointer !important;*/
}

.sidebar-headings {
    font-family: 'Lato' !important;
}

.my-availability,
.my-areas-headings,
.product__title {
    font-family: 'Lato' !important;
}

.my-specializations,
.my-areas-practices {
    overflow-y: scroll;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin !important;
}


.my-specializations::-webkit-scrollbar,
.my-areas-practices::-webkit-scrollbar {
    width: 10px;
}

.my-specializations::-webkit-scrollbar-track,
.my-areas-practices::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.my-specializations::-webkit-scrollbar-thumb,
.my-areas-practices::-webkit-scrollbar-thumb {
    background: #888;
}

.my-specializations::-webkit-scrollbar-thumb:hover,
.my-areas-practices::-webkit-scrollbar-thumb:hover {
    background: #ed8918;
}

@media (max-width:1400px) {
    .tve_wp_shortcode {
        width: 100% !important;
    }
}