@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;
    }

    .content_single {
        padding-top: 5rem;
    }

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

    .app_navbar,
    .bar_area {
        display: none;
    }

    .app_navbar_mobile {
        display: block;
    }

    .app_navbar_mobile .app_navbar_mobile_area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    .single_navbar .logo a,
    .app_navbar_mobile .app_navbar_mobile_area .app_navbar_mobile_content .logo a {
        font-size: 1.1rem;
        color: var(--paragraph-text-hover);
        font-weight: 600;
    }

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

    .app_navbar_mobile .app_navbar_mobile_action a {
        color: var(--paragraph-text-hover);
        font-size: 1rem;
        font-weight: 600;
    }

    .app_navbar_mobile .app_navbar_mobile_action a svg {
        --aous-aw-icon-size: 1.6rem;
        color: var(--paragraph-text-hover);
    }

    .app_navbar_mobile .links_area {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

    .app_navbar_mobile .links_area.active {
        opacity: 1;
        visibility: visible;
        height: 100vh;
    }

    .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(--paragraph-text-hover);
    }

    .hero_area {
        padding-top: 6rem;
    }

    .hero_area .hero_content {
        display: block;
        position: relative;
        padding-bottom: 0rem;
    }

    .hero_area .hero_content .img_content {
        position: absolute;
        top: 3rem;
        z-index: -1;
        opacity: .2;
    }

    .hero_area .hero_content .img_content .overlay_bg img {
        height: 100%;
        position: static;
    }

    .hero_area .hero_content .text_content .action_hero_area {
        flex-direction: column;
        gap: 0;
    }

    .hero_area .hero_content .text_content .title_area h1 {
        font-size: 1.5rem;
    }

    .hero_area .hero_content .text_content .title_area span {
        line-height: 30px;
    }

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

    .hero_area .hero_content .text_content .action_hero_area .bg-info-lt {
        margin-top: 0;
    }

    .services_area {
        padding-block: 2.5rem;
    }

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

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

    .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: 0.5rem;
        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 {
        transform: translateX(5px);
        visibility: visible;
        opacity: 1;
    }

    .info_plan_area .plan_info_cards .plan_info_card .title h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

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

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

    .why_choose_us {
        padding-block: 2rem;
    }

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

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

    .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 .badge {
        min-width: unset;
    }

    .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;
    }

    .support_card_area .support_card_content {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 3rem;
    }

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

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

    .half_banner_area {
        margin-top: 1rem;
    }

    .half_banner_area .half_banner_content {
        padding: 1rem;
        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: 1rem;
    }

    .schedule_a_consultation .body_content .text_content ul li {
        display: grid;
        grid-template-columns: 6% 93%;
    }

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

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

    .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 ul {
        margin-top: 1rem;
    }

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

    .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.tow_col {
        grid-template-columns: repeat(1, 1fr);
    }

    .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 .section_field .question_title h2 {
        margin-bottom: 0;
        line-height: normal;
        font-size: 0.9rem;
    }

    .question_title {
        text-align: start;
        margin-bottom: 0;
    }

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

    .single_navbar ul li a span {
        display: none;
    }

    .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 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;
    }

    .online_area {
        padding-top: 1rem;
    }

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

    .links_area_mobile {
        display: block;
        background-color: #fafafb;
        padding-block: 0.75rem;
    }

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

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

    .question_title h1 {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .question_title .avatar_content {
        margin: 1rem auto;
    }

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

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

    .companies_in_our_app {
        padding: 2rem 0rem;
    }

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

    .companies_in_our_app .scroller_inner li img {
        width: 7rem;
    }
}

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