.search_licence .search-input {
    width: 100%;
    max-width: 330px;
}

.search_licence.gray_box {
    grid-template-columns: auto;
    height: 181px;
    gap: 17px;
    padding: 29px 35px 66px;

    h3 {
        font-size: 16px;
        text-align: center;
        color: #fff;
    }
}

.search_licence .search-bar {
    border-radius: 6px;
    background-color: #1E2233;
    height: 45px;
}

.search_licence .feature_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_licence .feature_btn.btn-inactive {
    background-color: #050023;
    border: 1px solid #385ED9;
    color: #385ED9;
}

.col-md-6 .search_licence .search-bar,
.col-md-6 .search_licence .search-input input {
    max-width: 179px;
}

.col-md-6 .search_licence .search-select {
    max-width: 293px;
    width: 100%;
    background-color: #1E2233;
    border-radius: 6px;
    height: 45px;

    select {
        /* background-color: transparent; */
    }
}

.licence-page {
    .gray_box.search_licence {
        .search-btn.feature_btn {
            bottom: -90px;
        }
    }
}

.gap_17 {
    gap: 17px;
}

.dashboard-wrapper .main-content .section-title {
    margin-top: 20px;
}

.bottom_portion .col-md-6 .search_licence {
    margin-bottom: 60px;
}

.bottom_portion .col-md-4 .search_licence {
    margin-bottom: 77px;
}

.search_licence .feature_btn.btn-inactive:hover {
    background-color: #385ED9;
    color: #fff;
}

.bottom_portion input::placeholder,
.mobile_header input::placeholder {
    color: #D7D7D7;
    font-size: 14px;
}

.bottom_portion .search_result_panel {
    padding: 0;
    background: transparent;
    border: transparent;
    margin-bottom: 0;
}

.title-wrap .btn-wrap {
    gap: 22px;
}

.bottom_portion .btn:hover,
.mobile_header .btn:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color);
}

.bottom_portion .btn,
.mobile_header .btn {
    text-transform: unset;
}

.inactive-btn,
.btn.show {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    border: 1px solid;

    &:hover {
        background-color: var(--secondary-color) !important;
        color: var(--bs-white);
        border-color: transparent;
    }

    i {
        color: #fff;
    }
}

.inactive-btn.dropdown-toggle::after {
    content: none;
}

.dashboard-nav .nav-link.active {
    color: #385ED9;
}

.search-btn.inactive-btn {
    background-color: var(--primary-color);
    max-width: 400px;
    width: 100%;
    max-height: 45px;
    font-size: 16px;
}

.track-call .search-bar {
    max-width: 825px;
    width: 100%;
    margin: auto;

    .search-input {
        width: 100%;
        max-width: 100%;
    }
}

.track .gray_box {
    padding: 31px 57px 31px 39px;
    margin: 0;
}

.gray_box.track-call {
    margin-bottom: 67px;
    padding: 25px 0 47px 0;

    h3 {
        font-size: 20px;
    }
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.download .gray_box {
    margin: 0;
    grid-template-columns: auto auto;
    padding: 18px 50px 15px;

    .action {
        font-size: 22px;
    }
}

.bottom_portion .gray_box .title {
    margin-bottom: 7px;
}

.bottom_portion .gray_box .btn {
    font-size: 16px;
}

.reminder_btn {
    background-color: transparent;
    border: 0;
}

.reminder tbody {
    max-height: 749px;
}


.center_draw {
    text-align: center;
}

.custom-modal .modal_btn_wrap .btn {
    border: 1px solid var(--secondary-color) !important;
}

.license-table {
    tbody {
        tbody {
            padding: 0;
        }
    }
}

.search_table {
    thead {
        tr {
            th {
                width: 130px;

                &:first-child {
                    width: 160px;
                }

                &:last-child {
                    width: 130px;
                }
            }
        }
    }

    tbody {
        tbody {
            tr {
                td {
                    width: 130px;

                    &:first-child {
                        width: 160px;
                        text-align: left;
                        padding-left: 1.4rem;
                    }

                    &:last-child {
                        width: 130px;
                    }
                }
            }
        }
    }
}

.absolute {
    position: absolute;
    top: 100px;
}

.license-table {
    width: 100%;
}

.license-row {
    display: flex;
    border-bottom: 1px solid #666565;
    align-items: center;
    position: relative;
}

.search_result_panel.show {
    width: 1225px;
}

.header-row {
    font-weight: 600;
    background: #282D3F;

    .license-col {
        color: #A4A4A4;
    }
}

.license-col {
    flex: 1;
    padding: 12px 10px;
    color: #B2B2B2;
    padding-block: 30px;

}

.license-body {
    .row_body {
        &:last-child {
            .license-row {
                border: none;
            }
        }
    }
}

.eye_btn,
.drop_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-cell {
    position: relative;
}

.search_result_panel {
    /* display: none; */
    position: relative;
    top: 100%;
    right: 0;
    z-index: 99;
}

.row_body.active {
    .license-row {
        &:first-child {
            .license-col {
                color: #fff;
            }
        }
    }
}

.search_result_panel.show h3 {
    color: #fff;
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2560px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440.99px) {
    .dashboard-nav .nav-link.active::after {
        width: 221px;
    }

    .search_result_panel.show {
        width: 100%;
    }

    .hero-title {
        font-size: 42px;
    }

    .search-bar {
        height: 60px;
    }

    .search-select select,
    .search-btn {
        height: 45px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .search-bar {
        & .search-select {
            .dropdown-toggle {
                min-width: 160px;
                height: 45px;
                font-size: 14px;
            }
        }
    }

    .fit_intro_box p {
        font-size: 14px;
        line-height: 26px;
    }

    .fit_intro_box {
        max-width: 385px;
        padding: 40px 45px;
    }

    .fit_intro_box h5,
    .database_overview_container h6 {
        font-size: 19px;
    }

    .bottom_content_database,
    .database_list li {
        width: auto;
    }

    .database_overview_container p,
    .database_overview_container h6,
    .database_dark_container h6 {
        font-size: 16px;
        line-height: 30px;
    }

    .database_content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .database_content h5 {
        font-size: 17px;
    }

    .database_icon {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .database_list li {
        gap: 15px;
    }

    .part_database {
        width: 180px;
    }

    .database_dark_container ul li {
        padding-left: 90px;
    }

    .manual_data_box p {
        font-size: 14px;
    }

    .manual_circile_image img {
        width: 360px;
        height: auto;
        object-fit: cover;
    }

    .manual_data_box {
        background: #D9DDEE;
        border-radius: 8px;
        padding: 30px 60px 30px 35px;
        width: auto;
    }

    .manual_data_box.top {
        margin-bottom: 100px;
    }

    .manual_data_box.bottom {
        padding: 42px 40px 42px 80px;
        margin-top: 100px;
        /* margin-left: 0; */
    }

    .mt-94 {
        margin-top: 40px;
    }

    .member_feature_box {
        padding: 30px 30px 55px;
    }

    .member_feature_box p,
    .bottom_content_database p {
        font-size: 13px;
        line-height: 1.5;
    }

    .member_feature_box h4 {
        font-size: 20px;
    }

    .feature_btn {
        height: 45px;
        line-height: 40px;
        font-size: 14px;
        bottom: -91px;
    }

    .database_overview_circle_img {
        width: 640px;
        height: 600px;
    }

    #succesModal .modal-content.custom-modal .icon_box,
    #reminderModal .modal-content.custom-modal .icon_box,
    #searchModal .modal-content.custom-modal .icon_box {
        height: 95px;
        width: 95px;
    }

    #succesModal .modal-content.custom-modal,
    #reminderModal .modal-content.custom-modal,
    #searchModal .modal-content.custom-modal {
        padding: 55px 30px;
    }

    #succesModal .modal-content.custom-modal .modal_btn_wrap,
    #reminderModal .modal-content.custom-modal .modal_btn_wrap,
    #searchModal .modal-content.custom-modal .modal_btn_wrap {
        margin-top: 50px;
    }

    #succesModal .modal-dialog,
    #reminderModal .modal-dialog,
    #searchModal .modal-dialog {
        max-width: 650px;
    }

    #succesModal .modal-content.custom-modal p,
    #reminderModal .modal-content.custom-modal p,
    #searchModal .modal-content.custom-modal p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366.99px) {
    .heading {
        font-size: 34px;
    }

    .enhanced_feature .database_list li {
        width: 530px;
    }

    .enhanced_feature .database_content h5 {
        font-size: 22px;
    }

    .license-col {
        padding: 12px 8px;
        font-size: 14px;
    }

    .license-table thead tr th:last-child {
        padding-left: 0;
        text-align: right;
    }

    .license-table tbody tr td:last-child {
        text-align: right;
    }

    .dashboard-nav .nav-link.active::after {
        width: 208px;
    }

    .bottom_portion {
        padding-right: 50px;
    }

    .inner_head_title {
        text-align: center;

        .subhead {
            margin-inline: auto;
            padding-left: 100px;
            width: fit-content;

            &::after {
                width: 95px;
            }
        }
    }
}

@media screen and (max-width: 1280.99px) {
    .dashboard-nav .nav-link.active::after {
        width: 193px;
    }

    .enhanced_feature .database_list li {
        width: 460px;
        gap: 10px;
        margin-bottom: 60px;

        .database_content {
            h5 {
                font-size: 20px;
            }
        }
    }

    .enhanced_feature .database_list li .database_icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;

        img {
            width: 100%;
            max-width: 55%;
        }
    }

    .center_draw {
        bottom: -135px;
    }

    .enhanced_feature.right {
        padding-left: 20px;
        padding-top: 0;
    }

    .database_icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;

        img {
            width: 100%;
            max-width: 55%;
        }
    }

    .database_overview_container {
        padding: 35px 25px;

        h6 {
            font-weight: 600;
            margin-top: 25px;
            margin-bottom: 20px;
        }
    }

    .database_overview_circle_img {
        width: 470px;
        height: 397px;
        right: 63px;
        top: 25%;
    }

    .center_fit_img {
        width: 395px;
        height: 288px;
        bottom: 65px;
    }

    .fit_intro_box {
        h5 {
            font-size: 18px;
        }
    }

    .fit_intro_box.right,
    .fit_intro_box {
        padding: 45px;
    }

    .hero-title {
        font-size: 36px;
    }

    .row_body .search_result_panel .gray_box,
    .gray_box {
        grid-template-columns: auto auto auto auto;
    }

    .search_licence.gray_box {
        padding-inline: 25px;
    }

    .search-bar.bottom_serchBAr {
        & .search-input {
            &.w_179 {
                min-width: 140px;
            }
        }
    }

}

@media screen and (max-width: 1200px) {
    .dashboard-nav .nav-link.active::after {
        width: 180px;
    }
}

@media screen and (max-width: 1156.99px) {
    .dashboard-nav .nav-link.active::after {
        border-radius: 32px;
        width: 100%;
    }

    .gray_box.track-call {
        margin-bottom: 67px;
        padding: 25px 50px 47px;
        gap: 0;
    }

    .track-call .search-bar {
        margin-bottom: 40px;
    }

    table thead th,
    table tbody td {
        font-size: 15px !important;
    }

    .mob-table {
        overflow-x: auto;
    }

    .search_result_panel .gray_box,
    .gray_box {
        padding: 20px 30px 20px !important;
        gap: 15px;
    }

    .search_result_panel .gray_box .title,
    .gray_box .title {
        font-size: 15px;
    }

    .licence-page {
        .search_licence.gray_box {
            display: block;

            h3 {
                min-height: 53px;
            }

            select {
                min-width: 140px;
            }

            .search-btn.feature_btn {
                bottom: -80px;
            }
        }
    }

    .search_result_panel .gray_box p,
    .gray_box p {
        font-size: 14px;
    }

    .gray_box .btn,
    .btn {
        font-size: 15px;
        height: 40px;
    }

    .stat-card h5 {
        font-size: 26px;
    }

}

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

    table thead th,
    table tbody td {
        font-size: 13px !important;
    }

    .license-table tbody .status {
        min-width: 120px;
        min-height: 35px;
        font-size: 13px;
    }

    .search_result_panel .gray_box .title,
    .gray_box .title {
        font-size: 14px;
    }

    .search_result_panel .gray_box p,
    .gray_box p {
        font-size: 13px;
    }

    .search-bar.bottom_serchBAr {
        & .search-input {
            &.w_179 {
                min-width: 125px;
            }
        }
    }

    .bottom_portion {
        padding: 35px 25px 20px 25px;
    }

    .search_result_panel .gray_box,
    .gray_box {
        padding: 20px 20px 20px !important;
        gap: 20px 10px;
    }
}

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

    .offcanvas.hiding,
    .offcanvas.show,
    .offcanvas.showing {
        background: #29292F;
    }

    .offcanvas-header .btn-close {
        --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e);
    }

    .offcanvas {
        max-width: 35%;
    }

    .mobile_header {
        display: flex;
        align-items: center;
        gap: 22px;
        height: 74px;
        padding-inline: 1.5rem;
        padding-bottom: 20px;
        height: auto;

        .mobile_user_welcome {
            width: 100%;
            margin-bottom: 0 !important;
        }

        .btn_menu {
            border: none;
            background: transparent;
            color: #fff;
        }
    }

    .dashboard-wrapper .search-bar {
        height: 40px;
        max-width: 80%;
        margin-inline: auto;
    }

    .search_licence .search-input {
        max-width: 100%;
    }

    .search-select select {
        height: 40px !important;
        padding: 5px 16px;
    }

    .bottom_portion {
        padding: 30px 25px;
    }

    .mobile_header .search-bar {
        width: 50%;
        margin-right: auto;
        margin-left: 0;
    }

    .dashboard_home .main-content {
        padding-inline: 0;
    }

    .mobile_header {
        padding-inline: 12px;
    }

    .intro_fit {
        padding: 60px 0 60px;
    }

    .heading {
        font-size: 28px;
    }

    .enhanced_feature .database_list li {
        width: 100%;
        height: auto;
        gap: 10px;
        margin-bottom: 60px;
    }

    .enhanced_feature .database_list li .database_icon {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }

    .refill-station .work-rule {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .refill-station .work-rule .step_num {
        display: none;
    }

    .work_icon {
        height: 80px;
        width: 80px;
        flex: 0 0 80px;
    }

    .refill-station .d-flex>.work-rule:nth-child(2),
    .refill-station .d-flex>.work-rule:nth-child(3),
    .refill-station .d-flex>.work-rule:nth-child(4) {
        margin-top: 0;
    }

    .member_feature::after {
        content: normal;
    }

    .manual_circile_image {
        max-width: 400px;

        img {
            width: 350px;
        }
    }

    .manual_data_box.bottom {
        padding: 42px 40px 42px 100px;
        margin-top: 60px;
    }

    .center_draw {
        bottom: -60px;
    }

    .enhanced_feature.left {
        padding-right: 20px;
    }

    .enhanced_feature.right {
        padding-left: 15px;
        padding-top: 35px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .bottom_content_database {
        padding-right: 20px;
        padding-left: 80px;
    }

    .part_database {
        width: 110px;
        height: 45px;
        font-size: 16px;
        line-height: 42px;
    }

    .database_dark_container ul li {
        padding-left: 45px;
    }

    .database_dark_container {
        padding: 25px 30px;
    }

    .database_icon {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }

    .database_list li {
        gap: 10px;
    }

    .database_content h5 {
        font-size: 16px;
    }

    .database_list li:last-child {
        margin-bottom: 0;
    }

    .database_overview_circle_img {
        width: 395px;
        height: 397px;
        right: 30px;
    }

    .dropdown_portion .license-table.search_table {
        min-width: 900px;
        overflow-x: scroll;
    }

    .bottom_portion.search_details.dropdown_portion {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 850px) {
    .license-table {
        & thead {
            & tr {
                & th {
                    &:first-child {
                        padding-left: 12px;
                    }

                    &:last-child {
                        padding-right: 12px;
                    }

                    &:nth-child(2) {
                        text-align: left;
                    }

                    &:nth-child(3) {
                        padding-left: 10px;
                    }
                }
            }
        }

        tbody {
            padding-inline: 12px;
            color: #FFFFFF;

            .status {
                min-width: 100px;
                min-height: 35px;
                font-size: 11px;
            }
        }
    }

    .search_result_panel .gray_box,
    .gray_box {
        grid-template-columns: auto auto auto auto;
    }

    .dashboard-wrapper .bottom_portion.track {
        .gray_box.search_licence.track-call {
            display: flex;
            flex-direction: column;

        }

        .gray_box {
            grid-template-columns: auto auto auto auto auto auto;
            gap: 10px;

            .btn {
                font-size: 14px;
                min-width: 115px;
                padding: 12px 10px;
            }
        }

        .gap_17 {
            gap: 8px;
        }

        .col-md-6 .search_licence .search-select {
            height: 40px;
        }

        .gray_box.search_licence {
            .search-input {
                padding: 0;
            }
        }

        .dashboard-wrapper .bottom_portion.download {
            position: relative;
            overflow-y: scroll;
        }

        .custom-dropdown {
            top: 10px;
            width: 140px;
            padding: 10px 15px;

            a {
                font-size: 12px;
            }
        }

    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .mobile_user_welcome {
        gap: 10px;
    }

    .user_profile {
        width: 100%;

        .profile-tooltip {
            justify-content: end;
            gap: 5px;

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

    .mobile_header {
        gap: 9px;

        .search-bar {
            width: 100%;
            max-width: 100%;

            .search-input {
                padding: 0;
            }
        }
    }

    .offcanvas {
        max-width: 70%;
    }

    .side_img {
        height: 45px;
        width: 45px;
        border-radius: 10px;
    }

    .stat-card h5 {
        font-size: 22px;
    }

    .search_result_panel .gray_box,
    .gray_box {
        grid-template-columns: auto auto;
        gap: 20px;
    }

    .license-col {
        font-size: 14px;
    }

    .bottom_portion {
        padding: 30px 12px;

        .title-wrap {
            flex-direction: column;
        }
    }

    .dashboard-wrapper .main-content .section-title {
        font-size: 20px;
    }

    #succesModal .modal-content.custom-modal .icon_box,
    #reminderModal .modal-content.custom-modal .icon_box,
    #searchModal .modal-content.custom-modal .icon_box {
        height: 80px;
        width: 80px;
        margin-bottom: 15px;
    }

    .modal-content.custom-modal .icon_box img {
        width: 100%;
        max-width: 60%;
    }

    #succesModal .modal-content.custom-modal .modal-title,
    #reminderModal .modal-content.custom-modal .modal-title,
    #searchModal .modal-content.custom-modal .modal-title {
        font-size: 26px;
        margin-bottom: 7px;
    }

    .modal-content.custom-modal p {
        width: 100% !important;
        margin: auto;
    }

    .modal-content.custom-modal .modal_btn_wrap {
        margin-top: 20px !important;
        gap: 15px;

        .btn {
            font-size: 14px;
            height: 40px;
            text-transform: unset;
        }
    }

    .details_btn {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);

        .btn {
            min-width: 150px !important;
        }
    }

    .track .gray_box {
        position: relative;
    }

    .dashboard-wrapper .bottom_portion.track {
        .gray_box.call_sign {
            padding-bottom: 60px !important;
            grid-template-columns: auto auto;
            gap: 20px;
        }
    }

    .search-btn.inactive-btn {
        width: 80%;
    }

    #site_header {
        .header_mobile_flex {
            .btn {
                height: 55px;
                min-width: 256px;
            }
        }

        .navbar-brand {
            img {
                width: 100%;
                max-width: 85%;
            }
        }
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle br {
        display: none;
    }

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

    .hero_Sec .search-bar {
        flex-direction: column;
        gap: 32px;

        .search-input {
            width: 100%;
        }

    }

    .hero_tilted_box {
        width: 195px;
    }

    .hero_tilted_box.left {
        transform: rotate(5deg);
    }

    .hero_tilted_box.right {
        transform: rotate(-5deg);
        margin-left: auto;
    }

    .subhead {
        font-size: 16px;
        padding-left: 105px;
        width: fit-content;
        margin-inline: auto;
    }

    .subhead::after {
        width: 101px;
    }

    .heading {
        font-size: 22px;
        text-align: center;
    }

    .fit_intro_box {
        max-width: 100%;
        padding: 29px 37px 34px;

        h5 {
            font-size: 20px;
        }

        p {
            font-size: 15px;
        }
    }

    .center_fit_img {
        width: 100%;
        height: auto;
        position: static;
        transform: unset;
        margin-block: 32px;
    }

    .fit_intro_box.right {
        margin-top: 0;
        padding: 29px 37px 34px;
    }

    .database_overview_circle_img {
        display: none;
    }

    .bottom_content_database {
        background: unset;
        height: auto;
        padding: 0;

    }

    .database_dark_container ul li {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
    }

    .part_database {
        position: static;
        transform: unset;
        width: 151px;
        height: 48px;
        font-size: 18px;
        line-height: 50px;
    }

    .database_dark_container {
        border: none;
        margin-top: 30px;
        background: #1E2233;
    }

    .database_icon {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }

    .database_overview_container {
        padding: 42px 30px;

        p {
            font-size: 18px;
            line-height: 40px;
            text-align: center;
        }

        h6 {
            font-size: 15px;
            line-height: 32px;
            text-align: center;
        }

        .database_content {
            p {
                font-size: 15px;
                line-height: 20px;
                text-align: unset;
            }
        }
    }

    .work_icon {
        height: 96px;
        width: 96px;
        flex: 0 0 96px;
    }

    .manual_data_box {
        padding: 24px 30px;
    }

    .manual_data_box.top {
        margin-bottom: 0;
    }

    .manual_data_box.bottom {
        padding: 24px 30px;
        margin: 0;
    }

    .manual_circile_image {
        position: static;
        transform: unset;
        max-width: 100%;
        margin-bottom: 32px;
        margin-top: 15px;

        img {
            width: 100%;
        }
    }

    .manual_data_update {
        padding-bottom: 50px;
    }

    .center_border {
        background-image: url(../img/side_border.svg);
        position: absolute;
        top: 170px;
        width: 1px;
        height: 555px;
        padding: 0 0;
        left: 25px;
    }

    .member_feature_box::before {
        left: -43.5%;
        transform: translateY(-50%);
        height: 1px;
        width: 130px;
        top: 50%;
    }

    .member_feature_box {
        padding: 30px 30px 55px;
        width: 302px;
        margin-left: auto;
        margin-bottom: 62px;
    }

    .member_feature_box.first {
        margin-bottom: 62px;
    }

    .member_feature_box::after {
        left: -51%;
        top: 50%;
        transform: translateY(-50%);
    }

    .member_feature_box.second::after,
    .member_feature_box.third::after {
        top: 50%;
    }

    .member_feature_box.second::before,
    .member_feature_box.third::before {
        top: 50%;
    }

    .member_feature_box.third {
        margin-bottom: 0;
    }

    .member_feature {
        padding: 70px 0;
    }

    .enhanced_feature .database_list li .database_icon {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
    }

    .enhanced_feature.left {
        padding-top: 0;
        padding-right: 0;

        .database_list {
            li {
                flex-direction: row-reverse;
            }
        }
    }

    .enhanced_feature .database_list li {
        margin-bottom: 20px;
        align-items: center;

        .database_content {
            max-width: 289px;
            text-align: start;
        }
    }

    .enhanced_feature.right .database_list li {
        justify-content: end;
    }

    .center_draw {
        position: absolute;
        left: 15%;
        transform: translateX(-85%);
        bottom: 0;
        content: '';
        height: 570px;
        width: 100px;
    }
}

.hero_Sec .search-bar select {
    border: 1px solid #385ED9;
    border-radius: 30px;
    background: transparent;
}


@media screen and (max-width: 667px) {}

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

    #succesModal .modal-content.custom-modal .icon_box,
    #reminderModal .modal-content.custom-modal .icon_box,
    #searchModal .modal-content.custom-modal .icon_box {
        height: 65px;
        width: 65px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 430px) {
    .hero_tilted_box {
        width: 180px;
        padding: 30px 15px;

        h4 {
            font-size: 14px;
        }
    }

    .enhanced_feature.left {
        margin-left: 0;

        & .database_list {
            li {
                flex-direction: column-reverse;
            }
        }
    }

    .enhanced_feature.right {
        & .database_list {
            li {
                flex-direction: column;
            }
        }
    }

    .enhanced_feature .database_list li {
        .database_content {
            max-width: unset;
            text-align: center;
        }
    }

    .center_draw {
        display: none;
    }

    .member_feature_box {
        width: 270px;
    }

    .member_feature_box::before {
        left: -19.5%;
        width: 52px;
    }

    .member_feature_box::after {
        left: -27%;
    }

    .modal-content.custom-modal {
        padding: 30px 15px !important;

        .modal-title {
            font-size: 20px !important;
        }

        p {
            font-size: 14px !important;
        }

        .modal_btn_wrap {
            flex-direction: column;
        }
    }

}

@media screen and (max-width: 380px) {
    .mobile_header {
        gap: 4px;
    }

    .refill-station .work-rule {
        flex-direction: column;
        text-align: center;
    }

    .mobile_header .search-bar {
        .icon {
            font-size: 12px;
            margin-right: 5px;
        }
    }

    .hero_tilted_box {
        width: 140px;
        padding: 30px 10px;
    }

    .hero_tilted_box.right {
        transform: rotate(-3deg);
    }

    .hero_tilted_box.left {
        transform: rotate(3deg);
    }

    .mobile_logo {
        width: 30px;

        img {
            width: 100%;
        }
    }

    .profile-tooltip {
        img {
            width: 100%;
            max-width: 30px;
        }

        p {
            font-size: 11px;
        }

        small {
            font-size: 10px;
        }
    }

    .mobile_user_welcome {
        gap: 5px;
    }
}

@media screen and (max-width: 330px) {}