
    .swiper {
        width: 100%;
        height: 100%;
      }
      .swiper-slide {
        text-align: center;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .abt_hide{
        display: none;
      }
      .l-more {
          display: none;
      }
      span.main_span.show_readMO span.r-more {
          display: none;
      }

      span.main_span.show_readMO span.l-more {
          display: block;
      }
      .abt_hide.show_abt {
      display: block;
  }
  .price_table {
        max-width: 999px; /* Adjust width as needed */
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .price_table {
        max-width: 999px;
        margin: auto;
    }
    
    .table {
        text-align: center;
    }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive {
        overflow-x: auto;
    }
    .disclaimer-content {
            display: none;
        }
        .read-more-btn {
            color: #070707;
            cursor: pointer;
            text-decoration: underline;
        }
        
        .consultion_warpper {
    background-color: #744d10;
    padding: 6px;
    border-radius: 0px;
    margin-top: 150px;
    position: relative;
    overflow: visible;
  }

  .imgColution {
    position: relative;
    margin-top: -145px;
    text-align: center;
  }

  .imgColution img {
    width: 100%;
    max-width: 400px;
  }

  .rightCallContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .rightCallContent p.custom_h3 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #ece6e6;
  }

  .rightCallContent p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0px;
  }

  .button_group {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .common_btn {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .btn_theme {
    background-color: #0f0e0e;
    color: rgb(255, 255, 255);
  }

  @media (max-width: 768px) {
    .imgColution {
      margin-top: -130px;
    }

    .imgColution img {
      max-width: 450px;
    }

    .rightCallContent p.custom_h3 {
      font-size: 20px;
      margin-bottom: 0px;
    }

    .rightCallContent p {
      font-size: 18px;
      margin-bottom: 0px;
    }

    /* .rightCallContent styles already applied globally, no need to repeat */
  }