@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root   {
    --primary-color: #007bd2;
    --black-color: #333;
    --bg-white: #f7f8fd;
    --blue-black: #44454c;
    --sub-color: #58595e;
    --grey-color: #FCFCFD;
    --grey-color-2: #ebebeb;
    --dark-blue-color: #0a63a2;
    --font-title: "Montserrat", sans-serif;
    --font-text: "Poppins", sans-serif;
    --box-shadow: 0 10px 20px rgb(100 150 189 / 10%);
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0 !important;
}

body, a, h1, h2, h3, h4, h5, h6, p, div {
    font-family: var(--font-text);
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.bg-section-white {
    background-color: var(--bg-white);
}

.bg-dark-primary, .two-col .bg-dark-primary {
    background-color: var(--dark-blue-color) !important;
    padding: 11px;
    width: max-content;
}

.bg-white, .section-garansi #point ul li, #section-garansi #point ul li {
    background-color: white;
}

.bg-grey-two {
    background-color: var(--grey-color-2);
}

.bg-grey {
    background-color: var(--grey-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

h1 span {
   font-family: var(--font-title);
}

.font-weight-bold {
    font-weight: 700;
}

.text-white {
    color: white !important;
}

div .text-primary {
    color: var(--primary-color);
}

.text-blue-black {
    color: var(--blue-black);
}

#main div div .mb10 {
    margin-bottom: 10px;
}
#main div div .mt10 {
    margin-top: 10px;
}

#main div div .mr10 {
    margin-right: 10px;
}

#main div div .ml10  {
    margin-left: 10px;
}

#main div div .font-weight-bold {
    font-weight: 700;
}

#main div div .font-weight-normal {
    font-weight: 500;
}

#main div div .text-small  {
    line-height: 1.3;
    font-weight: 700;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#main div div .font-size-40 {
    font-size: 40px;
}

#main div div .font-size-35 {
    font-size: 35px;
}

#main div div .font-size-30 {
    font-size: 30px;
}

#main div div .font-size-25 {
    font-size: 25px;
}

#main div div .font-size-20 {
    font-size: 20px;
}

section#home-section {
    width: 100%;
}

.section-padding {
    padding: 60px 0;
    overflow: hidden;
}

h1.style12, h2.style12, h3.style12, p.style12 {
    color: var(--black-color);
    margin-top: 0;
}

h3.style12.medium-style {
    font-size: 26px;
    font-weight: 600;
    color: var(--black-color);
}

.no-box-shadow {
    box-shadow: none !important;
    border: none !important;
}

.lpr p {
    font-size: 17px;
}

/* Section 1 */
.text-big h1 {
    font-size: 37px;
}

.text-small h3 {
    font-size: 24px;
    line-height: 1.3;
}

.inharga {
    background-color: white;
}

.buttons.style4 li a:hover {
    background-color: white !important;
}
.buttons.style4 li a:hover .label {
    color: var(--primary-color) !important;
}

.buttons.style4 li a .label {
    color: var(--black-color);
}

li {
    list-style-type: none;
}

.gambar-banner img {
    max-width: 800px;
    width: 100%;
}

.gambar-banner {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

.gambar-banner-crop {
    margin-top: 40px;
    margin-bottom: -200px;
    position: relative;
    z-index: 10;
}

.gambar-banner-crop img {
    max-width: 900px;
    width: 100%;
}

.harga p {
    font-size: 25px;
    background-color: var(--dark-blue-color);
    padding: 11px;
}

.logo {
    filter: brightness(0) invert(1);
}

.image.style17 .frame {
    width: 200px;
}

.buttons.style4 li a .label {
    color: var(--primary-color);
}

/* Section 2 */


#point ul li span {
    top: 6px;
}

#point ul li p {
    letter-spacing: 0;
    margin-bottom: 2px;
    font-weight: 600 !important;
    color: var(--black-color);
}

#point ul li {
    padding: 8px 29px 5px;
    border-radius: 7px;
    background-color: #dedede;
    margin-bottom: 18px;
}



/* Section 4 */
.icon-title {
    color: white;
    font-size: 22px;
    line-height: 1.25;
}

.icon-side {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -40px;
    background-color: white;
}

.icon-text {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.icon-component {
    margin-top: 80px;
}

.box-icon {
    margin-bottom: 40px;
    border-radius: 12px;
    min-height: 155px;
}

.icon-component .row {
    max-width: 70rem;
    display: flex;
    flex-wrap: wrap;
}

h4.style12.text-black {
    font-size: 22px;
    line-height: 1.5;
}

.testimonials-content {
    padding: 40px 25px;
    background-color: white;
    margin: 0 12px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.testimonials-content.border-only {
    background-color: transparent;
    border: 5px solid var(--primary-color);
}

.testimonials-desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black-color);
}

#section-testimoni {
    .testimonials-desc {
        font-size: 18px;
        line-height: 1.55;
        font-weight: 500;
        color: var(--black-color);
    }
}

.testimonials-title {
    line-height: 1.3;
    font-size: 23px;
    font-weight: 600;
    margin-top: 22px;
    color: var(--black-color);
}

.youtube {
    width: 75%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.price-tag {
    color: white;
}

#container-9 h4.style12.text-black {
    line-height: 1.6;
}

.harga-paket {
    margin-top: 75px;
}

.panel-title {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 15px;
    display: block;
}

.panel-title {
    background-color: #0c7dcf;
    color: #fff;
}

.display-harga {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    height: 55px;
}

.list-paket-layanan h3.panel-title {
    color: var(--primary-color);
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.panel-komponen {
    padding: 0 10px;
    text-align: center;
}

.list-paket-layanan .panel-komponen .panel-harga-item {
    margin: 0 0 7px 0;
    font-size: 15px;
    color: #474747;
    font-weight: 500;
}

.panel-komponen .panel-harga-item .fa {
    color: var(--primary-color);
    font-size: 12px;
    position: relative;
    top: 0;
    margin-right: 3px;
    text-decoration: none;
}

.harga-formatted {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0 auto;
    text-align: left;
    height: inherit;
}

.harga-formatted .harga {
    font-size: 60px;
    position: relative;
    line-height: 65px;
    display: block;
    float: left;
    top: -7px;
    margin-right: 5px;
}

.harga-formatted .ribuan {
    display: block;
    float: left;
    width: 50px;
}

.harga-formatted .ribuan i:last-child {
    display: block;
    font-style: normal;
}

.harga-formatted .ribuan i:first-child {
    display: block;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}

.panel-title .item-title {
    display: block;
    font-size: 28px;
    padding-top: 12px;
    font-weight: 600;
}

.btn-primary {
    margin: 15px 20px 20px 20px;
    display: block;
    width: calc(100% - 40px);
    text-transform: uppercase;
    background-color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

#popup-form-subscription .btn-primary {
    margin: auto;
    display: block;
    width: 100%;
}

body .paket-layanan-inner {
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    overflow: hidden;
}

.paket-layanan-inner {
    background-color: #fff;
    color: #000;
    padding: 0;
    border: 0 none;
    display: inline-block;
    width: 100%;
}

.list-paket-layanan {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.modal-body p {
    line-height: 1.4;
    font-weight: 400;
    color: var(--black-color);
}

h5#modalTitle {
    font-size: 23px;
    font-weight: 600;
}

button.btn-close {
    display: none;
}

.card-link[aria-expanded="true"] {
    color: white;
}
.card-link {
    text-align: left;
    padding: 20px 30px;
}

.card-body {
    font-size: 16px;
    font-weight: 500;
    color: #545151;
    padding: 20px 30px;
    line-height: 1.4;
    text-align: left;
}

ul.training-list li {
    margin-bottom: 7px;
    padding-left: 10px;
}

ul.training-list {
    text-align: left;
}

.card-body h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.training-list li::marker {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eh-training-title {
    font-weight: 600;
}

.eh-training-desc {
    font-weight: 400;
}

#site-order-catatan {
    font-size: 15px;
    margin-top: 30px;
    padding: 35px;
    text-align: justify;
}

#site-order-catatan {
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #0000001a;
}

#site-order-catatan li {
    margin-bottom: 7px;
    line-height: 1.3;
    list-style: auto;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
}

#site-order-catatan a {
    color: var(--primary-color);
}

#site-order-catatan div {
    margin-bottom: 16px;
    font-size: 23px;
    font-weight: 600;
}

#site-order-catatan ol {
    padding-left: 18px;
}


.icon-image img {
    width: 100%;
}

.icon-image {
    padding: 12px;
}

#container-4 .margin-bottom-title {
    margin-bottom: 40px;
}

span.highlight {
    font-weight: 700;
}

h3.highlight {
    font-family: var(--font-text) ;
}

.section-garansi #point ul li p, #section-garansi #point ul li p {
    color: white;
}


.slick-prev, .slick-next {
    display: none !important;
}

section#section-1::before, #container-4::before, #container-10::before,
#container-13::before, #container-8::before, #container-6::before, .before::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background-size: 100%;
    height: 100%;
    background-image:url("../../img/landing-page-lpr/pattern.png");
    display: block;
}

section#container-5::before{
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-attachment: fixed;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-image: url("../../img/landing-page-lpr/pattern.png");
}

section#section-programming {
    background-image: url('../../img/landing-page/programming.jpg');
    background-size: cover;
}

#section-edukasi-1, .bg-register,  .before-image-1 {
    background-image: url('../../img/landing-page/bg-register.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: bottom;
    display: block;
}

.bg-banner-bot{
    background-image: url('../../img/landing-page-lpr/bg-banner-bot.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

#section-garansi, .bg-faq {
    background-image: url('../../img/landing-page-lpr/bg-guarantee.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.banner-bg-1, .testimoni-bg-1,  .before-image-2 {
    background-image: url('../../img/landing-page/fitur-dukungan.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.cta-final-bg-1, .before-image-3 {
    background-image: url('../../img/landing-page/bg-register.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.primary-before::before {
    background-color: #003560;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    filter: brightness(.95);
    display: block;
}

.section-garansi #point ul li, #section-garansi #point ul li {
    background-color:  var(--dark-blue-color);
}

.section-kendala #point {
    max-width: 775px;
    margin: 0 auto;
}


@media (min-width: 767px){
    .price-tag {
        font-size: 34px;
    }
}


@media (max-width: 991px){

    .youtube {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    #site-order-catatan li {
        text-align: left !important;
        line-height: 1.4;
        margin-bottom: 17px;
    }
    div#faq-content {
        width: 100%;
    }

    #point ul li {
        padding: 10px;
    }
}

@media (max-width: 768px){

    h3.desc-text {
        line-height: 1.4;
    }

    section#container-8 {
        padding-bottom: 60px;
    }

    .price-tag {
        font-size: 24px;
    }

    #main div div .font-size-20 {
        line-height: 1.4;
    }

    h2.heading.style12 {
        padding: 0 15px;
    }

    h3.style12.medium-style {
        margin-bottom: 31px !important;
        line-height: 1.5;
        padding: 0;
    }

    .section-padding {
        padding: 60px 0;
        overflow: hidden;
    }

    .icon-title {
        color: white;
        font-size: 24px;
        line-height: 1.25;
    }

    .testimonials-content {
        padding: 20px 15px;
    }

    .testimonials-title {
        line-height: 1.4;
    }

    h4.style12.text-black {
        font-size: 18px;
    }

}

@media (max-width: 552px){

    .front-yt-video {
        padding-top: 61% !important;
    }

    .two-col.lp-icon-2 #point i {
        top: -15px;
    }

    .two-col .p-section {
        text-align: center;
    }

    .two-col .gambar-banner {
        width: 484px;
        transform: translateX(-50%);
        transform: none;
        left: 62%;
        left: 0;
        margin-bottom: -19px;
    }

    #point.style11 {
        padding: 0 20px;
    }

    .buttons.style4 li a {
        letter-spacing: .15rem;
        padding: 15px 8px;
    }

    .card-link {
        font-size: 18px;
    }

    h3.style12.medium-style {
        font-size: 20px;
    }

    .testimonials-content {
        padding: 20px;
    }

    .two-col .text-big h1 span {
        font-size: 28px;
    }

    .text-big h1 span {
        font-size: 30px;
    }

    .text-small h3 {
        font-size: 17px;
    }

    #site-order-catatan li {
        font-size: 18px;
    }

    #point ul li p {
        margin-bottom: 9px;
        top: 4px;
    }

    section#container-13 {
        padding-bottom: 60px;
    }
}

.buttons.style4 li a .label {
    padding-left: 4px;
}

.buttons li a i {
    color: var(--primary-color);
    bottom: 1px;
    position: relative;
    left: 4px;
    font-weight: 600;
}

section.container-paket .bg-white .buttons.style4 li a:hover i.fa.fa-whatsapp {
    color: var(--primary-color);
}

section.container-paket .bg-white i.fa.fa-whatsapp {
    color: white;
}


/* Overried Landing Page Default */

/* Reset  */
section h3 {
    line-height: inherit;
}

section {
    padding-top: unset;
    padding-bottom: unset;
    font-size: unset;
    line-height: unset;
    position: relative;
}

#body-lp-0 p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}

.p-section {
    line-height: 1.554;
    text-align: left;
}
.p-section-center p {
    text-align: center;
}

#section-solusi .video-solusi {
    max-width: 900px;
}

.olp-guarantee-img img {
    width: 100%;
    height: auto;
    max-width: 490px;
}

.olp-text-guarantee p:last-child {
    margin: 0;
}

.olp-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.olp-column {
    flex-direction: column;
}

.bg-grey {
    background-color: var(--grey-color) !important;
}

.olp-title-banner {
    font-family: var(--font-title);
    font-weight: 700;
}

.overlay-index {
    z-index: 2;
    position: relative;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3 {
    color: white;
}

.overlay {
    background-color: #003560;
    opacity: .9;
    filter: brightness(.95);
}

.olp-content-text {
    margin-bottom: 50px;
}

.item-problem-title {
    font-size: 23px;
    margin-bottom: 13px;
    font-weight: 700;
    font-family: var(--font-title);
}

/* Akhir Reset */


body#body-lp-0 header h1, body#body-lp-1 header h1, body#body-lp-2 header h1 {
    text-shadow: none;
    font-weight: 600;
}

body#body-lp-0 header p, body#body-lp-1 header p, body#body-lp-2 header p {
    text-shadow: none;
}

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

h3.olp-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
    font-family: var(--font-title);
    display: block;
    color: var(--black-color);
}

.poin-olp-1 ul {
    padding: 0;
    margin: 0;
}

.poin-olp-1 li {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    display: flex;
    gap: 0 10px;
    padding: 0 0 13px;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
}

.poin-olp-1.border-white li {
    border-bottom: 1px solid #fafafa0d;
}

.poin-olp-1 li:not(:last-child) {
    margin-bottom: 15px;

}

.poin-olp-1 p {
    margin: 0;
}

.poin-olp-1 span {
    font-size: 15px;
}

.poin-olp-1 p {
    text-align: left;
    font-size: 16px;
}

.olp-content-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 10px;
}

.olp-content-img.four img {
    height: 388px;
}


body#body-lp-0 #section-banner .video-solusi {
    padding: 0 15px;
}

#section-banner img#logo {
    max-height: 80px;
    width: auto;
}

#section-mobile-apps #image-mobile-apps {
    position: absolute;
    left: 0;
    top: -42px;
    width: 50%;
    height: calc(100% + 115px);
    background-image: url(../../img/landing-page-lpr/mockup-phone-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 2;
    background-size: 75% auto;
}

.item-problem i {
    font-size: 53px;
    margin-bottom: 16px;
}

#sec-fitur-lengkap {

    .benefit-item .benefit-description .benefit-title {
        font-weight: 700;
        color: white;
        text-transform: none;
        margin-bottom: 9px;
        padding-left: 7px;
        text-align: left;
        border: none;
        font-size: 17px;
        font-family: var(--font-title);
    }

    .benefit-item .benefit-description {
        display: block;
        float: left;
        width: calc(100% - 61px);
        background-color: var(--dark-blue-color);
        padding: 10px 13px 16px;
        border-radius: 0 11px 11px;
    }

    .olp-card-icon {
        position: relative;
        display: block;
        height: auto;
        background-color: white;
        padding: 7px;
        border-radius: 10px 0 10px 10px;
        width: max-content;
        float: left;
    }

    .benefit-content a {
        color: white;
        text-decoration: underline;
        font-weight: 600;
    }
}

/* OLP Query */

@media (min-width: 1200px){
    .container {
        width: 1220px;
    }

    .p-10 {
        padding: 0 10%;
    }

    .p-5 {
        padding: 0 5%;
    }
}

/* Akhir OLP Query */

/* CSS Template Rivaldi */

#main > section {
    width: 100%;
}

.w-content {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.w-auto{width: auto !important;}
.w-full {width: 100% !important;}
#point.li-white li {background-color: var(--primary-color); padding: 8px 15px 5px;}
#point.li-white li p {color: white;}
#point.li-white i {
    font-size: 21px;
    bottom: -5px;
    position: relative;
    margin-right: 4px;
    color: #16f216;
    height: 21px;
}

h2.lpr-title-heading {
    font-weight: 700;
    font-size: 35px;
    font-family: var(--font-title);
    color: var(--black-color);
}

h3.lpr-subtitle-heading {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.44;
    font-family: var(--font-text);
    color: var(--sub-color);
}

a.button.btn-lpr {
    display: inline-flex;
    text-decoration: none;
    line-height: 3.75rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 .5rem .625rem 0 rgb(0 0 0 / .141);
    transition: transform 0.25s ease,color 0.25s ease,background-color 0.25s ease,border-color 0.25s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.button.btn-lpr:hover {
    transform:scale(1.1);
}

a.button.btn-lpr.text-primary:hover {
    color: var(--primary-color);
}

.image-logo {
    width: 200px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;

    .logo {
        filter: brightness(0) invert(1);
        width: 100%;
        height: auto;
    }
}

#section-kendala #point p {
    font-size: 18px;
    font-weight: 500 !important;
}

#section-kendala #point.custom p {
    font-size: 22px;
}

.btn-sosmed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 7px;
}

.btn-sosmed i {
    font-weight: 700;
    font-size: 23px;
}

#section-harga #site-order-catatan li {
    font-weight: 400;
    font-size: 19px;
    font-family: var(--font-text);
}

#section-garansi #point span {
    font-size: 24px;
}

#section-faq #faq-content p {
    font-weight: 400;
    line-height: 1.54;
    text-align: justify;
}

#faq-content [class*="fa fa-angle"] {
    font-size: 26px;
    font-weight: 800;
}

div > img {
    position:relative;
    width: 100%;
    height: auto;
}

.edukasi-2-img {
    position: relative;
    width: 90%;
    margin: 22px auto;
    margin-bottom: -190px;
    margin-top: 25px !important;
}


#section-kendala {

    #point.style1 ul li {
        background-color: white;
    }

    #point ul li {
        align-items: flex-start;
        padding: 8px 10px 5px;
        border-radius: 7px;
        background-color: #dedede;
        margin-bottom: 18px;
    }

    #point ul li:last-child {
        margin-bottom: 0;
    }

    #point ul li span {
        top : 7.5px;
    }

    #point ul.style-line li {
        align-items: center;
        padding: 14px 10px 12px;
        background-color: #ffffff;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .icon-no {
        font-size: 24px;
        align-self: flex-start;
        margin-right: 9px;
    }
}

@media (min-width: 992px){

    .desktop-p-100 {
        padding: 100px 0;
    }

    .img-kendala img {
        height: 417px;
        object-fit: cover;
        border-radius: 12px;
    }

    #section-solusi-1 .p-section-center.mb30.p-10 {
        padding: 0;
    }

    #section-solusi-1 h3.olp-title, #section-solusi-1 div > p {
        text-align: left;
    }

}

@media (max-width: 991px) {

    .p-mobile-10 {
        padding: 0 15px;
    }

    .two-col .bg-dark-primary {
        display: block;
        margin: 30px auto 0;
    }

    .two-col .row {
        display: flex;
        flex-direction: column;
    }

    .two-col .row [class^="col"] {
        width: 100%;
    }
    .w-content {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    #section-kendala .row.olp-flex {
        flex-direction: column;
        gap: 20px 0;
    }
    #section-kendala .row.olp-flex .col-sm-6 {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1024px){
    .w-content {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .img-kendala img {
        height: 545px;
        object-fit: cover;
        border-radius: 12px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .sm-direction-column {
        flex-direction: column;
    }

    .front-yt-video {
        width: 71%;
    }
}

@media (min-width: 553px) and (max-width: 768px) {
    #point ul li span {
        top: 10px;
    }

    .front-yt-video {
        width: 71%;
    }
}

@media (max-width: 768px) {

    .direction-mobile-column {
        flex-direction: column;
    }

    #point ul li {
        width: 100%;
    }

    a.button.btn-lpr {
        padding: 0 20px;
        font-size: 14px;
    }

    .btn-sosmed {
        gap: 0 7px;
    }

    h2.lpr-title-heading {
        font-weight: 700;
        line-height: 1.47;
        text-align: center !important;
    }
}

.custom-m-bot {
    margin-bottom: -155px;
}


/* Two Columns */

@media (min-width: 1024px) {

    .two-col #point ul li p {
        font-size: 18px;
    }

    .two-col #point ul li {
        padding: 6px 14px;
    }

    a.button.btn-small.btn-lpr {
        font-size: 15px;
        padding: 0 22px;
        line-height: 3.5;
    }

    h1.font-size-45 {
        font-size: 45px;
    }

    .desc-text {
        font-size: 18px !important;
        line-height: 1.3 !important;
        font-weight: 400 !important;
        top: 25px;
    }

    .two-col [class^="col-"] .image-logo {
        margin: 0;
    }

    .two-col [class^="col-"] .text-big h1 {
        text-align: left;
        font-size: 27px;
        line-height: 1.4;
    }

    .two-col [class^="col-"] .text-small h3, .two-col [class^="col-"] h3.lpr-subtitle-heading {
        line-height: 1.4;
        font-weight: 500;
        width: 100%;
        text-align: left;
        font-size: 19px;
    }

    .two-col [class^="col-"] .button-banner {
        text-align: left;
    }

    .text-left-lg {
        text-align: left !important;
    }

    .text-left-lg.ml-0 {
        margin-left: 0;
    }

    .two-col [class^="col-"] .edukasi-2-img {
        width: 856px;
        left: -26px;
    }

    .two-col [class^="col-"] .gambar-banner {
        width: 950px;
        top: -55px;
        left: -60px;
        margin-bottom: -81px;
    }

    .two-col .edukasi-2-img {
        width: 100%;
        margin-bottom: -121px;
    }

}

.two-col .edukasi-2-img {
    position: relative;
    width: 100%;
}

#section-faq.lp-style-2 {

    .card {
        background-color: white;
        border-bottom: 1px solid #e5e5e5;
        -webkit-border-radius: 0;
        margin-bottom: 0;
    }

    .card-body {
        background-color: #f4f4f4;
    }

    .card-link[aria-expanded="true"] {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
}

.two-col.lp-icon-2 #point i {
    font-size: 21px;
    bottom: 3.5px;
    position: relative;
    margin-right: 4px;
    color: red;
}

.lpr-card .lpr-card-icon i {
    font-size: 45px;
    color: #ff3030;
}

.lpr-wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lpr-grid-column {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 10px;
}

.lpr-card-title h3 {
    margin: 10px 0 8px;
    font-size: 20px;
}

.lpr-card {
    padding: 20px 12px;
    background-color: var(--dark-blue-color);
    margin-bottom: 25px;
    border-radius: 11px;
}

.lpr-card-desc p {
    font-size: 16px;
    line-height: 1.4;
}

.video-solusi.lp3 {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

.banner-content-lp3 {
    text-align: center;
}

.container .two-col {
    padding-right: 35px;
    padding-left: 50px;
    border-radius: 18px;
}

@media (max-width: 552px) {

    #section-kendala #point.custom p {
        font-size: 17px;
    }
    #point ul li span {
        top: 10px;
    }

    .container .two-col {
        padding-right: 5px;
        padding-left: 5px;
        border-radius: 18px;
    }

    .icon-no {
        top: 6px;
        position: relative;
    }

    .custom-m-bot {
        margin-bottom: -90px;
    }

    .lpr-grid-column {
        grid-template-columns: auto !important;
    }

    body #list-logo-client-frontend {
        background-color: #fff;
        padding: 50px 0;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

    h2.lpr-title-heading {
        font-weight: 700;
        line-height: 1.3;
        font-size: 21px;
        font-family: var(--font-title);
        color: var(--black-color);
    }

    .new-style h2.lpr-title-heading {
        font-size: 24px;
    }

    .edukasi-2-img {
        position: relative;
        width: 100%;
        margin: 22px auto;
        margin-bottom: -95px;
        margin-top: 25px !important;
        transform: scale(1.2);
    }

    .two-col .edukasi-2-img {
        position: relative;
        width: 100%;
        margin: 22px auto;
        margin-bottom: -81px;
        margin-top: 6px !important;
    }
}

@media (max-width: 378px ) {
    a.button.btn-lpr {
        padding: 0 15px;
        font-size: 13px;
    }
}

#dcta-subtitle {
    display: none;
}

body #list-logo-client-frontend .list-logo-client-separator {
    height: 100px;
    position: relative;
    white-space: nowrap;
}

#list-logo-client-frontend .list-logo-client-separator {
    display: inline-block;
    margin-bottom: 10px;
    width: 100% !important;
}

#daftar-client-title-area h2.title-text {
    display: none;
}

body #list-logo-client-frontend {
    background-color: #fff;
    padding: 50px 0 0;
}

body #list-logo-client-frontend .list-logo-client-item {
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0 none !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    display: inline-block !important;
    width: 120px !important;
    height: 80px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body #list-logo-client-frontend .list-logo-client-separator {
    height: 100px;
    position: relative;
    white-space: nowrap;
}

body #list-logo-client-frontend {
    background-color: #fff;
    padding: 10px 0 0;
    margin-top: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.front-yt-video {
    width: 100%;
    padding-top: 42%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 7px #00000059;
    max-width: 800px;
    margin: 30px auto 0;
}

.front-yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.highlight.text-white.bg-primary.round {
    padding: 7px;
    border-radius: 7px;
    margin-left: 5px;
}

.only-mobile-show {
    display: none;
}

@media(max-width: 552px){
    h3.default-text.font-weight-normal.p-10.mb30 {
        font-size: 19px;
        line-height: 1.75;
    }

    .text-big h1 {
        font-size: 31px;
    }

    .text-big h1 span {
        font-size: 30px;
    }

    .mobile-hidden {
        display: none;
    }

    .only-mobile-show {
        display: block;
    }

    body #list-logo-client-frontend .list-logo-client-item {
        margin-left: 10px !important;
        margin-right: 40px !important;
        display: inline-block !important;
        width: 122px !important;
        height: 80px !important;
    }
}

@media(max-width: 425px) and (min-width: 380px){
    body #list-logo-client-frontend .list-logo-client-item {
        margin-left: 32px !important;
        margin-right: 35px !important;
        display: inline-block !important;
        width: 130px !important;
        height: 80px !important;
    }
}

#point.li-white li.bg-white {
    background-color: white !important;
}

#point.li-white li.bg-white p {
    color: #333 !important;
}

.float{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: none;
    z-index: 100;

    i {
        color: white ;
        transition: .4s ease;
    }
}


.float:hover i {
    color: white !important;
    transform: scale(1.1);
    transition: .4s ease;
}

.my-float{
    margin-top:16px;
}

#frame-hp.iphone {
    width: 430px;
    margin-left: -215px;
    height: 932px;
}

#frame-hp {
    position: relative;
    left: 50%;
    bottom: 20px;
}

#device-outer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

#iframe-capture.iphone {
    /*left: 0;*/
    /*top: 10px;*/
    /*width: calc(100% - 16px);*/
    /*border-radius: 65px;*/
    /*height: calc(100% - 15px);*/
    /*padding-top: 45px;*/
    /*padding-bottom: 10px;*/
    /*z-index: 200;*/
    /*position: relative;*/

    left: 0;
    top: -6px;
    width: calc(100% - 21px);
    border-radius: 60px;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 10px;
    z-index: 200;
    position: relative;
}

div#container-frame {
    transform: scale(.7);
    margin-top: -114px;
    margin-bottom: -247px;
}

.new-style .bg-register::before {
    background-color: white;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 0;
    opacity: .95;
    display: block;
}

@media (max-width: 552px) {
    div#container-frame {
        transform: scale(.7);
        position: relative;
        top: 0;
        margin-bottom: -250px;
    }
}


@media (min-width: 1600px) {
    a.button.btn-lpr {
        line-height: 2.75rem;
    }
}

#point.style2 .icon-no {
    top: 6px;
    position: relative;
    font-size: 15px;
}

.card-keuntungan {
    background: #FCFCFD;
    border: 1px solid #EAECF0;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 24px 0;
    align-items: center;
}

.card-keuntungan img {
    width: 44px;
}

.title-card-keuntungan {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.26;
}

.card-keuntungan:hover {
    box-shadow:0 32px 64px -12px #10182824
}

.urutan {
    ol {
        list-style-type: none;
        counter-reset: ordered;
        margin-left: 0;
        position: relative;
    }

    ol::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 160px;
        background-color: var(--primary-color);
        left: 16px;
    }

    li {
        margin-bottom: 20px;
        color: white;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        display: flex;
    }

    li::before {
        border: none;
        background-color: var(--primary-color);
        border-radius: 50%;
        color: white;
        content: counter(ordered);
        counter-increment: ordered;
        display: block;
        font-weight: 100;
        margin-left: 0;
        margin-top: -5px;
        margin-right: 10px;
        padding: 7px 12px;
        position: relative;
    }

    h3.lpr-subtitle-heading {
        margin: 0;
    }
}

iframe#instagram-embed-0 {
    height: 612px;
    margin: 0 auto !important;
    width: calc(77% - 2px) !important;
}

li::before {
    height: 35px;
    width: revert;
}

.tgs .gambar-banner-crop img {
    max-width: 700px;
    width: 100%;
}

@media (max-width: 552px) {

    #section-solusi .col-md-3.col-xs-6:nth-child(odd){
        padding-right: 7.5px;
    }

    #section-solusi .col-md-3.col-xs-6:nth-child(even) {
        padding-left: 7.5px;
    }

    iframe#instagram-embed-0 {
        height: 505px;
        margin: 0 auto !important;
        width: calc(77% - 2px) !important;
    }

    ol::before {
        height: 234px;
    }

    .urutan {
        margin-bottom: 40px;
    }

    .card-keuntungan {
        margin-bottom: 18px;
        padding: 20px;

    }

    .urutan {

        ol::before {
            height: 212px;
        }

        li::before {
            border: none;
            background-color: var(--primary-color);
            border-radius: 50%;
            color: white;
            content: counter(ordered);
            counter-increment: ordered;
            display: block;
            font-weight: 100;
            margin-left: 0;
            margin-top: -5px;
            margin-right: 10px;
            padding: 7px 12px;
            position: relative;
            height: 35px;
            width: revert;
        }
    }

    .urutan h3.lpr-subtitle-heading {
        text-align: left;
        font-size: 17px;
    }

    .tgs h2.lpr-title-heading {
        font-weight: 700;
        line-height: 1.3;
        font-size: 24px;
    }

    .title-card-keuntungan {
        font-size: 16px;
        line-height: 1.26;
    }

    .text-big h1.only-mobile-show span {
        font-size: 26px;
    }

    .tgs a.button.btn-lpr {
        line-height: 3rem;
    }

    h3.default-text.text-white.font-weight-normal.only-mobile-show {
        line-height: 1.5;
        font-size: 16px;
    }
}
.icon-card-keuntungan div {
    font-size: 34px;
    margin-bottom: 10px;
}

.card-keuntungan.warning {
    padding: 22px;
}

.new-style .card-keuntungan {
    gap: 8px;
}

.card-keuntungan p {
    line-height: 1.5;
}

.new-style {
    .card-keuntungan {
        gap: 8px;
        align-items: flex-start;
    }
    .title-card-keuntungan {
        text-align: left;
    }
    .card-keuntungan p {
        text-align: left;
    }
}

.wrap {
    flex-wrap: wrap;
}

.olp-flex.wrap .col-md-6.col-xs-12 {
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #section-kendala .row.olp-flex.wrap {
        flex-direction: column;
        gap: 0;
    }
    .new-style {
        .title-card-keuntungan {
            font-size: 18px;
        }
    }
    .card-keuntungan.warning p, .new-style .card-keuntungan p {
        font-size: 16px;
    }
}

@media (max-width: 552px) {
    .olp-flex.wrap .col-md-6.col-xs-12 {
        margin-bottom: 0;
    }
    .new-style  {
        .title-card-keuntungan {
            padding-left: 48px;
        }
        .icon-card-keuntungan {
            margin-bottom: -54px;
        }
        .except {
            margin-bottom: -44px;
        }
    }
}


