@media screen and (min-width:1439px) {
    .container {
        max-width: 1366px;
    }
}

@media screen and (min-width:1600px) {
    .container {
        max-width: 1500px;
    }
}

@media screen and (max-width: 1439px) {

    .header-content li {
        margin-right: 15px;
    }

    .site-logo {
        width: 210px;
    }

    .header-content nav {
        width: calc(100% - 220px);
    }

    .availabilities {
        left: unset;
        right: 0px;
        top: 85px;
    }

    .availabilities.active {
        top: 65px;
        left: unset;
    }

    .availabilities::before {
        left: 0;
        top: -24px;
        right: 40px;
        left: unset;
        border-right-color: transparent;
        border-bottom-color: #fff;
    }
}

@media screen and (max-width: 1199px) {
    .menu-toggler {
        display: block;
    }

    .header-content nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #e5bc93;
        padding: 20px;
        display: none;
        z-index: 99;
    }

    .header-content li {
        display: flex;
        margin: 12px 0;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-content li ul {
        display: none;
        position: static;
        min-width: 100%;
        transition: unset;
        opacity: 1;
        visibility: hidden;
        background: #ccb094;
        padding: 0 15px;
    }

    .flex.ai-center.header-row {
        position: relative;
    }

    .header-content nav li a {
        display: block;
    }

    .header-content li>span {
        margin-left: auto;
        height: 20px;
        width: 20px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

    .header-content li ul li {
        margin: 5px 0;
    }

    .header-content li ul li a {
        padding: 5px 0;
    }

    .selection-area ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .banner-section h1 {
        font-size: 40px;
    }

    .banner-section {
        padding: 95px 0 40px;
    }

    .single-column {
        padding: 20px 10px 20px;
    }

    .counter {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .counter span {
        top: 4px;
        left: 9px;
    }

    .contact-section {
        margin-bottom: 50px;
    }

    .how-works-section {
        margin: 50px 0;
    }

    .header-single-info:nth-child(3) {
        margin-top: 5px;
    }

    .questioning-content h2 {
        width: 300px;
    }

    .copy {
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .doc-img {
        width: 200px;
    }

    .doc-intro {
        width: calc(100% - 200px);
    }

    .single-doctor {
        margin-bottom: 60px;
        align-items: flex-start;
    }

    .selection-area ul {
        flex-wrap: wrap;
    }

    .schedule-options-row.flex.jc-sb {
        flex-direction: column;
    }

    .schedule-left {
        width: 100%;
        max-width: 330px;
    }

    .schedule-right {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .mini-header.flex {
        display: none;
    }

    .banner-section h1 {
        font-size: 36px;
    }

    .banner-section {
        padding: 85px 0 24px;
    }

    .how-works-section {
        margin: 35px 0;
    }

    .works-header h2 {
        margin-bottom: 10px;
    }

    .how-works-content {
        margin: 20px 0 0;
    }

    .col-33 {
        width: 100%;
        padding: 0;
    }

    .single-column {
        margin-bottom: 20px;
        height: fit-content;
    }

    .contactImg {
        width: 100%;
        order: 2;
        margin-top: 15px;
    }

    .ft-col h5 {
        margin-bottom: 12px;
    }

    .ft-col ul li {
        margin-bottom: 3px;
    }

    .contactForm {
        width: 100%;
        order: 1;
        padding: 0;
    }

    .contactForm h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .contactForm form {
        margin-top: 40px;
    }

    .field-half {
        width: 100%;
        margin-bottom: 20px;
    }

    .site-footer {
        padding-top: 40px;
    }

    .ft-logo img {
        max-width: 150px;
    }

    .ft-col {
        width: 50%;
    }

    .ft-col:first-child {
        margin-bottom: 40px;
    }

    .copyright {
        margin-top: 20px;
    }

    .copyright {
        text-align: center;
    }

    .copyright span {
        max-width: 270px;
        margin: 0 auto;
    }

    .clinician-header h2 {
        font-size: 24px;
        margin: 10px 0;
    }

    .clinicaian-list-wrapper {
        padding: 30px 20px;
    }

    .clinician-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .clinician-details {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }

    .clinician-info {
        width: 100%;
        text-align: center;
    }

    .clinician-info .badge {
        margin: 0 auto;
    }

    .clinician-info h3 {
        font-size: 20px;
        margin: 8px 0 10px;
    }

    .clicnician-availability {
        margin: 20px auto 0;
    }

    .clinician-footer {
        justify-content: center;
        display: flex;
        margin-top: 10px;
    }

    .single-clinician {
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    .clinician-header {
        margin-bottom: 20px;
    }

    .availabilities.active {
        top: 57%;
    }

    .availabilities {
        top: 63%;
    }

    .availabilities::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
    }

    .profile-view {
        width: 100%;
    }

    .profile-section {
        padding: 40px 0;
    }

    .profile-wrapper h2 {
        font-size: 24px;
        margin: 12px 0 6px;
    }

    .profile-wrapper p {
        font-size: 14px;
    }

    .profile-wrapper {
        padding: 20px;
    }

    .prof-pic img {
        max-width: 120px;
    }

    .prof-pic {
        margin-bottom: 10px;
    }

    .profile-view h3 {
        font-size: 24px;
        margin: 11px 0 12px;
    }

    .tags span {
        margin-bottom: 4px;
    }

    .profile-tabs {
        margin-top: 20px;
    }

    .available-slots .schedule {
        width: 32%;
    }

    .available-slots h5 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .result-section {
        padding: 40px 0;
    }

    .result-content h2 {
        font-size: 24px;
    }

    .result-content {
        padding: 25px;
    }

    .questioning-content h2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .copy {
        width: 100%;
        padding-left: 0;
    }

    .copy p {
        margin-bottom: 12px;
    }

    .questioning-section {
        margin: 40px 0 20px;
    }

    .doc-img {
        width: 100%;
    }

    .doc-intro {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .doc-intro h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .single-doctor {
        margin-bottom: 30px;
    }

    .payment-wrapper {
        padding: 10px 15px;
    }

    .page-id-2976 section.banner-section {
        margin-top: 120px;
    }

    .therapist-box-upper-left-content {
        text-align: center;
    }

    .therapist-box-lower a {
        margin: auto;
        display: flex;
    }

    .selection-area ul {
        justify-content: center;
    }

    .span-ul-tharapist-flex {
        justify-content: center;
    }

    .therapist-box-upper-left-content h3 {
        padding-bottom: 10px;
    }

    .therapist-box-upper-left img {
        margin: auto;
    }

    .therapist-box-upper-left {
        gap: 10px;
    }

    .therapist-box-lower {
        margin-top: 20px;
    }

    #tooltip {
        position: absolute;
        right: -31%;
        top: 20%;
        border: 1px solid rebeccapurple;
        border-radius: 16px;
        z-index: 3;
    }
}




@media screen and (max-width: 480px) {
    .result-content h2 {
        font-size: 18px;
    }
}