@media (max-width: 1199px) {}

@media (min-width: 991px) and (max-width: 1199px) {}

@media (max-width: 991px) {
  br{
    display: none;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  .banner-section {
    padding: 40px 0;
  }

  .banner-section .inner-banner h1 {
    font-size: 30px;
  }

  .banner-section .inner-banner p {
    font-size: 25px;
    margin: 0;
  }
  .banner-section .inner-banner .banner-box{
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {


  .task-table {
    display: block;
    border-collapse: separate;
    border: none;
    box-shadow: none;
  }

  .task-table thead {
    display: none;
  }

  .task-table tbody {
    display: block;
    width: 100%;
  }

  .task-table tr {
    display: block;
    width: 100%;
    background-color: #dcecff;
    margin-bottom: 15px;
    border: 1px solid #12263e;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .task-table td {
    display: block !important;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #b0c8e6 !important;
  }

  .task-table td:last-child {
    border-bottom: none !important;
  }

  .task-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #fff;
    background-color: #0f233d;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 4px;
    margin-bottom: 6px;
  }

  .task-table td:first-child {
    background-color: #c2dcff;
    font-weight: 700;
    font-size: 15px;
    color: #0f233d;
    border-bottom: 1px solid #12263e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0;
    text-align: center;
  }

  .task-table td.hide-pseudo {
    display: none !important;
  }

  .task-table td.hide-pseudo::before {
    display: none !important;
  }

  .value-of-your-time {
    width: 100%;
  }
  .second-content-sec .right-second-sec{
    margin-bottom: 30px;
  }
  .compare-options-table{
    width: 100%;
  }
  .clendly-box a{
    width: 100%;
  }

}

@media (max-width: 575px) {
 
  .banner-section {
    padding: 40px 0;
  }

  .banner-section .inner-banner h1 {
    font-size: 25px;
  }

  .banner-section .inner-banner p {
    font-size: 18px;
  }
  .banner-section .inner-banner .banner-box p{
    font-size: 18px;
  }
  .second-content-sec h2{
    font-size: 25px;
  }
  .equal-sec-first{
    display: block !important;
  }

  .step-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-left {
    width: 100%;
    justify-content: flex-start;
  }

  select.form-select {
    width: 100%;
    margin: 15px auto;
  }

  .total-view ul li {
    font-size: 18px;
  }
  .clendly-box h2{
    font-size: 25px;
  }
  .clendly-box a{
    font-size: 20px;
  }

}