@media screen and (max-width:1799px) {
    :root {
        --a-spacing-left: 250px;
        --a-spacing: 12px;
    }

    .side-bar-link {
        font-size: 14px;
        padding: 10px 16px;
    }

    .side-bar-items{
        padding: 0 12px;
    }

    .logo-wrapper {
        padding: 24px 25px;
    }

    .a-card {
        border-radius: 12px;
        padding: 26px 24px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .a-card-logo {
        width: 55px;
        height: 55px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-right: 16px;
    }

}

@media screen and (max-width:1599px) {
    :root {
        --a-spacing-left: 250px;
        --a-spacing: 12px;
    }
    .h1,
    h1 {
        font-size: 28px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .h3,
    h3 {
        font-size: 22px;
    }

    h3.small,
    .h3.small {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

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

    h5.small,
    .h5.small {
        font-size: 12px;
    }

    .h6,
    h6 {
        font-size: 14px;
    }

    h6.small,
    .small.h6 {
        font-size: 10px;
    }

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

    .a-text-small {
        font-size: 9px;
    }
    .a-btn {
        border: 1px solid;
        padding: 6px 18px;
        border-radius: 8px;
        font-size: 13px;
        min-width: 100px;
    }
    /* logo css start < hetali */

    .logo-wrapper a{
        max-width: 150px;
    }
    .logo-wrapper {
        padding: 24px 25px;
    }


    /* logo css end < hetali */

    /* side-bar css start < hetali */

    .side-bar-items {
        height: calc(100vh - 140px);
        padding: 0 12px;
    }

    /* side-bar css end < hetali */

    .a-custom-table td {
        /* font-size: 14px; */
        font-size: 12px;
    }

    .a-custom-input,
    .a-custom-input::placeholder {
        font-size: 14px;
    }

    .a-custom-input-img img {
        max-width: 100%;
    }

    .search-input-wrapper {
        max-width: 350px;
    }


    /* a-custom-tab css start < hetali */

    .a-custom-tab .tab-pane {
        padding: 25px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    /* a-custom-tab css end < hetali */
    /* a-custom-tab css start < hetali */

    .a-custom-tab .nav-link {
        /* font-size: 14px; */
        font-size: 12px;
        border-radius: 26px;
        /* padding: 8px 16px; */
        padding: 8px 12px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
    }

    /* a-custom-tab css end < hetali */

    .a-card-logo {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }

    .a-card {
        border-radius: 8px;
        padding: 18px 12px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    /* edit-profile css start < hetali */

    .edit-profile-img-wrapper.upload-input-wrap .upload-input {
        width: 40px;
        height: 40px;
        max-width: 40px;
        padding: 6px;
    }
    .edit-profile-img-wrapper.upload-input-wrap {
        top: 14px;
    }
    /* edit-profile css end < hetali */
    .table-img-wrapper {
        max-width: 26px;
    }
    .side-bar-link img{
        max-width: 18px;
    }
    .a-custom-table.table>:not(caption)>*>* {
        padding: 8px 8px;
    }
}

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

    :root {
        --a-spacing-left: 230px;
        --a-spacing: 15px;
    }

    .a-card-graph {
        max-width: 326px;
    }

}

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


    :root {
        --a-spacing-left: 215px;
        --a-spacing: 15px;
    }

    .h2,
    h2 {
        font-size: 22px;
    }

    .a-btn {
        padding: 10px 16px;
        border-radius: 8px;
        font-size: 14px;
        min-width: 130px;
    }

    /* side-bar css start < hetali */


    .side-bar-link {
        /* font-size: 14px; */
        font-size: 11px;
        padding: 8px 8px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    /* side-bar css end < hetali */

    /* a-card css start < hetali */

    .a-card {
        border-radius: 10px;
        padding: 22px 20px;
    }

    .a-card-logo {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        margin-right: 16px;
    }

    .a-card-logo img{
        max-width: 24px;
    }

    /* a-card css end < hetali */

    .a-custom-table td,
    .a-custom-table th{
        font-size: 11px;
    }
}

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

    :root {
        --a-spacing-left: 0;
        --a-spacing: 25px;
    }

    /* custom scroll start */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    /* custom scroll end */

    body {
        font-size: 16px;
    }

    .search-input-wrapper {
        display: none;
    }

    .profile-drop-dwn {
        display: none;
    }

    /* side-bar css start < hetali */

    .side-bar {
        position: fixed;
        right: 0;
        top: 0;
        background-color: var(--a-pure-white);
        width: 420px;
        ;
        z-index: 99;
        transition: 1s all;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -ms-transition: 1s all;
        -o-transition: 1s all;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    body.show-menu::after {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        background-color: rgb(0 0 0 / 47%);
        content: "";
        height: 100%;
    }

    body.show-menu {
        overflow-y: hidden;
    }

    body.show-menu .side-bar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        z-index: 999;
    }

    .side-bar-link {
        padding: 8px 15px;
    }

    .side-bar-menu {
        margin-top: 0px;
        padding: 20px;
    }

    .logo-wrapper,
    .side-bar-items {
        padding: 0;
    }
    .side-bar-items {
        padding-right: 10px;
    }
    /* side-bar css end < hetali */
    header {
        height: 70px;
    }

    .a-custom-drop-dwn .a-drop-dwn-icon.a-drop-dwn-icon-md {
        width: 40px;
        height: 40px;
    }

    .header-wrapper {
        padding: 14px var(--a-spacing);
    }

    .main-content {
        padding-top: 70px;
    }

    body.collapsed .main-layout {
        margin-left:0;
    }

    body.collapsed header {
        max-width: 100%;
    }

    .logo-wrapper {
        height: auto;
    }

    /* edit-profile css start < hetali */

    .edit-profile-img-wrapper.upload-input-wrap {
        top: 0;
    }

    /* edit-profile css end < hetali */
    .onboarding-question-box {
        padding: 20px 18px;
        border-radius: 8px;
    }

    .onboarding-list-main-box {
        border-radius: 18px;
    }
}

@media screen and (max-width:992px) {
    .side-bar {
        width: 50%;
    }
    .a-card {
        border-radius: 8px;
        padding: 14px 12px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .a-card-logo {
        width: 45px;
        height: 45px;
        margin-right: 0;
    }
    .a-card-graph {
        max-width: 100%;
    }
    .edit-profile-img-wrapper.upload-input-wrap svg{
        max-width: 15px;
    }

    .onboarding-list-main-box {
        border-radius: 16px;
    }
    .step-display-box::after {
        content: unset;
    }
    .custom-radio-step-content {
        padding-bottom: 20px;
    }
    .custom-radio-step {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
    }
}

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

    .menu-header-title {
        margin-bottom: 20px !important;
        flex-direction: column;
    }

    .a-btn {
        padding: 8px 14px;
        border: 1px solid;
    }

    /* a-custom-table css start < hetali */

    .a-custom-table-wrapper .dataTables_length {
        margin-bottom: 25px;
        text-align: left !important;
    }

    .a-custom-table-wrapper .dataTables_filter .form-control.form-control-sm {
        max-width: 100%;
        min-width: 100%;
        margin-left: 0px;
    }

    .a-custom-table-wrapper .dataTables_filter label {
        width: 100%;
    }

    .a-custom-table-wrapper .dataTables_info {
        margin-bottom: 15px;
    }

    /* a-custom-table css end < hetali */

    /* a-custom-tab css start < hetali */

    .a-custom-tab .tab-pane {
        padding: 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .a-custom-table.table>:not(caption)>*>* {
        padding: 12px 12px;
        border-bottom-width: 1px;
        border-color: var(--a-border);
    }

    /* a-custom-tab css end < hetali */
    .onboarding-question-box {
        padding: 16px 14px;
        border-radius: 6px;
    }

    .onboarding-empty {
        max-width: 80%;
    }

    .swiper-button-next{
        order: 2;
    }


    .swiper-button-prev {
        order: 3;
    }

    .onBoardListSlider{
        width: 100%;
        max-width: 100%;
    }

    .swiper-button-prev{
        order: 2;
    }

    .swiper-button-next{
        order: 3;
    }
    .onBoardListSlider{
        order: 1;
    }

    .step-display-box {
        border-radius: 8px;
        padding: 10px;
    }

    .onboarding-list-main-box {
        border-radius: 8px;
    }

    
}

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

    :root {
        --a-spacing: 15px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .title-bnt-wrapper,
    .title-bnt-flex {
        width: 100%;
    }

    .title-bnt-wrapper .a-btn {
        max-width: 100%;
        width: 100%;
        border-radius: 6px;
        font-size: 16px;
        padding: 10px 14px;
    }

    .logo-wrapper {
        max-width: 115px;
    }

    .side-bar {
        width: 100%;
    }

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

    /* a-custom-table css start < hetali */

    .a-custom-tab .tab-pane {
        padding: 16px;
    }

    .a-custom-table th:first-child {
        border-radius: 8px 0px 0px 0px;
        -webkit-border-radius: 8px 0px 0px 0px;
        -moz-border-radius: 8px 0px 0px 0px;
        -ms-border-radius: 8px 0px 0px 0px;
        -o-border-radius: 8px 0px 0px 0px;
    }

    .a-custom-table th:last-child {
        border-radius: 0px 8px 0px 0px;
        -webkit-border-radius: 0px 8px 0px 0px;
        -moz-border-radius: 0px 8px 0px 0px;
        -ms-border-radius: 0px 8px 0px 0px;
        -o-border-radius: 0px 8px 0px 0px;
    }

    .a-custom-table tr:last-child td:last-child {
        border-radius: 0px 0px 8px 0px;
        -webkit-border-radius: 0px 0px 8px 0px;
        -moz-border-radius: 0px 0px 8px 0px;
        -ms-border-radius: 0px 0px 8px 0px;
        -o-border-radius: 0px 0px 8px 0px;
    }

    .a-custom-table tr:last-child td:first-child {
        border-radius: 0px 0px 0px 8px;
        -webkit-border-radius: 0px 0px 0px 8px;
        -moz-border-radius: 0px 0px 0px 8px;
        -ms-border-radius: 0px 0px 0px 8px;
        -o-border-radius: 0px 0px 0px 8px;
    }

    /* a-custom-table css end < hetali */

    /* style added by AVN */
    .custom-select .bootstrap-select>.dropdown-toggle {
        padding: 14px 20px;
        font-size: 14px;
    }

    .a-custom-input.a-custom-input-md {
        padding: 14px 20px;
        font-size: 14px;
    }

    .modal-header-custom {
        padding: 16px 16px 0 20px;
    }

    .modal-body-custom {
        padding: 20px 20px 20px;
    }

    .modal-footer-custom {
        padding: 0 20px 30px;
    }

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

    .btn-close.custom {
        width: 30px;
        height: 30px;
    }

    .custom-select .dropdown-item {
        padding: 8px 16px;
        font-size: 14px;
    }

    .edit-job-post-input {
        min-width: 100%;
        width: 100%;
    }

    .upload-input-wrap .upload-input {
        padding: 42px;
    }

    /* style added by AVN */


    .a-custom-tab .nav-link {
        font-size: 12px;
        border-radius: 16px;
        padding: 6px 12px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .a-card h6{
        font-size: 10px;
    }
    .a-card {
        border-radius: 6px;
        padding: 16px 12px;
    }

    .a-card-logo {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        margin-right: 0px;
    }

    .edit-profile-img-wrapper.upload-input-wrap .upload-input {
        width: 25px;
        height: 25px;
        max-width: 25px;
        padding: 5px;
    }
    .edit-profile-img-wrapper.upload-input-wrap {
        left: calc(50% + 20px);
        top: 0px;
    }

    .onboarding-empty {
        max-width: 100%;
    }

    .custom-radio-step-title {
        font-size: 10px;
        min-width: 50px;
        max-width: 50px;
    }

}
