@media (max-width: 600px)
  .popup-box,
  .filter_popup_box {
    max-width: 85%;
  }
}




@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar.hidden {
    width: 64px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .sidebar.hidden .logo-wrapper {
    display: none;
  }

  .sidebar.hidden * {
    font-size: 0px;
  }

  .sidebar.hidden .sidebar-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 20px;
    padding-bottom: 0px; */
  }

  .sidebar.hidden .category__btn {
    display: none;
  }

  .sidebar.hidden .sidebar-body-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 56px;
    height: 56px;
    width: 100%;
    padding: 10px;
  }

  .sidebar.hidden .sidebar-body-menu a::after {
    right: -4px;
  }

  .sidebar.hidden .sidebar-body-menu a > .icon {
    margin-right: 0;
  }

  .sidebar.hidden .msg-counter {
    right: 10px;
    top: 30%;
  }

  .sidebar.hidden .sidebar-user {
    width: 52px;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar.hidden .sidebar-user-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .sidebar.hidden .sidebar-user-img img {
    height: 100%;
    width: 100%;
  }

  .main-nav .sidebar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1519px) {
  .sidebar{
    max-width: 250px;
  }
  .post-header-inner > a{
    width: 40px;
  }
  .post-header-inner > a > img{
    width: 100%;
        height: auto;
        max-height: 40px;
  }
  .post-header-postTime {
      display: grid;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .post_header_title_div {
      display: grid;
      gap: 0;
      margin-bottom: 5px;
  }
  .search_box {
    width: 350px !important;
  }
  .message_chat_list_section {
      width: 38%;
  }
  .message_chat_details {
      width: 62%;
      background: #FAFAFA;
  }
  .service_grid_list_6 > div {
      flex: 0 0 calc((100% - 60px) / 5);
  }
  .service_grid_list_7 > div {
      flex: 0 0 calc((100% - 60px) / 5);
  }
}

@media (min-width: 1520px) {
  .container {
    max-width: 1480px;
  }

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customers-wrapper {
    height: auto;
  }

  .customers-wrapper img {
    display: none;
  }
  .service_card_events {
    justify-content: flex-start;
    /*gap: 70px;*/
  }
  .service_card_events.profile_section_tag {
    justify-content: space-between;
  }

}

@media (max-width: 1300px) {
  .upgrade-btn {
    padding: 10px 7px;
  }

  .upgrade-btn svg {
    margin-left: 5px;
  }

  .sort-bar .search-wrapper input {
    width: 174px;
  }

  .categories-sort-bar .search-wrapper input {
    width: 271px;
  }

  .chart {
    height: auto;
    max-height: 370px;
  }
  .ai_resume_preview.popup-box{
    width: 80%;
  }

}

@media (max-width: 1199.98px) {
  .sidebar {
    position: fixed;
    z-index: 2;
    overflow-y: auto;
    left: -1000px;
  }

  .ai_resume_preview.popup-box{
    width: 90%;
  }
  .resume-preview {
      padding: 0;
  }

  .products_services .dashboard_search{
    order: 1;
  }
  .products_services .section-title{
    order: 2;
    align-items: center;
    margin-bottom: 10px;
  }
  .products_services .main-nav-end{
    order: 3;
  }

  .main-wrapper {
    margin-left: unset;
  }
  .page-wrapper{
    padding-left: unset;
  }

  .sidebar.hidden {
    left: 0;
  }

  .main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    /*-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sort-bar {
    padding: 20px;
  }

  .sort-bar .select {
    margin-right: 10px;
  }
  .breadcrumb_div{
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .sort-bar-start {
    width: 100%;
    margin-bottom: 10px;
  }

  .sort-bar .search-wrapper {
    width: 100%;
  }

  .sort-bar .search-wrapper input {
    width: 100%;
  }

  .sort-bar .select {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .sort-bar-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .sort-bar-end .select-wrapper {
    width: 24%;
  }

  .customers-wrapper {
    height: auto;
  }

  .customers-wrapper img {
    display: none;
  }
  .popup-box,
  .filter_popup_box{
    width: 90%;
  }
  .job_details_banner.service_details_banner_sec img{
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .profile_details_top,
  .profile_details_header,
  .profile_section_tag{
    display: grid;
  }

  .main-nav-start {
    width: 100%;
  }

  .main-nav-start input {
    width: 100%;
  }

  .main-nav-end {
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .sort-bar {
    padding-bottom: 10px;
  }

  .sort-bar-end .select-wrapper {
    width: 48%;
    margin-bottom: 10px;
  }
  .job_profile_box{
    display: grid;
  }
  .job_profile_left{
    width: 100%;
  }
  .job_profile_right{
    width: 100%;
  }

  .popup-box,
  .filter_popup_box{
    width: 90%;
  }
  .form-left{
    width: 100%;
  }
  .form-right{
    width: 100%;
        margin-bottom: 20px;
  }
  .form-left-service{
    width: 100%;
  }
  .form-middle-service{
    width: 100%;
        margin-bottom: 20px;
  }
  .form-right-service{
    width: 100%;
        margin-bottom: 20px;
  }
  .repost-sheet{
    bottom: unset;
    top: 150px;
    left: 20px;
    right: 20px;
    width: 90%;
  }
  .page-wrapper{
    padding-left: unset;
  }
  .display_flex_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard_middle{
    display: grid;
  }

  .job_seeker_dashboard_middle .dashboard_middle_left,
  .job_seeker_dashboard_middle .dashboard_middle_right{
    width: 100%;
  }
  .dashboard_middle_service {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-nav--bg {
    padding-left: unset;
  }
  .main-nav-end .sidebar-toggle{
    padding: 5px;
    border: 1px solid #fff !important;
    border-radius: 10px;
  }
  
  .products_services .dashboard_search{
    order: 1;
  }
  .products_services .section-title{
    order: 2;
    align-items: center;
    margin-bottom: 10px;
  }
  .products_services .main-nav-end{
    order: 3;
  }
  .row-col.active-row {
      display: block !important;
  }
  .service_grid_list_3{
        grid-template-columns: repeat(1, 1fr);

  }
  .add_service_extra{
    display: grid;
        gap: 30px;
  }
  .add_service_extra_left,
  .add_service_extra_right{
    width: 100%;
  }


  .thankyou-box {
    padding: 80px 20px 50px 20px;
  }
  .thankyou-box-inner{
    max-width: 90%;
  }
  .service_details_top {
    display: grid;
  }
  .service_details_banner_sec,
  .service_details_title_sec{
    width: 100%;
  }
  .service_details_box_withChat {
    display: grid;
  }
  .product_service_details_wrapper {
      width: 100%;
  }
  .product_service_chat_wrapper {
      width: 100%;
      margin: 30px 0 20px 0;
  }
  .chat-wrapper {
      max-height: 700px;
  }
  .chat-input-fixed{
    position: unset;
  }
  .message_chat_wrapper{
    display: grid;
  }
  .message_chat_list_section{
    width: 100%;
    margin-bottom: 20px;
  }
  .message_chat_details{
    width: 100%;
  }
  .message_chat_lists{
    height: 470px;
    overflow: auto;
  }

  .service_details_card_sec.job_details_type_tag {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 50px;
  }
  .service_details_card_sec.job_details_type_tag .service_card_event_list {
      flex: 0 0 calc((100% - 45px) / 3);
  }


}

@media (max-width: 575.98px) {
  .footer {
    position: relative;
  }
  
  .profile_click_btn{
    display: grid;
  }

  .main-btns-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-btns-wrapper button,
  .main-btns-wrapper select {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .sort-bar {
    padding: 10px 10px 5px;
  }

  .main {
    margin-bottom: 0;
  }

  .footer--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .search_box{
      width: 400px !important;
  }
  .thankyou-box {
    padding: 50px 20px;
  }
  .thankyou-box-inner{
    max-width: 100%;
  }
  .service_details_text_description_grid_inner {
    display: grid;
  }
  .notification-item-dropdown.active {
      right: -190px !important;
  }
  .service_details_status_edit {
    display: grid;
  }
  .service_card_map {
      border-right: 0;
      padding-right: 0;
  }
  .service_card_reuest_id{
    margin-left: 0;
  }
  .service_details_card_sec.job_details_type_tag {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 50px;
  }
  .service_details_card_sec.job_details_type_tag .service_card_event_list {
      flex: 0 0 calc((100% - 40px) / 2);
  }

}

@media (max-width: 480.98px) {
  .main-title {
    font-size: 20px;
  }

  .primary-default-btn {
    padding: 8px 15px;
  }

  .sort-bar-end .select-wrapper {
    width: 49%;
  }

  .footer-start p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search_box{
      width: 300px !important;
  }
  .thankyou_bottom {
    display: grid;
    justify-content: center;
  }
  .service_details_card_sec {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 50px;
  }
  .service_details_card_sec .service_card_event_list {
      flex: 0 0 calc((100% - 40px) / 2);
  }
  .service_details_card_sec .service_card_event_list:last-child{
        flex: 0 0 100%;
  }

  .service_details_btn {
  }
  .chat_heading{
    display: grid;
    width: 100%;
            display: inline-block;
  }
  .chat_heading_left{
    width: 100%;
    margin-bottom: 15px;
  }
  .chat_heading_right{
    width: 100%;
    justify-content: space-between;
  }
}


@media (max-width: 414px){
  .display_flex_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .promote_sponser_details {
      display: grid;
      gap: 20px;
    }
    .promote_sponser_details_image h3 {
      margin: 10px 0 5px 0;
    }
    .job_profile_education .post-header-inner{
      display: grid;
    }
}

/* DESKTOP */
@media (min-width: 768px) {
  .repost-sheet {
    width: 600px;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, 100%);
    border-radius: 15px;
  }

  .repost-sheet.active {
    transform: translate(-50%, -50%);
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .job_seeker_dashboard_middle,
  .job_profile_box{
    display: grid;
  }
  .job_seeker_dashboard_middle .dashboard_middle_left,
  .job_seeker_dashboard_middle .dashboard_middle_right,
  .job_profile_left,
  .job_profile_right{
    width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {
  .display_flex_grid {
    gap: 5px;
  }
  .service_grid_list_7 {
    gap: 15px;
  }
  .service_grid_list_6 > div {
      flex: 0 0 calc((100% - 20px) / 5);
  }

  .service_grid_list_3{
    display: grid;
        grid-template-columns: repeat(2, 1fr);

  }

}