@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

span[title="Male"] {
    color: black !important;
}
span[title="Female"] {
    color: black !important;
}
span[title="Other"] {
    color: black !important;
}
.form-row.flex.jc-sb{align-items:flex-start;}
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}
#dp-islan{
	position: absolute;
	top: 100%;
	z-index: 100;
}
.field-half{position:relative;}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

h1 {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}

h4 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 16px;
}

span,
a {
    display: inline-block;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
}

#main {
    flex: 1;
}

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

.jc-sb {
    justify-content: space-between;
}

.ai-center {
    align-items: center;
}

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

.col-33 {
    width: calc(100% / 3);
    padding: 0 8px;
}

/* --------- Header --------- */

.mini-header {
    padding: 12px 0;
    background: #E5BC93;
}

.header-single-info span {
    color: #323548;
    font-size: 14px;
}

.header-single-info img {
    margin-right: 7px;
}

.header-single-info {
    margin-right: 65px;
}

.header-content {
    background: #F9EEE3;
    padding: 25px 0;
}
.header-content li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.site-logo {
    width: 250px;
}
.header-content nav {
    width: calc(100% - 250px);
    display: flex;
    justify-content: flex-end;
}
.header-content li:last-child {
    margin-right: 0;
}
.header-content li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #e5bc93;
    z-index: 99;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.header-content li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-content li a {
    color: #000;
    font-size: 14px;
}
.header-content li ul li {display: block !important;margin-right: 0;}

.header-content li ul li a {font-size: 14px;padding: 10px;color: #fff;display: block;}

.header-content li ul li a:hover {
    background: #918374;
}
.menu-toggler {
    height: 30px;
    width: 30px;
    display: none;
    position: relative;
    margin-left: auto;
}

.menu-toggler span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.3s ease;
}
.menu-toggler.active span:first-child {
    opacity: 0;
}
.menu-toggler.active span:nth-child(2) {
    top: 10px;
    transform: rotate(-45deg);
}
.menu-toggler.active span:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
}
.menu-toggler span:nth-child(2) {
    top: 10px;
}

.menu-toggler span:last-child {
    top: 20px;
}
.banner-section {
    background: #F9EEE3;
    padding: 120px 0 90px;
}

.banner-section h1 {
    color: #323548;
    font-size: 48px;
    font-weight: 700;
}

.how-works-section {
    margin: 70px 0;
}

.works-header h2 {
    color: #323548;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.works-header p {
    color: #484654;
    font-size: 16px;
    opacity: 0.8;
}

.how-works-content {
    margin: 50px -8px 0;
}

.single-column {
    background: #fff;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 20px 35px;
    position: relative;
    height: 100%;
}

.works-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.works-copy {
    text-align: center;
}

.works-copy p {
    color: #484654;
    opacity: 0.8;
    font-size: 16px;
    max-width: 276px;
    margin: 0 auto;
}

.counter {
    border-radius: 0px 0px 100px 0px;
    background: #514494;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 26px;
    height: 60px;
    width: 60px;
}

.counter span {
    position: relative;
    top: 5px;
    left: 17px;
}

.contactImg {
    width: 42%;
}

.contactForm {
    width: 58%;
    padding-left: 50px;
}

.contactForm h3 {
    color: #1B3059;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contactForm p {
    color: #000;
    opacity: 0.7;
    max-width: 600px;
}

.contactForm form {
    margin-top: 70px;
}

.field-half label {
    display: block;
/*     color: #112A50; */
	color: #000;
    font-size: 14px;
}

.field-half input {
    border: none;
    padding-bottom: 4px;
/*     border-bottom: 1px solid rgb(17 42 80 / 9%); */
	border-bottom: 1px solid rgb(0 0 0);
    margin-top: 8px;
    width: 100%;
}

.field-half {
    margin-bottom: 40px;
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.field-half select {
    width: 100%;
    opacity: 0.7;
    font-size: 12px;
    color: #000;
    border: none;
    margin-top: 20px;
    border-bottom: 1px solid rgb(17 42 80 / 9%);
    padding-bottom: 8px;
    cursor: pointer;
}

.field-btn button {
    width: 100%;
    display: block;
    background: #FFB353;
    padding: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 100px;
}

.field-btn {
    width: 100%;
}

.site-footer {
    padding: 70px 0 20px;
    background: url('../images/footerBg.jpg') center/cover no-repeat;
}

.contact-section {
    margin-bottom: 100px;
}

.ft-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.ft-col {
    width: 25%;
}

.ft-col h5 {
    color: #12141D;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ft-col ul li {
    margin-bottom: 10px;
}

.ft-col li a {
    color: #12141D;
    font-size: 13px;
}

.copyright {
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright span {
    color: #12141D;
    font-size: 13px;
    opacity: 0.8;
}

.result-section {
    padding: 80px 0;
}

.result-content {
    max-width: 795px;
    margin: 0 auto;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
    padding: 45px 35px;
}

.result-content h2 {
    font-size: 25px;
    color: #1B3059;
    font-weight: 500;
}

.result-content p {
    color: #000;
    opacity: 0.7;
    margin: 17px 0 28px;
}

.result-content a {
    border-radius: 100px;
    background: #FFB353;
    display: block;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
	width: 100%;
}

.profile-section {
    padding: 80px 0;
}

.profile-wrapper {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
    max-width: 794px;
    margin: 0 auto;
    padding: 45px;
}

.go-back img {
    margin-right: 10px;
}

.go-back {
    color: #514494;
    font-size: 14px;
    font-weight: 500;
}

.profile-wrapper h2 {
    color: #1B3059;
    font-size: 30px;
    font-weight: 500;
    margin: 24px 0 20px;
}

.profile-wrapper p {
    color: #000;
    opacity: 0.6;
    font-size: 16px;
}

.profile-view {
    width: 400px;
    margin: 35px auto 0;
    text-align: center;
}

.prof-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.prof-pic img {
    border-radius: 50%;
    max-width: 120px;
    height: 120px;
    object-fit: cover;
}

.badge {
    color: #514494;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.badge img {
    margin-right: 10px;
}

.profile-view h3 {
    color: #323548;
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 12px;
}

.tags span {
    color: #514494;
    font-size: 12px;
    font-weight: 500;
    background: rgba(81, 68, 148, 0.10);
    padding: 4px 10px;
    border-radius: 27px;
    margin-right: 5px;
}

.profile-tabs {
    margin-top: 50px;
}

.profile-tabs-header .nav-tabs,
.profile-tabs-header .nav-tabs.active {
    border: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #112A50 !important;
    opacity: 1;
    color: #112A50;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    border: none !important;
    padding-bottom: 15px;
    color: #000;
    opacity: 0.7;
    font-size: 14px;
}

.nav-tabs {
    border-bottom: 1px solid rgb(17 42 80 / 20%) !important;
}

.profile-tabs-content {
    padding-top: 30px;
}

.tab-inner h4 {
    color: #323548;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.tab-inner p {
    color: #000;
    opacity: 0.7;
    margin-bottom: 20px;
}

.btnSite {
    border-radius: 100px;
    background: #FFB353;
    display: block;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    width: 100%;
    border: none;
    margin-top: 30px;
}

/*--- Clinician ---*/
.clinician-listing {
    margin: 60px 0;
}

.clinician-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.clinicaian-list-wrapper {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    max-width: 794px;
    padding: 45px 30px;
}

.clicnician-header {
    display: flex;
    flex-wrap: wrap;
}

.clinician-details {
    display: flex;
    /* flex-wrap: wrap; */
    padding-left: 20px;
    width: calc(100% - 120px);
}

.clinician-info h3 {
    font-size: 24px;
    color: #323548;
    font-weight: 600;
    margin: 8px 0 8px;
}

.clinician-body p {
    color: #000;
    font-size: 14px;
    opacity: 0.7;
}

.clinician-footer {
    margin-top: 20px;
}

.clinician-footer a {
    border-radius: 50px;
    background: #FFB353;
    padding: 14px 25px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.avail {
    font-size: 12px;
    font-weight: 600;
    color: #323548;
    padding: 10px 14px;
    background: rgba(81, 68, 148, 0.10);
    border-radius: 30px;
    cursor: pointer;
}

.avail span {
    color: #514494;
}

.clinician-info {
    width: calc(100% - 191px);
    padding-right: 10px;
}



.single-clinician {
    margin-bottom: 25px;
    border-radius: 8px;
    border: 0.5px solid rgba(50, 53, 72, 0.25);
    padding: 25px 15px;
    position: relative;
}

.availabilities {
    position: absolute;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: -11px 0px 22px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    left: 100%;
    top: 0;
    width: 310px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: -1;
}

.availability-row:not(:last-child) {
    margin-bottom: 6px;
}

.availability-row>span {
    color: #051B44;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.schedule {
    font-size: 12px;
    border-radius: 40px;
    border: 1px solid #BBB;
    background: #FFF;
    color: #484654;
    padding: 6px 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
}

/*--- Paying with insurance ---*/
.payment-wrapper {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
/*     max-width: 795px; */
    margin: 0 auto;
    padding: 45px 30px;
}

.help-message {
    background: #FF4545;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 5px;
    margin-bottom: 35px;
}
.help-message p{
	color: #fff;
	font-weight:600;
}
.payment-wrapper h2 {
    color: #1B3059;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin: 12px 0 20px;
}

.payment-wrapper>p {
    color: #000;
    font-size: 16px;
    opacity: 0.7;
}

.paymentForm {
    margin-top: 40px;
}

.field-wrap h5 {
    color: #112A50;
    font-size: 14px;
    margin-bottom: 20px;
}

.radio-checks-row {
    display: flex;
    flex-wrap: wrap;
}

.check-text {
    font-size: 14px;
    color: #000;
    opacity: 0.8;
}

.radio-single-check {
    margin-right: 50px;
}

.radio-single-check label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    height: 24px;
    width: 24px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    left: 0;
}

.field.insurance-type {
    margin-top: 40px;
}

.field.insurance-type select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(17 42 80 / 33%);
    font-size: 12px;
    color: #000;
    opacity: 0.7;
    padding-bottom: 12px;
    cursor: pointer;
    margin-bottom: 30px;
}

.radio-single-check label input:checked~.checkmark {
    border-color: #514494;
}

.radio-single-check .checkmark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #514494;
    transform: translate(-50%, -50%);
    display: none;
}

.radio-single-check label input:checked~.checkmark::before {
    display: block;
}

.radio-single-check input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

/*--- Signup landing ---*/
.questioning-content {
    display: flex;
    flex-wrap: wrap;
}
.questioning-content h2 {
    width: 410px;
    font-size: 27px;
    color: #323548;
    font-weight: 600;
}
.questioning-section {
    margin: 60px 0;
}
.copy {
    width: calc(100% - 410px);
    padding-left: 100px;
}
.copy p {
    color: #484654;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 22px;
}
.single-doctor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.doc-img {
    width: 287px;
}
.doc-img img {
    width: 100%;
}
.doc-intro {
    width: calc(100% - 287px);
    padding-left: 50px;
}
.doc-intro h3 {
    color: #323548;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.doc-intro p {
    color: #272A3D;
    font-size: 16px;
    opacity: 0.7;
    max-width: 865px;
}
.listing-section {
    margin-bottom: 50px;
}
.payment-section {
    margin: 80px 0;
}
.paymentForm h4 {
    color: #323548;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
}
.week-days>h5 {
    color: #112A50;
    font-size: 14px;
    margin-bottom: 10px;
}
.single-day-check label {
    position: relative;
}
.single-day-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.week-days .checkmark-schedule {
    border-radius: 4px;
    background: rgba(81, 68, 148, 0.1);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #514494;
    font-size: 14px;
}
.schedule-check {
    justify-content: space-between;
}
.schedule-left {
    width: 330px;
}
.single-day-check input:checked~.checkmark-schedule {
    color: #fff;
    background: #514494;
}
.week-days.dayTime {
    margin: 25px 0;
}
.dayTime .single-day-check {
    width: 31.5%;
}
.dayTime .single-day-check label {
    display: block;
    width: 100%;
}
.dayTime .checkmark-schedule {
    width: 100%;
}
.language .single-day-check {
    width: 31.5%;
}
.language .single-day-check label {
    width: 100%;
}
.language .checkmark-schedule {
    width: 100%;
    margin-bottom: 10px;
}
.selection {
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
/*     color: rgba(17, 42, 80, 0.50); */
	color: #000;
    font-size: 16px;
}
/* .field-half input{
	font-size: 14px;
} */

.wp-editor-container {
    clear: both;
    border:1px solid #000 !important;
}
#mceu_31{
	border-right: 1px solid !important;
}
.select2-container--default .select2-selection--single {
    border: none;
/*     border-bottom: 1px solid rgba(17, 42, 80, 0.10); */
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
    height: 31px;
    margin-bottom: 30px;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #514494;
}

.select2-container--default {
    color: #3F3F3F;
    font-size: 16px;
}

.contactForm .select2-selection.select2-selection--single {
    margin-bottom: 0;
}

.contactForm .select2-container--default {
    position: relative;
    top: 4px;
}




/* datepicker */
.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #31639c;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #333333;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 25px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #31639c;
    margin-bottom: 5px;
    font-size: 18px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: #31639c;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
/*     color: #ffffff !important;
    background-color: #31639c; */
    border-radius: 50px;
}
}

.ui-state-active {
    color: #ffffff;
    background-color: #31639c;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size: 20px;
}


.clinician-header h2 {
    color: #1B3059;
    font-size: 30px;
    font-weight: 500;
    margin: 14px 0;
}

.clinician-header p {
    color: #000;
    opacity: 0.7;
}

.clinician-header {
    margin-bottom: 40px;
}
.clinician-info .badge {
    justify-content: flex-start;
    padding-left: 0;
/*     background: #FFF;
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06); */
    width: fit-content;
    padding: 8px 12px;
    border-radius: 50px;
}

.clinician-info .tags span {
    font-size: 10px;
    margin-right: 4px;
	background:transparent;
}

.clinician-body {
    margin-top: 15px;
}
.availabilities.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    left: 98%;
}
.availabilities::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -24px;
    border: 12px solid transparent;
    border-right-color: #fff;
}












.profile-calander .ui-datepicker-title {
    background: #fff;
    color: #323548;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 8px 8px 0 0;
}
.profile-calander div#calendar {border: 1px solid #F0F0F0;border-radius: 8px;background: #fff;}
.profile-calander div#calendar .ui-datepicker-header {
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
}
.profile-calander .ui-datepicker-calendar th {
    text-align: center;
}
.profile-calander .ui-datepicker-calendar th span {
    margin: 0 auto;
    color: #9C9EA9 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}
.profile-calander .ui-state-active {
    background: #514494;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
}
.profile-calander .ui-state-default {
    font-size: 14px;
    color: #9C9EA9;
}
.profile-calander .ui-state-default:hover,
.profile-calander .ui-state-highlight {
    background: none;
    color: #514494 !important;
}
.profile-calander .ui-datepicker-prev.ui-corner-all {
    background: url('https://jaidenshannon.com/nurtureful/wp-content/uploads/2023/10/round-left-arrow.svg') center/cover no-repeat;
    height: 32px;
    width: 32px;
    margin-top: 10px;
}
.profile-calander .ui-datepicker-next.ui-corner-all {
    background: url('https://jaidenshannon.com/nurtureful/wp-content/uploads/2023/10/round-right-arrow.svg') center/cover no-repeat;
    height: 32px;
    width: 32px;
    margin-top: 10px;
}
.profile-calander .ui-datepicker-prev.ui-corner-all::after {
    display: none !important;
}
.profile-calander .ui-datepicker-next.ui-corner-all::after {
    display: none !important;
}
.available-slots {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.available-slots h5 {
    color: #051B44;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.available-slots .schedule {
    width: 14%;
    margin-right: 0;
    color: #D8DAE5;
    border-color: #D8DAE5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow-down-angle.svg') center/contain no-repeat;
    border: none;
    height: 7px;
    width: 9px;
}
#select2--container {
    padding-left: 0;
}
.how-works-content .col-33:nth-child(4),.how-works-content .col-33:nth-child(5) {
    margin-top: 30px;
}
.credentials .how-works-content {
    justify-content: center;
}
.dp-highlight .ui-state-default {
	background: #d6f0ee;
	color: #FFF;
}
.cf-hidden {
	display: none;
}
.dp-highlight .ui-state-default {
/*     color: #FFF; */
	color:#70757a;
	background: rgba(81, 68, 148, 0.1);
}
.schedule-right {
    width: calc(100% - 360px);
}
.schedule-right h5 {
    margin-bottom: 10px;
    color: #112A50;
    font-size: 14px;
}
.schedule-right .ui-datepicker-header {
    background: #F8F8F8;
    border-radius: 4px;
    color: #323548;
    text-align: center;
    font-size: 16px;
}
.schedule-right .ui-datepicker-prev:after,
.schedule-right .ui-datepicker-next:after {
    border-color: #323548;
}
.schedule-right  .ui-datepicker-prev.ui-corner-all,
.schedule-right  .ui-datepicker-next.ui-corner-all {
    margin-top: 15px;
}
.schedule-right .ui-state-default {
    height: 40px;
    width: 40px;
}
.schedule-right .ui-datepicker-calendar thead tr th span {
    color: #323548;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.schedule-right .ui-state-default {
    border-radius: 50%;
}
.schedule-right .dp-highlight {
/*     background: rgba(81, 68, 148, 0.1); */
	background:#e8f0fe;
}

.schedule-right .dp-highlight a.ui-state-default {
    background: none;
}
.schedule-right .ui-datepicker-calendar th span {
    width: 100%;
    text-align: center;
}
.schedule-right .ui-datepicker-calendar th span {
    width: 100% !important;
    text-align: center;
}
.schedule-right .ui-datepicker-calendar td a {
    margin: 0 auto;
}
.avail-selection label {
    position: relative;
    display: block;
}

.avail-selection input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.avail-selection span {
    font-size: 14px;
    color: #9C9EA9;
    border-radius: 28px;
    border: 1px solid #D8DAE5;
    background: #FFF;
    display: block;
    padding: 8px 10px;
}

.avail-selection {
    width: 16%;
    margin-bottom: 8px;
}
.avail-selection input:checked ~ span {
    background: #514494;
    color: #fff;
    border-color: #514494;
}

/* Careers */
.clinician-info .tags span {
    margin-right: 0px;
}
#toast-container{
	z-index:9999999999;
}
@media screen and (max-width: 1440px) {
	.careers-main {
		max-width: 887px;
		margin: auto;
		padding: 100px 0px;
	}
	
	remote-div {
		padding: 100px 0px;
		max-width: 887px;
		margin: auto;
	}
}
	.careers-main {
		max-width: 80%;
		margin: auto;
		padding: 100px 0px;
	}

	.careers-main p {
		display: block;
		opacity: 0.7;
		color: #000;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		margin-bottom: 35px;
	}

	.carrer-text p a {
		opacity: 0.7;
		color: #514494 !important;
	}

	.career-text span {
		color: #0E0E0E;
		font-family: Proxima Nova;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 26px; /* 162.5% */
		opacity: 0.8;
		margin-bottom: 16px;
	}

	.career-text h4 {
		color: #323548;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 125%;
		margin-bottom: 10px;
	}

	.careers-list ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.careers-list ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px;
	}

	.carrers-btn a {
	  border-bottom: 1.5px solid #1B3059;
	  color: #1B3059;
	  font-size: 17.889px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 24px;
	  display: flex;
	  flex-wrap: wrap;
	  width:fit-content;
	  padding-bottom: 8px;
	  gap: 10px;
	}

	
	.carrers-btn {
		margin-top: 32px;
	}

	.career-text {
		padding: 35px 0;
		border-bottom: 2px solid #CDCFD3;
	}
/* job-detailed */
	section.job-main {
		padding: 100px 0px;
	}

	.remote-div {
/* 		padding: 100px 0px; */
		max-width: 80%;
		margin: auto;
	}

	.job-detailed {
		margin-bottom: 77px;
	}

	.job-detailed h4 {
		color: #323548;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 125%;
		margin-bottom: 14px;
	}

	.job-detailed p {
		color: #000;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; /* 175% */
		opacity: 0.7;
	}

.job-list h4 {
    color: #323548;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 30px */
    margin-bottom: 12px;
    text-transform: capitalize;
}

.job-list {
    margin-bottom: 28px;
}

.job-list li {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    opacity: 0.7;
    list-style: disc;
    margin-bottom: 10px;
}

.job-list ul {
    margin-left: 27px;
}

.carrers-btn.new {
    display: flex;
    align-items: center;
    justify-content: center;
}




.toaster {
      display: none;
      position: fixed;
      top: 100px;
      right: 20px;
      background-color: #FFB353;
      color: #fff;
      padding: 20px;
      border-radius: 5px;
    }


.our-team-logos:last-child{
    border: none;
}
.our-team-logos{
	border-bottom: none;
}
.ourteamcheck-flex::after{
	content: none;
}

.our-team-logos::before{
    content: none !important;
}
.page-id-2363 .select2{
	width:735px !important;
}
.available a {
    color: #514494;
    font-weight: 600;
    background: rgba(81, 68, 148, 0.1);
}


#myForm .select2-container--default .select2-selection--single .select2-selection__rendered {
/*     color: #444; */
	 color: #000;
}

.ui-datepicker-year,.ui-datepicker-month{
	   font-size: 18px;
    width: 30%;
    padding: unset;
    border: unset;
}
.flag-icon-us{
	position: absolute;
    top: 50px;
}

/* Apply green background to the first child */
#dp-island .dp-highlight.first-child {
  background-color: green;
}

/* Apply green background to the last child */
#dp-island .dp-highlight.last-child {
  background-color: green;
}
.available a::before {
    content: '\2022';
    color: #00cc00;
    position: relative;
    bottom: -11px;
    left: 40%;
    transform: translateX(-50%);
}


/* next availaiblity */
.tim_ins{
	display: flex;
/*     height: 340px; */
	height:200px;
    border-radius: 16px;
    background: white;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
    overflow-y: scroll;
    padding: 20px;
    gap: 20px;
}
.tim_ins h3{
color: #051B44;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 184.615% */
letter-spacing: -0.5px;

}
.slots{
	border-radius: 40px;
    border: 1px solid #BBB;
    background: #FFF;
    width: 110px;
    height: 30px;
    padding: 0px 28px
}
.clicnician-availability {
            position: relative;
            /* left: 100%; */
            /* left: auto; */
            display: inline-block;
        }
#nextAvailability:hover #tooltip{
	display:block !important;
}
.clicnician-availability:hover #tooltip {
    display: block !important;
}
#tooltip{
	position: absolute;
	right:112%;
/*     left: 155px; */
    top: 0px;
    border: 1px solid rebeccapurple;
    border-radius: 16px;
	z-index:3;
}

/* Tabs find therapist page css */
.contact-row {
    align-items: flex-start;
}
#tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}
#tabs-nav li a {
    background: transparent;
    padding: 15px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #FFB353;
    border-radius: 100px;
}
.active-tab a {
    background: #FFB353 !important;
}
@media only screen and (max-width: 992px){
	#tabs-nav li a {
    padding: 15px;
    font-size: 14px;
}
#tabs-nav {
    margin-bottom: 40px;
}
}
.available a {
padding-right:7px;
}
.profile-section .available a::before {
	    left: 13%;
}
@media screen and (max-width: 767px) {
	
	.profile-section .available a::before {
	    left: 20%;
}
}


@media screen and (max-width: 580px) {
	
	.profile-section .available a::before {
	    left: 30%;
}
}
@media screen and (max-width: 375px) {
	
	.profile-section .available a::before {
	    left: 35%;
}
}






/*Hahsim starts here****/
.dr_living {
    display: flex;
    flex-direction: column;
    width: max-content;
    gap: 10px;
    background: rgba(81, 68, 148, 0.10);
	padding:5px;
	border-radius:10px;
}
 .dr_specialization {
    display: flex;
    flex-direction: column;
    width: max-content;
    gap: 10px;
    background: rgba(81, 68, 148, 0.10);
	padding:5px;
	border-radius:10px;
}
 .dr_insurance{
	 display: flex;
    flex-direction: column;
    width: max-content;
    gap: 10px;
    background: rgba(81, 68, 148, 0.10);
	padding:5px;
	border-radius:10px;
	height:fit-content;
/* 	width:75px; */
	cursor:pointer;
}

.dr_age{
	 background: rgba(81, 68, 148, 0.10);
		border-radius:10px;
		height:fit-content;
}
.dr_gender{
	 background: rgba(81, 68, 148, 0.10);
		border-radius:10px;
		height:fit-content;
}

.profile-view {
    margin-left: 10%;
}
.tags {
	
width:480px;
/* 	align-items:center; */
}
.page-id-2391 .tags{
	width:410px !important;
	    margin: 0 auto;
} 
 .tags {
    display: flex;
    justify-content: space-between;
	    margin-top: 10px;
/* 	position: absolute; */
    z-index: 9999;
}
.dr_living{
	    cursor: pointer;
		width:85px;
	 height:fit-content;
}

 .dr_specialization {
        cursor: pointer;
	 width:140px;
	 height:fit-content;
    }
 .boxes-active{
	 background-color:white;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 .dr_specialization span {
    display: none;
} 
 .dr_living span {
    display: none;
} 
/* 				 .dr_specialization.active {
					display: inline-block;
				}  */
	
/* .clinician-info {
    height: 259px;
} */
   .dr_insurance span {
    display: none;
} 
	
	 .clinician-details {
		justify-content:space-between;
		
}
 .dr_specialization p{
	display:inline-block;
	    position: absolute;
    top: 8px;
    left: 158px;
color: #514494;
    font-size: 12px;
    font-weight: 500;
font-size: 10px;	
}
.dr_living p{
	display:inline-block;
	    position: absolute;
    top: 8px;
    left: 46px;
color: #514494;
    font-size: 12px;
    font-weight: 500;
font-size: 10px;	
}


 .dr_insurance p{
	display:inline-block;
	    position: absolute;
    top: 8px;
    left: 46px;
color: #514494;
    font-size: 12px;
    font-weight: 500;
font-size: 10px;	
}
.dr_specialization {
	position:relative;
}
.dr_living {
	position:relative;
}
 .dr_insurance {
	position:relative;
}

 .clinician-info .badge {
	padding:0;
}


 span.badge.flex {
    display: flex;
    flex-wrap: nowrap;
	padding:10px 0;
}



  .badge {
    display: inline-block;
    max-width: 100%; 
    word-wrap: break-word; 
  }


.dr_living img{
	width:6px;
	height:4px;
}
  .dr_insurance img{
	width:6px;
	height:4px;
}

 .dr_specialization img{
	width:6px;
	height:4px;
} 

.dr_living span {
	padding-left:0px;
	padding-right:0px;
	text-align:start;
}
.dr_insurance span {
	padding-left:0px;
	padding-right:0px;
	text-align:start;
}
.dr_specialization span {
	text-align:start;
	padding-left:0px;
	padding-right:0px;
}
 .dr_specialization p::after{
	 content: '';
    display: inline-block;
    margin-left: 3px;
    background-image: url(https://jaidenshannon.com/nurtureful/wp-content/uploads/2024/03/drop-down-icon.svg	);
    width: 9px;
    height: 9px;
    vertical-align: middle;
	background-repeat:no-repeat;
      filter: grayscale(100%) brightness(70%) contrast(120%);
}

 .dr_insurance p::after{
	 content: '';
    display: inline-block;
    margin-left: 3px;
    background-image: url(https://jaidenshannon.com/nurtureful/wp-content/uploads/2024/03/drop-down-icon.svg	);
    width: 9px;
    height: 9px;
    vertical-align: middle;
	background-repeat:no-repeat;
}

.dr_living p::after{
	 content: '';
    display: inline-block;
    margin-left: 3px;
    background-image: url(https://jaidenshannon.com/nurtureful/wp-content/uploads/2024/03/drop-down-icon.svg	);
    width: 9px;
    height: 9px;
    vertical-align: middle;
	background-repeat:no-repeat;
}
.profile-view {
	margin-top:6px;
}
span.badge.flex {
	margin-bottom:12px;
}
.dr_living  span{
	background:transparent;
}
 .dr_specialization span{
	background:transparent;
}
 .dr_insurance span{
	background:transparent;
}
 span.badge.flex {
    text-wrap: wrap;
    text-align: left;
}
.dr_specialization p, .dr_insurance p {
    pointer-events: none;
}
.profile-wrapper div#nav-tab {
    margin-top: 70px;
}


.tags span {
	background:transparent;
}
.dr_age {
    padding: 5px;
}

.dr_gender {
    padding: 5px;
    text-align: center;
}

.tags span {
    margin-right: 0px;
}

.dr_specialization {
    display: flex;
}

.dr_specialization p, .dr_insurance p {top: 10px;right: 0px;}

.dr_living p {
    right: 0;
    top:10px;
}

.profile-view {
    margin: 0;
}

.profile-wrapper .profile-view {
    width: max-content;
    margin: auto;
}

.tags {
    left: 0px;
    right: 0px;
    width: auto;
    display: flex;
    gap: 10px;
	width: max-content;
    margin: auto;
}

div#tooltip {
    z-index: 9999;
}
.dr_living p {
    pointer-events: none;
}
.clinician-info .tags span {
    margin-right: 0px;
}

.dr_specialization p, .dr_insurance p {
    left: auto;
    right: 6px;
}

.dr_insurance {
    width: max-content;
}

.page-id-2391 .tags {
    width: max-content !important;
}
.dr_insurance {
    width: 140px;
}
header.fixed {
    z-index: 9999999;
}
@media screen and (max-width: 992px) 
{
 .clinician-info {
		width:100%;
	}
	 .clinician-details {
	
    flex-direction: column;
  gap:40px;
}
	.clicnician-availability {
		margin-top:20px;
	}
	}
@media screen and (max-width: 767px) 
{
		.dr_specialization p {
			left:160px;
			
		}
/* 	 .clinician-info .tags span {
		width:fit-content;
	} */
	 .badge {
		font-size:10px;
	}
	.tags {
		display:flex;
		flex-direction:column;
		justify-content:start;
		position:relative;
		align-items:center;
		gap:10px;
	}
	.tags span {
	text-align:center;
}
	.dr_insurance{
		width:195px;
	}
	.dr_living{
		width:195px;
	}
	.dr_living p {
		left:160px;
		
	}
	.dr_age{
	 width:195px;
}
.dr_gender{
	width:195px;
}
	.dr_insurance p{
		left:160px;
		
	}
	.profile-view {
    margin-left: 0;
}
	}
	@media screen and (max-width: 470px) 
{
		 .dr_specialization p {
			left:75%;
			
		}
	
	}
	
.profile-view h3 {
	
display:none;	
}

.page-id-2349 .result-content{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}
.page-id-2423 .result-content{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}
.page-id-2349 .result-content img {
    width: 120px !important;
    height: 120px !important;
}
.page-id-2423 .result-content img {
    width: 120px !important;
    height: 120px !important;
}
.close{
	width: 30px !important;
	height: 30px !important;
}



/* therapist listing style  */

.secduleRang ul,
.secduleRang ol {
  margin: 0;
  padding: 0;
}
.secduleRang li {
  list-style: none;
}
.secduleRang img {
  max-width: 100%;
  display: block;
}
.secduleRang a {
  text-decoration: none;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.secduleRang a:hover,
.secduleRang a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.secduleRang p {
  margin: 0;
}
.secduleRang h1,
.secduleRang h2,
.secduleRang h3,
.secduleRang h4,
.secduleRang h5,
.secduleRang h6,
.secduleRang ul,
.secduleRang ol,
.secduleRang li,
.secduleRang a,
.secduleRang input,
.secduleRang select,
.secduleRang button,
.secduleRang textarea,
.secduleRang p,
.secduleRang img {
  margin: 0;
  padding: 0;
}

.secduleRang span,
.secduleRang a {
  display: inline-block;
}
.secduleRang textarea {
  resize: none;
}
.secduleRang button {
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.outer-therapist-box {
  margin-bottom: 25px;
  border-radius: 8px;
  border: 0.5px solid rgba(50, 53, 72, 0.25);
  padding: 25px 15px;
  position: relative;
  width: 100%;
}

.therapist-box-upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.therapist-box-upper-left {
  display: flex;
  gap: 24px;
}

.outer-therapist-box {
  width: 100%;
}

.inner-therapist-box {
  width: 100%;
}

.span-ul-tharapist-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.span-ul-tharapist-flex ul {
  display: flex;
  gap: 30px;
}

.span-ul-tharapist-flex ul li {
  list-style: disc;
  font-size: 18px;
}

.span-ul-tharapist-flex span {
  font-size: 18px;
}

/* .therapist-box-upper-left-content h3 {
  font-size: 48px;
} */

.therapist-box-upper-left img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.selection-area ul {
  display: flex;
  gap: 8px;
}

.selection-area ul li {
  position: relative;
  background: rgb(224, 203, 243);
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: blueviolet;
}
.therapist-box-upper-left-content h3 {
    font-size: 32px;
	padding-bottom: 10px;
}

.therapist-box-lower{
    margin-top: 30px;
}

.therapist-box-lower p{
    font-size: 22px;
}

.therapist-box-lower a{
    width: max-content;
    border-radius: 50px;
    background: #FFB353;
    padding: 14px 25px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s ease;
    text-transform: uppercase;
    color: black;
    margin-top: 32px;
    border: 1px solid transparent;
}

.therapist-box-lower a:hover{
    background: transparent;
    border: 1px solid #FFB353;
}

.selection-area ul li .dropdown-menu {
    visibility: hidden;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-top: 12px;
}

.selection-area ul li:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu li {
    border-radius: unset !important;
    text-decoration: none;
    display: block;
    color: #333;
    background: unset !important;
}

.dropdown-menu li:hover {
    background-color: rgb(224, 203, 243) !important;
}

.selection-area ul {
    list-style-type: none;
    padding: 0;
}

.selection-area ul li {
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .selection-area ul li{
        font-size: 14px;
    }
    .therapist-box-lower p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .therapist-box-upper-left{
        flex-direction: column;
    }

    .selection-area ul{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .therapist-box-upper-left-content h3 {
        font-size: 30px;
    }
    .therapist-box-lower p {
        font-size: 14px;
    }
}



/* removing caret */
.dropdown-toggle::after {
    display: unset;
    margin-left:0px !important;
    vertical-align:unset !important;
    content: "";
    border-top:unset !important;
    border-right:unset !important;
    border-bottom: 0;
    border-left: unset !important;
}

/* loader */
.containers_loader{
	position:relative;
}
.loader {
	display:none;
    width: 50px;
    height: 50px;
    border: 8px solid #E5BC93;
    border-top: 8px solid #514494;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    top: -50px;
    left: 45%;
}
@keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
}

/* image upload style */
#image-preview-container {
    width: 150px; /* Adjust the size as needed */
    height: 150px; /* Adjust the size as needed */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc; /* Optional: add a border for better visibility */
    margin-top: 10px; /* Add some space between input and preview */
}

#image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; /* Initially hide the preview */
}

.select2-container--default .select2-selection--multiple{
	border: 1px solid rgb(17 42 80 / 9%) !important;
}


.error-message {
            color: red;
        }

.selection-area ul {
    flex-wrap: wrap;
}

.selection-area ul li {
    width: 49%;
}


.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
    cursor: not-allowed;
}