/*----- Reset ------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
q: before, q: after {
    content: '';
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*-----------------*/

/*----- Main ------*/
@font-face {
  font-family: 'Aller-Regular';
  src: url('./fonts/aller/Aller-Regular.svg#Aller-Regular') format('svg'),
       url('./fonts/aller/Aller-Regular.ttf') format('truetype'),
       url('./fonts/aller/Aller-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.middle-grey {
    color: #8998aa;
}
a {
    text-decoration: none;
    color: #0077c0;
}
html, body {
  overflow-x:hidden 
} 
body {
    background: #fff;
    color: #6b7c93;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    min-width: 320px;
}
#header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 70px;
    min-width: 320px;
    z-index: 10;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.sticky {
    background: #fff;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}
.container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 85%;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 100%;
}
.wrap-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.wrap-block {
    display: block;
    position: relative;
    margin: 0 auto;
}
.logo {
    float: left;
    height: 50px;
    position: relative;
    width: 150px;
    z-index: 99;
}
.logo img{
    margin: 14px 0;
    width: 100%;
}
.menus {
    float: right;
    height: 50px;
    /*width: 300px;*/
}
.menus nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    text-align: right;
}
.menus ul li {
    display: inline-block;
    margin: 0 18px;
}
.menus ul li a {
    color: #0077c0;
    text-decoration: none;
}
.mobile-menu {
    width: 30px;
    height: 30px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(10px,30%);
}
.mobile-menu span {
    width: 80%;
    height: 2px;
    background: #ccc;
    display: block;
    margin: 3px 0;
}
section {
    /*margin-bottom: 30px; */
    margin-bottom: 0px;
    width: 100%;
}
#section-9 {
    background: url(img/backGround9.svg) #F6F9FC center top no-repeat;
    background-size: cover;
    margin-bottom: 0;
    /*margin-left: -7.5vw !important;*/
    margin-top: -100px;
    padding: 150px 0 0;
    width: 100vw;
}
#section-7 {
    background: #F6F9FC;
    /*margin-left: -7.5vw !important;*/
    padding: 0 0 100px;
    width: 100vw;
}
#section-6 {
    background: #F6F9FC;
    /*margin-left: -7.5vw !important;*/
    padding: 100px 0;
    width: 100vw;
}
#section-5 {
    background: url(img/backGround5.svg) #F6F9FC center top no-repeat;
    background-size: 100%;
    padding: 20px 0 30px;
    /*margin-left: -7.5vw !important;*/
    width: 100vw;
}
#section-1 {
    padding: 100px 0;
}
.row-col-flex {
    display: flex;
    justify-content: space-between;
}
.row-col-block {
    display: block;
}
.col-flex {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 10px;
}
.col-6 {
	display:inline-block;
    height: 300px;
    position: relative;
    width: 16%;
}
.col-5 {
	display:inline-block;
    height: 300px;
    position: relative;
    width: 19%;
}
.col-4 {
	display:inline-block;
    height: 300px;
    position: relative;
    width: 24%;
}
.col-3 {
	display:inline-block;
    position: relative;
    width: 32%;
}
.col-2 {
	display:inline-block;
    position: relative;
    width: 49%;
}
.col-1 {
	display:inline-block;
    margin: 2px;
    position: relative;
    width: 100%;
}
.shape-banner {
    background: url("./img/backGround1.svg") no-repeat right;
    height: 80vw;
    position: absolute;
    right: -42%;
    top:-55%;
    width: 100%;
    z-index: 1;
    /*-webkit-animation: banner-shape-anim 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: banner-shape-anim 4s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
.banner-desc {
    width: 100%; 
    z-index: 5;
    /*-webkit-animation: banner-desc-anim 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: banner-desc-anim 4s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
.banner-desc h1 {
    color: #0077c0;
    font-size: 46px;  
    font-weight: bold;
    line-height: 56px; 
    margin-bottom: 20px;
}
.banner-desc h2 {
    font-size: 28px;  
    line-height: 32px; 
    margin-bottom: 40px;
}
.banner-desc p {
    font-size: 18px;
    margin: 20px 0;
}
.digital-store a {
    margin: 0 10px 0 0;
}
.digital-store li:first-child {
    margin-right: 10px;
}
.digital-store li:first-child img {
    width: 150px
}
.digital-store li:last-child img {
    width: 145px
}
.digital-store-bottom a {
    margin: 0 14px 0;
    text-decoration: none;
}
.digital-store-bottom a:first-child img {
    width: 120px
}
.digital-store-bottom a:last-child img {
    width: 115px
}
.phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 5;
    /*-webkit-animation: phone-anim 3s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: phone-anim 3s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
.phone-img {
    max-width: 350px;
    width: 22.4vw;
}
.phone-video {
    max-width: 318px;
    width: 20.2vw;
    position: absolute;
    transform: translate(-1px, -5px);
}
.content-image {
    width: 100%;
}
.content-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.content-title h3 {
    color: #2478b4;
    font-size: 22px;
}
.content-desc {
    display: block;
}
.content-desc p {
    color: #6b7c93;
    font-size: 19px;
    line-height: 30px;
    margin: 32px 0;
}
.content-icon {
    margin: 0 40px 0 0;
    width: 50px;
}
.number-icon {
    width: 48px;
}
.menu-close {
    display: none;
}
footer {
    background-color: #F6F9FC;
    background-image: url(img/backGround11.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    width: 100%;
}
.footer-menus {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-col {
    margin-left: 6vw;
    text-align: left;
}
.foot-col:first-child {
    margin-left: 1vw;
}
.foot-col h3 {
    color: #8998aa;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}
.foot-col ul li {
    margin-bottom: 14px;
}
.foot-col a {
    font-size: 15px;
    color: #8998aa;
}
.foot-col a img {
    margin-right: 4px;
    width: 14px;
}
@-webkit-keyframes phone-anim {
    0% {
        margin-left: -74%;
        position: relative;
        margin-top: 80%;
        z-index: 9;
    }
    30% {
        margin-left: -74%;
        margin-top: 0;
    }
    100%{ 
        height: auto;
        margin-left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9;
    }
}
@-webkit-keyframes banner-desc-anim {
    0% {
        right: -74%;
        opacity: 0;
        position: relative;
        z-index: 9;
    }
    50% {
        opacity: 0;
        right: -74%;
    }
    100%{ 
        height: auto;
        right: 0;
        opacity: 1;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9;
    }
}
@-webkit-keyframes banner-shape-anim {
    0% {
        top: -140%;
    }
    40% {
        top: -140%;
    }
    100%{ 
        top: -55%;
    }
}
@-webkit-keyframes close-menu {
    0% { top: 0;}
    100%{ top: -100%;}
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.img-sample {
    height: 500px;
}
.text-sample {
    height: 300px;
}
.box-sample {
    height: 200px;
}
.content-center {
    margin: 0 auto 30px;
    width: 100%;
}
.shadow-box {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    border-radius: 15px;
    color: #6b7c93;
    line-height: 25px;
    margin: 0 auto;
    min-height: 140px;
    padding: 24px 20px 20px 45px;
    text-align: center;
    width: 220px;
}
.shadow-box h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.shadow-box p {
    font-weight: 300;
}
.steps-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.steps-box {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    padding: 24px 34px;
    width: calc((100% - 200px) / 2);
}
.steps-pic {
    margin: 0 40px 0 0;
}
.steps-pic img {
    max-width: none;
    width: 60px;
}
.steps-desc {
    line-height: 25px;
    text-align: left;
}
.steps-desc h5 {
    font-weight: bold;
}
.steps-desc p {
    font-weight: 300;
}
.box-number {
    left: 50%;
    margin-left: -168px;
    position: absolute;
    top: 25px;
}
.col-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    margin: 0 12%;
    padding: 40px;
}
.col-box h2 {
    color: #0077c0;
    font-size: 32px;
    margin-bottom: 28px;
}
.contact {
    width: 100%;
}
.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}
.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px 50px 20px 0;
    border-top: 1px solid #ecf1f5;
    font-size: 17px;
    font-weight: normal;
    color: #6b7c93;
    cursor: pointer;
}
.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    color: #0077c0;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: #0077c0;
}
.accordion-container .content-entry i {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 12px;
    font-size: 20px;
    font-style: normal;
    color: #6b7c93;
}
.accordion-container .content-entry i:before {
    content: "+ ";
}
.accordion-container .content-entry.open i:before {
    content: "- ";
    color: #0077c0;
}
.accordion-content {
    display: none;
    padding: 20px 0;
}
#content {
    width: 100%;
}
.accordion-container, #description {
    width: 100%;
    margin: 0 auto;
}
#description p {
    line-height: 1.5;
}
#description h2 {
    text-align: center;
}
.accrodion-show {
    display: block;
}
.accordion-border-bottom {
    border-bottom: 1px solid #ecf1f5;
}
.see-more {
    margin: 30px 0;
}
.see-more a {
    color: #0077c0;
    margin-right: 8px;
    text-decoration: none;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.see-more a:hover {
    margin-right: 12px;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.bottom-foot-wrap {
    background: #fff;
    width: 100%;
}
.bottom-foot {
    background: #fff;
    max-width: 1140px;
    width: 85%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
}

.foot-small-note {
    background: #fff;
    max-width: 1140px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
	flex-direction: column;
	padding: 20px 0 50px 0;
} 
.foot-small-note p {
	width: 98.6%;
	margin: 0 auto;
	font-size: 14px;
}
.foot-small-note p + p {
	margin-top: 10px;
} 

.bottom-foot-col {
    color: #333;
    display: flex;
}
.bottom-foot .bottom-foot-col:first-child {
    font-size: 14px;
    margin: 20px 0 24px 0;
    height: 30px;
    align-items: flex-end;
    justify-content: flex-start;
}
.bottom-foot .bottom-foot-col:first-child img {
    margin-right: 10px;
}
.bottom-foot .bottom-foot-col:last-child {
    color: #333;
    height: 30px;
    margin: 20px 0 24px 0;
    justify-content: flex-end;
    font-family: 'Aller-Regular';
    font-size: 14px;
    font-weight: bolder;
    align-items: flex-end;
}
.bottom-foot .bottom-foot-col:last-child img {
    margin: 0 8px;
}
.privacy-policy, .terms-conditions {
    background: #fff;
    border: solid 1px #ededed;
    border-radius: 5px;
    line-height: 24px;
    margin-bottom: 100px;
    padding: 25px;
}
.privacy-policy h2, .terms-conditions h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
}
.privacy-policy h4, .terms-conditions h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0;
}
.privacy-policy ul li, .terms-conditions ul li {
    margin-left: 24px;
}
.privacy-policy ul li::before, .terms-conditions ul li::before {
    content: "\2022";  
    font-size: 18px;
    font-weight: bold; 
    float: left; 
    width: 1em; 
    margin-left: -1em; 
}
.terms-conditions ul li ul li::before {
    content: "";  
}
.terms-conditions ul li ul li {
    list-style: circle;
}
.terms-conditions ul li ul li ul li{
    list-style: square;
}
.terms-conditions b {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0;
}
.terms-conditions > p {
    margin: 14px 0;
}
.terms-conditions ul li > ul li > p {
    margin: 14px 0;
}
.affiliate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.affiliate a img {
    margin: 0 28px;
    width: 100px;
}
.affiliate a:nth-child(2) img {
    width: 140px;
}
/*.scale-zoom-out {
    transform: scaleX(0.9) scaleY(0.98);
    transform-origin: top;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.scale-zoom-in {
    transform: scale(1);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}*/
.margin-min-22 {
    margin-left: -22%;
}
.margin-min-18 {
    margin-left: -18%;
}
.inline-desk {
    display: inline-block;
    vertical-align: top;
}
.padding-right-30-desk {
    padding-right: 30px;
}
.padding-left-30-desk {
    padding-left: 30px;
}

/*-----------------*/

/*----- Common ------*/
.margin-auto{margin: 0 auto;}
.relative{position:relative;}
.nomargin{margin:0 !important;}
.nopadding{padding:0 !important;}
.nomargin-left {margin-left: 0 !important;}
.nomargin-right {margin-right: 0 !important;}
.nopadding-left {padding-left: 0 !important;}
.nopadding-right {padding-right: 0 !important;}
.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-justify {text-align:justify;}
.clear{clear:both;}
.noborder{border: none !important;}
.align-flexstart{align-items: flex-start;}
.flexend{justify-content: flex-end;}
.justify-center{justify-content: center;}

.transparent-bg{background: transparent;}
.cursor{cursor:pointer !important;}
.noshow{display:none}
.noradius{border-radius:0;}
.margin-top-5{margin-top:5px;}
.margin-2{margin:2px;}
.margin-10{margin:10px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-top-10{margin-top:10px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-left-10{margin-left:10px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-left-20{margin-left:20px;}
.margin-top-20{margin-top:20px;}
.margin-30{margin:30px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-left-30{margin-left:30px;}
.margin-right-10{margin-right:10px;}
.margin-top-0{margin-top:0px;}

.padding-30{padding:30px;}
.padding-top-30{padding-top:30px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-left-30{padding-left:30px;}
.padding-right-30{padding-right:30px;}
.padding-top-bottom-5{padding: 5px 0px;}
.padding-top-50{padding-top:50px;}
.padding-top-70{padding-top:70px;}

.margin-30{margin:30px;}
.margin-top-30{margin-top:30px;}
.margin-left-30{margin-left:30px;}
.margin-right-30{margin-right:30px;}

.padding-50{padding:50px;}
.padding-top-50{padding-top:50px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-left-50{padding-left:50px;}
.padding-right-50{padding-right:50px;}

.margin-50{margin:50px;}
.margin-top-50{margin-top:50px !important;}
.margin-bottom-50{margin-bottom:50px;}
.margin-left-50{margin-left:50px;}
.margin-right-50{margin-right:50px;}

.margin-70{margin:70px;}
.margin-top-70{margin-top:70px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-left-70{margin-left:70px;}
.margin-right-70{margin-right:70px;}
.margin-bottom-100{margin-bottom:100px !important;}

.margin-top-100{margin-top:100px !important;}
.margin-top-150{margin-top:150px !important;}
.margin-top-200{margin-top:200px !important;}

.padding-2 {padding:2px !important;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-top-10{padding-top:10px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-left-10{padding-left:10px;}
.padding-right-10{padding-right:10px;}
.padding-right-0{padding-right:0px}
.padding-left-0{padding-left:0px}
.padding-top-0{padding-top:0px};

.border-50%{border-radius:50%;}
.border-100%{border-radius:100%;}
.border-top{border-top:1px solid #ddd;}
.border-bottom{border-bottom:1px solid #ddd;}
.border-left{border-left:1px solid #ddd;}
.border-right{border-right:1px solid #ddd;}
.border-all{border:1px solid #ddd;}

.full-height{
    height: 100%;
    position: relative;
}
.full-width{
    width: 100%;
    position: relative;
}
.width-90 {
    width: 89.3%;
}
.width-85 {
    width: 84.3%;
}
.width-80 {
    width: 79.3%;
}
.width-70 {
    width: 69.3%;
}
.width-60 {
    width: 59.3%;
}
.width-50 {
    width: 49.3%;
}
.width-40 {
    width: 39.3%;
}
.width-30 {
    width: 29.3%;
}
.width-20 {
    width: 19.3%;
}
.width-10 {
    width: 9.3%;
}
.font-large{font-size:large;}
.uppercase{text-transform: uppercase;}
.display-block{
	display:block !important;
}
.capitalize{
	text-transform:capitalize;
}
.inline-block{
	display:inline-block;
	vertical-align:middle;
}
.vertical-top {
    vertical-align: top;
}
.underline{
	text-decoration:underline;
}
.bg-white{
	background:white;
}
.bg-dark-grey {
    background: #333;
}
a:hover{
	color:inherit;
    text-decoration: none;
}
img{
    max-width:100%;
}
textarea{
    resize:none;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-bold {
    font-weight:bold;
}
.font-12{font-size:12px;}
.font-14{font-size:14px;}
.font-15{font-size:15px;}
.font-16{font-size:16px;}
.font-18{font-size:18px;}
.font-20{font-size:20px;}
.font-22{font-size:22px;}
.font-24{font-size:24px;}
.font-26{font-size:26px;}
.font-28{font-size:28px;}
.font-32{font-size:32px;}
.font-34{font-size:34px;}
.font-36{font-size:36px;}
.font-38{font-size:38px;}
.font-40{font-size:40px;}
.font-42{font-size:42px;}
.font-44{font-size:44px;}
.font-46{font-size:46px;}
.font-48{font-size:48px;}
.font-50{font-size:50px;}

.testing img{
    margin-bottom: 45px
}


/* ----- START MODAL ----- */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  line-height: 1.6;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.judul-modal {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.konten-modal {
    font-size: 20px !important;
}
/* ----- END MODAL ----- */
.mudah img{
        width: 30%
    }

    .menyenangkan img{
        width: 60%
    }

    .daftar img{
        width: 55%
    }

    .appstore img{
        width: 24%
    }

    .playstore img{
        width: 25%
    }

    .promotnc img{
        width: 24%
    }

    .langkah img{
        padding: 50px 0 38px 0;
        width: 60%
    }


/* ----- breakpoint ----- */
@media (min-width:1400px){
    #section-5 {
        padding: 0px 0 30px;
   }
   

}
@media (max-width:1199px){
    .appstore img{
        width: 35%
    }

    .playstore img{
        width: 36%
    }

    .daftar img{
        width: 70%
    }
    .shadow-box {
        min-height: 190px;
        width: 180px;
    }
    .box-number {
        margin-left: -145px;
    }
    .steps-pic {
        margin: 0 20px 0 0;
    }
}
@media (max-width:991px){
   
    .langkah img{
        padding: 50px 0 38px 0;
        width: 80%
    }

    .promotnc img{
        width: 32%
    }

    .appstore img{
        width: 37%
    }

    .playstore img{
        width: 38%
    }

    .daftar img{
        width: 80%
    }

    .mudah img{
        width: 36%
    }

    .menyenangkan img{
        width: 74%
    }

    .modal-content {width:87%;}

    .shape-banner {
        height: 110vw;
    }
    .shadow-box {
        padding: 20px 20px 20px 20px;
    }
    .box-number {
        margin-left: -132px;
    }
    .number-icon {
        width: 40px;
    }
    .banner-desc h1 {
        font-size: 40px;
    }
    .banner-desc h2 {
        font-size: 24px;
    }
    .banner-desc h2 br, .banner-desc h1 br {
        display: none;
    }
    .steps-box {
        padding: 16px 34px;
    }
    .width-30-tab {
        width: 29.333%;
    }
    .width-70-tab {
        width: 69.333%;
    }
    .footer-menus {
        justify-content: flex-end;
    }
}
@media (max-width:767px){
    .daftar img{
        width: 85%
    }

    .mudah img{
        width: 50%
    }

    .menyenangkan img{
        width: 90%
    }

    .judul-modal {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    }

    .konten-modal {
    font-size: 15px !important;}

    .modal{padding-top: 90px}

    .modal-content {width:87%;}
   
    .affiliate a img {
        margin: 0 18px;
        width: 80px;
    }
    .affiliate a:nth-child(2) img {
        width: 110px;
    }
    .privacy-policy h2, .terms-conditions h2 {
        font-size: 20px;
    }
    .accordion-container .article-title {
        font-size: 17px;
    }
    .accordion-content {
        line-height: 26px;
        padding: 4px 0 20px;
    }
    .shape-banner {
        height: 160vw;
        right: -113%;
        top: -40px;
        width: 180%;
        animation: spin 22s infinite linear;
        -moz-animation: spin 22s infinite linear;
        -webkit-animation: spin 22s infinite linear;
    }
    .padding-right-30-desk {
        padding-right: 0;
    }
    .padding-left-30-desk {
        padding-left: 0;
    }
    .logo-cont {
        text-align: center;
    }
    .logo-cont img {
        max-width: 70px;
    }
    .footer-menus {
        justify-content: space-between;
        margin-top: 50px;
    }
    .foot-col {
        margin-left: 0;
    }
    .foot-col:first-child {
        margin-left: 0;
    }
    .inline-desk {
        display: block;
    }

    .contact br {
        display: none;
    }
    #section-9 {
        margin-left: -8vw !important;
        margin-top: -60px;
        padding: 100px 9% 0;
        /*width: 86vw;*/
    }
    #section-6, #section-7 {
        background: #FFF;
        margin-left: 0 !important;
        width: 100%;
    }
    #section-5 img.width-60 {
        width: 80%;
    }
    .nopadding-mob {
        padding: 0;
    }
    .col-box {
        box-shadow: none;
        margin: 0;
    }
    .content-title {
        display: block;
        height: 100%;
        text-align: center;
    }
    .content-wrap {
        text-align: center;
    }
    .content-icon {
        margin: 0 0 30px;
    }
    .number-icon {
        width: 30px;
    }
    .content-desc p {
        font-size: 18px;
        margin: 24px 0;
    }
    .shadow-box {
        box-shadow: none;
        min-height: auto;
        padding: 20px 0 20px;
        text-align: left;
        width: 100%;
    }
    .shadow-box h5 {
        margin-left: 42px;
    }
    .shadow-box p {
        margin-top: 22px;
    }
    .box-number {
        left: 0;
        position: absolute;
        float: left;
        margin-left: 0;
        top: 25px;
    }
    .menus {
        width: 42px;
    }
    .mobile-menu {
        display: flex;
    }
    .menus nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .menus nav {
        text-align: center;
    }
    .menus nav ul {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-45px,-100px);
    }
    .menus nav ul li {
        display: block;
        margin: 30px 18px;
    }
    .menus nav .menu-close {
        display: block;
        position: fixed;
        top: 26px;
        right: 10%;
    }
    .banner-desc {
        text-align: center;
        -webkit-animation: none;
        animation: none; 
    }
    .phone-container {
        margin: 30px 0;  
        -webkit-animation: none;
        animation: none; 
    }
    .phone-img {
        width: 70.4vw;
    }
    .phone-video {
        width: 65vw;
        transform: translate(-2px, -10px);
    }  
    .digital-store li:first-child {
        margin-right: 0px;
    }
    .digital-store a:first-child img {
        width: 125px
    }
    .digital-store a:last-child img {
        width: 120px
    }
    .steps-box {
        box-shadow: none;
        display: block;
        padding: 20px;
        width: 100%;
    }
    .steps-pic {
        margin: 10px;
        position: absolute;
        right: -10px;
    }
    .steps-pic img {
        width: 40px;
        margin-right: 10px;
    }
    .steps-desc {
        width: 82%;
    }
    .steps-desc h5 {
        margin-bottom: 10px;
    }
    .wrap-flex {
        flex-direction: column;
    }
    .row-col-flex {
        display: block;
    }
    .col-flex {
        margin: 10px 0px !important;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .col-3 {
        margin: 10px 0;
        width: 100%;
    }
    .col-2 {
        width: 100%;
    }
    .width-90 {
        width: 100%;
    }
    .width-85 {
        width: 100%;
    }
    .width-80 {
        width: 100%;
    }
    .width-70 {
        width: 100%;
    }
    .width-60 {
        width: 100%;
    }
    .width-50 {
        width: 100%;
    }
    .width-40 {
        width: 100%;
    }
    .width-30 {
        width: 100%;
    }
    .width-20 {
        width: 100%;
    }
    .width-10 {
        width: 100%;
    }
    .width-30-tab {
        width: 100%;
    }
    .width-70-tab {
        width: 100%;
    }
    .content-center {
        width: 100%;
    }
    #section-2, #section-3, #section-4, #section-5, #section-6, #section-7, #section-8 {
        padding: 20px 0;
    }
    #section-5 {
        padding: 20px 6.2vw;
        width: 88vw;
    }
    #section-1 {
        padding: 100px 0 0;
    }
}
@media (max-width: 575px) {
  
    .langkah img{
        padding: 36px 0 6px 0;
        width: 90%
    }

    .promotnc img{
        width: 35%
    }

    .daftar img{
        width: 95%
    }

    .appstore img{
        width: 40%
    }

    .playstore img{
        width: 41%
    }

    .affiliate a img {
        margin: 0 12px;
        width: 60px;
    }
    .affiliate a:nth-child(2) img {
        width: 90px;
    }
    .bottom-foot-wrap {
        overflow: hidden;
        padding-bottom: 16px;
    }
    .bottom-foot {
        display: block;
        margin: 18px auto;
    }
    .bottom-foot .bottom-foot-col:first-child {
        justify-content: center;
    }
    .bottom-foot .bottom-foot-col:first-child img {
    }
    .bottom-foot .bottom-foot-col:last-child {
        justify-content: center;
    }
    #section-9 .col-flex:last-child {
        margin-top: 30px !important;
    }
    .footer-menus {
        display: block;
    }
    .foot-col {
        clear: both;
        margin-bottom: 24px;
        position: relative;
        overflow: hidden;
    }
    .phone-video {
        transform: translate(-1px, -10px);
    }
    .foot-col a {
        display: block;
        float: left;
        margin: 6px 0;
        width: 50%;
    }
    .banner-desc h1 {
        font-size: 35px;
        line-height: 44px;
    }
    .banner-desc h2 {
        font-size: 18px;
        margin: 30px 0 40px;
    }
    .banner-desc p {
        font-size: 19px;
        line-height: 20px;
        margin: 34px 0 28px;
    }
    .banner-desc h1 br, .banner-desc p br {
        display: none;
    }
    .digital-store li:first-child a img {
        width: 100px;
    }
    .digital-store li:last-child a img {
        width: 98px;
    }
    .digital-store a {
        margin: 0 5px 0;
    }
    .digital-store-bottom a {
        margin: 0 8px 0;
    }
}