/* MEDIA :: 1400px */
@media only screen and (max-width: 1399px) {
  .view-port-sec .left-col,
  .view-port-sec .right-col {
    padding: 80px;
  }

  .navigation_wrapper .dropdown-menu li a {
    padding: 14px 24px 14px 28px;
  }
}

/* MEDIA :: 1200px */
@media only screen and (max-width: 1199px) {
  h1,
  .heading-one {
    font-size: 45px;
    line-height: 60px;
  }
  h2,
  h3,
  .heading-two,
  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }
  .view-port-sec .left-col,
  .view-port-sec .right-col {
    padding: 60px 40px;
  }
  .outlet-wrapper {
    padding: 24px;
  }
  .p-30 {
    padding: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .user-profile-block {
    width: 80px;
    height: 80px;
  }
  .setting-pills .nav-link {
    padding: 10px 12px;
  }
  .navigation_wrapper .dropdown-menu li a {
    padding: 14px 24px 14px 50px;
  }
  .navigation_wrapper .navigation .nav-link {
    padding: 12px 20px;
  }
  .notification-table td,
  .notification-table th {
    padding: 16px 8px;
    border-bottom: 1px solid #efefef;
  }
  .notification-table th {
    padding-top: 0;
  }
  .solid-btn,
  .line-btn,
  .text-btn,
  .solid-btn.with-icon,
  .line-btn.with-icon {
    padding: 10px 20px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
  }
  .support-box-list li .support-box {
    padding: 12px;
  }
  .file-detail-header .file-heading,
  .file-detail-header,
  .file-detail-header .file-detail-header-right {
    gap: 12px;
  }
  .financial-list li {
    width: calc(25% - 16px);
  }
  .financial-list li:nth-child(6n) {
    border-right: 1px solid #e0e8ef;
  }
  .financial-list li:nth-child(4n) {
    border-right: 0;
  }
  .upload-pic-img,
  .upload-pictures {
    width: 200px;
    height: 176px;
  }
}

/* MEDIA :: 991px */
/* @media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h2,
  h3 {
    font-size: 34px;
    line-height: 46px;
  }
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .view-port-sec {
    flex-wrap: wrap;
  }
  .view-port-sec .left-col,
  .view-port-sec .right-col {
    width: 100%;
  }
  .view-port-sec .left-col,
  .view-port-sec .right-col {
    padding: 40px;
  }
  .view-port-sec .welcome-box {
    max-width: 100%;
  }
} */

/* MEDIA :: 767px */
/* @media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .mb-30,
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-30,
  .mt-40 {
    margin-top: 20px;
  }
  .pb-40,
  .pb-30,
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-30,
  .pt-40,
  .pt-50 {
    padding-top: 20px;
  }
  .py-60 {
    padding: 40px 0;
  }
} */

/* MEDIA :: 640px */
/* @media only screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
  h2,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .modal-content {
    padding: 0;
  }
  .modal-dialog {
    max-width: 94%;
  }
} */

/* MEDIA :: 480px */
/* @media only screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2,
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
} */
