@font-face {
  font-family: "TS-Sans";
  src: url("font/PT_Sans-Web-Bold.ttf");
}

.primary-menu .menu-custom a {
  font-weight: 700;
}

.newlabel::after {
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../assets-v3/assets/images/newlabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -60px;
}

.soonlabel::after {
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../assets-v3/assets/images/comingsoonlabel.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -60px;
}

.b2blabel::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/b2blabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -160px;
}

.nvmelabel::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/nvmelabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -60px;
}

.recommendlabel::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/recommendlabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -120px;
}

.tier4label::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/tier4label.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -150px;
}

.umkmlabel::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/umkmlabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -150px;
}

.hotlabel::after{
  content: " ";
  display: inline-block;
  float: right;
  height: 22px;
  width: 47px;
  background: url(../images/hotlabel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -140px;
}
.menu-col-3 .sub-menu-link {
  display: block !important;
  column-count: 3;
}

/*css custom login button*/
.btn-login-custom {
  margin-top: 15px;
  background-color: rgba(75, 166, 252, 1);
  border-radius: 2px;
}

.primary-menu > .btn-login-custom:hover {
  background-color: rgba(121, 189, 255, 1);
}

.primary-menu > .btn-login-custom:hover > a::after {
  width: 0;
}

.primary-menu > .btn-login-custom > a {
  padding: 10px 5px 10px !important;
}

.primary-menu > .btn-login-custom > a::before {
  content: "\e08e";
  font-family: "simple-line-icons";
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .mobiledetector {
    display: block;
  }
  .nonmobile {
    display: none;
  }
}
/* new menu design */
@media screen and (min-width: 769px) {
  .mobiledetector {
    display: none;
  }
  .nonmobile {
    display: block;
  }
  #primary-menu .menu-item-custom {
    float: none;
    /*     width: 300px; */
    width: 25%;
    height: 130px;
    margin: 10px 10px 0px 10px;
  }
  #primary-menu .sub-menu {
    letter-spacing: 0.5px;
  }
  .page-header-enabled .site-header .site-header-wrap {
    background-color: white;
  }
  .site-header .site-header-wrap {
    background-color: white;
  }
  .primary-menu > .menu-item:hover,
  .primary-menu > .page_item:hover {
    background-color: white;
  }
  .primary-menu {
    float: none !important;
  }
  .site-header.sticky .site-header-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background-color: white !important;
    -webkit-box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
  }
  .menu-item.login {
    float: right;
  }
  .menu-item.login a {
    background-color: white;
    color: #3299fe !important;
  }
  .primary-menu > .menu-item.login:hover > a {
    background-color: #e6e6e6 !important;
  }
  .page-header-enabled .site-header .site-title {
    margin: 15px 0;
    margin-right: 40px;
  }
  .container {
    width: 90%;
  }
  .primary-menu .menu-item:hover > .sub-menu {
    width: 100% !important;
    display: inline-flex;
    flex-direction: row-reverse;
    -webkit-box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 5px 7px -2px rgba(0, 0, 0, 0.2);
  }
  .primary-menu > .menu-item:hover > a {
    background-color: white !important;
  }
  .primary-menu .sub-menu,
  .primary-menu .children {
    background-color: white;
  }
  .sub-menu-link {
    float: none;
    padding: 20px 30px;
    width: 75%;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    align-content: baseline;
  }

  .menu-item-custom span,
  .menu-item-custom p {
    color: #666 !important;
    margin-top: 10px !important;
    font-size: 11px !important;
  }

  #primary-menu > .menu-item:hover > a {
    color: #3299fe;
  }
  #primary-menu > .menu-item > a {
    color: black;
    font-size: 10pt;
    font-weight: 600;
  }
  .sub-menu-pict {
    float: none;
    width: 25%;
  }

  .custom-widget {
    background-color: #3299fe !important;
    background-image: url(https://idcloudhost.com/wp-content/themes/idchv2/assets/img/arches.png);
    width: 25%;
    text-transform: none !important;
    padding: 0px 20px 88px 87px !important;
    text-align: left !important;
  }

  .custom-widget p {
    color: white;
    font-size: 10pt;
    margin-bottom: 30px;
  }

  .custom-widget h1 {
    font-size: 30px;
  }

  .sub-menu .description-submenu-custom {
    text-align: left !important;
  }
  .primary-menu .sub-menu .title-submenu-custom {
    font-size: 10pt !important;
    color: #3299fe !important;
  }
}

/* akhir new menu design */

/*Akhir css custom login button*/

/*css hoover sub menu*/
.primary-menu .sub-menu .menu-item > a .title-submenu-custom::after {
  content: " ";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(75, 166, 252, 1);
  transition: 0.3s ease;
}

.primary-menu .sub-menu .menu-item:hover > a .title-submenu-custom::after {
  width: 60px;
}

/*Akhir css hoover sub menu*/
.menu-item-custom {
  float: left;
  width: 50%;
  word-wrap: break-word;
  word-break: keep-all;
  position: relative;
}

.primary-menu .menu-item,
.primary-menu .page_item {
  position: static;
}

.primary-menu .sub-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.sub-menu {
  overflow: hidden;
  font-family: "TS-Sans";
  letter-spacing: 0.75px;
}

.primary-menu .sub-menu a {
  white-space: normal;
}

.primary-menu .sub-menu .title-submenu-custom {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 80px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.sub-menu .description-submenu-custom {
  color: #eee;
  font-size: 14px;
  text-align: justify;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 40px;
}

.primary-menu .menu-item:hover > .sub-menu {
  width: 900px;
}
.primary-menu > .menu-item:hover > a {
  background-color: white !important;
}
.primary-menu .sub-menu,
.primary-menu .children {
  background-color: white;
}
.primary-menu .sub-menu .menu-item > a {
  padding: 20px;
}

.sub-menu-link {
  width: 70%;
  float: left;
}
.menu-item-custom:hover > a {
  background: #3299fe36 !important;
  border-left: solid 2px #3299fe;
}

.menu-item-custom a {
  box-shadow: 3px 3px 8px #46a4ff26;
  border-radius: 5px;
}

.sub-menu-link::after {
  clear: both;
}

.sub-menu-pict {
  /* float: left; */
  /*padding: 20px;*/
  width: 25%;
}

.sub-menu-pict .img-bg {
  /*position: absolute;*/
}

.sub-menu-pict > li {
  width: 100%;
}

.sub-menu-pict > li:hover a,
.sub-menu-pict > li:focus a {
  background: transparent !important;
}

.sub-menu-pict img {
  /*  height: 100%; */
  height: 0;
  position: relative;
  z-index: -1;
}

.sub-menu-pict img.img-big {
  height: 335px;
}

/*css image + text sub mega menu*/

.custom-widget {
  z-index: 1;
  margin: auto;
  text-align: center;
  padding: 60px 20px 88px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  top: 0;
}

.custom-widget h1 {
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
}

.custom-widget .btn-reverse-custom {
  background-color: #fff;
  border: none;
  transition: 0.3s ease;
}

.custom-widget .btn-reverse-custom a {
  color: rgba(75, 166, 252, 1);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  transition: 0.3s ease;
}

.notif-header {
  background-color: #0f1c2f;
  padding: 10px 20px;
  color: #c2e0ff;
  font-family: "PT Sans", sans-serif;
  overflow: hidden;
}
.notif-header .container {
  position: relative;
}
.notif-header p {
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 0 30px 0 0;
}
.notif-header-close {
  position: absolute;
  right: 20px;
  top: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background-color 0.4s linear, color 0.4s linear;
  -moz-transition: background-color 0.4s linear, color 0.4s linear;
  -o-transition: background-color 0.4s linear, color 0.4s linear;
  -ms-transition: background-color 0.4s linear, color 0.4s linear;
  transition: background-color 0.4s linear, color 0.4s linear;
}

.page-header-enabled.admin-bar .notif-header + .site-header {
  top: 76px;
}

.page-header-enabled .notif-header + .site-header {
  top: 44px;
}

.page-header-enabled .notif-header + .site-header.sticky {
  top: 0;
}

/*text promo big image*/
.promo-big-custom {
  padding-top: 120px;
}
/*text promo big image*/

/*hoover tombol sub item mega menu*/
.custom-widget .btn-reverse-custom:hover {
  background-color: #eee;
  border: none;
}

.custom-widget .btn-reverse-custom:hover a {
  /*color: #fff;*/
}
/*hoover tombol sub item mega menu*/

.iconbox {
  padding: 30px;
  background-color: white;
  box-shadow: 0px 3px 46px 0px rgba(159, 176, 199, 0.14);
  width: 100%;
  margin-bottom: 30px;
}

.iconbox__image {
  font-size: 50px;
  color: #39f;
}

.iconbox__aside {
}

.iconbox__title {
  font-size: 22px;
  font-weight: 700;
  color: #576e90;
  margin: 0 0 10px;
}

.iconbox__text p {
  color: #576e90;
  font-size: 14px;
  line-height: 1.3;
}

.iconbox--icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.iconbox--icon-left .iconbox__aside {
  padding-left: 30px;
  flex-grow: 1;
}
.iconbox--icon-left .iconbox__text {
  margin-bottom: 0;
}

.iconbox--icon-top {
  text-align: center;
}

.iconbox--icon-top .iconbox__image {
  margin-bottom: 20px;
}

.call-center-box {
  overflow: hidden;
  margin: 30px 0 0;
}
.call-center-box-icon {
  float: left;
}
.call-center-box-text1 {
  font-size: 22px;
  float: left;
}
.call-center-box-text1 a {
  color: #fff;
}
.call-center-box-text2 {
  float: left;
}

/*css image sub mega menu*/

@media screen and (max-width: 991px) {
  #kudobuzz_neptune_widget {
    display: none !important;
  }

  .sub-menu-link,
  .sub-menu-pict,
  .primary-menu .sub-menu,
  .menu-item-custom {
    width: 100%;
  }

  .mobile-menu {
    overflow-y: auto;
    max-height: 93vh;
  }

  .sub-menu-pict,
  .description-submenu-custom {
    display: none;
  }

  .title-submenu-custom {
    padding-left: 20px;
  }

  .btn-login-custom button {
    display: none;
  }

  .call-center-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .call-center-box-icon,
  .call-center-box-text1 {
    float: none;
  }
  .call-center-box-text2 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 782px) {
  .page-header-enabled.admin-bar .notif-header + .site-header {
    top: 90px;
  }
}

@media screen and (max-width: 625px) {
  .page-header-enabled.admin-bar .notif-header + .site-header {
    top: 114px;
  }
  .page-header-enabled .notif-header + .site-header {
    top: 68px;
  }
}

@media screen and (max-width: 366px) {
  .page-header-enabled.admin-bar .notif-header + .site-header {
    top: 138px;
  }
  .page-header-enabled .notif-header + .site-header {
    top: 92px;
  }
}

.footerseo > div > h3:not(:nth-of-type(1)),
.footerseo > div > div:not(:nth-of-type(1)) {
  display: none;
}
.footerseo > div > h3 {
  background: none !important;
  color: black !important;
  font-weight: bold !important;
  font-size: 17px !important;
  padding-bottom: 0px !important;
}
.footerseo > div > h3:after {
  display: none !important;
  content: "" !important;
}
.footerseo > div > h3:hover,
.footerseo > div > .ui-state-hover {
  cursor: default !important;
  pointer-events: none !important;
}
.footerseo > div > div:nth-of-type(1) {
  display: block !important;
}
.footerseo > div > div {
  background: none !important;
  padding-top: 0px !important;
  font-size: 14px !important;
}
#package-section {
  z-index: 2;
}

.fw-tab-content ul {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #666;
}

.rwd-table > tbody > tr > td {
  vertical-align: top;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.rwd-table img {
  position: relative !important;
  right: 0 !important;
}

.entry-content .table td {
  min-width: 45px;
}

@media screen and (min-width: 769px) {
  .table-seimbang {
    width: 100%;
    table-layout: fixed;
  }

  .entry-content .table {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    height: 93vh;
  }
}

@media screen and (max-height: 550px) {
  .page-header {
    height: auto;
  }
}
.menu-item-custom.menu-item .title-submenu-custom span.blink_new {
  color: red !important;
}
.blink_new {
  animation: blinker 1s linear infinite;
  float: right;
  transform: rotate(15deg);
  position: relative;
  top: -15px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.card-top-header {
  margin: 100px 110px 0px 110px;
  /* background: black; */
  position: relative;
  z-index: 10;
  display: flex;
}

.card-top-header > div {
  flex-basis: 100%;
}

.header-card {
  line-height: 127%;
  font-weight: bold;
  font-size: 64px;
  margin-bottom: 20px;
}

.card-top-header {
}

.card-left-side {
  font-family: "DM Sans";
  color: white;
}

.subtitle-card {
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  letter-spacing: 0.05em;
}

.subtitle-card li {
  list-style-type: none;
  background: url(https://idcloudhost.com/wp-content/themes/idchv3/assets-v3/assets/images/checklist.png)
    no-repeat;
}

.subtitle-card li {
  margin-left: -20px;
  padding-left: 45px;
  margin-bottom: 10px;
}

.subtitle-card ul li::marker {
}

.card-right-side {
  border-radius: 15px;
  background: white;
  padding: 70px;
  box-shadow: 0px 16px 32px rgba(0, 7, 46, 0.05);
}

.menu-card {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 175%;
}

.menu-card a {
  text-decoration: none;
  color: #3b4859;
  padding: 4px 27.5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 175%;
}

.menu-card a.active {
  text-decoration: none;
  background: linear-gradient(314.65deg, #fd4df6 -0.61%, #fda14d 100%);
  border-radius: 30px;
  color: white;
}

.name-slider {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  /* Gray 1 */
  color: #1b2c42;
}

.slider-nya {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.slider-nya input {
  margin-right: 15px;
  -webkit-appearance: none;
  width: 350px;
  height: 10px;
  outline: none;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  background: #e5e9f2;
}

.slider-nya .nilai-nya {
  margin-right: 20px;
  width: 25px;
}

.slider-nya .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 0;
  background: url("https://idcloudhost.com/wp-content/themes/idchv3/assets-v3/assets/images/sliding.png?v=2020")
    no-repeat center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.slider-nya .slider::-moz-range-thumb {
  border: 0;
  background: url("https://idcloudhost.com/wp-content/themes/idchv3/assets-v3/assets/images/sliding.png")
    no-repeat center;
  cursor: pointer;
}

.slider-card {
  margin-top: 10px;
}

.rangeslidecont {
  background: url("https://idcloudhost.com/wp-content/themes/idchv3/assets-v3/assets/images/bgslider.png")
    no-repeat left top;
  width: 96%;
  height: 10px;
  position: relative;
  top: 10px;
  border-radius: 10px 0 0 10px;
  background-size: 0% 10px;
  left: 0px;
}

.image-chose-card {
  margin-top: 50px;
  margin-left: -20px;
  display: flex;
  justify-content: space-evenly;
}

.image-chose-card > a {
  padding: 4px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.image-chose-card > a:hover {
  box-shadow: 0px 15px 12px rgba(0, 7, 46, 0.04);
}

.image-chose-card > a.active {
  border: 1px solid #3299fe;
}

.image-chose-card > a.active:after {
  content: " ";
  position: absolute;
  margin-top: 25px;
  margin-left: -8px;
  background: url("https://idcloudhost.com/wp-content/themes/idchv3/assets-v3/assets/images/checkgrad.png");
  background-size: cover;
  width: 15px;
  height: 15px;
}

.atitle {
  display: none;
}

.image-chose-card > a:hover .atitle {
  display: block;
  position: absolute;
  margin-top: -25px;
  font-size: 11px;
  background: #e5e9f2;
  border-radius: 10px;
  padding: 0px 10px;
  color: black;
  margin-left: -5px;
}

.harga-card {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.harga-block {
  display: flex;
  flex-direction: column;
  width: 140px;
}

span.harga-nya {
  font-size: 36px;
  text-align: right;
}

span.harga-jam {
  font-size: 18px;
  margin-top: -15px;
  text-align: right;
}

.button-order {
  margin-top: 13px;
}

.card-slideshow {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  margin-left: 10px;
  margin-bottom: 80px;
}

.logo-slideshow {
  padding: 14px 20px 14px 10px;
  background: linear-gradient(314.65deg, #854dfd -0.61%, #4da8fd 100%);
  box-shadow: 0px 8px 32px rgba(0, 7, 46, 0.04);
  border-radius: 10px;
  font-size: 12px;
  height: 55px;
  width: 125px;
  font-weight: 500;
}

.text-slideshow {
  background: white;
  padding: 30px 30px 10px 90px;
  position: absolute;
  height: 120px;
  width: 440px;
  z-index: -10;
  margin-top: -25px;
  margin-left: 60px;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 15px 12px rgba(0, 7, 46, 0.04);
}

.title-slideshow {
  color: #1b2c42;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}

.desc-slideshow {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #8292a6;
}

.dot-nya {
  height: 5px;
  width: 28px;
  display: inline-block;
  border-radius: 30px;
  background: rgba(227, 227, 227, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dot-slideshow {
  text-align: right;
  margin-top: 10px;
}

.dot-nya.active {
  background: linear-gradient(314.65deg, #fd4df6 -0.61%, #fda14d 100%);
}

span.realprice {
  font-size: 12px;
  text-decoration-line: line-through;
  color: #4da8fd;
}

span.kata-hemat {
  font-size: 9px;
  color: #8292a6;
}

.disc-block {
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin-top: -10px;
  width: 140px;
}

span.hemat-nya {
  font-size: 9px;
  background: linear-gradient(314.65deg, #fd4df6 -0.61%, #fda14d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hemat-group {
  display: flex;
  align-items: center;
}

.menu-os {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 120px;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 7, 46, 0.04);
  border-radius: 10px;
  padding: 10px 15px;
}

.text-os > span {
  font-size: 12px;
}

a {
}

.text-os > a {
  font-size: 11px;
  text-decoration: none;
  color: #3299fe;
}

.text-os {
  display: flex;
  flex-direction: column;
}

.img-os {
  margin-right: 10px;
}

.pilihan-version {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0px 8px 32px rgba(0, 7, 46, 0.04);
  border-radius: 10px;
  padding: 5px 15px 0px 15px;
  width: 65px;
  position: absolute;
}

.pilihan-version > a {
  font-size: 12px;
  text-decoration: none;
  color: black;
  margin-bottom: 5px;
}

.pilihan-version > a:hover,
.pilihan-version > a.active {
  color: #3299fe;
}

.mobile-spacer {
  display: none;
}

.mobile-chose-card {
  display: none;
}

.slider-mobile-group {
  display: none;
}

.pilihan-app-mobile {
  display: none;
}

.pilihan-app-mobile a {
  text-decoration: none;
  color: black;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .card-top-header {
    margin: 0px;
    flex-direction: column;
  }
  .card-left-side {
    margin: 30px 57px 10px;
  }
  .header-card {
    line-height: 113%;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
  }
  .subtitle-card {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .subtitle-card ul {
    display: none;
  }
  .card-slideshow {
    display: none !important;
  }
  .card-right-side {
    margin: 0px 20px;
    padding: 30px 0px;
  }
  .menu-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    border-radius: 40px;
    padding: 5px 10px;
    justify-content: space-between;
    position: absolute;
    margin-left: -23.5px;
  }
  .menu-card > a {
    font-size: 17px;
    width: 165px;
  }
  .mobile-spacer {
    display: block;
    height: 60px;
  }
  .slider-card {
    margin-left: 20px;
    margin-right: 20px;
  }
  .slider-nya .nilai-nya,
  .slider-nya .satuan-nya {
    display: none;
  }
  .slidecont {
    width: 100%;
  }
  .slider-nya input {
    width: 100%;
    margin-bottom: 15px;
  }
  .slider-top-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: -5px;
  }
  .slider-mobile-group {
    display: flex;
  }
  .slider-mobile-group .nilai-nya {
    margin-right: 5px;
    width: 25px;
    font-weight: bold;
  }
  .slider-mobile-group .satuan-nya {
    width: 30px;
    text-align: right;
  }
  .image-chose-card {
    display: none;
  }
  .mobile-chose-card {
    display: flex;
    flex-direction: row;
    /* padding: 20px 50px; */
    margin: 20px 30px 30px;
    border-radius: 10px;
    justify-content: space-evenly;
  }
  .pilihan-app-mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 8px 32px rgba(0, 7, 46, 0.04);
    border-radius: 10px;
    padding: 10px 60px 10px 10px;
    z-index: 200;
  }
  .harga-block {
    width: 100%;
  }
  .harga-card {
    flex-direction: column;
    margin: 10px 40px;
  }
  .disc-block {
    width: 100%;
    position: relative;
    justify-content: space-around;
    padding: 0 50px;
  }
  span.harga-nya,
  span.harga-jam {
    text-align: center;
  }
  .button-order {
    display: flex;
    justify-content: center;
  }
}

.mobile-chose-card a {
  text-decoration: none;
  font-size: 11px;
  color: #3299fe;
}

.icon-feature-list img {
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 7, 46, 0.04);
  border-radius: 10px;
  padding: 5px;
  height: 30px;
}
span.subsubmenuhead {
  color: #8292a6;
  size: 14px;
  text-transform: uppercase;
}

span.subsubmenuhead::after {
  content: " ";
  height: 2px;
  width: 20px;
  display: block;
  background: linear-gradient(314.65deg, #664dfd -0.61%, #fd4deb 100%);
}

.subsubmenu ul {
  list-style: none;
  padding-left: -0px;
  margin-top: 10px;
}

.subsubmenu li {
  padding-left: 0px;
  display: flex;
}

.subsubmenulink {
  display: flex !important;
  flex-direction: column;
  padding-left: 0px !important;
  text-decoration: none;
}

.subsubmenulink.blank-space {
  visibility: hidden;
  pointer-events: none;
}

.subsubmenulink:hover span {
  color: #3299fe;
}

span.subsubmenutitle {
  color: #1b2c42;
  size: 15px;
  letter-spacing: 0.05em;
}

span.subsubmenudesc {
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */

  /* Gray 3 */
  color: #8292a6;
}

.subsubmenu {
  margin-top: 15px;
}

@media only screen and (max-width: 720px) {
  .subsubmenu {
    margin-left: 50px;
  }
  .subsubmenudesc {
    display: none;
  }
  .subsubmenutitle {
    color: white !important;
  }

  .subsubmenulink {
    margin-left: 20px;
  }
}

.subsubmenutitle img {
  margin-right: 10px;
}

/* SHORTCODE BUTTON */
a.header-button {
  background: linear-gradient(314.65deg, #fd4df6 -0.61%, #fda14d 100%);
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  padding: 16px;
}
a.header-button.blue {
  background: #3299fe;
}
.display-block > a {
  display: block;
  text-align: center;
}

.display-block > a:hover {
  text-decoration: none !important;
}
/* SHORTCODE BUTTON END */
