@media (max-width: 1350px) {
  .sidebar {
    width: 230px;
  }
  .wrapper {
    padding-left: 230px;
  }
  .main-area {
    padding: 32px 25px;
  }
  .dashboard-card {
    padding: 24px 15px;
  }
  .client-form {
    padding: 35px 15px;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09);
  }
  .profile-action .btn-blue {
    margin: 0 !important;
    width: 49%;
    padding: 14px 8px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .d-mob-none {
    display: none;
  }

  .clients-list {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-top: 30px;
    margin-bottom: 30px;
    position: static !important;
  }
  .clients-list li::after {
    display: none;
  }
  ul.clients-list li {
    padding-left: 43px;
    margin-right: 15px;
  }
  .client-form {
    margin-bottom: 30px;
  }
  .client-details-container {
    padding: 24px 15px;
  }
  .table {
    width: 1000px !important;
  }

  .small-table .table {
    width: 400px !important;
  }
  .tolkitbtn {
    margin-bottom: 20px;
  }
  .f-u-links {
    flex-wrap: wrap;
  }
  .f-u-links a {
    width: 33%;
    margin-bottom: 15px;
  }
  .f-u-links h5 {
    width: 33%;
    margin-bottom: 15px;
  }
  .map-list {
    overflow-x: auto;
    padding: 30px 10px;
  }
  .login-wrap .form-section {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding-left: 0;
  }
  .wrapper.open {
    padding-left: 0;
  }
  .collaps-arrow-two {
    display: inline-flex !important;
    align-items: center;
    background-color: #0f3d8b;
  }
  .collaps-arrow-two span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Trade Gothic LT Pro Cn";
    color: #fff;
    margin-left: 4px;
    position: relative;
    top: 2px;
  }
  .main-area .collaps-arrow-two {
    right: 0;
    top: 0px;
    position: absolute;
    left: 0;
    width: 80px;

    height: 30px;
    justify-content: center;
  }
  .main-area .collaps-arrow-two img {
    width: 17px;
  }
  .sidebar {
    width: 230px;
    left: -100%;
    transition: all ease-in-out 0.5s;
  }
  .sidebar.active {
    left: 0;
    transition: all ease-in-out 0.5s;
  }
  .sidebar.open {
    transition: all ease-in-out 0.5s;
  }
  .main-area {
    padding: 50px 15px !important;
  }
  .left-order h1 {
    font-size: 40px;
  }
  .clock-dropdown .dropdown-menu {
    max-width: 340px;

    min-width: 340px;
  }
  .doc-view {
    margin-bottom: 20px;
  }
  .checkbox-list {
    margin-top: 20px;
  }
  .map-list {
    height: auto;
  }
  .dataTables_wrapper {
    display: block;
  }
  button.search-filter.bg-transparent.border-0 {
    width: 56px;
    display: block;
    margin: auto;
  }
  .destination-traning-outer:after {
    display: none;
  }
  .d-traning .latest-traningBox {
    max-width: 100%;
    margin: 0 !important;
  }
  .login-wrap .form-section {
    width: 60%;
  }
  .login-wrap .right-image {
    width: 40%;
  }
  .form-section h1 {
    font-size: 40px;
  }
  .login-form .footer-content {
    padding: 20px 15px;
  }
  .inspirations-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .topbar-dashboard {
    flex-wrap: wrap;
  }
  .left-order {
    max-width: 100%;
    margin-top: 12px;
    text-align: center;
  }

  .right-order {
    max-width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .right-top-order.d-flex.align-items-center {
    margin-bottom: 0;
  }
  .add-clients {
    padding: 32px 15px 35px;
  }

  .client-header-details {
    flex-wrap: wrap;
  }
  .user-data-container {
    margin-bottom: 20px;
  }
  .user-data-container-right {
    top: 0;
    width: 100%;
  }
  .client-details-container .topbar-dashboard {
    flex-wrap: nowrap;
  }
  .client-details-container .left-order {
    max-width: inherit;

    text-align: left;
  }
  .client-details-container .right-order {
    max-width: inherit;
    justify-content: end;
    text-align: left;
  }
  .dataTables_filter input {
    width: 90px;
    font-size: 12px;
  }
  .dataTables-no select {
    padding: 7px 6px;

    font-size: 13px;

    margin: 0 2px;
  }
  .upadtes-story img {
    width: 100%;
    height: 140px;
  }
  .dataTables_length {
    width: 100%;
    margin-bottom: 15px;
  }

  .dataTables_filter {
    width: 100%;
    margin-bottom: 10px;
  }

  .dataTables_info {
    width: 100%;
    margin-bottom: 20px;
  }

  .dataTables_paginate {
    width: 100%;
    justify-content: center;
  }
  .checkbox-list {
    flex-wrap: wrap;
  }
  .container-chechbox {
    width: 25%;
    margin-bottom: 10px;
  }
  ul.right-bottom-order li {
    margin-left: 15px;
  }
  ul.right-bottom-order a {
    font-size: 12px;
  }
  .head-userdropdown button {
    padding-right: 10px !important;
  }
  .form-post-one {
    padding: 20px 15px 30px;
  }
  .dataTables-no {
    width: 100%;
    margin-bottom: 15px;
  }
  .head-table {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .dataTables-no {
    text-align: center;
  }
  .dataTables_filter {
    display: flex;
    justify-content: center;
  }
  .comments-one-post {
    flex-wrap: wrap;
  }
  .comments-one-post .post-data.d-inline-flex.align-items-center {
    margin-bottom: 10px;
  }
  .post-form-bottom-footer a {
    font-size: 13px;

    margin-right: 14px;
  }
  .fb-logo {
    margin-bottom: 20px;
  }
  .form-post-header h5 {
    font-size: 20px;
  }
  .login-wrap .form-section {
    margin-top: 90px;
    width: 100%;
  }
  .login-wrap .right-image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .main-area {
    padding: 50px 15px 30px;
  }
  .right-order {
    flex-wrap: wrap;
  }
  .right-top-order.d-flex.align-items-center {
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
  }
  ul.right-bottom-order li:first-child {
    margin: 0;
  }
  ul.right-bottom-order {
    justify-content: center;

    width: 100%;
  }
  .main-headerbar ul.right-bottom-order {
    justify-content: space-between;
  }
  .request-form-modal .modal-content {
    border-radius: 0;
    padding: 20px 15px 90px;
  }
  .story-one {
    display: block !important;
  }
  .story-one img {
    height: 260px;
    width: 100%;
  }
  .footer-table {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .footer-table p {
    margin-bottom: 15px;
  }
  .head-userdropdown {
    padding: 10px 0 0 10px;
  }
  .head-userdropdown button .avatar-icon {
    margin-right: 0;
    min-width: 40px;
  }
  .head-userdropdown .arrowdowndrop {
    right: -2px;
    top: 16px;
  }
  .partner-filters {
    padding: 20px 15px;
  }
  .partner-box-industry h3 {
    font-size: 30px;
  }
  .f-u-links h5 {
    width: 100%;
  }
  .f-u-links a {
    width: 50%;
    font-size: 12px;
  }
  .partner-filters {
    margin-bottom: 20px;
  }
  .map-holder .dashboard-card {
    max-width: 250px;
  }
  .map-holder .dashboard-card img {
    height: 103px;
  }
  .partner-outer-area .dataTables_length {
    width: auto;
    display: inline-block;
  }

  .partner-outer-area .dataTables_filter {
    width: auto;
    display: inline-block;
    margin-left: 12px;
  }

  .partner-outer-area .dataTables_filter input {
    width: 90px !important;
  }
  .form-section h1 {
    font-size: 35px;
  }
  .form-section ul li.submit-btns a {
    padding: 10px 15px;
  }
  .form-section ul li.submit-btns input {
    padding: 10px 15px;
  }
  .login-wrap .right-image {
    height: 400px;
  }
  .form-section ul li input {
    padding: 10px 15px;
  }
}
@media (max-width: 479px) {
  .left-order h1 {
    font-size: 30px;
  }
  .btn-blue {
    padding: 12px 10px 10px;
    font-size: 10px;
  }
  .client-details-container .left-order h1 {
    font-size: 17px !important;
  }
  .client-details-container .right-top-order.d-flex.align-items-center {
    justify-content: end;
  }
  .clock-dropdown .dropdown-menu h4 {
    font-size: 25px;

    margin-bottom: 5px;
  }
  .clock-dropdown .dropdown-menu {
    padding: 30px 15px;
  }
  .step-wrapper a span {
    min-width: 30px;
    height: 30px;
    width: 30px;
  }
  .step-wrapper a h4 p {
    font-size: 13px;
  }
  .story-one img {
    height: 170px;
  }
  .story-text {
    padding: 15px;
  }
  .user-co {
    margin-right: 14px;
    width: 80px;
    height: 80px;
  }
  .form-section h1 {
    font-size: 30px;
  }
  .login-wrap .form-section {
    margin-top: 100px;
    padding: 0 15px;
  }
  .login-form form {
    margin-top: 20px;
  }
  .logo-wrap {
    padding: 20px 0 0 15px;
  }
  .form-section label {
    font-size: 12px;
  }
  .form-section ul li input {
    font-size: 12px;
  }
  .recovery-password .title {
    padding-bottom: 2px;
  }
  .form-section .recovery-password li.submit-btns {
    padding-top: 0px;
  }
  .recovery-password p {
    font-size: 14px;
    line-height: 29px;
  }
  .recovery-password h1 {
    margin: 0 !important;
  }
}
