@media screen and (min-width: 1400px) {

  /***** Auth Section Start *****/

  .login-container .right-panel .form-container .logo {
    width: 110px;
  }

  .login-container .left-panel h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .login-container .left-panel h4 {
    font-size: 40px;
    line-height: 50px;
  }

  .login-container .left-panel p {
    font-size: 24px;
    line-height: 34px;
  }

  /***** Auth Section End *****/

  /***** Home Section Start *****/
  .banner-section .text-content p {
    font-size: 24px;
    line-height: 34px;
    max-width: 90%;
  }

  .common-section .text-content p {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-section .container {
    padding: 150px 0 100px;
  }

  /***** Home Section End *****/

  .main-content .card-sec {
    padding: 30px 40px;
  }

  .main-content .card-sec .topSec,
  .main-content .table-container .table-header {
    margin-bottom: 40px;
  }

  .main-content .card-sec .topSec h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .table-container .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }

  .main-content .card-sec .stepWraper,
  .main-content .card-sec .viewFormWraper .view-form-section {
    padding: 40px;
  }

}

@media screen and (min-width: 1600px) {

  /***** Auth Section Start *****/

  .login-container .right-panel .form-container .logo {
    width: 120px;
  }

  .login-container .left-panel h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .login-container .left-panel h4 {
    font-size: 45px;
    line-height: 55px;
  }

  .login-container .left-panel p {
    font-size: 26px;
    line-height: 36px;
  }

  .login-container .left-panel .innerLeftCol {
    padding: 30px 70px;
  }

  .login-container .right-panel .form-container h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .login-container .right-panel .form-container p {
    font-size: 20px;
    line-height: 30px;
  }

  /***** Auth Section End *****/

  /***** Home Section Start *****/

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section .text-content h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .banner-section .text-content p {
    font-size: 26px;
    line-height: 36px;
    max-width: 95%;
  }

  .common-section .text-content p {
    font-size: 26px;
    line-height: 36px;
  }

  .common-section .text-content {
    padding: 50px 30px 30px;
  }

  .common-section .arrow {
    top: -56px;
    right: -77px;
    width: 140px;
  }

  /***** Home Section End *****/
}

@media screen and (min-width: 1900px) {

  /***** Auth Section Start *****/

  .login-container .left-panel h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .login-container .left-panel h4 {
    font-size: 50px;
    line-height: 60px;
  }

  .login-container .left-panel .innerLeftCol {
    padding: 30px 90px;
  }

  /***** Auth Section End *****/
}



@media screen and (max-width: 1375px) {
  .main-content .topbar h2 {
    font-size: 22px;
    line-height: 32px;
  }

  /***** Auth Section Start *****/

  .login-container .left-panel h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .login-container .right-panel {
    padding: 40px;
  }

  .login-container .right-panel .form-container {
    gap: 25px;
  }

  .login-container .right-panel .form-container .logo {
    width: 90px;
  }

  .login-container .right-panel .form-container h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 6px;
  }

  .login-container .right-panel .form-container .form-control {
    padding: 10px 12px;
  }

  /***** Auth Section End *****/

  /***** Home Section Start *****/
  .navbar-sec .logo {
    width: 130px;
  }

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section .arrow {
    width: 65px;
  }

  .banner-section .text-content h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-section .text-content p,
  .common-section .text-content p {
    max-width: 85%;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-section .container {
    padding: 120px 0 80px;
  }

  .footer-section::before {
    top: -108px;
    background-size: contain;
  }


  /***** Home Section End *****/
}

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

  /***** Auth Section Start *****/

  .login-container .left-panel h2,
  .login-container .left-panel h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .login-container .left-panel p {
    font-size: 20px;
    line-height: 30px;
  }

  .login-container .left-panel .innerLeftCol {
    padding: 30px 50px;
  }

  .login-container .right-panel .form-container {
    gap: 20px;
  }

  .login-container .right-panel .form-container h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 4px;
  }

  .login-container .right-panel .form-container p {
    font-size: 16px;
    line-height: 24px;
  }

  .login-container .right-panel {
    padding: 30px;
  }

  .login-container .left-panel {
    padding: 25px;
  }

  /***** Auth Section End *****/

  .main-content .table-container .table-header{
    flex-direction: column;
    align-items: start;
  }
  .main-content .table-container .table-header .action-buttons {
    justify-content: end;
    width: 100%;
  }
}

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

  /***** Home Section Start *****/
  .banner-section .text-content h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 15px 0;
  }

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .navbar-sec .logo {
    width: 120px;
  }

  .footer-section::before {
    top: -100px;
  }

  /***** Home Section End *****/
}

@media screen and (min-width: 1025px) {
  .sidebar .topSec .btnClose {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /***** Auth Section Start *****/

  .login-container .left-panel h2,
  .login-container .left-panel h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .login-container .left-panel p {
    font-size: 18px;
    line-height: 28px;
  }

  .login-container .left-panel .innerLeftCol {
    padding: 20px 40px;
  }


  .login-container .right-panel .form-container h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .login-container .left-panel .text-content {
    gap: 10px;
  }

  /***** Auth Section End *****/

  .sidebar {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }


  .sidebar.collapsed {
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
  }


  .sidebar.collapsed~.main-content,
  .main-content {
    margin-left: 0;
    width: 100%;
  }

  .sidebar.collapsed~.main-content .topbar,
  .main-content .topbar {
    left: 0;
    width: 100%;
    height: 60px;
  }

  .sidebar .menu .menu-item {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .sidebar .topSec .btnClose {
    display: block;
    background: none;
    border: none;
    font-size: 16px;
    color: #323232;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease-in;
  }

  .sidebar .topSec {
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .sidebar .topSec .logo .normalLogo {
    width: 100px;
  }

  .main-content .topbar .profile-icon {
    width: 35px;
    height: 35px;
  }

  .main-content .card-sec {
    margin-top: 60px;
    padding: 25px;
  }

  .main-content .table-container .table-header .search-box {
    width: 250px;
  }

  .main-content .table-container .table-header .action-buttons .addTagBtn,
  .main-content .table-container .table-header .action-buttons .approveBtn {
    padding: 8px 35px;
  }

}

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

  /***** Auth Section Start *****/

  .login-container .left-panel h2,
  .login-container .left-panel h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .login-container .left-panel p {
    font-size: 16px;
    line-height: 24px;
  }

  .login-container .right-panel .form-container h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .login-container .right-panel .form-container {
    gap: 15px;
  }

  .login-container .left-panel {
    padding: 20px;
  }

  .login-container .right-panel {
    padding: 25px;
  }

  .login-container .right-panel .form-container .commonBtn {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }

  /***** Auth Section End *****/

  /***** Home Section Start *****/
  .banner-section .text-content p,
  .common-section .text-content p {
    max-width: 100%;
  }

  .banner-section .text-content h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-section .arrow {
    width: 50px;
    left: 0;
    top: -10px;
  }

  .main-content .topbar h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .navbar-sec .logo {
    width: 110px;
  }

  .navbar-sec .login-btn {
    padding: 10px 50px;
  }

  .common-section {
    padding: 0;
  }

  .common-section .arrow {
    top: -40px;
    right: 0;
    width: 100px;
  }

  .footer-section {
    padding: 40px 0;
  }

  .footer-section::before {
    top: -80px;
    background-size: contain;
  }

  .footer-section h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .common-section .arrow.middle {
    top: -15px;
    left: 0;
    width: 80px;
  }

  /***** Home Section End *****/

  .main-content .card-sec .topSec,
  .main-content .table-container .table-header {
    margin-bottom: 25px;
  }

  .main-content .card-sec .topSec h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .main-content .table-container .table-header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .dataTables_wrapper .dataTables_paginate {
    float: right;
  }

  .table-container table .badge,
  .table-container .grid-container .art-card .contentWrap .badge {
    padding: 4px 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .table-container .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-content .table-container .table-header .action-buttons .btn.addTagBtn,
  .main-content .table-container .table-header .action-buttons .btn.approveBtn {
    padding: 8px 30px;
  }

  .main-content .card-sec .topSec .addBtn {
    padding: 10px 35px;
  }

  .main-content .card-sec .stepWraper,
  .main-content .card-sec .viewFormWraper .view-form-section {
    padding: 25px;
  }

  .main-content .card-sec .topSec .btnWrap {
    gap: 8px;
  }

  .main-content .card-sec .topSec .btnWrap button {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
  }
}


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

  /***** Auth Section Start *****/

  .login-container .left-panel {
    display: none;
  }

  .login-container .right-panel {
    padding: 30px;
    width: 100%;
  }

  .login-container .right-panel .form-container .logo {
    width: 80px;
  }

  .login-container .right-panel .form-container h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .login-container .right-panel .form-container .form-label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .login-container .right-panel .form-container .form-control {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .login-modal .modal-dialog {
    max-width: 600px;
  }

  /***** Auth Section End *****/
  .banner-section .text-content h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 10px 0;
  }

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .banner-section .text-content p,
  .common-section .text-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-sec .login-btn {
    padding: 8px 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-sec .logo {
    width: 100px;
  }

  .banner-section .container {
    padding: 100px 30px 70px;
  }

  .common-section .text-content {
    padding: 20px;
  }

  .sidebar {
    padding: 15px 0;
  }

  .main-content .topbar h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content .topbar .profile-icon {
    width: 30px;
    height: 30px;
  }

  .main-content .card-sec .topSec,
  .main-content .table-container .table-header,
  .sidebar .topSec {
    margin-bottom: 20px;
  }

  .main-content .card-sec .topSec h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .sidebar.collapsed~.main-content .topbar,
  .main-content .topbar {
    height: 55px;
  }

  .main-content .topbar .menu-toggle {
    width: 22px;
  }

  .main-content .card-sec {
    margin-top: 55px;
  }

  table.dataTable thead th {
    font-size: 14px;
    line-height: 20px;
    padding: 10px !important;
  }

  table.dataTable tbody td {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .dataTables_paginate {
    margin-top: 20px !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button,
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 8px !important;
    font-size: 14px;
    line-height: 20px;
    width: 35px;
    height: 35px;
  }

  .table-container .grid-container .art-card .contentWrap {
    padding: 8px 12px;
  }

  .table-container .grid-container .art-card .contentWrap h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .table-container table .badge,
  .table-container .grid-container .art-card .contentWrap .badge {
    padding: 4px 12px;
  }

  .table-container .grid-view .pagination button {
    font-size: 14px;
    line-height: 20px;
  }

  .main-content .table-container .table-header .action-buttons {
    gap: 6px;
  }

  .main-content .table-container .table-header .action-buttons .btn {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .main-content .table-container .table-header .action-buttons .btn.addTagBtn,
  .main-content .table-container .table-header .action-buttons .btn.approveBtn {
    padding: 6px 12px;
  }

  .main-content .table-container .table-header .action-buttons .btn img {
    margin-right: 3px;
  }

  .main-content .card-sec .topSec .addBtn {
    padding: 10px 30px;
  }

  .main-content .card-sec .stepWraper .stepper {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-content .card-sec .stepWraper .stepper .step {
    height: 6px;
  }

  .main-content .card-sec .stepWraper .stepCard h3,
  .main-content .card-sec .viewFormWraper .view-form-section h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .main-content .card-sec .stepWraper .stepCard .para,
  .main-content .card-sec .stepWraper .stepCard label,
  .main-content .card-sec .viewFormWraper .view-form-section label,
  .main-content .card-sec .stepWraper .stepCard h4,
  .main-content .card-sec .viewFormWraper .view-form-section h4,
  .main-content .card-sec .stepWraper .stepCard .form-check-label,
  .main-content .card-sec .viewFormWraper .view-form-section .form-check-label {
    font-size: 14px;
    line-height: 20px;
  }

  .main-content .card-sec .stepWraper .stepCard h4,
  .main-content .card-sec .viewFormWraper .view-form-section h4 {
    margin-bottom: 15px;
  }

  .main-content .card-sec .stepWraper .stepCard .form-control,
  .main-content .card-sec .stepWraper .stepCard .form-select {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-content .card-sec .stepWraper .stepCard .form-check-input,
  .main-content .card-sec .viewFormWraper .view-form-section .form-check-input {
    width: 20px;
    height: 20px;
  }

  .main-content .card-sec .stepWraper .stepCard .nextBtn,
  .main-content .card-sec .stepWraper .stepCard .prevBtn {
    font-size: 14px;
    line-height: 20px;
    width: 180px;
  }



  .main-content .card-sec .topSec .btnWrap {
    gap: 6px;
  }

  .main-content .card-sec .topSec .btnWrap button {
    padding: 8px 20px;
  }

  .main-content .card-sec .viewFormWraper .view-form-section .stepCardInner {
    margin-bottom: 20px;
  }

  .main-content .card-sec .viewFormWraper .view-form-section .editBtn {
    padding: 8px 20px;
    gap: 4px;
  }

  /***** Modal Section Start *****/

  .add-tag-modal .modal-dialog {
    max-width: 600px;
  }

  .add-tag-modal .custom-modal {
    padding: 25px 20px;
  }

  .add-tag-modal .custom-modal .modal-header {
    padding: 0 20px 15px;
  }

  .add-tag-modal .custom-modal .modal-body,
  .add-tag-modal .custom-modal .modal-body .tag-box {
    padding: 20px;
  }

  .add-tag-modal .custom-modal .modal-footer {
    padding: 15px 20px 0;
  }

  /***** Modal Section End *****/
}

@media screen and (max-width: 575px) {
  .navbar-sec .logo {
    width: 90px;
  }

  .common-section .arrow.middle {
    top: -30px;
    left: 0;
    width: 70px;
  }

  .common-section .container {
    padding: 0 30px;
  }

  .footer-section {
    padding: 30px 0;
  }

  .footer-section h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-section .text-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-section .text-content h5,
  .common-section .text-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .main-content .topbar h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .main-content .card-sec .topSec h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .sidebar.collapsed~.main-content .topbar,
  .main-content .topbar {
    height: 50px;
  }

  .main-content .topbar .profile-icon {
    width: 25px;
    height: 25px;
  }

  .main-content .topbar .menu-toggle {
    width: 20px;
  }

  .main-content .card-sec {
    margin-top: 50px;
    padding: 20px;
  }

  .table-container .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .main-content .table-container .table-header .action-buttons .btn img {
    width: 14px;
  }

  .main-content .card-sec .topSec .addBtn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-content .card-sec .stepWraper,
  .main-content .card-sec .viewFormWraper .view-form-section {
    padding: 20px;
  }

  .main-content .card-sec .stepWraper .stepCard h3,
  .main-content .card-sec .viewFormWraper .view-form-section h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .main-content .card-sec .stepWraper .stepCard .nextBtn,
  .main-content .card-sec .stepWraper .stepCard .prevBtn {
    padding: 12px 0;
    width: 150px;
  }

  .main-content .card-sec .topSec .topInnerSec {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .main-content .card-sec .viewFormWraper .view-form-section .img-upload-box {
    width: 100%;
  }

  .main-content .card-sec .viewFormWraper .view-form-section .editBtn {
    padding: 8px 16px;
  }

  .navbar-sec .container {
    padding: 0 20px;
  }

  .footer-section::before {
    top: -60px;
  }

  .banner-section .arrow {
    width: 35px;
    left: 0;
    top: -3px;
  }

  .common-section .text-content {
    padding: 15px;
  }

  /***** Modal Section Start *****/

  .add-tag-modal .modal-dialog {
    max-width: inherit;
  }

  .add-tag-modal .custom-modal {
    padding: 20px;
  }

  .add-tag-modal .custom-modal .modal-header {
    padding: 0 15px 15px;
  }


  .add-tag-modal .custom-modal .modal-footer {
    padding: 15px 15px 0;
  }

  .add-tag-modal .custom-modal .modal-header .modal-title {
    font-size: 18px;
    line-height: 28px;
  }

  .add-tag-modal .custom-modal .modal-footer .approveBtn,
  .add-tag-modal .custom-modal .modal-footer .cancelBtn {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .add-tag-modal .custom-modal .modal-body,
  .add-tag-modal .custom-modal .modal-body .tag-box {
    padding: 15px;
  }

  /***** Modal Section End *****/
}

@media screen and (max-width: 600px) {
  .main-content .table-container .table-header .action-buttons .btn span {
    display: none;
  }

  .main-content .table-container .table-header .action-buttons .btn {
    padding: 6px 8px;
  }

  .main-content .table-container .table-header .action-buttons .btn img {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .footer-section::before {
    top: -52px;
  }

  .footer-section h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .table-container .grid-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 30px;
  }

  .main-content .table-container .table-header .search-box {
    width: 100%;
  }

  .main-content .card-sec .viewFormWraper .view-form-section .stepCardInner h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content .card-sec .topSec .btnWrap button {
    padding: 6px 16px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 360px) {
  .footer-section::before {
    top: -53px;
  }
}
