@media (max-width:767px) {

    /* ===== login pages =====  */
    /* == slides-onboarding == */
    .slide_onboarding .onboarding_card .card .card-body {
        padding: 1rem 2rem;
    }

    .onboarding_card .card .card-title {
        font-size: 20px;
        line-height: 30px;
    }

    .onboarding_card .card .card-body .card-text {
        font-size: 15px;
        padding: 5px 0;
    }

    .slide_onboarding .owl-theme .owl-nav {
        margin-top: 0;
    }

    .onboarding_card .card .onboarding_text {
        font-size: 12px;
    }

    /*== onboarding-business == */
    .business .onboarding_card .card .input-group input {
        font-size: 12px;
        padding: 8px;
    }

    .business .onboarding_card .card .card-header {
        padding: 15px;
    }

    .business .card .onboarding_text {
        padding: 0 10px;
    }

    .onboarding_card .card .onboarding-btn {
        margin-top: 10px;
    }

    .business-3 .onboarding_card .input-phone button {
        font-size: 12px;
        padding: 8px;
    }

    .business .onboarding_card .card .card-title {
        padding-bottom: 10px;
    }

    .business-3 .onboarding_card .card .input-group .input-phone {
        width: 100%;
    }

    /* ========================================================================== */
    /*                                  EZI PAGE                                  */
    /* ========================================================================== */
    /* ================================== MODAL ================================= */
    .userAccountModal .modal-body form>* {
        margin-bottom: 20px;
    }

    .userAccountModal h3 {
        font-size: 16px;
    }

    .zip_label_div .zip-label {
        font-size: 13px;
    }

    .zip_label_div .zip_label_input {
        font-size: 16px;
        padding: 10px 15px;
    }

    .zip_label_div .input-group-text img {
        height: 14px;
    }

    .userAccountModal .modal-body .a {
        font-size: 14px;
    }

    .userAccountModal .horizontal_line {
        width: 75%;
    }

    .userAccountModal .phonumber button,
    .userAccountModal .phonumber input {
        font-size: 16px;
        padding: 10px 15px;
    }

    /* ================================= HEADER ================================= */
    .head {
        /* display: block; */
        position: relative;
    }

    header .right_header {
        margin-left: auto;
        margin-right: 10px;
        column-gap: 10px;
    }

    .main_header_menu .header_button {
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
    }

    header .right_header .social_icons,
    header .right_header .institut {
        display: none;
    }

    header .icon-burger {
        display: block;
        cursor: pointer;
    }

    header .icon-burger .line {
        width: 30px;
        height: 5px;
        background-color: var(--Dark-spring-green);
        margin: 5px;
        border-radius: 3px;
        transition: all .5s ease-in-out;
    }

    #check:checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    #check:checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    #check:checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    #check:checked~.mobile_menu {
        left: 0;
    }

    .mobile_menu li {
        margin-top: 1rem;
    }

    .mobile_menu li a,
    .mobile_menu a:focus {
        color: var(--off-white);
        font-size: 18px;
        padding: 7px 13px;
        text-transform: uppercase;
        text-align: left;
    }

    .mobile_menu .institut {
        background: var(--white);
        border-color: var(--Platinum);
        color: var(--Dark-spring-green);
        margin-top: 20px;
        display: inline-block;
    }

    .mobile_menu .institut:focus {
        color: var(--Dark-spring-green);
    }

    .mobile_menu a.active,
    .mobile_menu a:hover {
        color: var(--white);
        transition: .3s;
    }

    .mobile_menu .social_icons {
        justify-content: center;
        column-gap: 0;
    }

    .mobile_menu .social_icons li {
        margin-top: 0;
    }

    header .user_btn {
        padding: 5px 10px;
    }

    header.log_out .user_btn {
        padding: 10px;
    }

    header.log_out .user_btn img {
        height: 15px;
    }

    header.log_out .user_btn p {
        font-size: 12px;
        display: none;
    }

    /* ============================= POSTER SECTION ============================= */
    .poster {
        padding: 50px 0;
    }

    .poster .link_bar {
        display: none;
    }

    .poster h1 {
        font-size: 20px;
        line-height: 34.04px;
    }

    .poster .input-group {
        width: 100%;
        margin: 50px auto;
    }

    .poster .inputes .form-control {
        margin-bottom: 10px !important;
    }

    .poster .input-group>* {
        font-size: 16px;
        padding: 0.375rem 0.75rem;
        height: 48px;
    }

    /* ============================ SERVICES SECTION ============================ */
    .services>.container>h3 {
        text-align: center;
        font-size: 20px;
    }

    .services {
        padding: 30px 0 0 0;
    }

    .services .card .card-body h5 {
        font-size: 18px;
    }

    .services .row-cols-1 {
        padding: 0 10px;
    }

    /* ============================ LOCATION SECTION ============================ */
    .location .location_left h4 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .location .location_left p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .btns {
        font-size: 15px;
    }

    .location .location_left .location_btns {
        flex-direction: column;
        align-items: center;
    }

    .location .location_left .location_btns a:nth-child(2) {
        margin-top: 10px;
    }

    .location .location_left .location_btns a {
        width: 100%;
    }

    .location_left .location_btns .dark_btns {
        margin: 0;
    }

    .location {
        padding: 40px 20px;
    }

    .location .location_left {
        order: 2;
        border-radius: 0 0 10px 10px;
    }

    .location .location_right {
        height: 250px;
        order: 1;
        border-radius: 10px 10px 0 0;
    }

    /* =========================== APPOINTMENT SECTION ========================== */
    .appointment {
        padding: 40px 0;
    }

    .appointment>.container>h3 {
        font-size: 20px;
        text-align: center;
    }

    .appointment_left .image {
        height: 250px;
    }

    .appointment .appointment_right h3 {
        font-size: 18px;
        margin: 15px;
        text-align: center;
    }

    .appointment .appointment_right p {
        font-size: 16px;
        text-align: center;
    }

    .appointment .appointment_right {
        padding-left: 15px;
    }

    .appointment .appointment_right .appointment_btn {
        margin-top: 25px;
    }

    /* ============================= SIGN-UP SECTION ============================ */
    .Sign_up .appointment_left {
        height: 250px;
        border-radius: 10px 10px 0 0;
    }

    .Sign_up .appointment_left h4 {
        font-size: 25px;
        padding: 0 0 1rem 0.6rem;
    }

    .Sign_up {
        padding: 40px 20px;
    }

    .Sign_up .appointment_right h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .Sign_up .appointment_right .input-group {
        width: 100%;
    }

    .Sign_up .appointment_right .input-group>* {
        font-size: 16px;
    }

    .Sign_up .appointment_right {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0 0 10px 10px;
    }

    .Sign_up .appointment_right .input-group img {
        height: 14px;
    }

    /* ================================= FOOTER ================================= */
    footer {
        padding: 40px 0 20px 0;
    }

    footer .logo {
        min-width: 50px;
        height: 50px;
    }

    footer h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer a {
        font-size: 16px;
    }

    footer .container>.row {
        row-gap: 20px;
    }

    footer .col-12 p {
        margin-top: 20px;
    }

    /* ========================================================================== */
    /*                                SE CONNECTER                                */
    /* ========================================================================== */
    .carousel_section .owl-theme .owl-nav {
        width: 100%;
        left: 0;
    }

    .carousel_section .owl-theme .owl-nav button {
        font-size: 25px;
        height: 35px;
        width: 35px;
    }

    /* ========================================================================== */
    /*                            BUSINESSES LIST PAGE                            */
    /* ========================================================================== */
    .Businesses_header .mobile_menu {
        border-top: 1px solid var(--Golden-Yellow);
    }

    .Businesses_header .bottom_header {
        display: none;
    }

    .Businesses_header>.container {
        position: relative;
    }

    .Businesses_header .top_header {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .Businesses_header .icon-burger {
        order: 1;
    }

    .Businesses_header .user_btn {
        margin-left: auto;
        margin-right: 10px;
    }

    .Businesses_header .top_header .input-group {
        width: 100%;
        order: 2;
    }

    .top_header .input-group>* {
        font-size: 16px;
        padding: 0.375rem 0.45rem;
    }

    .Businesses_header .top_header .institute_btn {
        display: none;
    }

    .Businesses_heading {
        padding: 40px 0 20px 0;
    }

    .Businesses_heading h3 {
        font-size: 20px;
    }

    .Businesses_heading p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .Businesses_heading select {
        font-size: 14px;
        padding: 6px 6px 6px 0;
    }

    .Businesses_card .card_top {
        flex-direction: column;
    }

    .Businesses_card .card_img {
        width: 100%;
        min-height: 210px;
    }

    .Businesses_card .card_heading {
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .Businesses_card .card_heading a {
        font-size: 18px;
        margin-right: 40px;
    }

    .Businesses_card .card_heading h5 {
        font-size: 14px;
    }

    .heart_checkbox {
        font-size: 35px;
    }

    .card_list>div {
        flex-direction: column;
        padding: 12px;
        /* flex-direction: row; */
        padding: 12px;
        align-items: flex-start;
    }

    .card_list>div>:first-child,
    .card_list .list_right>:first-child {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .card_list .list_right {
        /* flex-direction: column; */
        justify-content: space-between;
        width: 100%;
    }

    .card_list .list_right p {
        margin: 0 !important;
    }

    .card_list .list_right a {
        font-size: 14px;
    }

    .map_contentss {
        height: auto !important;
    }

    .Businesses_card .card_b_btn a,
    .Businesses_card .card_b_btn p {
        margin: 15px 0;
        font-size: 14px;
    }

    .Businesses_card .card_heading>div>button {
        font-size: 14px;
    }

    .Businesses_list .container-fluid .col-md-3 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .Businesses_list .map_content {
        height: 350px;
    }

    .map_custom_popup .map_card_img {
        display: none;
    }

    .map_custom_popup .map_card_bottom>* {
        margin-bottom: 8px;
    }

    .map_custom_popup p {
        font-size: 12px;
    }

    .map_custom_popup .btns {
        font-size: 12px;
        padding: 6px 20px;
    }

    .ev_tabel_footer .pagination img {
        vertical-align: middle;
    }

    .ev_tabel_footer .dataTables_info {
        padding-bottom: 10px;
    }

    .ev_tabel_footer .pagination li span {
        width: 17px;
        line-height: 25px;
    }

    .ev_tabel_footer .pagination li a {
        width: 23px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
    }

    .ev_tabel_footer .dataTables_info .form-select {
        font-size: 13px;
    }

    .ev_tabel_footer .pagination {
        justify-content: center;
    }

    /* ========================================================================== */
    /*                                BUSINESS PAGE                               */
    /* ========================================================================== */
    .lipo_sec h3 {
        font-size: 18px;
    }

    .lipo_sec h3 img {
        margin-right: 0;
    }

    .lipo_sec h3 .heart_checkbox {
        margin-left: 0px;
    }

    .lipo_sec p {
        margin: 0px 0;
        margin-left: 3px;
    }

    .bussiness_page .item .bussiness_img {
        height: 230px;
    }

    .lipo_sec .business_sm_text {
        font-size: 13px !important;
        margin-bottom: 0;
    }

    .lipo_sec .location_text {
        display: flex;
        margin-left: 0px;
        margin-top: 13px;
        margin-bottom: 12px;
    }

    .bussiness_page .business_text {
        font-size: 13px;
    }

    .bussiness_page {
        padding: 20px 0;
    }

    .bussiness_data .zip_label_div {
        position: relative;
        margin-bottom: 15px;
    }

    .bussiness_data .business_title {
        padding: 35px 0 10px 0;
        font-size: 18px;
    }

    .bussiness_data .card_list .list_left {
        font-size: 15px;
    }

    .bussiness_data .data_left .business_card_list .business_card_header {
        font-size: 16px;
    }

    .bussiness_data .data_left .business_card_list p {
        font-size: 16px;
    }

    .bussiness_data .data_left {
        padding-top: 20px;
        padding-left: 15px;
    }

    .bussiness_data .row:first-child {
        --bs-gutter-x: 0;
    }

    .card_list>div:last-child {
        border-bottom: 0;
    }

    .bussiness_data .input input {
        font-size: 13px;
        padding: 10px 20px;
    }

    .bussiness_data .form-select {
        font-size: 13px;
        padding: 10px 20px;
    }

    .business_client .client_data .client_left .client_header {
        display: block;
    }

    .business_client .client_data .client_left .client_header select {
        width: 100%;
    }

    .business_client .user .user_detail .user_data p {
        font-size: 16px;
    }

    .business_client .user .user_rating {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    .business_client .user .user_comment {
        font-size: 16px;
        padding-top: 5px;
    }

    .business_client .client_left .user_pages .previous {
        font-size: 15px;
    }

    .business_client .client_left .user_pages .previous>img {
        margin-right: 0;
    }

    .business_client .client_left .user_pages .next>img {
        margin-left: 0;
    }

    .business_client .client_left .user_pages .next {
        font-size: 15px;
    }

    .business_client .client_right .total_rating h2 {
        font-size: 50px;
    }

    .business_client .client_right .total_rating span img {
        height: 30px;
    }

    .business_client .client_right .total_rating p {
        font-size: 18px;
    }

    .center_location>.container>h3 {
        margin-bottom: 20px;
    }

    .center_location .shop_left p {
        font-size: 16px;
        text-align: justify;
        line-height: 25px;
    }

    .center_location .shop_left span img {
        height: 25px;
        margin: 10px 5px;
    }

    .center_location .shop_right {
        padding: 20px 0;
    }

    /* ========================================================================== */
    /*                                BUSINESS PAGE-2                             */
    /* ========================================================================== */
    .bussiness_2 .business_2_text {
        font-size: 16px;
    }

    .business_data_2 .business_title {
        padding: 10px 0 10px 0;
        font-size: 16px;
    }

    .business_data_2 .data_right .card .card-body {
        font-size: 16px;
    }

    .business_data_2 .data_right .card .card-body p {
        margin-bottom: 20px;
    }

    .business_data_2 .data_right .card .card-body ul li {
        padding-bottom: 15px;
    }

    .business_data_2 .data_right .btns {
        font-size: 13px;
        padding: 10px 12px;
        width: 100%;
    }

    .business_client_data {
        padding-bottom: 0;
    }

    /* ========================================================================== */
    /*                              RESERVATION DATE                              */
    /* ========================================================================== */
    .reservation_header .head {
        flex-direction: column;
        align-items: start;
        row-gap: 8px;
    }

    .reservation_header .title {
        flex-wrap: wrap;
        row-gap: 5px;
        margin-bottom: 12px;
    }

    .reservation_header .title h3 {
        width: 100%;
        font-size: 22px;
    }

    .reservation_header .title h5 {
        font-size: 18px;
    }

    .reservation_header .head div img {
        height: 20px;
    }

    .reservation_header p {
        font-size: 12px;
    }

    .reservation_header p:last-child {
        display: flex;
    }

    .reservation_header p:last-child img {
        height: 15px;
        margin-top: 2px;
    }

    .reservation_selection {
        padding: 40px 0 0 0;
    }

    .reservation_selection .container>h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .reservation_card {
        padding: 10px 15px;
    }

    .reservation_selection .reservation_card .row {
        row-gap: 10px;
    }

    .reservation_selection .description p,
    .reservation_selection .price p {
        font-size: 15px;
    }

    .reservation_selection select {
        padding: 10px 15px;
        width: 100%;
        font-size: 14px;
    }

    .reservation_selection .delete a {
        font-size: 13px;
    }

    .reservation_selection .total {
        width: 100%;
        margin-top: 20px;
    }

    .reservation_selection .total h4 {
        font-size: 18px;
    }

    .reservation_selection .add_service {
        display: inline-block;
        padding: 10px;
        width: 100%;
    }

    .date_selection {
        padding: 40px 0 20px 0;
    }

    .date_selection h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    ._table ul li:first-child,
    ._table ul li:last-child {
        margin-bottom: 25px;
    }

    .date_selection .date_select .item label {
        font-size: 15px;
        padding: 5px 20px;
    }

    .date_selection .date_select .owl-nav button span {
        font-size: 25px;
    }

    ._table ul li:first-child {
        min-height: 80px;
    }

    ._table ul li h5 {
        font-size: 16px;
    }

    ._table a {
        font-size: 15px;
        min-width: 75px;
    }

    .reservation_list .card_list .list_left {
        text-align: center;
    }

    .reservation_selection .reservation_content {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .reservation_selection .reservation_content>h3 {
        font-size: 18px;
    }

    /* ========================================================================== */
    /*                              Réservation-prestation                        */
    /* ========================================================================== */
    .reservation_selection .reservation_content>h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .reservation_selection .reservation_content {
        display: block;
    }

    .reservation_selection .delete a {
        font-size: 13px;
    }

    /* =========================== Réservation Account ========================== */
    .identification {
        padding: 20px 0;
    }

    .identification .container>h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .identification .identification_card .reservation_card {
        padding: 15px;
    }

    .identification .identification_card .reservation_card p {
        font-size: 18px;
    }

    .identification .identification_card .reservation_card>a {
        font-size: 16px;
        padding: 8px;
    }

    /* =========================== Réservation signup =========================== */
    .identification .zip_label_div .zip-label {
        font-size: 12px;
    }

    .identification .zip_label_div .zip_label_input {
        font-size: 13px;
    }

    .infos_identification .reservation_card p {
        font-size: 15px;
    }

    .infos_identification .reservation_card a {
        font-size: 13px;
    }

    .infos_identification .reservation_card {
        display: block;
        margin-bottom: 20px;
    }

    .infos_identification button {
        margin-bottom: 20px;
    }

    /* =========================== Réservation Modals =========================== */
    .verify_modal .modal-body {
        padding: 25px 20px;
    }

    .verify_modal h3 {
        font-size: 23px;
    }

    .verify_modal h5 {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .verify_modal form input {
        max-width: 100%;
    }

    .verify_modal .dark_btns {
        width: 100%;
    }

    .verify_modal p {
        font-size: 16px;
        margin-top: 45px;
    }

    .verify_modal .resend_btn {
        font-size: 16px;
    }

    .waiting_for_confirmation .modal-body {
        padding: 25px 20px;
    }

    .waiting_for_confirmation .modal-body .fa-clock,
    .waiting_for_confirmation .modal-body .fa-check {
        font-size: 50px;
    }

    .waiting_for_confirmation h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .waiting_for_confirmation p {
        font-size: 15px;
        width: 100%;
    }

    .waiting_for_confirmation .modal-body a {
        width: 100%;
        margin-top: 35px;
    }

    /* ========================================================================== */
    /*                          MES RENDEZ - VOUS A VENIR                         */
    /* ========================================================================== */
    .mes_header .mes_nav {
        display: none;
    }

    .mes_header .user_btn {
        order: 1;
        margin-left: auto;
        margin-right: 10px;
    }

    .mes_header .icon-burger {
        order: 2;
    }

    /* ========================================================================== */
    /*                          MES RENDEZ - VOUS A VENIR                         */
    /* ========================================================================== */
    .mes_nav_content {
        padding: 30px 0;
    }

    .mes_nav_content .navs {
        column-gap: 20px;
        margin-bottom: 25px;
    }

    .mes_nav_content .navs a {
        font-size: 14px;
    }

    .mes_card .card_top {
        flex-direction: column;
    }

    .mes_card .card_img {
        width: 100%;
        min-height: 200px;
    }

    .mes_card .card_heading {
        width: 100%;
    }

    .mes_card .card_heading .card_heading_top {
        padding: 20px 20px 10px 20px;
    }

    .mes_card .card_heading .card_heading_top div:first-child {
        flex-direction: column-reverse;
        align-items: start;
        row-gap: 10px;
    }

    .mes_card .card_heading .card_heading_top h3 {
        font-size: 18px;
    }

    .mes_card .card_heading .card_heading_top .badge {
        margin: 0 0 0 auto;
        font-size: 12px;
        padding: 8px;
    }

    .mes_card .card_heading .card_heading_top h5 {
        font-size: 14px;
    }

    .mes_card .card_heading .card_heading_bottom {
        flex-direction: column;
        padding: 15px 20px;
        row-gap: 10px;
    }

    .mes_card .card_heading .card_heading_bottom h2 {
        font-size: 16px;
    }

    .mes_card .card_heading .card_heading_bottom button {
        padding: 8px 25px;
        width: 100%;
    }

    .mes_card .card_bottom .mes_card_list {
        padding: 12px;
    }

    .mes_card .card_bottom .mes_card_list>div {
        flex-direction: column;
        align-items: start;
    }

    .mes_card .card_bottom .mes_card_list>div span {
        display: none;
    }

    .mes_card .card_bottom .mes_card_list>div p {
        font-size: 15px;
    }

    .mes_card .card_bottom .card_info p {
        font-size: 14px;
    }

    .mes_card .card_bottom .card_info {
        padding: 12px;
        align-items: center;
    }

    .mes_card .card_bottom .card_info img {
        height: 18px;
    }

    .mes_card .card_bottom .card_b_btn {
        padding: 12px;
        text-align: center;
    }

    .mes_card .card_bottom .card_b_btn .btns {
        padding: 8px 15px;
        min-width: 200px;
    }

    .mes_card .card_bottom .card_b_btn .yellow_btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .mes_pagination {
        flex-wrap: wrap;
        row-gap: 3px;
    }

    .mes_pagination .mes_prev {
        width: 100%;
    }

    .mes_pagination .mes_next {
        width: 100%;
        text-align: right;
    }

    .mes_pagination a {
        font-size: 16px;
    }

    /* =============================== Mes Favour =============================== */
    .favoris .card .card-body h5 a {
        font-size: 18px;
    }

    .favoris .card .card-text {
        font-size: 13px;
    }

    .favoris .card .find_map {
        font-size: 13px;
    }

    /* ============================ Mes Commentaires ============================ */
    .full_height>section {
        min-height: calc(100vh - 73px);
    }

    .commentaires .favoris_card_img {
        border-radius: 10px 10px 0px 0px;
    }

    .commentaires .commentaires_card .commentaires_right .star {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }

    .commentaires .commentaires_card .commentaires_right .star .date {
        margin-left: 0;
    }

    .commentaires .commentaires_card .card .card-body {
        padding: 20px;
        text-align: center;
    }

    .commentaires .commentaires_card .commentaires_right .header_text h5 {
        font-size: 18px;
    }

    .commentaires .commentaires_card .commentaires_right .header_text button {
        font-size: 13px;
    }

    .commentaires .commentaires_card .commentaires_right .card_text {
        font-size: 16px;
    }

    /* =============================== Mon Profile ============================== */
    .mon_profile .img_card {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

    .mon_profile .out_btn {
        width: 170px;
        margin-bottom: 20px;
    }

    .mon_profile .reservation_card h3 {
        font-size: 16px;
        margin: 20px 0px;
    }

    .mon_profile .zip_label_div .input-group-text img {
        height: 18px;
    }

    .mon_profile .reservation_card>.row {
        row-gap: 20px;
    }

    .mon_profile .reservation_card>.reservation_card {
        flex-direction: column;
        align-items: start;
        margin-bottom: 10px;
        row-gap: 10px;
    }

    .mon_profile .reservation_card>.reservation_card p,
    .mon_profile .reservation_card>.reservation_card button {
        font-size: 16px;
    }

    .mon_profile .reservation_card .label {
        align-self: center;
    }

    .m_password h3 {
        font-size: 16px;
    }

    .m_password .modal-body>* {
        margin-bottom: 20px;
    }

    /* ========================================================================== */
    /*                                landing page                                */
    /* ========================================================================== */
    .s_heading {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .s_heading br {
        display: none;
    }

    /* ================================= header ================================= */
    .partner_top_header .top_header_menu {
        flex-direction: column;
        row-gap: 10px;
    }

    .partner_top_header {
        height: 130px;
    }

    .main_header .main_header_menu .header_button button {
        height: 47px;
        /* width: 175px; */
        font-size: 16px;
    }

    .main_header .main_header_menu .header_button button:nth-child(1) {
        margin-bottom: 5px;
    }

    .main_header .main_header_menu {
        gap: 20px;
    }

    .main_header .main_header_menu img {
        height: auto;
        width: 100%;
    }

    /* ============================= landing-section ============================ */
    .landing_sec h2,
    .landing_sec.partner_page h3 span {
        font-size: 40px;
    }

    .landing_sec h3 {
        font-size: 34px;
    }

    .landing_sec p br {
        display: block;
    }

    .landing_sec {
        /* height: 87vh; */
        height: auto;
    }

    .landing_sec h3 span,
    .landing_sec.partner_page h3 strong {
        font-size: 40px;
    }

    .landing_sec p {
        font-size: 18px;
        margin: 25px 0;
    }

    .landing_sec .landing_back {
        /* height: 76vh;
        padding: 25px; */
        height: auto;
        padding: 25px;
    }

    .landing_sec .btns {
        padding: 8px 15px;
        height: 45px;
    }

    /* =============================== nav_section ============================== */
    .nav_section {
        padding: 40px 0 0 0;
    }

    .nav_card .nav_heading {
        font-size: 18px;
        white-space: unset;
    }

    .nav_card .nav_heading>br {
        display: none;
    }

    .nav_card .nav-pills .nav-link p {
        font-size: 12px;
    }

    .nav_card .nav-pills .nav-link img {
        height: 50px;
    }

    .nav_card .nav_list li {
        font-size: 16px;
    }

    .nav_card .nav_imges {
        text-align: center;
        margin-top: 2rem;
    }

    .nav_card .nav_imges img {
        width: 90%;
    }

    .nav_imges img:first-child {
        position: relative !important;
        margin-right: -10% !important;
    }

    .nav_imges img:last-child {
        position: relative !important;
        margin-top: -20% !important;
        margin-left: -10% !important;
    }

    /* ============================= numbers_section ============================ */
    .numbers_section .count_number h3 {
        font-size: 45px;
    }

    .numbers_section .count_number>div {
        margin-bottom: 15px;
    }

    .numbers_section .count_number {
        grid-template-columns: repeat(1, 1fr);
    }

    .numbers_section {
        padding: 40px 0;
    }

    .numbers_section .count_number p {
        font-size: 16px;
    }

    /* ============================ sub_admin_section =========================== */
    .sub_admin_section .sub_admin_left p {
        font-size: 25px;
    }

    .sub_admin_section .sub_admin_left {
        order: 2;
    }

    .sub_admin_section .sub_admin_right {
        order: 1;
        margin-bottom: 20px;
    }

    /* ================================ solution ================================ */
    .solution_section {
        padding: 40px 0;
    }

    .solution_section .solution_part img {
        padding: 20px 0;
    }

    .solution_section .solution_part p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .solution_section .solution_part h5 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .solution_section .solution_part {
        border-right: none;
    }

    .solution_section .solution_part:nth-child(n+4) {
        border-bottom: 1px solid #E4E4E7;
        border-right: none;
    }

    .solution_section .solution_part:last-child {
        border-bottom: none;
    }

    .solution_section .solution_part:last-child p {
        margin-bottom: 5px;
    }

    .solution_section .s_heading {
        margin-bottom: 15px;
    }

    /* ============================= slider_section ============================= */
    .partner_sec .owl-carousel .owl-nav {
        justify-content: space-between;
        top: 17%;
    }

    .slider_section .partner_sec .partner img {
        height: 100px;
        width: 100px;
    }

    .partner_sec .owl-carousel .owl-nav button svg {
        font-size: 20px;
    }

    .slider_section .partner_sec .partner p {
        font-size: 16px;
    }

    .slider_section .partner_sec .partner .partner_text {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
        width: 100%;
    }

    .slider_section button {
        margin: 10px 0;
    }

    .slider_section {
        padding-bottom: 40px;
    }

    /* ============================ according_section =========================== */
    .accordion_section .accordion-button {
        font-size: 16px;
    }

    .accordion_section .accordion-body {
        font-size: 14px;
    }

    /* ============================ question_section ============================ */
    .question_section .partner_sec {
        padding: 25px;
    }

    .question_section .partner_sec p {
        font-size: 18px;
    }

    .question_section .partner_sec .yellow_btn {
        margin: 20px 0 5px 0;
    }

    footer .container .col-sm-6 {
        width: 50% !important;
    }

    footer .container .col-sm-6:nth-child(1) {
        width: 100% !important;
    }

    .footer_section .footer_left img {
        margin-top: -30%;
        height: 200px;
        width: 200px;
    }

    .footer_section .footer_left {
        display: flex;
        justify-content: start;
    }

    .footer_section .footer_right .s_heading {
        line-height: 40px;
        margin: 15px 0 20px;
    }

    .footer_section .footer_right p {
        font-size: 18px;
    }

    .footer_section .footer_right .yellow_btn {
        margin: 20px 0;
    }

    .landing_footer .footer_text {
        flex-direction: column;
    }

    .landing_footer .footer_text img {
        height: 50px;
    }

    .landing_footer .footer_text p {
        text-align: center;
        font-size: 13px;
    }

    /* ================================= frame_modal ================================= */
    #frame_modal .modal-body img {
        height: 50px;
    }

    #frame_modal .modal-content .modal-body h5 {
        font-size: 18px;
        margin: 10px 0;
    }

    #frame_modal .modal-content .modal-body p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #frame_modal .modal-body form .input-group {
        margin-bottom: 10px;
    }

    #frame_modal .modal-body form .form-control,
    #frame_modal .modal-body form .form-select {
        height: 40px;
        font-size: 12px;
    }

    #frame_modal .modal-footer button {
        height: 35px;
        width: 200px;
        font-size: 14px;
        margin-top: 10px;
    }

    #frame_modal .modal-footer p {
        font-size: 10px !important;
    }

    /* ========================================================================== */
    /*                            End user landing Page                           */
    /* ========================================================================== */
    .end_landing {
        overflow: visible;
        display: block;
    }

    .end_landing .logo {
        position: static;
        padding-top: 0;
        height: 50px;
        min-width: 50px;
        margin: 0 auto;
        display: block;
    }

    .end_landing .end_left {
        display: none;
    }

    .end_landing .end_right {
        width: 100%;
        text-align: center;
    }

    .end_landing .end_right>*:not(:last-child, .input-group) {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .end_landing .end_heading>br {
        display: none;
    }

    .end_landing .end_heading {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .end_landing .end_heading+p {
        font-size: 14px;
    }

    .end_landing .end_right .input-group {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        height: 40px;
    }

    .end_landing .end_right .input-group input {
        font-size: 14px;
    }

    .end_landing .end_right .input-group .input-group-text {
        font-size: 14px;
        padding: 5px 15px;
    }

    .end_landing .end_r_box {
        padding: 25px 0;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        row-gap: 25px;
    }

    .end_landing .end_r_box>div {
        width: 100%;
    }

    .end_landing .end_r_box>div:first-child {
        display: none;
    }

    .end_landing .end_r_box img {
        height: 40px;
    }

    .end_landing .end_r_box h4 {
        font-size: 22px;
    }

    .end_landing .end_r_box p {
        font-size: 14px;
    }

    .end_footer {
        margin-left: 0;
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }

    .end_footer a {
        font-size: 16px;
    }

    .end_footer .end_social img {
        height: 20px;
    }

    .Businesses_list .map_contentfront {
        margin-top: 15px;
    }

    .Businesses_list .map_contentfront,
    .Businesses_list .map_contentfront>div {
        height: auto;
    }

    .Businesses_list .map_contentfront iframe {
        height: 300px;
    }

    .mes_nav_content .nav.nav-pills {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .mes_nav_content .nav.nav-pills a {
        white-space: nowrap;
    }
}

@media(max-width:575px) {
    .card_list .list_right {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .card_list .list_right a {
        padding: 6px 15px;
    }
}

@media (max-width:480px) {
    .commentaires .commentaires_card .commentaires_right .header_text {
        flex-direction: column;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .end_landing .end_right>*:not(:last-child) {
        max-width: 540px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    /* === login pages === */
    .onboarding_card .card .card-title {
        font-size: 22px;
        line-height: 30px;
    }

    header .right_header {
        column-gap: 10px;
    }

    .onboarding_card .card .card-body .card-text {
        font-size: 16px;
    }

    .onboarding_card .card .onboarding_text {
        font-size: 13px;
        padding: 0 10px;
    }

    /* ========================================================================== */
    /*                                  EZI PAGE                                  */
    /* ========================================================================== */
    /* ================================= HEADER ================================= */
    .btns {
        font-size: 15px;
    }

    header .right_header .user_btn {
        padding: 5px 10px;
    }

    /* not log-in btn*/
    header.log_out .user_btn {
        padding: 10px 25px;
    }

    header.log_out .right_header .user_btn img {
        height: 18px;
    }

    header.log_out .right_header .user_btn p {
        font-size: 15px;
    }

    header.log_out .right_header {
        column-gap: 20px;
    }

    /* ============================= POSTER SECTION ============================= */
    .poster {
        padding: 45px 0;
    }

    .poster h1 {
        font-size: 45px;
    }

    .poster .input-group {
        margin: 100px auto;
        width: 95%;
    }

    .poster .link_bar a {
        font-size: 16px;
    }

    /* ============================ SERVICES SECTION ============================ */
    .services {
        padding: 50px 0 0 0;
    }

    .services .row-cols-md-4>* {
        width: 33.3333%;
    }

    .services>.container>h3 {
        font-size: 23px;
    }

    .services .card .card-body h5 {
        font-size: 18px;
    }

    .services .services_card_images {
        height: 170px;
    }

    /* ============================ LOCATION SECTION ============================ */
    .location {
        padding: 50px 0;
    }

    .location .location_left {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .location .location_left h4 {
        font-size: 23px;
    }

    .location .location_left p {
        font-size: 17px;
    }

    /* =========================== APPOINTMENT SECTION ========================== */
    .appointment {
        padding: 50px 0;
    }

    .appointment>.container>h3 {
        font-size: 23px;
    }

    .appointment_left .image {
        height: 300px;
    }

    .appointment .appointment_right {
        padding-left: 30px;
    }

    .appointment .appointment_right h3 {
        font-size: 18px;
    }

    .appointment .appointment_right p {
        font-size: 17px;
    }

    .appointment .appointment_right .appointment_btn {
        margin-top: 60px;
    }

    /* ============================= SIGN-UP SECTION ============================ */
    .Sign_up {
        padding: 50px 0;
    }

    .Sign_up .appointment_left h4 {
        font-size: 30px;
    }

    .Sign_up .appointment_right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .Sign_up .appointment_right h3 {
        font-size: 23px;
    }

    .Sign_up .appointment_right .input-group {
        width: 100%;
    }

    .Sign_up .appointment_right .input-group>* {
        font-size: 16px;
        padding: 9px 13px;
    }

    /* ================================= FOOTER ================================= */
    footer {
        padding: 50px 0 15px 0;
    }

    footer .row {
        row-gap: 20px;
        justify-content: end;
    }

    footer .row>.col-sm-6 {
        width: 33.33333333%;
    }

    footer h5 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    footer a {
        font-size: 16px;
    }

    footer .col-12 p {
        margin-top: 25px;
    }

    /* ========================================================================== */
    /*                                SE CONNECTER                                */
    /* ========================================================================== */
    .carousel_section .owl-theme .owl-nav {
        width: 100%;
        left: 0;
    }

    /* ========================================================================== */
    /*                            BUSINESSES LIST PAGE                            */
    /* ========================================================================== */
    header .logo {
        height: 50px;
    }

    .Businesses_header .top_header {
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 12px;
    }

    .Businesses_header .top_header .logo_div {
        order: 1;
    }

    .Businesses_header .top_header .institute_btn {
        order: 2;
        margin-left: auto;
        margin-right: 10px;
    }

    .Businesses_header .top_header .user_btn {
        order: 3;
    }

    .Businesses_header .top_header .input-group {
        order: 4;
        width: 100%;
    }

    .Businesses_header .input-group>* {
        font-size: 16px;
        padding: 8px 12px;
    }

    .Businesses_header .bottom_header a {
        font-size: 16px;
    }

    .Businesses_heading {
        padding: 50px 0 25px 0;
    }

    .Businesses_heading h3 {
        font-size: 23px;
    }

    .Businesses_heading p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .Businesses_heading select {
        font-size: 16px;
    }

    .Businesses_list .container-fluid .offset-md-1 {
        margin-left: 0;
    }

    .Businesses_list .container-fluid .col-md-8 {
        width: 70%;
    }

    .Businesses_list .container-fluid .col-md-3 {
        width: 30%;
    }

    .Businesses_card .card_heading {
        padding: 20px 15px 10px 15px;
    }

    .Businesses_card .card_img div {
        min-width: 55px;
    }

    .Businesses_card .card_img div h3 {
        font-size: 18px;
    }

    .Businesses_card .card_img div p {
        font-size: 13px;
    }

    .Businesses_card .card_heading div {
        margin-bottom: 14px;
    }

    .Businesses_card .card_heading a {
        font-size: 18px;
        margin-right: 40px;
    }

    .Businesses_card .card_heading div img {
        margin-right: 12px;
        height: 18px;
    }

    .Businesses_card .card_heading h5 {
        font-size: 13px;
    }

    .heart_checkbox {
        font-size: 35px;
    }

    .card_list>div {
        padding: 12px 15px;
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }

    .card_list .list_left {
        font-size: 17px;
    }

    .card_list .list_right p {
        font-size: 17px;
    }

    .card_list .list_right {
        justify-content: space-between;
        width: 100%;
    }

    .Businesses_card .card_b_btn a,
    .Businesses_card .card_b_btn p {
        margin: 20px 0;
    }

    /* ========================================================================== */
    /*                                BUSINESS PAGE                               */
    /* ========================================================================== */
    .lipo_sec p {
        margin-bottom: 12px;
    }

    .bussiness_page {
        padding: 0 0 30px 0;
    }

    .bussiness_data .data_left .business_card_list .business_card_header {
        font-size: 16px;
    }

    .bussiness_data .data_left .business_card_list p {
        font-size: 16px;
    }

    .business_client .user .user_detail .user_data p {
        font-size: 16px;
    }

    .business_client .user .user_rating {
        font-size: 16px;
    }

    .business_client .user .user_comment {
        font-size: 16px;
    }

    .business_client .client_left .user_pages .previous {
        font-size: 16px;
    }

    .business_client .client_left .user_pages .next {
        font-size: 16px;
    }

    .business_client .client_right {
        padding: 20px 10px;
    }

    .business_client .client_right .total_rating h2 {
        font-size: 60px;
    }

    .business_client .client_right .user_progress .personal_progress p {
        font-size: 12px;
    }

    .business_client .client_right .user_progress .personal_progress .progress {
        margin: 0 5px;
    }

    .business_client .client_right .total_rating span img {
        height: 30px;
    }

    .business_client .client_right .total_rating p {
        font-size: 18px;
    }

    .bussiness_data .data_left {
        padding-left: 0;
    }

    .center_location>.container>h3 {
        font-size: 20px;
    }

    .center_location>.container>h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .center_location .shop_left p {
        font-size: 16px;
        line-height: 30px;
    }

    .bussiness_data .data_left .business_card_list {
        padding: 0;
    }

    .center_location .shop_right #map {
        height: 45vh;
    }

    .center_location {
        padding: 50px 0 25px 0;
    }

    .client_profile {
        padding: 0;
    }

    /* ========================================================================== */
    /*                                BUSINESS PAGE-2                               */
    /* ========================================================================== */
    .lipo_sec .business_sm_text {
        font-size: 13px !important;
    }

    .bussiness_2 .business_2_text {
        font-size: 16px;
    }

    .business_data_2 .business_title {
        padding: 15px;
        font-size: 18px;
    }

    .business_data_2 .data_right .card .card-body p {
        margin-bottom: 20px;
    }

    .business_data_2 .data_right .card .card-body ul li {
        padding-bottom: 15px;
    }

    .business_data_2 .data_right .card .card-body {
        font-size: 16px;
    }

    .business_data_2 .data_right .btns {
        font-size: 13px;
        padding: 10px 20px;
        width: 100%;
        margin: 21px auto 0 auto;
    }

    /* ========================================================================== */
    /*                              RESERVATION DATE                              */
    /* ========================================================================== */
    .reservation_header .title h3 {
        font-size: 23px;
        max-width: 45vw;
    }

    .reservation_header .title h5 {
        font-size: 18px;
    }

    .reservation_header .title>div {
        display: flex;
        align-items: center;
    }

    .reservation_header .head div img {
        height: 20px;
    }

    .reservation_header p {
        font-size: 13px;
    }

    .reservation_header p:last-child img {
        height: 16px;
    }

    .reservation_selection {
        padding: 45px 0 0 0;
    }

    .reservation_selection .container>h3 {
        margin-bottom: 25px;
    }

    .reservation_card {
        padding: 15px 20px;
    }

    .reservation_selection .description p,
    .reservation_selection .price p {
        font-size: 17px;
    }

    .reservation_selection .reservation_card>.row>div {
        width: 100%;
    }

    .reservation_selection .reservation_card .row {
        row-gap: 10px;
    }

    .reservation_selection .total {
        width: 45%;
        margin-top: 25px;
        padding: 10px;
    }

    .reservation_selection .total h4 {
        font-size: 19px;
    }

    .date_selection h3 {
        margin-bottom: 25px;
    }

    .date_selection .date_select .item label {
        font-size: 16px;
        padding: 5px 20px;
    }

    ._table ul li:first-child {
        min-height: 90px;
    }

    ._table a {
        font-size: 17px;
        min-width: 90px;
    }

    /* =========================== Réservation signup =========================== */
    .infos_identification .reservation_card p {
        font-size: 17px;
    }

    /* =========================== Réservation Modals =========================== */
    .waiting_for_confirmation .modal-body .fa-clock,
    .waiting_for_confirmation .modal-body .fa-check {
        font-size: 55px;
    }

    .waiting_for_confirmation h3 {
        font-size: 27px;
    }

    .waiting_for_confirmation p {
        font-size: 15px;
    }

    /* ========================================================================== */
    /*                          MES RENDEZ - VOUS A VENIR                         */
    /* ========================================================================== */
    .mes_header .user_btn {
        padding: 5px 10px;
    }

    .mes_header .mes_nav a {
        font-size: 16px;
    }

    .mes_nav_content .navs {
        margin-bottom: 25px;
    }

    .mes_nav_content .navs a {
        font-size: 17px;
        padding-bottom: 7px;
    }

    .mes_card .card_heading .card_heading_top {
        padding: 20px 20px 10px 20px;
    }

    .mes_card .card_heading .card_heading_top h3 {
        font-size: 18px;
    }

    .mes_card .card_heading .card_heading_top .badge {
        font-size: 14px;
    }

    .mes_card .card_heading .card_heading_top h5 {
        font-size: 14px;
    }

    .mes_card .card_heading .card_heading_bottom h2 {
        font-size: 20px;
    }

    .mes_card .card_heading .card_heading_bottom button {
        font-size: 14px;
    }

    .mes_card .card_bottom .mes_card_list {
        padding: 12px 15px;
    }

    .mes_card .card_bottom .mes_card_list>div {
        flex-direction: column;
        align-items: start;
    }

    .mes_card .card_bottom .mes_card_list>div span {
        display: none;
    }

    .mes_card .card_bottom .mes_card_list>div p {
        font-size: 17px;
    }

    .mes_card .card_bottom .card_info {
        padding: 12px 15px;
        align-items: center;
    }

    .mes_card .card_bottom .card_info p {
        font-size: 17px;
    }

    .mes_card .card_bottom .card_info img {
        height: 20px;
    }

    /* =============================== Mes Favour =============================== */
    .favoris .card .card-body h5 a {
        font-size: 18px;
    }

    .favoris .card .card-text {
        font-size: 13px;
    }

    .favoris .card .find_map {
        font-size: 13px;
    }

    /* ============================ Mes Commentaires ============================ */
    .full_height>section {
        min-height: calc(100vh - 73px);
    }

    .commentaires .commentaires_card .commentaires_right .star {
        /* display: flex;
        flex-direction: column; */
        font-size: 16px;
    }

    /* .commentaires .commentaires_card .commentaires_right .star .date {
        margin-left: 0;
    } */
    .commentaires .favoris_card_img {
        height: 100%;
    }

    .commentaires .commentaires_card .card .card-body {
        text-align: center;
    }

    .commentaires .commentaires_card .commentaires_right .header_text h5 {
        font-size: 18px;
    }

    .commentaires .commentaires_card .commentaires_right .header_text button {
        font-size: 13px;
    }

    .commentaires .commentaires_card .commentaires_right .card_text {
        font-size: 16px;
    }

    /* =============================== Mon Profile ============================== */
    .mes_nav_content {
        padding: 30px 0;
    }

    .mon_profile .col-md-2,
    .mon_profile .col-md-10 {
        width: 100%;
    }

    .mon_profile .img_card {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

    .mon_profile .out_btn {
        width: 170px;
        margin-bottom: 20px;
    }

    .mon_profile .reservation_card h3 {
        font-size: 17px;
        margin: 20px 0px;
    }

    .mon_profile .reservation_card>.reservation_card p,
    .mon_profile .reservation_card>.reservation_card button {
        font-size: 17px;
    }

    .mon_profile .reservation_card>.reservation_card {
        margin-bottom: 10px;
    }

    /* ========================================================================== */
    /*                            Partner Landing Page                            */
    /* ========================================================================== */
    /* ================================= Header ================================= */
    .main_header {
        padding: 15px 0;
    }

    .main_header_menu img,
    .landing_footer img {
        height: 50px;
    }

    .main_header .main_header_menu .header_button button {
        height: 45px;
        width: 185px;
        font-size: 15px;
    }

    /* ================================= Poster ================================= */
    .landing_sec h2,
    .landing_sec h3 span,
    .landing_sec.partner_page h3 span,
    .landing_sec.partner_page h3 strong {
        font-size: 60px;
    }

    .landing_sec h3 {
        font-size: 55px;
    }

    .landing_sec p {
        margin: 30px 0;
    }

    .landing_sec .btns {
        height: 50px;
    }

    /* =============================== Nav Section ============================== */
    .nav_section {
        padding: 50px 0 0 0;
    }

    .s_heading {
        font-size: 33px;
        margin-bottom: 45px;
    }

    .nav_card {
        padding: 25px 15px;
    }

    .nav_card .nav {
        margin-bottom: 35px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        place-items: center;
        row-gap: 15px;
    }

    .nav_card .nav_heading>br {
        display: none;
    }

    .nav_card .nav_heading {
        font-size: 30px;
        white-space: unset;
    }

    .nav_card .nav-pills .nav-link img {
        height: 80px;
    }

    .nav_card .nav-pills .nav-link p {
        font-size: 18px;
        margin-top: 8px;
    }

    .nav_card .tab-content .col-md-5,
    .nav_card .tab-content .col-md-7 {
        width: 100%;
    }

    .nav_card .nav_imges {
        text-align: center;
        margin-top: 2rem;
    }

    .nav_imges img:first-child {
        position: relative !important;
        margin-right: -15% !important;
    }

    .nav_imges img:last-child {
        position: relative !important;
        margin-top: -25% !important;
        margin-left: -15% !important;
    }

    .fichier .nav_imges img:first-child {
        position: relative !important;
        margin-left: -15% !important;
        margin-right: 0 !important;
    }

    .fichier .nav_imges img:last-child {
        position: relative !important;
        margin-top: -25% !important;
        margin-right: -15% !important;
        margin-left: 0 !important;
    }

    /* ============================= Numbers Section ============================ */
    .numbers_section {
        padding: 50px 0;
    }

    .numbers_section .count_number {
        grid-template-columns: repeat(3, 1fr);
    }

    .numbers_section .count_number h3 {
        font-size: 85px;
    }

    .numbers_section .count_number p {
        font-size: 20px;
    }

    /* ============================= sub admin Demo ============================= */
    .sub_admin_section {
        padding: 50px 0;
    }

    .sub_admin_left {
        width: 100%;
        order: 2;
    }

    .sub_admin_right {
        width: 100%;
        order: 1;
    }

    .sub_admin_section .sub_admin_left p {
        font-size: 35px;
        margin-top: 10px;
    }

    /* ============================ Solution section ============================ */
    .solution_section .solution_part img {
        padding: 25px 0;
    }

    .solution_section .solution_part h5 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .solution_section .solution_part p {
        font-size: 14px;
    }

    .solution_section .solution_part:nth-child(n+4) p {
        margin-bottom: 10px;
    }

    .solution_section {
        padding: 50px 0;
    }

    /* ============================= Slider section ============================= */
    .slider_section {
        padding-bottom: 50px;
    }

    .slider_section .partner_sec .partner p {
        font-size: 18px;
    }

    .slider_section .partner_sec .partner .partner_text {
        font-size: 20px;
        width: 95%;
    }

    .partner_sec .owl-carousel .owl-nav button svg {
        font-size: 25px;
    }

    /* ============================ Accordion Section =========================== */
    .accordion_section {
        padding: 0 0 50px 0;
    }

    .accordion_section .accordion-button {
        font-size: 17px;
    }

    .accordion_section .accordion-body {
        font-size: 16px;
        padding: 1rem 1.5rem;
    }

    /* ============================= footer-section ============================= */
    .footer_section {
        padding-top: 50px;
    }

    .footer_section .footer_left,
    .footer_section .footer_right {
        width: 100%;
    }

    .footer_section .footer_left {
        justify-content: start;
    }

    .footer_section .footer_left img {
        width: 50%;
        margin-top: -25%;
    }

    .footer_section .footer_right .s_heading {
        line-height: 50px;
        width: 80%;
    }

    .footer_section .footer_right p {
        font-size: 20px;
    }

    /* ================================= footer ================================= */
    .landing_footer .footer_text p {
        font-size: 13px;
    }

    /* ================================= frame_modal ================================= */
    #frame_modal .modal-body img {
        height: 50px;
    }

    #frame_modal .modal-content .modal-body h5 {
        font-size: 20px;
        margin: 10px 0;
    }

    #frame_modal .modal-content .modal-body p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #frame_modal .modal-body form .input-group {
        margin-bottom: 15px;
    }

    #frame_modal .modal-body form .form-control,
    #frame_modal .modal-body form .form-select {
        height: 40px;
        font-size: 12px;
    }

    #frame_modal .modal-footer button {
        height: 40px;
        width: 210px;
        font-size: 16px;
    }

    #frame_modal .modal-footer p {
        margin-bottom: 5px !important;
        font-size: 10px !important;
    }

    /* ========================================================================== */
    /*                            End user landing Page                           */
    /* ========================================================================== */
    .end_landing {
        display: block;
        overflow: visible;
    }

    .end_landing .logo {
        position: static;
        padding-top: 0;
        height: 50px;
        min-width: 50px;
        margin: 0 auto;
        display: block;
    }

    .end_landing .end_left {
        display: none;
    }

    .end_landing .end_right {
        width: 100%;
        height: calc(100% - 50px);
    }

    .end_landing .end_heading {
        font-size: 45px;
        margin-top: 20px;
    }

    .end_landing .end_right>*:not(:last-child, .input-group) {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .end_landing .end_right>*:not(:last-child) {
        max-width: 720px;
    }

    .end_landing .end_right .input-group {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .end_landing .end_r_box {
        padding: 25px 0;
        gap: 35px 25px;
        place-items: center;
    }

    .end_landing .end_r_box>div {
        width: 100%;
    }

    .end_landing .end_r_box>:first-child {
        display: none;
    }

    .end_landing .end_r_box>:last-child {
        grid-column: 1 / 3;
    }

    .end_footer {
        margin-left: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Businesses_header .top_header {
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 12px;
    }

    .Businesses_header .top_header .logo_div {
        order: 1;
    }

    .Businesses_header .top_header .institute_btn {
        order: 2;
        margin-left: auto;
        margin-right: 10px;
    }

    .Businesses_header .top_header .user_btn {
        order: 3;
    }

    .Businesses_header .top_header .input-group {
        order: 4;
        width: 100%;
    }

    .carousel_section .owl-theme .owl-nav {
        width: 105%;
    }

    /* =============================== Mon Profile ============================== */
    .mon_profile .col-md-2 {
        width: 20%;
    }

    .mon_profile .col-md-10 {
        width: 80%;
    }

    /* ============================== Landing page ============================== */
    .s_heading {
        font-size: 45px;
    }

    .numbers_section .count_number h3 {
        font-size: 90px;
    }

    .numbers_section .count_number p {
        font-size: 15px;
    }

    .sub_admin_section .sub_admin_left p {
        font-size: 40px;
    }

    .footer_section .footer_right .s_heading {
        line-height: 65px;
    }

    .end_footer a {
        font-size: 16px;
    }

    .footer_section .footer_left img {
        width: 100%;
        margin-top: -10px;
    }

    /* ========================== end user landing page ========================= */
    .end_landing .end_heading {
        font-size: 40px;
    }

    .end_landing .end_left .larg_img {
        width: 235%;
        margin-left: -1vw;
    }

    .end_landing .end_right .input-group {
        width: 70%;
    }

    .end_footer .end_social img {
        height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1195px) and (orientation: portrait) {
    .Businesses_header .top_header {
        flex-direction: row;
    }

    .top_header form.searchform {
        order: 4;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-width: 768px) and (max-width: 1185px) and (orientation: landscape) {
    .Businesses_header .top_header {
        flex-direction: row;
    }

    .top_header form.searchform {
        order: 4;
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    header.log_out .user_btn p {
        white-space: nowrap;
    }
}

/* @media only screen and (max-width:900px) {
    header .social_icons {
        display: none;
    }

} */
@media (min-width:1200px) and (max-width:1350px) {
    .end_landing .end_left .larg_img {
        margin-left: -3vw;
    }

    .end_landing .end_heading {
        font-size: 48px;
    }

    .end_footer {
        margin-left: -7vw;
        padding-left: 4vw;
    }
}

@media (min-width:1351px) and (max-width:1500px) {
    .end_landing .end_left .larg_img {
        margin-left: 1vw;
        width: 235%;
    }

    .end_footer {
        margin-left: -4vw;
    }
}

@media (min-width:1501px) {
    .end_landing .end_left .larg_img {
        margin-left: 7vw;
    }
}

@media (max-width: 1199px) {
    .landing_sec {
        height: auto;
    }
}