.swiper {
    width: 100%;
    height: 100%;
    z-index: 9;
  }

  .swiper-slide {	
    /* text-align: center; */
    font-size: 18px;
    background: #fff;

    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;
    margin-top: 50px;
    height: 600px;
    user-select: none;
  }
  .swiper-slide .price-table-bl {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper{
      height: 700px;
  }
  .swiper-slide-active {
      transform: scale(1.1);
      transition: .5s;
  }
  @media screen and (max-width: 950px) {
    .swiper-slide-active {
        transform: none;
        transition: none;
    }
    .swiper{
    height: 100%;
    } 
    .swiper-slide {	
        text-align: center;
        font-size: 18px;
        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;
        margin-top:0px;
        height: 100%;
        user-select: none;
    }
    .des {
      height: 40%;
      overflow-y: scroll;
    }
    .price-table-wp .price-table-bl {
      height: 40vh;
    }
  }
  @media screen and (max-width: 800px) { 
    .des {
        height: 40%;
        overflow-y: scroll;
      }
      .price-table-wp .price-table-bl {
        height: 40vh;
      }
  }
  @media screen and (max-width: 540px) {
    .des {
        height: 40%;
        overflow-y: scroll;
      }
      .price-table-wp .price-table-bl {
        height: 60vh;
      }
  }
  @media screen and (max-width: 280px) { 
     .des {
            height: 30%;
            overflow-y: scroll;
    }
    .price-table-wp .price-table-bl {
            height: 60vh;
    }
     .box-shadow-update {
            height: 70vh;
        }
    .footer_input input {
            width: 20vh;
        } 
      }