/*!
Theme Name: krom
Author: krom
Author URI: https://www.krom.id
Description: Website Krom
Version: 1.0.33
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-input-placeholder {
  color: #eaeaea !important;
}
input::-moz-placeholder {
  color: #eaeaea !important;
}
input::-ms-placeholder {
  color: #eaeaea !important;
}
input::placeholder {
  color: #eaeaea !important;
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Box sizing
  --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
  --------------------------------------------- */
a {
  color: #1f2e45;
  font-size: inherit;
}

a:visited {
  color: #1f2e45;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: #6936d3;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/* Navigation
  --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media only screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
  --------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*custom style*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

header.header {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  padding: 27px 0;
  background-color: #6a38d3;
  z-index: 100;
  width: 100%;
  /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

header.header:not(.fixed) {
  top: -136px;
}

header.header.fixed {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}
#mega-menu-wrap-menu-primary #mega-menu-menu-primary a.mega-menu-link {
  transition: none;
}
.header-wrap {
  display: flex;
  flex-flow: wrap;
}
.header-fixed {
  padding-top: 136px;
}

.wrap-btn-download {
  position: absolute;
  right: 0;
}

header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

a.nav-link.top-up {
  font-weight: 100 !important;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff !important;
}

header.fixed .navbar-light .navbar-nav .nav-link {
  color: #6a38d3 !important;
}

header .btn-download {
  background: #fff !important;
  color: #6a38d3 !important;
  border: 1px solid #fff !important;
  margin-top: -10px;
}

header.fixed .btn-download {
  background: #6a38d3 !important;
  color: #fff !important;
  border: 1px solid #6a38d3 !important;
}

body.admin-bar.header-fixed header.fixed {
  top: 32px;
}
.cover-container {
  max-width: 42em !important;
}
.section-pages {
  font-family: Poppins;
  font-size: 14px;
}

.container {
  max-width: 1280px !important;
}

/*header*/

body {
  margin: 0px !important;
}

.header-wrap {
  padding: 0px;
}

header .header.navbar-nav.nav-link {
  color: #fff !important;
}

.header-logo img {
  width: 110px;
  height: 30px;
}

header .btn-download {
  background: #fff !important;
  color: #6a38d3 !important;
  border: 1px solid #fff !important;
  width: 115px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  margin-top: -4px;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0px 0px 50px !important;
  }

  .hero-title {
    width: 650px;
  }

  .navbar {
    padding: 0.4rem 1rem !important;
  }
}

.hero-prg {
  margin: 30px 0px;
}

.btn-primary {
  border-color: #fff !important;
}

.container a,
.container a:hover,
.container a:focus {
  color: #6936d3;
}

/*-------homepages*-----/
  
  /*section one */
.bg-homepages {
  background-image: linear-gradient(
      to top,
      rgba(105, 54, 211, 0) 100%,
      #6936d3 0%
    ),
    linear-gradient(to bottom, #6a38d3, #6a38d3);
  padding: 40px 0px 40px;
}

.homepages {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.homepages h1 {
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.24px;
  text-align: left;
}

.lbh-ttl {
  font-size: 18px;
  font-weight: 500;
}

.homepages p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.04px;
}

.homepages .btn-download {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6936d3;
  padding: 12px 20px 11px 21px;
  border-radius: 6px;
  background-color: #fff;
}

#carouselBannerSlidesNav {
  display: block;
}

#carouselBannerSlidesNavMobile {
  display: none;
}

.feature.col {
  margin-left: -30px !important;
}

.textleft {
  text-align: left;
  margin-top: 7px;
}

.wrap-logo-lps {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  height: 32px;
}

footer.mainfooter {
  font-family: Poppins;
  background: #FBFBFB;
  padding: 40px 0 20px;
  margin-top: 80px;
  border-top: 1px solid #D7D7D7;
}

.footer-menu li {
  text-align: right;
  color: #1f2e45;
}
.footer-menu li:not(:last-child) {
  margin-right: 30px;
}

.footer-bottom {
  color: #1f2e45;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.footer-pad a,
.footer-pad a:hover {
  color: #1f2e45;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  text-wrap: nowrap;
  text-decoration: none;
}

.footer-info {
  line-height: 24px;
  margin: 20px 0 30px;
}
.copyright {
  color: #1f2e45;
  text-align: left;
}

ul#menu-footer-menu {
  display: flex;
  /* justify-content: end;÷ */
  padding-inline-start: 0 !important;
  flex-direction: row;
  list-style: none;
  font-size: 14px;
}

li.menu-footer-menu {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.footer-separator {
  height: 1px;
  background-color: #E6E6E6;
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
}


.prg-two {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin: 24px 0 20px;
}

.js-search-for {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  li#menu-item-17 {
    display: none;
  }
}

/*section two tabs */

.section-two {
  padding: 80px 80px 0px 80px;
}

label,
a {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: border 0.2s;
}
.nav-tabs .nav-link {
  font-size: 20px;
  color: #1f2e45;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #6936d3 !important;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 4px solid #6936d3 !important;
  display: inline-block;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  background-color: inherit !important;
  padding-bottom: 18px !important;
}

input[type="radio"]:checked + .page-tab + label.nav-tab svg {
  opacity: 1;
}
label.nav-tab span {
  padding-left: 0px;
  position: relative;
}

.page-contents p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin-top: 94px;
}

dl,
ol,
ul {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left;
  color: #1f2e45;
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  border-bottom: 4px solid #e5e5e5 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding-bottom: 22px !important;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.nav-link {
  padding: 4px 24px 0px 35px !important;
}

.page-contents {
  max-width: 100%;
  margin: 0 auto;
}

a.nav-link.transfer {
  font-weight: 100;
}

.ufaqsw_toggle_default .ufaqsw-toggle-title-area-default h3 {
  margin-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn-primary:hover {
  color: #6936d3 !important;
  background-color: #fff !important;
}

a.nav-link.active.show,
.nav-link.active {
  font-weight: 600;
}

.btn-pelajari {
  font-size: 16px;
  font-weight: 600;
  color: #2e2b29;
  text-decoration: underline;
  text-transform: capitalize;
  background: url(../../../wp-content/uploads/2022/08/ic_arrow.png) no-repeat;
  background-position: right;
  padding-right: 40px;
}

.btn-pelajari a:active {
  color: #2e2b29;
}

.btn-pelajari a:hover {
  color: #6a38d3;
}

.row.featurette.homepages {
  justify-content: center;
  display: flex;
  align-items: center;
}

.featurette-image-kebutuhan {
  margin-bottom: 80px;
  margin-top: 54px;
}

.feature-two {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  margin: 0 0 8px;
}

.feature-icon {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  background: url(../../../wp-content/uploads/2023/07/bg-krom-logo.png)
    no-repeat center;
  height: 240px;
  background-size: 225px;
  background-color: #6935d3;
  background-position: right bottom;
  border-radius: 24px;
  padding: 90px 24px 20px;
  margin-top: 81px;
}
.feature-image {
  position: absolute;
  top: 0;
  left: 24px;
  display: flex;
  height: 160px;
  align-items: flex-end;
}
.feature-image img {
  width: 160px;
}

.section-keuntungan {
  margin-top: 100px;
}

li.li-lyn {
  margin-left: 3px !important;
  margin-top: -7px !important;
}

.layanan-image img {
  width: 400px;
}

/*section three*/

.section-three {
  margin: 80px 0 0;
  padding: 80px;
}

.title_main {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2e45;
}

.paragraph_main {
  font-family: Poppins;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2e45;
  margin: 20px 0px 50px;
}

.wrap-layout-tab {
  display: flex;
}

.layout-tab-feature {
  margin-left: 450px;
}

/*section  four*/

.section-four {
  padding: 80px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6936d3 !important;
  border-bottom: 4px solid #6936d3;
  background: inherit !important;
  padding-bottom: 17px !important;
}

.nav-pills .nav-link {
  font-size: 18px;
  border-radius: 0px !important;
  color: #1f2e45 !important;
  border-bottom: 4px solid #e5e5e5;
  padding-bottom: 17px !important;
}

.tab-pane {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin-top: 50px;
}

.layanan-prg dl,
ol,
ul {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

.layanan-prg li {
  margin: 0px -20px 10px;
}

.layanan-prg li::before {
  padding-right: 20px;
}

.image-trans img,
.earning-images img {
  width: 400px;
  height: auto;
}

.earning-images-one {
  width: 450px;
  height: auto;
}

.vc-image-trans.image-trans {
  margin-top: -122px;
  text-align: center;
}

.vc-layanan-image.layanan-image {
  margin-top: -100px;
  text-align: center;
}

img.ftr-logo {
  width: 110px;
}

.mb-100 {
  margin-top: 100px;
  margin-bottom: 80px;
}

.overflow-horizontal {
  overflow-x: auto;
}
/*section  five*/

.section-five {
  padding: 80px;
}

.other {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2e45;
}

.sub-other {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2e45;
  margin-top: 20px;
}

.p-earning p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin-top: -55px;
  margin-left: 10px;
}

.earning {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: 600;
  color: #1f2e45;
}

.wrap-earning {
  border: 1px solid;
  padding: 30px;
  border-radius: 6px;
  border: solid 1px #abadb9;
}

.card {
  border: 0px !important;
  border-radius: 0 !important;
  background-color: #faf9ff !important;
}

.card-header {
  background-color: #faf9ff !important;
  border-bottom: 0px !important;
  border-radius: 0px !important;
}

.earning-images-one {
  width: 450px;
  height: 450px;
  position: relative;
}

.earning-images-two {
  width: 450px;
  height: 450px;
  position: relative;
}

.earning-images-three {
  width: 450px;
  height: 450px;
  position: relative;
}

.p-earning {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

.vc-card-header__icon {
  margin-bottom: 20px;
}

.vc-card {
  cursor: pointer;
}

.v-card-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 2px;
  margin-bottom: 20px;
}

img.js-home-section-five-image {
  width: 450px;
  height: auto;
}

/*section six*/

.section-six {
  padding: 60px 40px;
  border-radius: 40px;
  background-color: #6936d3;
  color: #fff;
  max-width: 1230px;
  margin: 20px auto 80px;
}

.btn-link {
  position: relative;
  left: 26px;
  top: 180px;
  z-index: 1;
}

.btn-link-one {
  position: relative;
  top: 180px;
  z-index: 1;
  background: none !important;
}

.btn-link-two {
  position: relative;
  top: 180px;
  z-index: 1;
  background: none !important;
}

.btn-link-three {
  position: relative;
  top: 180px;
  z-index: 1;
  background: none !important;
}

.earning-icon {
  position: relative;
  top: -140px;
  left: 0px;
}

.wrap-tab-fitur {
  padding: 180px 30px 20px;
  border-radius: 6px;
  border: solid 1px #abadb9;
}

/*section seven*/

.section-seven {
  margin: 80px 100px;
}

h2.banner_title,
h2.banner_title_home {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
h2.banner_title_home,
.lbh-ttl {
  margin-bottom: 30px;
}

.featurette-banner p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.featurette-banner ul li {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #fff;
  padding-left: 20px;
  list-style-image: url(../../../wp-content/uploads/2022/09/ic_checklist.png);
  margin: 0px -12px;
}

.section-seven p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2e45;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.banner-img {
  margin: auto;
  display: block;
}

.card-header {
  background: none !important;
}
.btn-lainnya {
  padding: 12px 35px 11px 35px !important;
  border-radius: 6px;
  background-color: #6936d3;
  color: #fff;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

a.btn.btn-lainnya {
  color: #fff;
  margin-top: 40px;
  font-size: 14px !important;
}

.bg-1 {
  background-color: #faf9ff;
}

/*faq home*/
#main {
  margin: 10px 0;
}

.temukan {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2e45;
  padding-top: 16px;
}

div.card-header-faq {
  padding: 16px 0px;
}
a.btn.btn-header-link {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  font-weight: 600;
  width: 100%;
  position: relative;
  padding: 0;
}

.ufaqsw_toggle_default .ufaqsw-toggle-inner-default {
  margin-bottom: 4px;
}

#main #faq .card .collapsing {
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

.card-header {
  padding: 0px !important;
  padding-left: 10px !important;
}

.card-body-faq p {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  padding-bottom: 20px;
}

.card-faq {
  border-bottom: 1px solid #e0e0e0;
}

.card-faq .card-header-faq .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  top: 3px;
  position: relative;
}

.card-faq .card-header-faq .btn-header-link.collapsed {
  color: #1f2e45;
  text-align: left;
}

.card-faq .card-header-faq .btn-header-link.collapsed:after {
  content: "\f107";
}

.card-body-download {
  padding: 80px 80px;
}

/* Fix Bootstrap modal padding issue */
body.modal-open {
  padding-right: 0 !important;
}

.modal.show .modal-dialog {
  font-family: Poppins;
}

.title-download {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

.prg-download {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin: 20px 0 20px;
}

.prg-download-scan {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
  margin: 40px 0 20px;
}

h5 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.v-card-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.purple {
  background-color: #6936d3;
  width: 720px;
  height: 720px;
  margin-left: 17px;
}

.featurette-banner p,
.featurette-banner ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.featurette-banner ul {
  margin-bottom: 0;
}

button.close {
  text-align: right;
  color: #fff;
  font-size: 40px;
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 99;
  top: 30px;
  right: 30px;
  opacity: 100;
  font-family: Poppins;
  text-shadow: none !important;
  background: url(../../../wp-content/uploads/2022/09/ic_close.png);
}

.ufaqsw_toggle_default
  .ufaqsw-toggle-title-area-default
  .ufaqsw-title-name-default {
  padding: 20px 0 20px !important;
}

.featurette-banner {
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 1280px !important;
  }
}


.section-other {
  padding: 50px 0 50px;
}

.date-other {
  color: #666;
  margin-top: 10px;
}


.title-other {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

.entry-content-main {
  max-width: 1280px;
  margin: 60px auto 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #1f2e45;
  font-family: Poppins;
  padding: 0 20px 10px;
}

.entry-content-main h2 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}
.wp-block-post-date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6b717b;
  margin: 20px 0px 40px;
}


.content-other {
  padding-right: 100px;
}

.sidebar a {
  display: block;
  color: black;
  text-decoration: none;
}

.sidebar a.active {
  color: #6936d3 !important;
  border-left: 3px solid #6936d3;
  padding-left: 10px;
}

.sidebar a:hover:not(.active) {
  color: black;
}

.menu-sidebar {
  margin-top: 30px;
}

.img_ufaqsw_search_no_result {
  background: url(../../uploads/2022/09/bs_krom_under_maintenance_service.png)
    no-repeat;
  width: 312px;
  height: 117px;
  margin: -15px auto 40px;
  display: block;
}

p.title-result {
  font-weight: 600;
}

p.prg-result {
  font-weight: normal;
}

@media only screen and (min-width: 992px) {
  .layout-tab-feature {
    margin-left: 430px;
  }

  .layanan-image {
    top: 0px;
  }

  .section-seven {
    margin: 80px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {
    float: left;
  }
  div.content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .layout-tab-feature {
    margin-left: 0px;
  }

  .vc-layanan-image.layanan-image {
    margin-top: 0px;
  }

  .layanan-image {
    top: 0px;
  }

  img.js-home-section-five-image {
    width: 450px;
    height: auto;
    margin: auto;
    display: block;
  }
}

/*media screen */
@media only screen and (max-width: 991px) {
  .vc-header ~ .section-pages.section-two .feature-wrapper {
    padding: 0;
    margin: 0;
  }

  .layout-tab-feature ul.nav.nav-tabs {
    flex-wrap: nowrap;
  }

  .layout-tab-feature {
    margin-left: 0px;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 20px;
  }

  /*.vc-header ~ .section-pages.section-two .feature-wrapper .feature {
      flex: 0 0 100%;
      margin-top: 30px;
      padding-left: 0;
      padding-right: 0;
    }*/

  .vc-header ~ .section-pages.section-four .vc-image-trans.image-trans {
    margin-top: 0;
  }

  .vc-header ~ footer.mainfooter {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vc-sidebar-vaq-select {
    display: block;
    margin-left: 40px;
    width: 80vw;
    padding: 10px 8px;
    background: #fff;
    border-radius: 5px;
  }

  ul.vc-sidebar-vaq {
    display: none;
  }

  .tab-pane {
    margin-top: 15px;
  }

  img.js-home-section-five-image {
    width: 450px;
    height: auto;
    margin: auto;
    display: block;
  }

  .section-six {
    margin: 80px 40px;
  }

  .section-seven {
    margin: 80px 0px;
  }
}

/*media screen */
@media only screen and (max-width: 991px) {
  body {
    margin: 0px !important;
  }

  header .btn-download {
    display: none;
  }

  header.header {
    padding: 16px;
    margin: 0px !important;
  }

  .custom-logo-link {
    background: url(../../../wp-content/uploads/2023/07/logo-mob.png) no-repeat;
    background-size: 62px;
    background-position: center;
    width: 62px;
    height: 24px;
  }

  .custom-logo-link img {
    display: none;
  }

  .download-mob {
    background: #ffffff;
    border-radius: 6px;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    color: #6936d3;
  }

  .paragraph_main {
    margin: 16px 0px 0px;
  }

  #carouselBannerSlidesNavMobile {
    display: block;
  }

  #carouselBannerSlidesNav {
    display: none;
  }

  body.admin-bar.header-fixed header.fixed {
    top: 130px;
  }

  .header-wrap.d-flex.flex-column.flex-md-row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row !important;
  }

  .lbh-ttl {
    font-size: 14px;
  }

  .wrp-tmk {
    padding: 0px !important;
  }

  .col-lg-8.col-sm-2.d-flex.justify-content-end.wrap-btn-download {
    display: none !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #6936d3 !important;
    line-height: 30px;
  }

  .navbar-light .navbar-nav .active > .nav-link {
    color: #6936d3 !important;
  }

  .ul#menu-main-menu {
    background: #fff;
  }

  .nav-link {
    padding: 0px 24px 15px 0px !important;
  }

  header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    line-height: normal;
  }

  .vc-header ~ .bg-homepages .btn.btn-primary.btn-download.button-modal {
    display: inline-block;
  }

  .vc-header ~ .bg-homepages .btn.btn-primary.btn-download.button-link {
    display: none;
  }

  /*section one*/

  .homepages h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.96px;
  }

  .hero-prg {
    margin: 20px 0px 30px;
  }

  .homepages p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
  }

  .homepages {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    padding: 0px 0px;
  }

  .section-pages {
    padding: 40px 9px 40px;
  }

  .featurette-image-kebutuhan {
    float: none;
    padding-left: 0px;
  }

  /*section two*/

  .feature-two {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
  }

  .feature-image {
    position: absolute;
    top: 27px;
    left: 24px;
  }
  .feature-image img {
    width: 160px;
  }

  p.feature-desc {
    font-size: 12px;
    margin-top: 8px;
  }

  .vc-layanan-image.layanan-image {
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .layout-tab-feature {
    display: inline-block;
    white-space: nowrap;
    margin: 24px 0;
  }

  .feature-icon {
    background: url(../../../wp-content/uploads/2023/07/bg-krom-logo.png)
      no-repeat center;
    height: 200px;
    background-size: 225px;
    background-color: #6935d3;
    background-position: right -40px;
    border-radius: 24px;
    margin-top: 105px;
    padding: 90px 24px 20px;
  }

  .vc-image-trans.image-trans {
    position: absolute;
    top: -222px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  /*section theree*/
  .section-three {
    margin: 0px;
  }

  .vc-layanan-image {
    position: absolute;
    top: -256px;
  }

  .row.wrap-layout-tab {
    padding-top: 218px;
  }

  .title_main {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .paragraph_main {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
  }

  #produk .paragraph_main,
  #fiturutama .paragraph_main,
  #fiturlainnya .paragraph_main {
    font-size: 18px;
  }


  .prg-two {
    font-size: 14px;
    line-height: 1.71;
    margin: 24px 0 0;
  }
  .prg-two p {
    margin-bottom: 0;
  }

  .btn-pelajari {
    font-size: 14px;
    font-weight: 500;
  }

  img.bd-placeholder-img {
    margin-bottom: 40px;
    width: 120px;
    display: block;
  }

  .layout-tab-feature {
    margin-left: 0px;
  }

  .wrap-tab {
    margin-top: 60px;
  }
  .wrap-layout-tab {
    justify-content: flex-start;
  }

  .layout-tab-feature ul.nav.nav-tabs {
    flex-wrap: nowrap;
  }

  .nav-tabs .nav-link,
  .nav-tabs .nav-link.active {
    font-size: 14px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center;
    white-space: normal;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-pane p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
  }

  .tab-pane ol li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
  }

  ul.nav.nav-pills {
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    padding-bottom: 16px !important;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    padding-bottom: 16px !important;
  }

  .featurette-banner ul li {
    padding-left: 10px;
    margin-bottom: 8px;
  }

  .featurette-banner p {
    width: 300px;
  }

  /*setion six*/
  .section-six {
    display: none;
  }

  .featurette-banner {
    padding: 0px;
    display: flex;
    /*min-width: 320px;
      margin-left: -42px !important;*/
  }

  h2.banner_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0px;
    line-height: 1.57;
  }

  p.banner_paragraph {
    font-size: 14px;
    font-weight: normal;
    margin: 16px 0 30px;
    line-height: 1.57;
  }

  .banner_paragraph ol,
  ul li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    /*color: #fff;*/
    line-height: 1.57;
    width: 100%;
  }

  .featurette-banner p,
  .featurette-banner ul li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
  }

  .temukan {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1f2e45;
  }

  img.banner-img {
    margin: auto;
    display: block;
  }

  img.ftr-logo {
    width: 100px;
  }

  /*section-seven*/

  .section-seven {
    margin: 0;
    width: 100%;
  }

  .section-seven p {
    margin-top: 20px;
  }

  .card-body-faq p {
    padding-bottom: 15px;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: normal;
    color: #1f2e45;
  }

  .vc-faq-home .card-faq:first-child > div.card-header-faq {
    padding-top: 0;
  }
  div.card-header-faq {
    padding: 24px 0px;
  }
  div.card-header-faq > a {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  a.btn.btn-header-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
  }

  a.btn.btn-header-link > p {
    margin: 0 20px 0 0;
    white-space: normal;
  }

  .vc-faq-home .btn.btn-header-link a:hover {
    color: #1f2e45;
  }

  #main #faq .card-faq .card-header-faq .btn-header-link.collapsed:after {
    top: 3px;
    position: absolute;
    right: 0;
    padding-left: 20px;
  }

  .wrap-faq-home,
  #main #faq .card .card-header .btn-header-link,
  .section-seven p {
    font-size: 14px;
    line-height: 1.71;
    color: #1f2e45;
  }

  .card-header {
    padding: 0px !important;
  }

  .footer-pad {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .footer-menu li {
    text-align: left;
    float: left;
    margin: 0px 0px 0px 0px;
  }
  .footer-menu li:not(:last-child) {
    margin-bottom: 16px;
  }

  ul#menu-footer-menu {
    display: contents;
  }

  .textleft {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
  }
  .wrap-logo-lps {
    margin-top: 30px;
    display: flex;
    gap: 20px;
  }

  .copyright {
    margin-top: 0px;
    /* padding: 20px 0 10px; */
    color: #1f2e45;
  }

  .layanan-prg p dl,
  ol,
  ul {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  .footer-pad a,
  .footer-pad a:hover,
  .footer-pad a:focus {
    font-size: 12px;
    font-weight: 500;
  }
  .footer-pad {
    margin-bottom: 40px;
    height: fit-content;
  }

  .footer-separator {
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .entry-content-main {
    width: 100%;
    font-size: 14px;
    margin: 0px;
  }


  a.link-hbk {
    font-size: 14px !important;
  }

  .icon-hbk {
    margin-top: 0px !important;
    padding-bottom: 12px;
  }

  .pengaduan {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .wp-block-post-date {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    margin: 10px 0px 30px;
  }

  .definisi {
    font-size: 14px;
    font-weight: 600;
  }

  .definisi p {
    font-size: 14px;
  }

  .wrp-tmk {
    padding: 0px;
  }

  .entry-content-main h2 {
    font-size: 18px;
    font-weight: 600;
  }


  a.btn.btn-lainnya {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
}

.widget-area {
  display: none;
}

h1.entry-title {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  th,
  td {
    padding: 16px !important;
  }

  a.navbar-toggler:link,
  a.navbar-toggler:visited,
  a.navbar-toggler:hover,
  a .navbar-toggler:active {
    text-decoration: none;
    color: #fff;
  }
}

.txt-justify {
  text-align: justify;
}

a.klik {
  color: #6936d3;
}

.icon-hbk {
  margin-top: 22px;
}

a.link-hbk {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #1f2e45;
}

.title-pt {
  font-family: Poppins;
  font-size: 18px;
}

.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu::after {
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/*sub menu */

.news {
  min-height: 400px;
}
.news > div > div.sub-news-title:not(:first-child) {
  margin-top: 80px;
}

.header-bg-sub__head {
  background-color: #6936d3;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sub-news-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 40px;
}

.sub-news-title-2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 80px 0px 16px;
}

.sub-news-description {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.main-news {
  display: flex;
  flex-direction: column;
}

.images-news img {
  border-radius: 8px 0px 0px 8px;
  max-width: fit-content;
  width: 240px;
}

.content-news {
  padding: 24px;
}

.time-news {
  margin-bottom: 16px;
  color: #abadb9;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.bg-news {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  min-height: 240px;
}
.main-news > div > div:not(:last-child) {
  margin-bottom: 30px;
}

a.title-news,
a.title-news:hover {
  color: #1f2e45 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.padding-news {
  padding: 70px 150px;
}

.nav-next,
.post-navigation .nav-next {
  text-align: left !important;
  margin-top: 50px;
}

span.nav-title {
  font-size: 14px !important;
}

span.nav-subtitle {
  font-size: 14px !important;
  color: #6a38d3;
}

.main-news-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.main-news-date {
  color: #abadb9;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 16px 0px 40px;
}

.main-news-content {
  color: #1f2e45;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.history {
  background: #faf9ff;
}

/*table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 40px;
}

th,
td {
  text-align: left;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 21px;
}

tr:nth-child(even) {
  background: #fff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

tr {
  border-right: 1px solid #dddddd;
  background: rgba(250, 249, 255, 0.8);
}

table tr td:first-child {
  border-left: 1px solid #dddddd;
}

table tr td:last-child {
  border-right: 1px solid #dddddd;
}

table tr:last-child {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

/*informasi perusahaan*/

.wrp-dewan {
  vertical-align: middle;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 130px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  text-decoration: none;
  color: #abadb9;
  font-family: "Poppins";
  font-style: normal;
}
.popup .close:hover {
  color: rgba(105, 54, 211, 1);
}
.popup .up {
  max-height: 70vh;
  overflow: auto;
}

@media only screen and (max-width: 991px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 90%;
    max-width: 500px;
    padding: 24px;
    max-height: 70vh;
  }
  .content-popup {
    max-height: 60vh;
    overflow: auto;
  }
}

/* TIMELINE */
#timeline-container {
  overflow: auto;
  padding: 60px 0 0;
}
#timeline-container .inner-container {
  max-width: 1000px;
  margin: 0 auto;
}
#timeline-container .inner-container .heading {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #6b717b;
  margin-top: 0;
}
.timeline {
  position: relative;
  margin-top: 16px;
  margin-left: 5%;
}
.timeline-item {
  color: #6b717b;
  font-size: 14px;
  padding: 0 40px 26px 26px;
  border-left: 2px solid rgba(222, 227, 255, 1);
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
  margin-top: 8px;
}
.timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 26px);
  top: -2px;
  float: right;
  font-weight: bold;
  white-space: nowrap;
}
.timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #faf9ff;
  border: 2px solid rgba(222, 227, 255, 1);
  position: absolute;
  left: -8px;
  top: 0px;
}
.timeline-item:last-child {
  border-bottom: none;
  border-left: 4px solid #6936d3;
  padding-bottom: 8px;
  color: #1f2e45;
}

.timeline-item.active::before {
  background-color: #6936d3;
  border: 2px solid #6936d3;
  left: -9px;
}

.timeline-bold {
  margin-top: 10px;
  font-weight: 600;
}

a.close-popup {
  color: #abadb9;
  font-size: 30px;
  line-height: 19px;
  float: right;
  text-decoration: none;
}

a.close-popup:hover {
  color: #6936d3;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  #timeline-container {
    overflow: unset;
    padding: 24px 0 0;
  }
  .timeline {
    margin: 0 auto;
    position: relative;
    left: 0;
    padding-left: 70px;
  }
  .timeline .timeline-item {
    font-size: 12px;
  }
  .timeline .timeline-item:after {
    font-size: 14px;
  }
  .timeline-item:last-child {
    height: auto;
  }
}
/* TIMELINE end */

/*menu*/

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  color: #fff;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item {
  margin: 0 5px 0 40px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child {
  margin-top: 12px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item {
  margin-top: 8px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a {
  font-size: 12px !important;
  /* padding-left: 18px; */
}
#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a:not([href]):hover {
  color: #666;
  cursor: auto;
}

/* #mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a:before { 
    content: '•';
   width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 8px;
  }
 */

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item {
  margin-top: 4px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a {
  font-size: 10px !important;
  padding-left: 20px;
  position: relative;
}

/* 
  #mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a:before { 
    content: '•';
    width: 4px;
    height: 17px;
    position: absolute;
    top: -2px;
    left: 10px;
  }
 */

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a:not([href]):hover {
  color: #222 !important;
  cursor: default;
}

header.header.fixed
  #mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: rgba(105, 54, 211, 1);
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu.mega-menu-item:focus {
  color: #fff !important;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 20px 20px 20px 20px;
}

/*fitur menu*/
#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 200px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background-color: #fff;
  border-radius: 16px;
  top: 40px;
}

.main-layanan:hover {
  background-image: url(images/polygon-sub.png);
  background-repeat: no-repeat;
  background-position: top;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  background: #fff;
  border-radius: 16px !important;
  color: #6b717b;
  font-size: 14px;
  line-height: 18px;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  color: #fff;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #fff;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  color: #fff;
  font-weight: 600;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  width: max-content;
  min-width: 250px;
  top: 52px;
  left: 32px;
  font-size: 12px !important;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu.tentang-krom-menu {
  min-width: 900px !important;
}

header.header.fixed
  #mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 55px;
}

a.mega-menu-link.main-service {
  color: #1f2e45;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

ul.mega-sub-menu::before {
  background-image: url(images/polygon-sub.png);
  background-repeat: no-repeat;
  background-position: top center;
}

#mega-menu-wrap-menu-primary
  #mega-menu-menu-primary
  > li.mega-menu-megamenu.mega-menu-item {
  color: #fff;
}

/*visi misi*/
.content {
  margin-top: 24px;
  display: table;
}

.title-visi {
  color: #1f2e45;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.col-img-content {
  width: 52px;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.wrp-struktur {
  background: #faf9ff;
  border-radius: 16px;
  padding: 24px;
}

.title-organisasi {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
}

.btn-detail-org {
  color: #6936d3;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  background: url(../../../images/icon-lihat-detail.png) no-repeat right;
  padding-right: 30px;
}

.name-board {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1f2e45;
  margin: 24px 0px 4px;
}

.title-boar {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #abadb9;
}

.content-board {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: auto;
  text-align: center;
  color: #6b717b;
  margin-top: 16px;
}
.dewan-komisaris + div .content-board {
  width: 350px;
  padding: 0 40px;
}

.content-board-popup {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #1f2e45;
  margin-top: 16px;
}

a.btn-profil {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 16px 0 80px;
  color: #6936d3;
  text-decoration: none;
  padding: 12px;
}

a.btn-profil:hover {
  color: #1f2e45;
  text-decoration: none;
}

.btn-profil {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 16px 0 88px;
  color: #6936d3;
}

.sub-komite-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #1f2e45;
  margin-bottom: 16px;
}

.carousel-indicators .active {
  background-color: #fff;
  opacity: 0.8;
  border-radius: 10px;
  width: 24px !important;
  height: 12px;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 10px !important;
  margin-left: 6px !important;
  margin-right: 6px !important;
}

tr.total {
  background: #f0ebfb;
  border: 1px solid #f0ebfb;
}

.wrp-social {
  display: flex;
  justify-content: flex-end;
}
.wrp-social a {
  margin-left: 10px;
}
.wrp-social img {
  width: 24px;
}

.header-bg-sub .refferal-header-banner {
  padding-top: 80px;
  text-align: center;
}

.header-bg-sub .refferal-header-text {
  padding-top: 70px;
  padding-bottom: 90px;
}

.header-bg-sub .refferal-header-text .header-bg-sub-title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.header-bg-sub .refferal-header-text .header-bg-refferal-bonus-txt {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
}

.header-bg-sub
  .refferal-header-text
  .header-bg-refferal-bonus-txt
  > span:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}

.header-bg-sub
  .refferal-header-text
  .header-bg-refferal-bonus-txt
  > span:nth-child(2) {
  font-size: 60px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 0;
}

.header-bg-sub
  .refferal-header-text
  .header-bg-refferal-bonus-txt
  > span:nth-child(3) {
  background-color: #fff;
  color: #6936d3;
  padding: 3px 10px;
  border-radius: 40px;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 500;
}

.header-bg-sub .refferal-header-text .header-bg-refferal-txt {
  font-size: 12px;
}

.header-bg-sub .refferal-header-text .header-bg-refferal-txt.term {
  margin-top: 10px;
}
.header-bg-sub .refferal-header-text .header-bg-refferal-txt.download {
  margin-top: 40px;
}

.header-bg-sub .refferal-header-text .header-bg-refferal-txt.download > div {
  margin-top: 10px;
}

.header-bg-sub
  .refferal-header-text
  .header-bg-refferal-txt.download
  > div
  > a {
  margin-right: 8px;
  width: 100px;
}

.header-bg-sub .refferal-header-text .header-bg-referral-code {
  margin-top: 40px;
  width: 300px;
  color: #1f2e45;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #faf9ff;
}

.header-bg-sub .refferal-header-text .header-bg-referral-code span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
}

.header-bg-sub .refferal-header-text .header-bg-referral-code #reff-copy {
  float: right;
  margin-right: 2px;
  margin-top: -12px;
  cursor: pointer;
}

.header-bg-sub
  .refferal-header-text
  .header-bg-referral-code
  .header-bg-refferal-txt {
  color: #6b717b;
}

#referral-bonus {
  padding: 40px 0;
  margin-top: 100px;
}

.list-primary {
  margin-bottom: 40px;
  margin-top: 16px;
}

.list-primary > li {
  margin-bottom: 16px;
  line-height: 27px;
}

.accordion-content a.btn.btn-header-link {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}
.accordion-content .card-faq {
  border-bottom: 1px solid #eaeaea;
}
.accordion-content .card-body-faq p {
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-right: 25px;
  color: #6b717b;
  font-size: 14px;
}

.accordion-content .card-faq .card-header-faq .btn-header-link.collapsed:after {
  content: "\f107";
}

.accordion-content .card-faq .card-header-faq .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  top: 3px;
  position: relative;
}

.list-point {
  padding-left: 48px;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.list-point > li {
  list-style: none;
  display: block;
  position: relative;
}
.list-point > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-point > li > span:first-child {
  position: absolute;
  color: #fff;
  left: -48px;
  margin-top: 4px;
  font-size: 14px;
  width: 29px;
  text-align: center;
  z-index: 3;
}
.list-point > li:before {
  content: "";
  left: -48px;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #6936d3;
  z-index: 2;
}
.list-point > li:not(:last-child):after {
  content: "";
  top: 28px;
  left: -34px;
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #6936d3;
  z-index: 1;
}

.container-medium {
  max-width: 960px !important;
}

.wrp-lps {
  display: flex;
  align-items: center;
}
.wrp-lps img {
  margin-right: 16px;
  width: 80px;
}
.wrp-lps p {
  margin: 0;
  line-height: 13px;
}
.copyright {
  /* padding: 20px 0 0; */
}

#referral-bonus .sub-news-title {
  margin: 0px 0px 80px;
  font-size: 24px;
}
.referral-bonus-point > div:first-child {
  text-align: right;
}
.referral-bonus-point > div:nth-child(2) {
  padding-top: 8px;
}
#syarat-ketentuan .sub-news-title {
  font-size: 24px;
}
#referral-faq .sub-news-title-2 {
  margin-top: 20px;
}
#referral-faq .sub-news-description {
  margin-bottom: 40px;
}
.main-news-content p,
.nav-previous {
  letter-spacing: 0.25px;
}
.content-container .content:first-child {
  margin-top: 16px;
}
.vision-content .content-container:not(:last-child) {
  margin-bottom: 40px;
}
.section-pages.visimisi,
.section-pages.struktur {
  padding: 80px 0;
}
.section-pages.history {
  padding: 60px 0;
}
.section-pages.dewan .sub-news-title {
  margin-bottom: 60px;
}

.member-of {
  margin-top: 8px;
}
.member-of span {
  color: #abadb9;
  font-size: 8px;
  margin-right: 6px;
}
.member-of img {
  width: 55px;
}
.barcode-download {
  width: 50%;
}
.vision-img-main img,
.wrp-img-history img {
  max-width: 440px;
  width: 100%;
}

.vision-img-main {
  text-align: center;
}
.wrp-img-history {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.featurette-image-kebutuhan {
  width: 200px;
}

 {
  display: flex;
}

.calculator-field {
  position: relative;
}

.calculator-field label {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}

.calculator-field select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.calculator-field select + span.dashicons {
  font-size: 17px;
  text-align: center;
  top: 50px;
  right: 16px;
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
}
.calculator-detail {
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.calculator-detail ul {
  padding-left: 26px;
  margin-bottom: 0;
  color: #6b717b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  list-style: none;
  position: relative;
}
.calculator-detail li {
  display: flex;
  justify-content: space-between;
}
.calculator-detail li:not(:last-child) {
  margin-bottom: 8px;
}

.calculator-summary {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

.calculator-desc {
  color: #6b717b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.calculator-desc a {
  color: #6936d3 !important;
}
.calculator-btn {
  border-radius: 30px;
  background: #6936d3;
  padding: 16px 24px;
  text-align: center;
  color: #fff;
  width: 100%;
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.calculator-error {
  color: red;
  font-size: 12px;
  margin-top: 8px;
}

#calculator-interest-modal .container {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
}
#calculator-interest-modal .calculator-interest-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
#calculator-interest-modal .calculator-interest-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 24px;
}
.calculator-interest-wrapper {
  width: 100%;
  overflow-x: auto;
  direction: rtl;
}
.calculator-interest-wrapper img {
  max-width: initial;
}
#calculator-interest-modal .tnc-text {
  font-size: 12px;
  margin-top: 16px;
}
.calculator-interest-desc span {
  margin-left: 8px;
  padding: 8px 16px;
  font-size: 12px;
  color: #6b717b;
  border-radius: 30px;
  cursor: pointer;
}
.calculator-interest-desc span.active {
  color: #6936d3;
  background: #faf9ff;
}
.calculator-interest-wrapper.active {
  display: block;
}
.calculator-interest-wrapper {
  display: none;
}
#calculator-interest-modal .close {
  background: none;
  width: 24px;
  height: 24px;
  top: 40px;
  right: 40px;
  line-height: 0;
}
#calculator-interest-modal .close img {
  width: 100%;
}
#calculator-interest-modal .calculator-interest-desc {
  display: flex;
  flex-direction: row;
}
#download-Modal .close img {
  display: none;
}

.entry-content-main-notification {
  text-align: center;
  max-width: 500px;
  margin: 80px auto;
  padding: 80px 0;
}
.entry-content-main-notification img {
  width: 400px;
  margin-bottom: 24px;
}
.entry-content-main-notification h2 {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 27px;
}
.entry-content-main-notification p {
  font-size: 14px;
  font-weight: 400;
  color: #6b717b;
}
.entry-content-main-notification a,
.entry-content-main-notification a:hover,
.entry-content-main-notification a:active {
  color: #6936d3;
  font-size: 14px;
  text-decoration: none;
}

.card-body-download-links {
  display: flex;
}
.card-body-download-links > a {
  width: 135px;
  margin-right: 15px;
}

.lps-desc span {
  color: #abadb9;
  font-size: 8px;
}

.redirect-button {
  border-radius: 30px;
  background: #6936d3;
  padding: 16px 24px;
  text-align: center;
  color: #fff;
  width: 100%;
  cursor: pointer;
  border: none;
  font-weight: 600;
}
/* kredivo points page */
.kredivo-points-title {
  font-size: 18px;
}

.kredivo-points-body {
  font-size: 14px;
}
.kredivo-points-separator {
  width: 100%;
  height: 10px;
  background-color: #f9f9f9;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kredivo-points-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/*  */

.cashback-hero-image {
  background-color: #6936d3;
}

@media only screen and (min-width: 992px) {
  #calculator-interest-modal .modal-dialog {
    max-width: 930px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .section-six {
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  #mega-menu-wrap-menu-primary #mega-menu-menu-primary > li.mega-menu-item {
    margin: 16px 0 0;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item:first-child {
    margin-top: 32px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    height: 21px;
    line-height: 21px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #1f2e45;
    background: #fff;
    padding: 0;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    li.mega-menu-megamenu.mega-menu-item.mega-toggle-on
    ul.mega-sub-menu {
    width: 100%;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #6936d3;
  }
  #mega-menu-wrap-menu-primary .mega-menu-toggle + #mega-menu-menu-primary {
    background: #fff;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    box-shadow: none;
    padding: 0 8px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    border-left: 1px solid #eaeaea;
    padding: 0 16px 16px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item:first-child {
    margin-top: 16px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item:last-child {
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item:first-child {
    margin-top: 8px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  header.header.fixed
    #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:focus {
    color: #1f2e45;
    background-color: #fff;
  }
  #mega-menu-wrap-menu-primary {
    max-height: 80vh;
    overflow-y: scroll;
    margin: 0 -16px;
    padding: 0 16px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a:before,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a:before {
    content: "";
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu,
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu {
    border-left: 1px solid #eaeaea;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu {
    margin-left: 7px;
    padding-left: 17px;
  }
  #mega-menu-wrap-menu-primary
    #mega-menu-menu-primary
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    > ul.mega-sub-menu {
    margin-left: 6px;
    padding-left: 10px;
  }
  .entry-content-main-notification {
    margin: 24px auto;
    padding: 24px;
  }
  .mob-carousel-banner {
    margin: -40px 0;
    z-index: 1;
    position: relative;
    height: 200vw;
  }
  .carousel-indicators {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    z-index: 99 !important;
    height: 80px;
    align-items: center;
    bottom: 0 !important;
    margin-bottom: 0;
  }
  .section-keuntungan {
    margin-top: 0;
  }
  footer.mainfooter {
    margin-top: 0;
    padding: 24px 9px 16px;
  }
  .footer-bottom {
    padding-left: 0;
  }
  .wrp-social {
    padding-top: 20px;
    justify-content: flex-start;
  }
  .wrp-social a {
    margin-left: 0;
    margin-right: 13px;
  }
  .wrp-social a img {
    width: 24px;
  }
  .wrp-lps {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: flex-start;
  }
  .wrp-lps img {
    margin-right: 16px;
    width: 56px;
  }
  .wrp-lps p {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .wrp-lps span {
    line-height: normal;
    color: #abadb9;
    font-size: 8px;
    letter-spacing: normal;
    display: block;
    margin-top: 8px;
  }
  .layanan-image img,
  .image-trans img {
    width: 240px;
  }
  img.js-home-section-five-image {
    width: 265px;
    display: block;
    margin: 0 auto;
  }
  .vc-faq-home #main {
    margin-top: 60px;
  }
  .card-body-faq {
    margin-top: -8px;
  }
  .card-body-faq p {
    padding-right: 48px;
  }
  .card-body-faq p:last-child {
    padding-bottom: 24px;
  }

  .copyright {
    /* padding: 16px 0 0; */
    font-size: 10px;
  }

  .header-bg-sub .refferal-header-text {
    padding: 40px 40px 8px;
  }
  .header-bg-sub .refferal-header-text .header-bg-sub-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.26px;
    margin-bottom: 24px;
  }
  .header-bg-sub
    .refferal-header-text
    .header-bg-refferal-bonus-txt
    > span:first-child {
    margin-right: 20px;
  }
  .header-bg-sub .refferal-header-text .header-bg-refferal-txt.term {
    margin-top: 8px;
  }
  .header-bg-sub .refferal-header-text .header-bg-refferal-txt.download {
    margin-top: 24px;
  }
  .header-bg-sub .refferal-header-text .header-bg-referral-code {
    margin-top: 24px;
  }
  .header-bg-sub .refferal-header-text .header-bg-referral-code {
    padding: 10px 24px;
    width: 100%;
    max-width: 300px;
  }
  .header-bg-sub .refferal-header-banner {
    padding-top: 0;
    text-align: center;
    height: 200px;
    overflow: hidden;
  }
  .header-bg-sub
    .refferal-header-text
    .header-bg-refferal-bonus-txt
    > span:nth-child(2) {
    font-size: 56px;
  }
  .header-bg-sub .refferal-header-text .header-bg-refferal-txt.download > div {
    margin-top: 8px;
  }
  #referral-what {
    padding: 0 24px;
  }
  #referral-what .sub-news-title-2 {
    margin: 48px 0 24px;
    font-weight: 600;
    font-size: 18px;
  }
  #referral-what .sub-news-description {
    font-weight: 400;
    font-size: 14px;
  }
  #referral-bonus {
    padding: 40px 0;
    margin-top: 48px;
  }
  #referral-bonus .sub-news-title {
    margin: 0px 0px 24px;
    font-size: 18px;
    font-weight: 600;
  }
  .referral-bonus-point > div:first-child {
    text-align: center;
  }
  .referral-bonus-point > div:first-child img {
    max-width: 360px;
    width: 100%;
  }
  .referral-bonus-point > div:nth-child(2) {
    padding: 40px 40px 0;
  }
  #syarat-ketentuan {
    padding: 0 9px;
  }
  #syarat-ketentuan .sub-news-title {
    font-size: 18px;
    text-align: center;
    margin: 64px 0 24px;
  }
  .list-primary {
    margin-bottom: 24px;
  }
  #referral-faq .sub-news-title-2 {
    margin-top: 44px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
  }
  #referral-faq .sub-news-description {
    margin-bottom: 24px;
    font-size: 14px;
  }
  #referral-faq {
    padding: 0 9px;
  }
  #referral-faq .card-header-faq {
    padding: 0;
  }
  #referral-faq a.btn.btn-header-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    white-space: initial;
    padding-right: 24px;
  }
  #referral-faq .card-body-faq p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 16px;
    padding-right: 0;
  }
  #referral-faq
    .accordion-content
    .card-faq
    .card-header-faq
    .btn-header-link:after {
    position: absolute;
    top: 18px;
    right: 7px;
  }
  .header-bg-sub .refferal-header-text .header-bg-refferal-bonus-txt {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .header-bg-sub.refferal .header-bg-sub__head {
    text-align: left;
    background: #6936d3;
  }
  .header-bg-sub__head {
    min-height: 120px;
    text-align: center;
    background: var(
      --linear-purple,
      linear-gradient(155deg, #875fdc 12.28%, #6936d3 76.08%)
    );
  }
  .header-bg-sub__head .header-bg-sub-title {
    font-size: 18px;
  }
  .vision .sub-news-title {
    margin-top: 40px;
  }
  .sub-news-title {
    margin: 0 0 40px;
  }
  .section-pages.narrow {
    padding: 24px 9px 24px;
  }
  .section-pages.narrow .sub-news-title {
    margin-bottom: 24px;
  }
  .struktur .row > div:not(:last-child) .wrp-struktur {
    margin-bottom: 24px;
  }
  .struktur .row > div:last-child .wrp-struktur {
    margin-bottom: 0;
  }
  .section-pages.narrow.dewan .sub-news-title {
    margin-bottom: 40px;
  }
  a.btn-profil {
    margin: 16px 0 40px;
  }
  .sub-news-title.dewan-direksi {
    margin-top: 48px;
  }
  .sub-news-title.sekretaris-perusahaan {
    display: none;
  }
  .sub-komite-title {
    justify-content: center;
  }
  .main-news .bg-news > div {
    flex-direction: column;
  }
  .main-news .images-news {
    text-align: center;
    padding-top: 24px;
  }
  .main-news .bg-news .images-news img {
    border-radius: 8px;
    width: 100%;
  }
  .main-news > div > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .padding-news {
    padding: 0;
  }

  .calculator-container {
    padding: 24px;
  }
  .content-board-popup {
    /* max-height: 260px; */
    overflow-y: auto;
  }

  .calculator-summary {
    font-size: 14px;
    line-height: inherit;
  }
 
  .calculator-detail ul {
    padding-left: 18px;
  }
  #calculator-interest-modal .container {
    padding: 16px 24px;
  }
  #calculator-interest-modal .close {
    width: 16px;
    height: 16px;
    top: 24px;
    right: 24px;
  }
  #calculator-interest-modal .calculator-interest-title {
    padding-right: 16px;
  }
  #calculator-interest-modal .calculator-interest-desc {
    flex-direction: column;
  }
  #calculator-interest-modal .calculator-interest-desc span {
    margin: 0;
    wrap-text: nowrap;
  }
  #calculator-interest-modal #calculator-interest-tab {
    padding-top: 8px;
  }
  .card-body-download {
    padding: 24px;
  }
  #download-Modal .purple {
    display: none;
  }
  #download-Modal .close {
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
  }
  #download-Modal .close img {
    display: block;
    width: 100%;
  }
  .calculator-field select + span.dashicons {
    top: 43px;
  }

  .content-board {
    width: 350px;
    padding: 0 40px;
  }
}



