/* desktop devices  */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    /* ============================================================================
                                Extra Part Start
  ============================================================================ */
    /* ============================================================================
                                Extra Part End
  ============================================================================ */
}

/* desktop devices  */
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    /* ============================================================================
                                Extra Part Start
  ============================================================================ */
    /* ============================================================================
                                Extra Part End
  ============================================================================ */
}

/* laptop devices   */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-plans {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 80px 0;
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-plans {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 80px 0;
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */

    /* ============================================================================
                          Basic Info Breadcrumb Part Start
  ============================================================================ */
    .medical-profile-breadcrumb {
        padding: 40px 0 40px !important;
    }
    /* ============================================================================
                          Basic Info Breadcrumb Part End
  ============================================================================ */
}

/* Tab devices   */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-title {
        font-size: 24px;
    }

    .subscription-subtitle {
        font-size: 14px;
        margin-top: 20px;
    }

    .subscription-plans {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 60px 0;
    }

    .policy-wrapper-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */

    /* ============================================================================
                          Basic Info Breadcrumb Part Start
  ============================================================================ */
    .medical-profile-breadcrumb-title {
        font-size: 14px !important;
    }

    .medical-profile-breadcrumb-number {
        width: 25px !important;
        height: 25px !important;
        font-size: 12px !important;
        line-height: 25px !important;
    }

    .medical-profile-breadcrumb-wrapper {
        gap: 30px 5px !important;
    }

    .medical-profile-breadcrumb-line {
        width: 10px !important;
    }

    .medical-profile-breadcrumb {
        padding: 40px 0 40px !important;
    }
    /* ============================================================================
                          Basic Info Breadcrumb Part End
  ============================================================================ */
}

/* Tab lower only  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-title {
        font-size: 24px;
    }

    .subscription-subtitle {
        font-size: 14px;
        margin-top: 20px;
    }

    .subscription-plans {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 60px 0;
    }

    .policy-wrapper-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */

    /* ============================================================================
                          Basic Info Breadcrumb Part Start
  ============================================================================ */
    .medical-profile-breadcrumb-title {
        font-size: 12px !important;
    }

    .medical-profile-breadcrumb-number {
        width: 22px !important;
        height: 22px !important;
        font-size: 10px !important;
        line-height: 22px !important;
    }

    .medical-profile-breadcrumb-wrapper {
        gap: 20px 5px !important;
    }

    .medical-profile-breadcrumb-line {
        width: 6px !important;
    }

    .medical-profile-breadcrumb {
        padding: 40px 0 40px !important;
    }
    /* ============================================================================
                          Basic Info Breadcrumb Part End
  ============================================================================ */

    /* ============================================================================
                          Step 1: Basic Info Part Start
  ============================================================================ */
    .medical-profile-form-wrapper {
        padding: 10px !important;
        margin: 0 auto 50px !important;
    }

    .form-step {
        padding: 20px !important;
    }

    .form-title {
        font-size: 20px !important;
    }
    /* ============================================================================
                          Step 1: Basic Info Part End
  ============================================================================ */

    /* ============================================================================
                          Step 2: Health Info Part Start
  ============================================================================ */
    .form-section {
        padding: 20px !important;
    }

        .form-section .section-title {
            font-size: 16px !important;
        }
    /* ============================================================================
                          Step 2: Health Info Part End
  ============================================================================ */

    /* ============================================================================
                      Step 3: Gastrointestinal History Part Start
  ============================================================================ */
    .symptom-scale-custom {
        align-items: end !important;
    }

    .form-label {
        margin: 5px 0 5px;
        font-size: 11px;
    }

    .scale-labels span {
        font-size: 10px !important;
    }

    .form-section {
        gap: 10px !important;
    }
    /* ============================================================================
                      Step 3: Gastrointestinal History Part End
  ============================================================================ */

    /* ============================================================================
                        Step 4: Function & Symptoms Part Start
  ============================================================================ */
    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }

    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }
    /* ============================================================================
                        Step 4: Function & Symptoms Part End
  ============================================================================ */

    /* ============================================================================
                         Step 5: Diet Profile Part Start
  ============================================================================ */
    .diet-option {
        width: 100% !important;
    }

    .food-category {
        width: 100% !important;
    }

    .range-value {
        font-size: 12px !important;
    }

    .time-input-group {
        width: 100% !important;
    }
    /* ============================================================================
                         Step 5: Diet Profile Part End
  ============================================================================ */

    /* ============================================================================
                            Step 6: Lifestyle Part Start
  ============================================================================ */
    .diet-option-label {
        padding: 5px 10px !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                            Step 6: Lifestyle Part End
  ============================================================================ */

    /* ============================================================================
                          Step 7: Therapies & Goals Part Start
  ============================================================================ */
    .secondary-objective {
        width: 100% !important;
    }

    .radio-pill-label {
        padding: 5px 10px !important;
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .radio-option-pill {
        width: 100% !important;
    }

    .card-content {
        padding: 20px !important;
    }

    .form-buttons {
        gap: 20px !important;
    }

    .btn {
        font-size: 12px !important;
        padding: 10px !important;
    }
    /* ============================================================================
                          Step 7: Therapies & Goals Part End
  ============================================================================ */
}

/* Mobile devices   */
@media only screen and (min-width: 375px) and (max-width: 575px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-title {
        font-size: 24px;
    }

    .subscription-subtitle {
        font-size: 14px;
        margin-top: 20px;
    }

    .subscription-plans {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 60px 0;
    }

    .policy-wrapper-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */

    /* ============================================================================
                          Basic Info Breadcrumb Part Start
  ============================================================================ */
    .medical-profile-breadcrumb-title {
        font-size: 8px !important;
    }

    .medical-profile-breadcrumb-content {
        gap: 5px !important;
    }

    .medical-profile-breadcrumb-number {
        width: 20px !important;
        height: 20px !important;
        font-size: 8px !important;
        line-height: 20px !important;
    }

    .medical-profile-breadcrumb-wrapper {
        gap: 20px 5px !important;
    }

    .medical-profile-breadcrumb-line {
        width: 5px !important;
    }

    .medical-profile-breadcrumb {
        padding: 40px 0 40px !important;
    }
    /* ============================================================================
                          Basic Info Breadcrumb Part End
  ============================================================================ */

    /* ============================================================================
                          Step 1: Basic Info Part Start
  ============================================================================ */
    .medical-profile-form-wrapper {
        padding: 10px !important;
        margin: 0 auto 50px !important;
    }

    .form-step {
        padding: 20px !important;
    }

    .form-title {
        font-size: 20px !important;
    }
    /* ============================================================================
                          Step 1: Basic Info Part End
  ============================================================================ */

    /* ============================================================================
                          Step 2: Health Info Part Start
  ============================================================================ */
    .form-section {
        padding: 20px !important;
    }

        .form-section .section-title {
            font-size: 16px !important;
        }
    /* ============================================================================
                          Step 2: Health Info Part End
  ============================================================================ */

    /* ============================================================================
                      Step 3: Gastrointestinal History Part Start
  ============================================================================ */
    .symptom-scale-custom {
        align-items: end !important;
    }

    .form-label {
        margin: 5px 0 5px;
        font-size: 11px;
    }

    .scale-labels span {
        font-size: 10px !important;
    }

    .form-section {
        gap: 10px !important;
    }
    /* ============================================================================
                      Step 3: Gastrointestinal History Part End
  ============================================================================ */

    /* ============================================================================
                        Step 4: Function & Symptoms Part Start
  ============================================================================ */
    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }

    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }
    /* ============================================================================
                        Step 4: Function & Symptoms Part End
  ============================================================================ */

    /* ============================================================================
                         Step 5: Diet Profile Part Start
  ============================================================================ */
    .diet-option {
        width: 100% !important;
    }

    .food-category {
        width: 100% !important;
    }

    .range-value {
        font-size: 12px !important;
    }

    .time-input-group {
        width: 100% !important;
    }
    /* ============================================================================
                         Step 5: Diet Profile Part End
  ============================================================================ */

    /* ============================================================================
                            Step 6: Lifestyle Part Start
  ============================================================================ */
    .diet-option-label {
        padding: 5px 10px !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                            Step 6: Lifestyle Part End
  ============================================================================ */

    /* ============================================================================
                          Step 7: Therapies & Goals Part Start
  ============================================================================ */
    .secondary-objective {
        width: 100% !important;
    }

    .radio-pill-label {
        padding: 5px 10px !important;
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .radio-option-pill {
        width: 100% !important;
    }

    .card-content {
        padding: 20px !important;
    }

    .form-buttons {
        gap: 20px !important;
    }

    .btn {
        font-size: 12px !important;
        padding: 10px !important;
    }
    /* ============================================================================
                          Step 7: Therapies & Goals Part End
  ============================================================================ */
}

/* Extra Small Mobile devices   */
@media only screen and (max-width: 374px) {
    /* ============================================================================
                        Subscription Part Start
  ============================================================================ */
    #subscription_card {
        padding: 60px 0;
    }

    .subscription-title {
        font-size: 24px;
    }

    .subscription-subtitle {
        font-size: 14px;
        margin-top: 20px;
    }

    .subscription-plans {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .plan-name {
        font-size: 20px;
    }

    .subscription-plan {
        gap: 20px;
    }

    .plan-amount {
        font-size: 24px;
    }

    .plan-discount {
        font-size: 10px;
    }

    .plan-button {
        padding: 7.556px 20.333px;
        font-size: 18px;
    }

    .plan-features-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 14px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    #subscription-policy {
        padding: 60px 0;
    }

    .policy-wrapper-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .policy-card-title {
        font-size: 20px;
    }

    .policy-card-description {
        font-size: 14px;
    }
    /* ============================================================================
                        Subscription Part End
  ============================================================================ */

    /* ============================================================================
                          Basic Info Breadcrumb Part Start
  ============================================================================ */
    .medical-profile-breadcrumb-title {
        font-size: 8px !important;
    }

    .medical-profile-breadcrumb-content{
        gap: 5px !important;
    }

    .medical-profile-breadcrumb-number {
        width: 20px !important;
        height: 20px !important;
        font-size: 8px !important;
        line-height: 20px !important;
    }

    .medical-profile-breadcrumb-wrapper {
        gap: 20px 5px !important;
    }

    .medical-profile-breadcrumb-line {
        width: 5px !important;
    }

    .medical-profile-breadcrumb {
        padding: 40px 0 40px !important;
    }
    /* ============================================================================
                          Basic Info Breadcrumb Part End
  ============================================================================ */

    /* ============================================================================
                          Step 1: Basic Info Part Start
  ============================================================================ */
    .medical-profile-form-wrapper {
        padding: 10px !important;
        margin: 0 auto 50px !important;
    }

    .form-step {
        padding: 20px !important;
    }

    .form-title {
        font-size: 20px !important;
    }
    /* ============================================================================
                          Step 1: Basic Info Part End
  ============================================================================ */

    /* ============================================================================
                          Step 2: Health Info Part Start
  ============================================================================ */
    .form-section {
        padding: 20px !important;
    }

        .form-section .section-title {
            font-size: 16px !important;
        }
    /* ============================================================================
                          Step 2: Health Info Part End
  ============================================================================ */

    /* ============================================================================
                      Step 3: Gastrointestinal History Part Start
  ============================================================================ */
    .symptom-scale-custom {
        align-items: end !important;
    }

    .form-label {
        margin: 5px 0 5px;
        font-size: 11px;
    }

    .scale-labels span {
        font-size: 10px !important;
    }

    .form-section {
        gap: 10px !important;
    }
    /* ============================================================================
                      Step 3: Gastrointestinal History Part End
  ============================================================================ */

    /* ============================================================================
                        Step 4: Function & Symptoms Part Start
  ============================================================================ */
    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }

    .symptom-scale-custom {
        gap: 10px !important;
        flex-direction: column;
    }

    .symptom-scale-custom-item {
        margin: 0 !important;
    }
    /* ============================================================================
                        Step 4: Function & Symptoms Part End
  ============================================================================ */

    /* ============================================================================
                         Step 5: Diet Profile Part Start
  ============================================================================ */
    .diet-option {
        width: 100% !important;
    }

    .food-category {
        width: 100% !important;
    }

    .range-value {
        font-size: 12px !important;
    }

    .time-input-group {
        width: 100% !important;
    }
    /* ============================================================================
                         Step 5: Diet Profile Part End
  ============================================================================ */

    /* ============================================================================
                            Step 6: Lifestyle Part Start
  ============================================================================ */
    .diet-option-label {
        padding: 5px 10px !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                            Step 6: Lifestyle Part End
  ============================================================================ */

    /* ============================================================================
                          Step 7: Therapies & Goals Part Start
  ============================================================================ */
    .secondary-objective {
        width: 100% !important;
    }

    .radio-pill-label {
        padding: 5px 10px !important;
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .radio-option-pill {
        width: 100% !important;
    }

    .card-content {
        padding: 20px !important;
    }

    .form-buttons {
        gap: 20px !important;
    }

    .btn {
        font-size: 12px !important;
        padding: 10px !important;
    }
    /* ============================================================================
                          Step 7: Therapies & Goals Part End
  ============================================================================ */
}
