/*
Template Name: Greeva - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: coderthemes@gmail.com
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Home
4.Services
5.Demo box
6.Testimonial
7.contact
8.Footer
9.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600&display=swap");
/*******************
    1.General
*******************/
body {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  color: #98a6ad;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  color: #323a46;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
  font-size: 15px;
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn {
  font-size: .8125rem;
  padding: .45rem .9rem;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-primary {
  color: #ffffff;
  background: #188ae2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

.bg-gradient {
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
}

.text-primary {
  color: #188ae2 !important;
}

.font-16 {
  font-size: 16px;
}

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

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.bg-pattern-effect {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-pattern-effect img {
  width: 100%;
}

.rounded-shape {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 10px;
  font-size: 15px;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(50, 58, 70, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #188ae2;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #188ae2;
}

/******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding-top: 220px;
}

.bg-home .home-img img {
  position: relative;
  z-index: 9;
}

.home-title h1 {
  line-height: 46px;
}

.search-form form {
  position: relative;
  max-width: 360px;
}

.search-form form input {
  height: 48px;
  padding-right: 60px;
  padding-left: 30px;
  border-radius: 30px;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
  font-size: 15px;
}

.search-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-form form button {
  position: absolute;
  top: 4px;
  right: 5px;
  outline: none !important;
  border-radius: 30px;
  font-size: 16px;
}

/******************
    4.Services
*******************/
.services-icon i {
  display: inline-block;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background: #def7e9;
  color: #31ce77;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/******************
    5.Demo box
*******************/
.demo-box a .demo-content {
  border-radius: 4px;
  overflow: hidden;
}

.demo-box a .demo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(15deg, #02a8b5 0, #31ce77 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 0 16px 0;
}

.demo-box a .overlay-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-box a:hover .demo-overlay {
  opacity: 0.7;
}

.demo-box a:hover .overlay-content {
  position: absolute;
  bottom: 0px;
}

/******************
    6.Testimonial
*******************/
.testimonial .testi-box {
  margin: 0px 12px;
}

.testimonial .owl-controls .owl-page span {
  height: 6px;
}

.testimonial .owl-controls .owl-page.active span {
  width: 16px;
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/******************
    7.contact
*******************/
.contact-form {
  top: 26px;
  z-index: 9;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.form-control {
  height: 43px;
  font-size: 0.9rem;
  border-color: #dee2e6;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ced4da;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f34943;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #f34943;
  background-color: #fef0f0;
  border-color: #fef0f0;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #31ce77;
  font-size: 22px;
}

/******************
    8.Footer
*******************/
.footer {
  background: #323a46;
  padding: 90px 0px 40px 0px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .footer-desc {
  background: #3b4452;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-alt {
  background: #3b4452;
}

/******************
    9.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .logo img {
    height: 18px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(50, 58, 70, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #188ae2 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323a46;
  }
  .bg-home {
    padding-top: 140px;
  }
}
/*# sourceMappingURL=style.css.map */        .fixedbutton {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 40px;
            background-color: #25d366;
            border-radius: 100px;
            text-align: center;
            font-size: 30px;
            z-index: 100;
            color: #fff;
            outline: unset;
        }
        .fixedbutton img{
            margin-top:5px
        }
        .title-custom {
            font-size:48px;
            color:#fff;
            margin-bottom: 40px;
        }
        .title-custom-1 {
            font-size:38px;
            color:#fff;
            margin-bottom: 40px;
        }
        .carousel-control-next-icon {
            background-image: url("images/icon/arah_kanan.png");
        }

        .carousel-control-prev-icon {
            background-image: url("images/icon/arah_kiri.png");
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 30px;
            height: 28px;
        }

        .carousel-control-next,
        .carousel-control-prev {
            margin-top: 210px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            opacity: 8;
        }
        .carousel-control-next-icon2 {
            background-image: url("images/icon/arah_kanan.png");
        }

        .carousel-control-prev-icon2 {
            background-image: url("images/icon/arah_kiri.png");
        }

        .carousel-control-next-icon2,
        .carousel-control-prev-icon2 {

            background-repeat: no-repeat;
            margin: 8px 5px;
            width: 30px;
            height: 28px;
        }

        .carousel-control-next2,
        .carousel-control-prev2 {
            display: flex;
            margin: 0px 265px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            opacity: 8;
            z-index: 16;
        }

        .carousel-control-next-icon3 {
            background-image: url("images/icon/arah_kanan.png");
        }

        .carousel-control-prev-icon3 {
            background-image: url("images/icon/arah_kiri.png");
        }

        .carousel-control-next-icon3,
        .carousel-control-prev-icon3 {

            background-repeat: no-repeat;
            margin: 8px 5px;
            width: 30px;
            height: 28px;
        }

        
        .carousel-control-prev3,
        .carousel-control-next3 {
            display: flex;
            background-color: #000;
            margin: 0px 165px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            opacity: 8;
            z-index: 16;
        }
        .custom-arrow{
            margin-top: 50px;
        }
        

        #btn_how_it_works {
            border: 1px solid #F7F7F7;
            border-radius: 4px;
            background-color: transparent;
            width: 224px;
            height: 56px;
            font-size: 17px;
            padding-top: 12px;
            margin-right: -10px;
        }

        #btn_try_it_free {
            background-color: #9D3193;
            border-radius: 4px;
            width: 224px;
            height: 56px;
            font-size: 17px;
            padding-top: 12px;
            margin-left: 10px;
        }

        .nav-tabs .nav-link {
            border-bottom: 3px solid #F2F2F2;
            border-left: none;
            border-right: none;
            border-top: none;
            font-size: 16px;
        }

        .nav-tabs .nav-link.active {
            background: none;
            font-size: 16px;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: 3px solid #2F80ED !important;
            color: #2F80ED;
            background-color: transparent !important;
        }

        .nav-tabs .nav-item {
            width: 152px;
            margin-left: -12px;
            text-align: center;
        }

        .icon_title_overview {
            border: 1px solid;
            border-radius: 5px;
            background-color: #2B79C0;
            color: #fff;
        }

        .tab-content ul {
            list-style: none;
            padding: 0;
        }

        .tab-content li {
            padding-left: 0.3em;
            font-size: 18px;
            margin-top: 24px;
        }

        .tab-content li:before {
            /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            /* same as padding-left set on li */
            width: 1.5em;
            /* same as padding-left set on li */
            color: #2B79C0;
        }
        .custom-ul{
            list-style-image: url("images/icon/check.png") !important;
            margin-left: 40px;
        }

        .icon_biru {
            color: #2B79C0;
            margin-right: 10px;
        }

        .btn_ungu {
            background: #9D3193;
            color: #fff;
        }

        #image_signup_left {
            margin-top: 140px;
        }

        #image_signup_right {
            margin-top: 135px;
        }
        

        #title_section_4 {
            font-size: 40px;
            line-height: 49px;
            margin-bottom: 40px;
        }

        .subtitle_section_4 {
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 18px;
        }

        .pb-24 {
            padding-bottom: 24px;
        }

        #track_aspect {
            background: #EFF9FF;
            padding-bottom: 90px;
        }

        #track_every_business {
            padding-bottom: 100px;
        }

        .carousel-indicators .active {
            background-color: #2B79C0;
        }

        .carousel-indicators>li {
            border-radius: 50%;
            width: 24px;
            height: 24px;
        }

        .carousel-indicators {
            margin-bottom: -40px;
        }

        .carousel-indicators li {
            background-color: #E0E0E0;
        }

        /* .carousel-indicators2 .active {
            background-color: #2B79C0;
        }

        .carousel-indicators2>li {
            border-radius: 50%;
            width: 24px;
            height: 24px;
        }

        .carousel-indicators2 {
            margin-bottom: -40px;
        }

        .carousel-indicators2 li {
            background-color: #E0E0E0;
            } */

            #carousel-custom {
                margin-bottom: 0px !important;
            }
            .custom-height-carousel{
                height: 490px;
            }

            #customize_mobile_apps {
                padding-left: 70px;
            }

            #text_slide_promotion {
                margin-top: 54px;
            }

            #text_service {
                margin-top: 42px;
            }

            #text_logo {
                margin-top: 53px;
            }

            #text_package {
                margin-top: 48px;
            }


            #text_dates {
                margin-top: 53px;
            }

            #text_purchase {
                margin-top: 48px;
            }

            #text_type {
                margin-top: 54px;
            }

            #text_expiry {
                margin-top: 54px;
            }


            .box-img {
                text-align: center;
                height: 188px;
                padding: 50px;
            }

            .box-input {

                text-align: center;
                width: 243px;
            }

            .text-sizing {
                font-weight: 400;
                font-size: 20px;
            }

            .text-sizing-bold {
                color: #000000;
                font-weight: 400;
                font-size: 20px;

            }

            .image-card {
                width: 124.3px;
                height: 91.4px;
            }

            #card-header {
                border-radius: 32px;
                box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
                background: #ECF3FE;
                margin-bottom: 50px;
            }

            #card-body-bg {
                text-align: center;
                padding: 0px 10px;
                font-weight: 400;
                color: #000000;
                font-size: 18px;
                box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
                background: #FFFFFF;
            }
            .custom-white-label{
                line-height: 1.2;
                margin-bottom: -20px;
            }
            .custom-card-footer{
                background-color: white;
                border-radius: 0px 0px 32px 32px !important;
            }
            .card-line{
                line-height: 2.3;
                font-size: 16px;
                padding: 0px 10px;
            }

            .btn-choose {
                margin: auto;
                width: 100%;
                background: #2B79C0;
                color: white;
                height: 56px;
                border: 1px solid #BDBDBD;
                border-radius: 28px;
            }

            .bg-cyan {
                background-color: #F3F7FF;
            }

            .vendor-desc-title {
                color: #FFF;
                font-size: 40px;
            }

            .vendor-desc-text {
                color: #FFF;
                font-size: 18px;
            }

            .box-vendor-desc {
                margin-top: 80px;
            }

            .container-media {
                background-color: #000;
                border-radius: 5px;
                overflow: hidden;
                z-index: 1;
            }

            .media-title {
                color: #141414;
                margin-top: 40px;
            }

            .media-description {
                margin-top: -100px;
                font-weight: normal;
                line-height: 39.56px;
                padding: 10px;
                font-size: 25px;
            }

            .box-media-desc {
                margin: auto;
            }

            .media-break {
                margin-top: 40px;
                height: 8px;
                background: #E0E0E0;
                border-radius: 4px;
            }

            .background-desc {
                background-image: url("images/icon/ilus_21.png");
                background-size: cover;
                width: 100%;
                /* height: 86vh; */
            }

            .background-download {
                background: #2E2E2E;
                background-size: cover;
                height: 86vh;
            }

            .bg-handphone {
                display: flex;
                margin-top: -50px;
                width: 120%;
            }

            .download-desc-title {
                color: #FFF;
                font-size: 45px;
            }

            .download-desc-text {
                color: #FFF;
                font-size: 20px;
            }

            .box-download-desc {
                margin-top: 20%;

            }


            .box-playstore {
                margin: 30px 0px 0px 4px;
                border-radius: 30px;
                height: 60px;
                width: 40%;
                background-color: #FFF;
                color: #000;
            }

            .bg-playstore {
                margin: 14px 18px;
            }

            .text-playstore {
                margin: 5px 0px 0px -55px;
                font-weight: bold;
                font-size: 30px;
            }

            .background-client {
                width: 100%;
                background: linear-gradient(90deg, #4B2E6D 0%, #502F70 21%, #603379 46%, #793A87 74%, #9D3193 100%, #9D3193 100%);
            }

            .box-client-desc {
                background-color: #fff;
                height: 440px;
                width: 527px;
                padding: 10%;
            }

            .bg-client {
                display: flex;
                margin-top: 20px;
                width: 120%;
            }

            .client-title {
                margin: 40px 0px 0px 30px;
                color: #000000;
                font-weight: 500;
                font-size: 38px;
                position: relative;
                letter-spacing: .10em;

            }

            .client-title::before {
                content: "“";
                position: absolute;
                left: -.7em;
            }

            .client-title::after {
                content: "”";
                margin-right: -1rem;
            }

            .client-break {
                margin-top: 40px;
                margin-bottom: 40px;
                width: 30%;
                height: 8px;
                background: #fff;
                border-radius: 4px;
            }

            .img-client {
                background-color: #fff;
                max-height: 100px;
                padding: 8px;
            }



            .btn_signup_header {
                background: #9D3193;
                width: 129px;
                margin-right: 10px;
            }

            .btn-block:hover {
                color: #fff;
            }

            .parent {
                margin: 20px;
                height: 235px;
                overflow: hidden;
                position: relative;
                /* display: inline-block; */
                cursor: pointer;
            }

            .child {
            /* height: 100%;
            width: 100%; */
            background-size: cover;
            background-repeat: no-repeat;
            transition: all .5s;
        }
        .child::before {
            content: "";
            display: none;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(52, 73, 94, 0.75);
        }
        .parent:hover .child,
        .parent:focus .child {
            transform: scale(1.2);
        }

        .container-fluid a.active{
          background-color: blue !important;
      }
      .dropdown-custom{
        margin-right: 5px;
    }
    .btn-custom{
        border-radius: 25px;
        width: 200px;
        padding: 15px 0px;
        margin-top: 20px;
        margin-right: 50px;
    }
    .btn-custom-hover:hover{
        background-color: blue;
        color: white;
    }
    .wl-custom{
        padding: 0px 15px;
    }



    @media only screen and (max-width:768px) {
            /* .home-img {
                padding-bottom: 10px;
                } */
                #btn_try_it_free {
                    background-color: #9D3193;
                    border-radius: 4px;
                    width: 224px;
                    height: 56px;
                    font-size: 17px;
                    padding-top: 12px;
                    margin-left: 10px;
                    margin-bottom: -50px;
                }
                .title-custom {
                    font-size:40px;
                    color:#fff;
                    margin-bottom: 20px;
                }
                .title-custom-1 {
                    font-size:20px;
                    color:#fff;
                    margin-bottom: 20px;
                }
                #btn_how_it_works {
                    border: 1px solid #F7F7F7;
                    border-radius: 4px;
                    background-color: transparent;
                    width: 224px;
                    height: 56px;
                    font-size: 17px;
                    padding-top: 12px;
                    margin-right: -10px;
                }
                .nav-tabs .nav-item {
                    width: 171px;
                    text-align: center;
                }
                .title_section{
                    margin-top: -30px;
                }

                #text_dates {
                    margin-top: 10px;
                }

                #text_purchase {
                    margin-top: 10px;
                }

                #text_type {
                    margin-top: 10px;
                }

                #text_expiry {
                    margin-top: 10px;
                }

                #text_customize_promo {
                    font-size: 12px;
                }

                #text_slide_promotion {
                    margin-top: 10px;
                }

                #text_service {
                    margin-top: 10px;
                }

                #text_logo {
                    margin-top: 10px;
                }

                #text_package {
                    margin-top: 10px;
                }

                .customize_text {
                    font-size: 12px;
                }

                .icon_customize {
                    height: 20px;
                    width: 20px;
                }

                #customize_mobile_apps {
                    padding-left: 12px;
                }

                #image_signup_left {
                    margin-top: -50px;
                    margin-bottom: 50px;
                }

                #image_signup_right {
                    margin-top: 50px;
                    margin-bottom: -30px;
                }

                #title_section_4 {
                    font-size: 30px;
                    line-height: 39px;
                }
                .custom-height-carousel{
                    height: 176px;
                }

            /* .carousel-control-next,
            .carousel-control-prev {
                margin-top: 200px;
                } */

            /* .carousel-control-next2,
            .carousel-control-prev2 {
                display: flex;
                margin: 0px 65px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                opacity: 8;
                } */

                .background-desc {
                    background-image: url("images/icon/ilus_21.png");
                    background-size: cover;
                    /* height: 20vh; */
                }
                .btn-custom2{
                    border-radius: 25px;
                    width: 100%;
                    /* padding: 5px; */
                    margin: 0 auto;
                    font-size: 15px;
                    margin-top: 10px;
                    /* margin-right: 10px; */
                }
                .btn-custom{
                    border-radius: 25px;
                    /* width: 85px; */
                    padding: 5px;
                    margin: 0 auto;
                    /* font-size: 5px; */
                    margin-top: 10px;
                    margin-right: 10px;
                }
                .btn-custom-hover:hover{
                    background-color: blue;
                    color: white;
                }

                .icon-center {
                    display: flex;
                    margin-bottom: 20px;
                }

                .box-vendor-desc {
                    margin-top: -65px;
                }

                .box-vendor-text {
                    padding-right: 145px;
                    line-height: 10px;
                    margin-top: -20px;
                }

                .box-vendor-text-custom {
                    /* padding-right: 145px; */
                    line-height: 10px;
                    margin-top: -20px;
                }

                .vendor-desc-title {
                    color: #FFF;
                    padding-right: 100px;
                    font-size: 14px;
                }

                .vendor-desc-text {
                    color: #FFF;
                    /* font-size: 8px; */
                    line-height: 1.2;
                }

                .container-media {
                    margin-bottom: 10px;
                    background-color: #000;
                    border-radius: 10px;
                    overflow: hidden;
                    z-index: 1;
                }

                .media-title {
                    color: #141414;
                    margin-top: 20px;
                }

                .media-description {
                    margin-top: 10px;
                    font-weight: normal;
                    line-height: 39.56px;
                    padding: 10px;
                    font-size: 16px;
                }

                .box-media-desc {
                    margin: auto;
                }

                .media-break {
                    margin-top: 40px;
                    height: 8px;
                    background: #E0E0E0;
                    border-radius: 4px;
                }

                .background-download {
                    background: #2E2E2E;
                    background-size: cover;
                    height: 105vh;
                }

                .download-desc-title {
                    color: #FFF;
                    text-align: center;
                    font-size: 40px;
                }

                .download-desc-text {
                    color: #FFF;
                    font-size: 20px;
                }

                .box-download-desc {
                    margin-top: 10%;

                }

                .bg-handphone {
                    margin-top: -330px;
                    margin-left: 60px;
                    margin: -330px 0px 0px 30px;
                    width: 300px;
                }

                .box-playstore {
                    display: flex;
                    margin-top: 300px;
                    border-radius: 30px;
                    height: 60px;
                    width: 100%;
                    background-color: #FFF;
                    color: #000;
                }

                .bg-playstore {
                    margin: 14px 18px;
                }

                .text-playstore {
                    margin: -55px 0px 0px 65px;
                    text-align: center;
                    font-weight: bold;
                    font-size: 30px;
                }

                .bg-client {
                    margin: -40px 0px 0px 30px;
                    width: 260px;
                    height: 200px;
                }

                .box-client-desc {
                    background-color: #fff;
                    height: 200%;
                    width: 100%;
                    padding: 10%;
                }

                .client-title {
                    margin: 0px 0px 0px 30px;
                    color: #000000;
                    font-weight: 500;
                    font-size: 20px;
                    position: relative;
                    letter-spacing: .10em;

                }

                .client-title::before {
                    content: "“";
                    position: absolute;
                    left: -.7em;
                }

                .client-title::after {
                    content: "”";
                    margin-right: -1rem;
                }

                .client-break {
                    margin-top: 40px;
                    margin-bottom: 0px;
                    width: 30%;
                    height: 8px;
                    background: #fff;
                    border-radius: 4px;
                }


                .img-client-mobile {
                    padding: 10px;
                    margin-left: -30px;
                    width: 100px;
                    border-radius: 5px;
                    background-color: #fff;
                }

                .custom-icon-client{
                    margin-left: 30px;
                    width: 75px;
                    padding-top: 20px;
                }

                .dropdown-custom{
                    color: #fff;
                    margin-bottom: 10px;
                    width: 100%;
                }
                .wl-custom{
                    padding: 0px 45px;
                }
                .fixedbutton {
                    position: fixed;
                    width: 50px;
                    height: 50px;
                    bottom: 20px;
                    right: 10px;
                    background-color: #25d366;
                    border-radius: 100px;
                    text-align: center;
                    font-size: 30px;
                    z-index: 100;
                    color: #fff;
                    outline: unset;
                }
                .fixedbutton img{
                    margin-bottom:5px
                }

            }