
.pack_content {
    height: auto;
    border-radius: 8px;
    background: #FFF;
    background-image: url("/images/slide/bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 16px;
  }
.pack_title {
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  }
  .pack_body img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: inline-block;
  }
  
  .pack_content .pack_price {
    margin-top: 15.5px;
    margin-bottom: 8px;
    display: flex;
  }
  
  .pack_content .pack_price .price {
    color: #0A4874;
    text-align: center;
    /* Heading/16/Bold */
    /*font-family: Roboto;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

  }
  
  .pack_content .pack_desc {
    /* height: 41px; */
    margin-bottom: 16px;
    display: flex;
  }

  .pack_content  .desc {
    overflow: hidden;
    color: var(--portal-p-2, #0A4874);
    text-overflow: ellipsis;
    whitespace: nowrap;
    /* Body/14/Regular */
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  
  .pack_content .pack_title {
    width: 100%;
    height: 65px;
    background-image: linear-gradient(50deg, #237BD3 0%, #227BD4 0.01%, #00A3FF 100%, #00A6DA 100%);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    color: var(--neutral-7, #FFF);
    text-align: center;
    /* Title/24/Semibold */
    /*font-family: Roboto;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.24px;
    line-height: 65px;
    border-radius: 8px;
    box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.10);
  }
  
  .pack_content .pack_title .title {
    text-align: center;
    display: -webkit-box;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  
  .pack_content .pack_title .img {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .pack_content .pack_title .img img {
    width: 66.755px;
    height: 51.585px;
  }
  
  .pack_content .pack_body {
    padding: 0 12px;
    right: 0;
    top: 0;
  }
  
  .pack_content .pack_body .register_btn {
    width: 100%;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #237BD3;
    background: var(--neutral-7, #FFF);
    color: #237BD3;
    text-align: center;
    /* Heading/16/Bold */
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  }

  .pack_content .pack_body .cancel_btn{
    width: 100%;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #d32323;
    background: var(--neutral-7, #FFF);
    color: #d32323;
    text-align: center;
    /* Heading/16/Bold */
    /*font-family: Roboto;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  }


  .pack_desc.text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 24px;
    padding-top: 15.5px;
    -webkit-box-orient: vertical;
    text-align: justify;
}

  #subscription-home .lSSlideWrapper.usingCss, 
  #service-home .lSSlideWrapper.usingCss,
  #charge-home .lSSlideWrapper.usingCss,
  #data-home .lSSlideWrapper.usingCss {
    padding-top: 26px;
  }


.mobile-service-content .mobile-charge {
    position: relative;
    padding-top: 0px;
}

.servise_filter .mobile-service-content .lSSlideWrapper.usingCss,
.pack-data-page .mobile-service-content .lSSlideWrapper.usingCss,
.change-list .mobile-service-content .lSSlideWrapper.usingCss {
    padding-top: 26px;
}

.hotimg {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
}