@media screen and (max-width: 1500px) {
  .ct_dash_card {
    padding: 30px;
  }

  .ct_fs_48 {
    font-size: 35px;
  }

  .ct_sales_card_main_flex .ct_sales_card {
    padding-inline: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .ct_sales_card_main_flex .ct_sales_card {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 1270px) {
  .ct_p_30 {
    padding: 15px !important;
  }

  .ct_login_form {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .ct_pricing_plan_card {
    padding: 15px;
  }

  ul.ct_repy_short_dtl {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  ul.ct_repy_short_dtl li {
    padding-inline: 0px;
  }

  ul.ct_repy_short_dtl li+li {
    border-left: 0px;
  }

  .ct_sales_card_main_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .ct_sales_card_main_flex .ct_sales_card {
    padding-inline: 0px;
    border: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .ct_dash_card {
    padding: 30px;
  }

  .ct_card_icon {
    margin-inline: auto;
  }

  .ct_side_bar {
    left: -100%;
    padding-top: 40px;
  }

  .ct_right_panel {
    margin-left: 0px;
    width: 100%;
  }

  .ct_show .ct_side_bar {
    left: 0px;
  }

  .ct_show .ct_side_bar {
    left: 0px;
  }

  .ct_close_sidebar {
    position: absolute;
    display: block;
    right: 15px;
    top: 0px;
    font-size: 22px;
    transition: 0.4s ease all;
  }

  .ct_close_sidebar:hover {
    transform: rotate(360deg);
  }

  .ct_menu_bar {
    display: block;
  }

  .ct_px_30 {
    padding: 0px;
  }

  .ct_login_left_img {
    display: none;
  }

  .ct_login_white_bg {
    border-radius: 20px;
  }

  .ct_login_form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ct_fs_36 {
    font-size: 28px;
  }

  .ct_right_dropdown button img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
  }

  .ct_right_dropdown button {
    padding-inline: 7px;
  }

  table.table.ct_user_border_0 {
    max-width: 90%;
    margin-left: auto;
  }

  .ct_flex_2 {
    flex-direction: column;
  }

  .ct_flex_column_767 {
    flex-direction: column;
    align-items: start !important;
  }

  .ct_flex_column_767 .ct_search {
    max-width: 100%;
  }

  .ct_fs_28 {
    font-size: 24px;
  }

  .chat-icon {
    display: block;
    margin-right: 5px;
  }

  .chatlist {
    width: 100%;
  }

  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }

  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
    padding-inline: 15px;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  .send-box button {
    width: 28%;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }

  .msg-body ul li.sender {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .msg-body ul li img {
    width: 30px;
    height: 30px;
  }

  .ct_custom_tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100% !important;
    gap: 15px;
    background-color: transparent !important;
  }

  .ct_custom_tabs.nav-pills .nav-link {

    width: 100%;
    background-color: #f3f3f3;
  }

  .ct_search_313 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ct_w_100_767 {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .ct_border_right_1 {
    border-right: none;
    padding-right: 0px;
  }

  .ct_custom_tabs {
    grid-template-columns: repeat(1, 1fr)
  }

  .ct_flex_col_575 {
    flex-direction: column;
    align-items: start !important;
    /* gap: 3px !important; */
  }
.ct_search{
  max-width: 100% !important;
}
  .ct_gap_15_575 {
    gap: 15px !important;
  }

  ul.ct_repy_short_dtl {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .ct_custom_tab button {
    padding-inline: 25px;
  }

  .ct_sales_card_main_flex {
    grid-template-columns: repeat(1, 1fr);
  }

  .ct_transparent_table th,
  .ct_transparent_table td {
    font-size: 14px;
  }

  br {
    display: none;
  }

  .ct_w_100_575 {
    width: 100%;
  }

  .et_grid_2_new {
    display: grid;
    grid-template-columns: 100% !important;
    gap: 10px;
  }


}