@media only screen and (max-width: 991px) {

    :root {
        --padding-inline: 0.7rem;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --aous-aw-content-padding: 2rem;
        padding-inline: 1rem;
    }

    .d-mobile {
        display: none !important;
    }

    .plans_area .plan_card .mobile_action_details {
        display: block;
    }

    .header_app.fixed {
        top: -100px;
    }

    .app_navbar,
    .bar_area {
        display: none;
    }

    .navbar-brand-image {
        height: 2.5rem;
        filter: brightness(0) invert(1);
    }

    .app_navbar_mobile {
        display: block;
    }

    .app_navbar_mobile .app_navbar_mobile_area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem;
        background: #506679;
    }

    .single_navbar {
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .single_navbar ul li a {
        font-size: 0.9rem;
        font-weight: 600;
        gap: 0.1rem;
    }

    .single_navbar ul li a svg {
        --aous-aw-icon-size: 1.25rem;
        stroke-width: 1.5;
    }

    .single_navbar .logo a,
    .app_navbar_mobile .app_navbar_mobile_area .app_navbar_mobile_content .logo a {
        font-size: 1.25rem;
        color: var(--paragraph-text-hover);
        font-weight: 600;
        filter: brightness(0) invert(1);
    }

    .single_navbar .logo a {
        filter: unset;
    }

    .app_navbar_mobile .app_navbar_mobile_area .app_navbar_mobile_action {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .app_navbar_mobile .app_navbar_mobile_area .app_navbar_mobile_action .language_link {
        color: white;
        font-size: 1rem;
        font-weight: 500;
        margin-inline: 0.5rem;
    }

    .app_navbar_mobile .app_navbar_mobile_action a svg {
        --aous-aw-icon-size: 1.6rem;
        color: white;
    }

    .app_navbar_mobile .links_area {
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        height: 0;
        transition: all 0.3s ease-in-out;
        margin: 0;
        box-shadow: none;
    }

    .app_navbar_mobile .links_area.active {
        display: flex;
        height: 100vh;
    }

    .app_navbar_mobile .links_area a {
        padding: 0.75rem;
        font-size: 1rem;
    }

    .app_navbar_mobile .links_area a.bg-success {
        background: var(--aous-aw-primary-hover) !important;
        color: white !important;
    }

    .app_navbar_mobile .links_area .links_list {
        margin-top: 1rem;
    }

    .app_navbar_mobile .links_area .links_list ul li {
        margin-bottom: 1.25rem;
    }

    .app_navbar_mobile .links_area .links_list ul li a {
        font-size: 1.1rem;
        font-weight: 500;
        color: var(--main-text);
    }

    .links_area .links_content ul li a {
        font-size: 0.9rem;
    }

    .hero_area {
        padding-block: 6rem;
        position: relative;
    }

    .hero_area .hero_content {
        display: block;
        border-bottom: unset !important;
    }

    .hero_area .hero_content .accordion_message h4 {
        display: grid;
        grid-template-columns: 15% 85%;
    }

    .hero_area .hero_content .accordion-tabs {
        background: white !important;
    }

    .hero_area .hero_content .text_content {
        position: relative;
        z-index: 99;
    }

    .hero_area .hero_content .img_content .overlay_bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
    }

    .hero_area .hero_content .img_content .overlay_bg img {
        left: 0;
        transform: translate(30px, 0);
        transform: translate(30px, -70px);
    }

    .hero_area .hero_content .img_content .overlay_bg::after {
        content: '';
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        background-color: rgba(0, 25, 60, .66);
    }

    .hero_area .hero_content .text_content .title_area {
        margin-top: 4rem;
    }

    .hero_area .hero_content .text_content .title_area h1 {
        font-size: 1.5rem;
        line-height: 1.4;
        color: white;
    }

    .hero_area .hero_content .text_content .title_area span {
        color: white;
        font-size: 1.25rem;
    }

    .hero_area .hero_content .text_content .title_area a {
        margin-bottom: 1.5rem;
        width: 100%;
        border-color: transparent;
    }

    .hero_content .icon_services_area {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        padding-top: 5rem;
        color: white;
    }

    .hero_content .icon_services_area .service_icon_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.5rem;
    }

    .hero_content .icon_services_area .service_icon_content ._icon {
        width: 3.25rem;
        height: 3.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50%;
    }

    .hero_content .icon_services_area .service_icon_content ._icon svg {
        --aous-aw-icon-size: 1.65rem;
        color: var(--main-text);
    }

    .hero_content .icon_services_area .service_icon_content small {
        font-size: .85rem;
    }

    .services_area .service_cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .services_area .service_cards .service_card .icon_content {
        display: none;
    }

    .services_area .service_cards .service_card .icon_content svg {
        --aous-aw-icon-size: 1.75rem;
    }

    .services_area .service_cards .service_card .title_content h1 {
        margin: 0;
        line-height: normal;
    }

    .services_area .service_cards .service_card .info_content .btn_fill {
        background: unset;
        padding: unset;
        margin: unset;
        color: var(--aous-aw-primary) !important;
        text-align: start;
        width: fit-content;
        border: unset;
        font-size: 1rem;
        padding-block: 0.75rem;
        font-weight: 500;
    }

    .services_area .service_cards .service_card .info_content a:not(.btn_fill) {
        margin: 0;
    }

    .services_area .service_cards .service_card .info_content ul {
        min-height: 4rem;
    }

    .services_area .companies_logo_area {
        margin-top: 4rem !important;
    }

    .our_blog .header_section h1 {
        font-size: 1.5rem;
    }

    .note_area {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 5rem;
    }

    .note_area .icon_content {
        display: none;
    }

    .note_area .text_content h1 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .info_plan_area {
        padding-top: 5rem;
    }

    .info_plan_area .plan_info_cards {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .info_plan_area .plan_info_cards .plan_info_card {
        padding: 0.5rem;
        display: flex;
        gap: 1rem;
    }

    .info_plan_area .plan_info_cards .plan_info_card .description {
        display: none;
    }

    .info_plan_area .plan_info_cards .plan_info_card .title svg {
        display: none;
    }

    .info_plan_area .plan_info_cards .plan_info_card .title h2 {

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .info_plan_area .header_section h1 {
        font-size: 1.45rem;
        width: 100%;
    }

    .info_plan_area .header_section p {
        width: 100%;
    }

    .info_plan_area.dental_insurance_plans {
        padding-bottom: 4rem;
    }

    .content_single {
        width: 100%;
    }

    .why_choose_us {
        padding-block: 2rem;
    }

    .why_choose_us .header_title {
        padding-top: 1rem;
    }

    .why_choose_us .header_title h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .why_choose_us .tabs_content {
        width: 100%;
        margin-top: 3rem;
    }

    .why_choose_us .tabs_content .nav-tabs {
        flex-direction: column;
    }

    .why_choose_us .tabs_content .tab_content {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
        gap: 1rem;
    }

    .why_choose_us .tabs_content .tab_content .image_content {
        display: none;
    }

    .why_choose_us .tabs_content .tab_content .text_content {
        padding-top: 1rem;
    }

    .languages_info_area {
        padding-block: 2rem;
    }

    .languages_info_area .languages_info_content {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 1rem;
    }

    .languages_info_area .languages_info_content .image_content {
        display: none;
    }

    .languages_info_area .languages_info_content .text_content .title h1 {
        font-size: 1.4rem;
    }

    .languages_info_area .languages_info_content .text_content p {
        width: 100%;
    }

    .languages_info_area .languages_info_content .text_content .list_info ul li {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
        margin-bottom: 1.75rem;
    }

    .languages_info_area .languages_info_content .text_content .list_info ul li .badge {
        min-width: unset;
        font-size: 1rem;
        font-weight: 600;
    }

    .languages_info_area .languages_info_content .text_content .list_info ul li span:last-of-type {
        transform: translateX(9px);
    }

    .languages_info_area .languages_info_content .text_content .btn {
        width: 100%;
        margin-top: 0;
    }

    .financial_info_area {
        padding-block: 2rem;
    }

    .financial_info_area .financial_cards {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 1rem;
    }

    .financial_info_area .financial_cards .financial_card .title_content .large_title {
        font-size: 1.5rem;
    }

    .financial_info_area .financial_cards .financial_card .title_content h1 {
        font-size: 1.2rem;
    }

    .support_card_area .support_card_info {
        width: 100%;
        padding-block: 2rem;
    }

    .support_card_area .section_title h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .support_card_area .support_card_content {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0rem;
        gap: 1rem;
        position: relative;
    }

    .support_card_area .support_card_content .text_content h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .support_card_area .support_card_content .text_content ul li span {
        font-size: 0.95rem;
    }

    .support_card_area .support_card_content .img_content img {
        display: none;
    }

    .faq_area .section_title {
        margin-bottom: 2rem;
    }

    .faq_area .accordion-header {
        padding: 0.5rem;
        padding-inline: 0;
        gap: 0.5rem;
    }

    .faq_area .section_title h1 {
        font-size: 1.5rem;
    }

    .faq_area .accordion-item .accordion-body {
        padding-left: 2rem;
    }

    .half_banner_area {
        margin-top: 1rem;
    }

    .half_banner_area .half_banner_content {
        padding: 1.5rem;
        grid-template-columns: 1fr;
    }

    .half_banner_area .half_banner_content .text_content h1 {
        font-size: 1.25rem;
        width: 100%;
    }

    .half_banner_area .half_banner_content .text_content span {
        width: 100%;
    }

    .half_banner_area .half_banner_content .action_tools_content {
        gap: 1rem;
    }

    .app_footer .app_footer_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    .app_footer .app_footer_content .section_list ul li {
        margin: 8px 0;
    }

    .schedule_a_consultation .body_content {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .schedule_a_consultation .body_content .img_content {
        display: none;
    }

    .schedule_a_consultation .form_content {
        padding: 1rem;
        margin-inline: 0;
    }

    .schedule_a_consultation .modal-dialog {
        margin-top: 0;
        padding: 0;
        margin: 0;
    }

    .schedule_a_consultation .modal-content {
        border-radius: 0;
    }

    .schedule_a_consultation .modal-body {
        height: 100vh !important;
        padding: 0.75rem !important;
    }

    .schedule_a_consultation .body_content .text_content h1 {
        font-size: 1.25rem;
    }

    .schedule_a_consultation .body_content .text_content ul li {
        gap: 0.75rem;
    }

    .schedule_a_consultation .form_content {
        margin-top: 0;
    }

    .schedule_a_consultation .form_content .section_field .question_title {
        margin-bottom: 1rem;
    }

    .schedule_a_consultation .form_content .section_field .question_title h2 {
        font-size: 1.1rem;
    }

    .schedule_a_consultation .form_content .section_field .form-selectgroup {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.05rem;
    }

    .schedule_a_consultation .form_content .section_field .radio_group_field {
        grid-template-columns: 1fr;
    }

    .schedule_a_consultation .form_content .section_field .form-selectgroup .form-selectgroup-item .form-selectgroup-label {
        gap: 0.5rem;
    }

    .schedule_a_consultation .form_content .section_field .form-selectgroup .form-selectgroup-item .form-selectgroup-label svg {
        --aous-aw-icon-size: 2.25rem;
    }

    .schedule_a_consultation .form_content .section_field .input_group_field.three_col {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .schedule_a_consultation .form_content .note_actions .action_area {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .single_details_area {
        padding-top: 6rem;
    }

    .single_details_area .single_details_content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .single_details_area .single_details_content .text_content .title h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .single_details_area .single_details_content .text_content .list {
        width: 100%;
    }

    .single_details_area .single_details_content .text_content .list ul li {
        gap: 0.5rem;
    }

    .single_details_area .single_details_content .text_content .action_tools a {
        min-width: 100%;
    }

    .single_details_area .single_details_content .img_content img {
        position: static;
        width: 100%;
        height: 100%;
    }

    .single_details_area .info_section_area {
        margin-top: 5rem;
    }

    .single_details_area .info_section_area .info_area .header_content h1 {
        font-size: 1.75rem;
        width: 100%;
    }

    .single_details_area .info_section_area .info_area .header_content p {
        color: var(--paragraph-text);
    }

    .single_details_area .single_details_content .text_content .action_tools a.btn-success {
        padding-block: 0.75rem;
        font-size: 1rem;
    }

    .single_details_area .info_section_area .info_area .body_content_area .box_content {
        grid-template-columns: 1fr;
    }

    .single_details_area .info_section_area .info_area .body_content_area .box_content ul {
        padding-left: 1.5rem;
    }

    .online_area {
        padding-top: 1rem;
    }

    .online_area .options_area {
        grid-template-columns: 1fr;
    }

    .links_area_mobile {
        display: block;
        background-color: white;
        padding-block: 0.75rem;
        padding-top: 4.5rem;
    }

    .online_area .options_area .links_area {
        display: none;
    }

    .online_area .options_area .body_content {
        width: 100%;
        margin: unset;
    }

    .online_area .options_area .body_content .screen_content.plans_screen,
    .progress_fetch_plans_area,
    .online_area .options_area .body_content .screen_content {
        width: 100%;
    }

    .fetch_screen_plans .companies_logo_area {
        display: none;
    }

    .online_area .options_area .body_content .screen_content.plans_screen .bottom_note,
    .online_area .options_area .body_content .screen_content.plans_screen .action_tools {
        width: 100%;
    }

    .plan_customer_info_area {
        padding: 0.75rem;
    }

    .plan_customer_info_area .companies_logo_area {
        width: 85vw;
    }

    .plan_customer_info_area .plan_details {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .plan_customer_info_area .title_card {
        font-size: 1.25rem;
        margin: 0.5rem 0;
    }

    .plan_customer_info_area .plan_details .header_plan {
        gap: unset;
        column-gap: 0.5rem;
        display: grid;
        grid-template-columns: 1fr;
    }

    .plan_customer_info_area .plan_details .plan_price {
        font-size: 1.25rem;
    }

    .question_title .iban_screen_description span {
        grid-template-columns: 8% 92%;
        align-items: start;
        text-align: start;
        margin-bottom: 0.75rem;
    }

    .gender_area .form-selectgroup-item {
        width: 120px !important;
    }

    .question_title .iban_screen_description span svg {
        margin-top: 3px;
    }

    .plans_area {
        grid-template-columns: 1fr;
    }

    .plans_area .plan_card .plan_details {
        display: none;
    }

    .plans_area .plan_card .mobile_action_details a {
        color: var(--main-text) !important;
    }

    .plans_area .plan_card .action_area {
        justify-content: space-between;
        width: 100%;
        color: var(--main-text);
    }

    .plans_area .plan_card .plan_header .company_logo img {
        width: 5rem;
        height: 5rem;
    }

    .online_area .options_area .body_content .screen_content .question_area .question_content .gender_area {
        margin-bottom: 0.25rem;
    }

    .online_area .options_area .body_content .screen_content .question_area .question_content .mb-3 {
        margin-bottom: 0rem !important;
    }

    .online_area .options_area .body_content .screen_content .question_area .question_content .form-selectgroup .form-selectgroup-item:not(.plan_card, .gender_item) {
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .question_title {
        text-align: center;
        margin-bottom: 3rem;
    }

    .question_title h1 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: normal;
    }

    .question_title .avatar_content {
        margin: 0.5rem auto 1.75rem;
    }

    .question_title span {
        font-size: 1rem;
    }

    .form_floating_area {
        margin-bottom: 0.5rem;
    }

    .logos_certificate_area {
        gap: 2rem
    }

    .logos_certificate_area img {
        width: 4rem;
    }

    .result_message_area,
    .progress_request_area,
    .online_area .contact_info_area {
        width: 100%;
    }

    .companies_logo_area .scroller .scroller_inner {
        gap: 1rem;
    }

    .companies_logo_area .scroller_inner li img {
        width: 6rem;
    }
}

@media (min-width: 1200px) {
    .schedule_a_consultation .modal-xl {
        --aous-aw-modal-width: 967px;
    }
}
