/*
    Development By InDeo
    2019
*/

/* Default CSS */
.think {
	font-weight: 300 !important;
}

body#beranda-myorder-apps       a#beranda-myorder-apps,
body#tipe-myorder-apps          a#tipe-myorder-apps,
body#keunggulan-myorder-apps    a#keunggulan-myorder-apps,
body#pricing-myorder-apps       a#pricing-myorder-apps
{
  border-bottom: 2px solid #ff7000;
}
body {
	color: #333;
}
.myorder-apps-title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.myorder-apps-title-2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.myorder-apps-title-desc {
	max-width: 700px;
	display: block;
	margin: 0 auto;
}
.myorder-apps-title-desc p {
	text-align: center;
	padding-top: 5px;
}

.myorder-apps-header-page {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mahp-title {
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 2px;
  line-height: 1.2;
}
.mahp-cta {
  float: right;
  padding-top: 10px;
}
.mahp-cta a {
  color: #ff7000;
  font-weight: 500;
}
.mahp-cta span {
  cursor: pointer;
}
.navbar-myorder-apps .fa-long-arrow-right {
  font-size: 13px;
  padding-left: 2px;
}
.myorder-apps-hr {
  /*padding-top: 70px;*/
}
.red {
  color: red;
}
.new {
	color: #fff;
	background: red;
	font-size: 9px;
	padding: 3px 8px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 10px;
}

.mwp-cta {
  margin-bottom: 80px;
}
/* End Default CSS */

.body-hidden {
  overflow: hidden;
}
/* Video Autoplay */
.video-myorder-autoplay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0,0,0,0.90);
  overflow-x: hidden;
  overflow-y: auto;
}
.video-myorder-autoplay-text {
  color: #fff;
  padding-top: 30px;
}
.video-myorder-autoplay-text .vmat-title {
  font-size: 30px;
  font-weight: 700;
}
.video-myorder-autoplay-text .vmat-desc {
  font-size: 14px;
  padding-top: 5px;
  font-weight: 300;
}
.video-myorder-autoplay-text .vmat-desc i {
  color: #ff7000;
}
.video-myorder-autoplay-box {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
.video-myorder-autoplay #autoplay {
  margin: 0 auto;
  display: block;
  position: relative;
}
.body-hidden {
  overflow: hidden;
}
.video-myorder-autoplay-box span {
  float: right;
  cursor: pointer;
}
.autoplay-close {
  display: none !important;
}
/* Video Autoplay */


/*Navbar MyOrder */
.header-myorder {
	background: transparent;
    border-top: 1px solid #eaeaea;
}
.header-myorder .main-menu .navbar-nav>li>a:not(.btn) {
	color: #333;
}
.navbar-myorder-apps .main-menu .navbar-nav>li:hover>a, 
.navbar-myorder-apps .main-menu .navbar-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #ff7000 !important;
}
.active-nav {
  border-bottom: 2px solid #ff7000 !important;
}
.main-myorder .navbar-nav>li>a {
	margin: 25px 0 !important;
}
.logo-product-myorder {
    height: 50px;
    margin-top: 15px;
}
.btn-demo-request-mycampus {
	background: #1ca95b;
	color: #fff; 
}
.demo-request-myorder {
	background: #ff7000 !important;
	color: #fff !important;
	padding: 0px 20px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	border-radius: 50px;
	border: 2px solid #ff7000 !important; 
}
.demo-request-myorder:hover {
  background: #ff7000 !important;
  color: #fff !important;
}


.secondary_myorder_apps{
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
    margin-top: -53px;
    box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}


.navbar-myorder-apps .main-menu .navbar-nav li>.dropdown-menu {
    margin-top: 20px;
    min-width: 0px !important;
    width: 215px !important;
}
.navbar-myorder-apps .main-menu .navbar-nav li>.dropdown-menu {
    background: #fff !important;
    padding-top: 10px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
    box-shadow: 0 1px 2px rgba(0,0,0,.175);
}
.navbar-myorder-apps ul ul li ul {
  position: absolute;
  margin-left: 200px;
  margin-top: -30px;
  width: 200px;
  background: #fff;
  padding: 10px 0px 10px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.175);
    box-shadow: 0 1px 2px rgba(0,0,0,.175);
    border-radius: 5px;
}
.navbar-myorder-apps ul ul li ul li a {
  color: #444;
}
.navbar-myorder-apps ul ul ul li {
  padding-bottom: 5px;
}
.navbar-myorder-apps ul ul ul {
  display: none;
}
.navbar-myorder-apps ul ul li:hover ul {
  display: block;
}
/*End Navbar MyOrder */


/* Header CSS */
#header-myorder-apps {
	background: url(../images/assets/myorder-apps/header-myorder.jpg) no-repeat center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
    color: #fff
}
.hma-img img {
	max-height: 510px;
}
.hma-text .hma-parent {
  text-transform: uppercase;
  font-size: 18px;
}
.hma-text .hma-title {
	font-size: 45px;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 1.3;
  margin-top: -7px;
}
.hma-text .hma-desc {
	max-width: 600px;
	padding-bottom: 40px;
	text-align: justify;
}
.hma-text .hma-cta {
	display: inline-block;
}
.hma-text .hma-cta a {
	margin-right: 10px;
}
.hma-text .hma-cta a:nth-child(1) {
	color: #ff7000;
	padding: 10px 35px;
	background: #fff;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.hma-text .hma-cta a:nth-child(2) {
	color: #fff;
	padding: 9px 20px;
	background: transparent;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #fff;
}
.hma-video {
  padding-top: 30px;
}
.hma-video i {
  color: #cc0000;
  background: #fff;
  padding: 11px 11px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center;
}
.hma-video a span {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 6px;
}
.mhqc-box-img {
  margin-top: 30px;
}
.myorder-header-qr-code.myorder-header-link .mhqc-box-img img {
    max-height: 380px;
    width: auto;
}
/* End Header CSS */

/* Profit CSS */
#profit {
  padding-top: 80px;
  padding-bottom: 50px;
}
#profit .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.profit-img {
  /*box-shadow: 0px 0px 16px -9px #0000009e;
  border-radius: 50%;*/
  /*padding: 20px;*/
}
.profit-img img {
  max-height: 240px;
  display: block;
  margin: 0 auto;
}
.profit-text-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.profit-text-desc {
  text-align: justify;
  color: #666
}
.ptt-top {
  padding-top: 50px;
}
.profit-detail {
  height: 240px;
}

.profit-detail-mobile {
  display: none;
}
/* End Profit CSS */

/* Why Choose Us */
.mengapa-harus-kami {
   background: #fff ;
    color: #444;
    padding-bottom: 50px;
    height: auto;
}
.mengapa-harus-kami-box {
  margin-bottom: 40px;
}
.judul-mengapa-harus-kami {
    padding-top: 60px;
    padding-bottom: 60px;
}
.img-mengapa-harus-kami img {
    width: 11rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}
.judul-text-mengapa-harus-kami {
    color: #ffb300;
    font-size: 18px;
    font-weight: 500;
}
.judul-text-mengapa-harus-kami-2 {
    font-size: 16px;
}
.mengapa-harus-kami a {
  font-size: 14px;
  border-bottom: 1px solid #ffb300;
}

.mengapa-harus-kami a:hover {
  color: #ffb300;
}

.mengapa-harus-kami.mengapa-harus-kami-2 .judul-mengapa-harus-kami {
  padding-top: 0px;
}
.mengapa-harus-kami.mengapa-harus-kami-2 .penjelasan-mengapa-harus-kami {
    font-weight: 400;
}
/* End Why Choose Us */


/* Testimoni Logo */
.testimonial-myprofit-logo {
  padding-top: 80px;
  padding-bottom: 20px;
}
.title-testimony-logo {
  text-align: center;
  padding-bottom: 35px;
}
.title-testimony-logo p {
  font-size: 25px;
  font-weight: 500;
}
.carausel-testimonial-myprofit-logo .carausel-cashlez-img img {
    max-height: 90px !important;
    width: auto !important;
    margin: 0 auto;
}
.testimonial-myprofit-logo-cta {
  text-align: center;
  padding-top: 30px;
}
.testimonial-myprofit-logo-cta a {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffb300;
}
.testimonial-myprofit-logo-cta a:hover {
  color: #ffb300;
}
/* End Testimoni Logo */

/* Type CSS */
#myorder-apps-type {
  padding-top: 70px;
  padding-bottom: 10px;
}

.kategori-detail {
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border-radius: 15px;
    margin: 10px;
}

.kategori-detail-title {
    padding: 20px 25px 0px 25px;
    font-weight: 600;
    line-height: 1.3;
    height: 60px;
}
.kategori-detail-title a {
  color: #444;
  text-transform: uppercase;
}
.kategori-detail-produk {
  padding: 5px 20px 15px 25px;
  text-transform: capitalize;
  color: #666;
  font-size: 14px;
}
.kategori-detail-cta {
  padding: 15px 20px 15px 20px;
}
.kategori-detail-cta a {
  color: #444;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.kategori-detail-cta a .ktc-right {
  float: right;
}
.kategori-detail:hover .kategori-detail-cta {
  background: #ff7000;
  transition: 0.5s;
}
.kategori-detail:hover .kategori-detail-cta a {
  color: #fff;
  transition: 0.5s;
}

#myorder-apps-type .row {
  padding-top: 40px;
}
/* End Type CSS */


/* Video MyOrder CSS */
.video-myorder-img {
  padding-top: 70px;
  padding-bottom: 70px;
}
.video-myorder-img-detail {
  padding-top: 40px;
}
.video-myorder-img-detail img {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.video-popup-parent {
    position: relative;
}
.home-video-detail-cta {
  padding-top: 50px;
  text-align: center;
}
.home-video-detail-cta a {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff7000;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #ff7000;
    transition: 0.5s;
}
/* Start Efek Video */

.video-myorder-img-detail .video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.video-myorder-img-detail .video-play-button {
  color: #fff;
}

.video-myorder-img-detail .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-myorder-img-detail .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-myorder-img-detail .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #fff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-myorder-img-detail .video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
    right: 3px;
    padding-left: 8px;
}

/* End Start Efek Video 
/* End Video MyOrder CSS */


/* About CSS */
#hma-about {
	padding-bottom: 60px;
}
#hma-about .container-fluid {
	background: url(../images/assets/myorder-apps/about.png) no-repeat bottom left;
	margin-top: -220px;
}
.hma-about-text {
	padding-left: 20px;
	padding-top: 170px;
}
.hma-about-text-title {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 10px;
}
.hma-about-img {
	margin-top: 100px;
}
.hma-about-text-desc {
	padding-bottom: 20px;
}
.hma-about-text-desc p {
	text-align: justify;
}
.hma-about-text-cta a {
	color: #fff;
    padding: 10px 35px;
    background: #ff7000;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
/* End About CSS */


/* Singkronasi */
.singkronasi {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #f9f9f9;
}
.title-dexcription {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  max-width: 700px;
  font-size: 18px;
}
.singkronasi .row {
    padding-top: 50px;
}
.singkronasi-box {
    margin-bottom: 30px;
}
.singkronasi-box .singkronasi-box-img img {
    max-height: 60px;
}
.singkronasi-myorder .singkronasi-box-title {
    padding-top: 25px;
    font-weight: 600;
    font-size: 18px;
}
.singkronasi-box-desc {
    padding-top: 10px;
}
.singkronasi-box-desc p {
    font-size: 15px;
    text-align: left !important;
    color: #666;
}
.singkronasi-box-desc p a {
    color: #ffb300;
    font-weight: 500;
    text-decoration: underline !important;
}
.singkronasi .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.singkronasi-cta {
    padding-top: 70px;
    text-align: center;
}
.singkronasi-cta p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
/* End Singkronasi */


/* CTA CSS */
.software-bisnisku-cta {
	background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/assets/myorder/center.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.software-bisnisku-cta .container {
	width: 60%;
}
.sbc-detail p {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 1.7;
  color: #fff;
}
.sbc-detail a {
	color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #ff7000;
  padding: 9px 33px;
  border-radius: 50px;
  border: 2px solid #ff7000;
}

/* End CTA */


/* Fitur CSS */
#myorder-apps-fitur {
	padding-top: 60px;
	padding-bottom: 20px;
}
#myorder-apps-fitur img {
  border-radius: 15px;
}
#myorder-apps-fitur .row {
	padding-top: 70px;
}
.myorder-apps-fitur .row {
  padding-top: 0px !important;
}
.myorder-apps-fitur {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.maf-text-title {
	font-size: 25px;
	font-weight: 600;
}
.maf-text-title-desc {
  font-size: 17px;
  font-weight: 500;
}
.maf-text-desc {
    color: #666;
}
.maf-text-desc p {
	padding-top: 15px;
  text-align: justify;
}
.maf-text-desc ul {
	margin-left: -40px;
}
.maf-text-desc ul li {
    background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    text-align: justify;
}
.myorder-apps-fitur-mobile {
	display: none;
}
.maf-text {
	padding-right: 30px;
}
.maf-text-cta a {
  text-transform: uppercase;
  color: #ff7000;
  font-size: 15px;
  border-bottom: 1px solid #ff7000;
  font-weight: 600;
}

/* End Fitur CSS */



/* Fitur 2 CSS */
#myorder-apps-fitur-2 {
	padding-top: 70px;
	padding-bottom: 20px;
}
.maf-text-title-2 {
  font-size: 25px;
  font-weight: 600;
}
.maf-text-title-2-desc {
  font-size: 17px;
  font-weight: 500;
}
.maf-text-desc-2 ul {
	margin-left: -40px;
  color: #666;
}
.maf-text-desc-2 p {
	padding-top: 15px;
	text-align: justify;
  color: #666;
}
.maf-text-desc-2 ul li {
    background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
}
.maf-text-2 {
	padding-left: 30px;
}
.myorder-apps-fitur img,
#myorder-apps-fitur-2 img {
  border-radius: 15px;
}
/* End Fitur 2 CSS */


/* Keuntungan CSS */
#myorder-apps-keuntungan {
	padding-top: 110px;
	padding-bottom: 70px;
}
#myorder-apps-keuntungan .container-fluid {
	background: url(../images/assets/myorder-apps/about.png) no-repeat bottom left;
	margin-top: -20px;
}
#myorder-apps-keuntungan .row {
  padding-top: 25px;
}
.wcu-text-box {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 25px;
    margin-bottom: 30px;
}
.wcu-text-box .wcu-text-box-icon {
  font-size: 35px;
  padding-bottom: 20px;
  color: #42a4ff;
}
.wcu-text-box .wcu-text-box-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}
.wcu-text-box .wcu-text-box-desc p{
  font-size: 15px;
}

.wcu-text-box-blue {
  background: #42a4ff none repeat scroll 0 0;
  overflow: hidden;
  color: #fff;
}
.wcu-text-box-blue .wcu-text-box-icon {
  color: #fff;
}
.wcu-img img {
	max-height: 600px;
	display: block;
	margin: 0 auto;
}
/* End Keuntunagn CSS */


/* Testimonial CSS */
.myorder-apps-testimonial {
  padding-top: 60px;
  padding-bottom: 30px;
}
.myorder-apps-testimonial .row {
  padding-top: 50px;
}
.myorder-apps-testimonial-box {
  border: 2px solid #f5f5f5;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  margin-bottom: 40px;
  height: 300px;
  cursor: move;
}
.myorder-apps-testimonial-box .matb-box {
  height: 100px;
}
.matb-box-img {
  position: absolute;
  left: 0;
  padding-left: 20px;
}
.matb-box-img img {
  height: 80px;
  width: auto;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.28);
}
.testimonial-myorder.owl-carousel .owl-item img {
   width: auto !important;
}
.matb-box-name {
  padding-left: 100px;
}
.matb-name-title {
  font-size: 18px;
  font-weight: 600;
}
.matb-box-name-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.matb-desc p::before {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: "\f10d";
  position: relative;
  bottom: 10px;
}
.matb-desc p::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 5px;
  vertical-align: middle;
  content: "\f10e";
}
.matb-desc p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
/* End Testimonial  CSS */


/* Liput CSS */
.liput {
    padding-top: 50px;
}
.liput .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.liput-detail-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 15px;
}
.liput-detail {
    background: #f9f9f9;
}
.liput .row {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 70px;
}
.liput-detail-title-img img {
    display: block;
    margin: 0 auto;
    height: 30px;
}

.liput-detail ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.liput-detail ul li {
    padding: 18px 0;
    margin-right: 35px;
}
.liput-detail li a {
    display: inline-block;
}
/* End Liput CSS */



/* Cashlez */
.carausel-cashlez {
  padding-top: 60px;
  padding-bottom: 60px;
}
.carausel-cashlez-title-parent {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 5px;
}
.carausel-cashlez-detail {
  padding-top: 30px;
}
.carausel-cashlez-img img {
  max-height: 120px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.carausel-cashlez-detail .owl-dots {
    padding-top: 35px;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 20px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #eee;
}
.owl-dots .owl-dot.active {
  background-color: #ff9c00;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}



.carausel-cashlez-title-child {
  text-align: center;
  font-size: 20px;
  padding-top: 50px;
  font-weight: 600;
}


/* -- */
.carausel-cashlez-detail-text {
  padding-left: 30px;
  margin-bottom: 40px;
}
.carausel-cashlez-detail-2 {
  padding-top: 40px;
}
.carausel-cashlez-detail-text .ccdt-title{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
}
.carausel-cashlez-detail-mobile {
  display: none;
}
.carausel-cashlez-detail-img img {
  margin-bottom: 30px !important;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
.ccdt-desc {
    color: #666;
    text-align: justify;
}
/* End Cashlez */


/*Kontak*/
.contact_acc {
    padding-top: 90px;
}
.title_contact_acc h2{
    padding-bottom: 8px;
}
.contact_acc_myorder {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.contact_acc_information {
    border: 2px solid #f5f5f5;
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 50px;
    margin-bottom: 70px;
    border-radius: 6px;
}
.contact_acc_information p:nth-child(1){
    font-size: 25px;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 17px;
}
.contact_acc_information .form-horizontal .form-control {
    margin-bottom: 20px;
    height: 50px;
}
.contact_acc_information .form-horizontal .btn-submit {
    float: right;
    margin-right: 15px;
    margin-bottom: 30px;
}
.btn-wa-acc {
    font-size: 14px;
    background: #99d049;
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 100px;
    border: 1px solid #99d049;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.acc_info_surabaya {
    margin-top: 115px;
}
.acc_info_surabaya ul {
    font-size: 14px;
    margin-left: -20px;
}
.acc_info_surabaya ul li {
    display: inline-block;
}
.acc_info_surabaya_social {
    padding-top: 20px;
}
.acc_info_surabaya_social li{
    font-size: 30px;
    padding-right: 10px;
}
.acc_info_surabaya_social .fa{
    color: #ff7000;
}
/* End Contact CSS 

/* QRIS Corona */
.qris-corona {
  padding-top: 70px;
  position: relative;
}
.qris-corona .row {
  padding-top: 40px;
}
.pcvc-img {
    padding-right: 30px;
}
.pcvc-img img {
    border-radius: 10px;    
}
.pcvc-qris-box-problem ul {
    margin-left: -40px;
}
.pcvc-qris-box-problem ul li {
    background-image: url(../images/assets/home/icon-checkbox-1.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}
.pcvc-qris-box-problem ul li a {
    color: #f47f15;
    font-weight: 500;
}
.pcvc-qris-box-problem.pcvc-qris-box-problem-2 ul li {
    background-image: url(../images/assets/home/icon-checkbox-2.png) !important;
}

.pcvc-qris-title {
    position: relative;
}
.pcvc-number {
    position: absolute;
    left: -100px;
    background: #aed180;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    padding: 20px;
}
.pcvc-qris-box-title {
    color: #333;
    font-size: 25px;
    line-height: 1.3;
}
.pqbp-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}
.pcvc-qris-box-cta {
    padding-top: 10px;
}
.pcvc-qris-box-cta a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #ff7000;
    padding: 9px 25px;
    border-radius: 50px;
    border: 2px solid #ff7000;
    font-size: 12px;
    letter-spacing: 1px;
}
/* End QRIS Corona */

/* Addons MyOrder CSS */
.addons-myorder {
  padding-top: 80px;
  padding-bottom: 80px;
}
.addons-myorder-box {
  padding-top: 40px;
}
.ambp-box {
  text-align: center;
  padding: 20px;
}
.ambp-box-img {
  margin-bottom: 30px;
}
.ambp-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  width: auto !important;
}
.ambp-box a .ambp-box-title {
  font-weight: 600;
  padding-bottom: 15px;
  color: #444;
}
.ambp-box-desc {
  height: 130px;
}
.ambp-box a .ambp-box-desc p {
  color: #666;
  font-size: 15px;
}
.ambp-box a .ambp-box-cta {
  color: #ff9c00;
  text-transform: capitalize;
  font-weight: 500;
}
.amb-parent .owl-dots {
    padding-top: 20px;
}

.amb-parent .owl-dots {
  text-align: center;
}
.amb-parent .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 20px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #eee;
}
.amb-parent .owl-dots .owl-dot.active {
  background-color: #ff9c00;
}
.amb-parent .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
/* End Addons MyOrder CSS */

.myorder-table-detail {
  padding-top: 40px;
}
.myorder-table-detail table {
  border: 1px solid #eaeaea;
}
.myorder-table-detail table tr {
  font-size: 14px !important;
}
.myorder-table-detail table tr th {
  text-align: center;
  color: #fff;
  background: #ff7000;
}
.myorder-table-detail table tr td {
  text-align: center;
  color: #666;
}
.myorder-table-detail table tr th:nth-child(1) {
  text-align: left !important;
  color: #fff !important;
}
.myorder-table-detail table tr td:nth-child(1) {
  text-align: left !important;
  color: #444 !important;
}
/* ========================================================== Page Type ============================================ */
.myorder-apps-type-page {
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}

/* ===================================================== Page Self Services ========================================= */
.myorder-apps-fitur-page {
  padding-top: 30px !important;
}
.myorder-apps-fitur-page .maf-text-title {
  padding-top: 0px !important;
}

/* Keuntungan */
.myorder-keuntungan {
  padding-top: 60px;
  padding-bottom: 60px;
}
.myorder-keuntungan .row {
  padding-top: 20px;
}
.myorder-keuntungan-img img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
}
.myorder-keuntungan-text-desc {
  padding-top: 20px;
}
.myorder-keuntungan-text .mktd-detail {
  position: relative;
  margin-bottom: 25px;
}
.myorder-keuntungan-text .mktd-icon {
  position: absolute;
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 63px;
    box-shadow: 0px 0px 16px -9px #0000009e;
    line-height: 80px;
}
.myorder-keuntungan-text .mktd-icon img {
  height: 45px;
    margin-left: 13px;
    margin-top: 10px;
}
.myorder-keuntungan-text .mktd-detail .mktd-detail-desc {
  padding-left: 80px;
}
.myorder-keuntungan-text .mktd-detail .mktd-detail-desc p {
  padding: 0px;
  margin: 0px;
}
.myorder-keuntungan-text .mktd-detail .mktd-detail-desc p:nth-child(1) {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.myorder-keuntungan-text .mktd-detail .mktd-detail-desc p:nth-child(2) {
  color: #666;
  font-size: 14px;
}
/* End Keuntungan */


/* ======================================================= Page CTA Bottom ============================================*/
.myorder-apps-cta-bottom {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
}
.myorder-apps-cta-bottom .macb-text {
  font-size: 25px;
  padding-bottom: 30px;
  line-height: 1.4;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.myorder-apps-cta-bottom .macb-cta a {
  color: #fff;
    padding: 10px 35px;
    background: #ff7000;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/* ======================================= QR CODE ============================================*/
.myorder-header-qr-code {
  background: url(../images/assets/myorder-apps/bg-qr-2.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
}
.myorder-about-kiosk.myorder-about-qrcode-2 {
  padding-bottom: 0px;
}
.myorder-header-qr-code .mhqc-box {
  max-width: 600px;
}
.myorder-header-qr-code .mhqc-box-img img {
  display: block;
  margin: 0 auto;
}
.myorder-header-qr-code .mhqc-box {
  padding-top: 100px;
}
.myorder-header-qr-code .video-popup-mobile {
  display: none;
}
.myorder-header-qr-code .mhqc-box-img {
  position: relative;
  padding-top: 30px;
}
.myorder-header-qr-code .mhqc-box-img img {
  max-height: 480px;
}
.myorder-header-qr-code .mhqc-box-img .video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.myorder-header-qr-code .mhqc-box-img .video-play-button {
  color: #fff;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.myorder-header-qr-code .mhqc-box-img .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.myorder-header-qr-code .mhqc-box-img .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.myorder-header-qr-code .mhqc-box-img .video-play-button:hover,
.myorder-header-qr-code .mhqc-box-img .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.myorder-header-qr-code .mhqc-box-img .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.myorder-header-qr-code .mhqc-box-img .video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
    left: 5px;
}



.mhqc-box-parent {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 25px;
}
.mhqc-box-desc p {
    font-size: 18px;
    line-height: 1.7;
}
.mhqc-box-cta {
  margin-top: 45px;
}
.mhqc-box-cta a {
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}
.mhqc-box-cta a:nth-child(1) {
    color: #ff7000;
    padding: 7px 30px;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.mhqc-box-cta a:nth-child(2) {
  position: relative;
  margin-bottom: -4px;
}
.mhqc-box-cta a:nth-child(2) i {
  position: absolute;
  left: 0;
  color: #cc0000;
  background: #fff;
  padding: 11px 11px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center;
}
.mhqc-box-cta a:nth-child(2) {
  padding-bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
.myorder-page-about {
  padding-top: 70px;
  padding-bottom: 50px;
}
.myorder-page-about-img img {
    max-height: 500px;
    display: block;
    margin: 0 auto;
}
.myorder-page-about-text {
  padding-top: 120px;
}
.mpat-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.mpat-desc {
  padding-top: 15px;
}
.mpat-desc p {
  text-align: justify;
  color: #666;
}

.myorder-page-about-2 .myorder-page-about-2-mobile {
  display: none;
}
.myorder-page-about-2-text {
  padding-top: 40px;
}
.mpa2t-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.mpa2t-desc {
  padding-top: 15px;
}
.mpa2t-desc p {
  text-align: justify;
  color: #666;
}
.myorder-page-about-2 img {
  display: block;
  margin: 0 auto;
}




.myorder-apps-keuntungan-qrcode {
  padding-top: 80px;
  padding-bottom: 60px;
}
.myorder-apps-keuntungan-qrcode img {
  border-radius: 15px;
}
.makq-qrcode {
  background: #f9f9f9;
}
.myorder-apps-keuntungan-qrcode .row {
  padding-top: 60px;
}
.makq-img-left {
  padding-right: 40px;
}
.makq-img-right {
  padding-left: 40px;
}
.makq-detail {
  position: relative;
  margin-bottom: 25px;
}
.makq-detail .makq-icon {
    position: absolute;
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 63px;
    box-shadow: 0px 0px 16px -9px #0000009e;
    line-height: 80px;
}
.makq-detail .makq-icon img {
  height: 35px;
  margin-left: 13px;
  margin-top: 10px;
}
.makq-detail .makq-detail-desc {
    padding-left: 80px;
}
.makq-detail .makq-detail-desc p:nth-child(1) {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px;
}
.makq-detail .makq-detail-desc p:nth-child(2) {
    color: #666;
    font-size: 14px;
}
.col-makq {
  padding-bottom: 30px;
}



/* Fitur QR Code */
.myorder-qrcode-profit {
  padding-top: 70px;
  padding-bottom: 70px;
}
.myorder-qrcode-profit .row {
  padding-top: 60px;
}
.text-right-2 {
    text-align: right;
}
.fitur-detail-text {
    padding-top: 40px;
}
.fdt-detail {
  margin-bottom: 30px;
}
.fdt-detail-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.fdt-detail-desc {
    font-size: 15px;
    color: #666;
}
.fdt-detail-img img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
}

.myorder-qrcode-profit-cta {
  padding-top: 60px;
}
.myorder-qrcode-profit-cta a {
  color: #fff;
  padding: 10px 25px;
  background: #c32128;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.myorder-qrcode-profit-mobile {
  display: none;
}
.myorder-qrcode-profit-mobile img {
  margin-top: 30px;
}
/* End Fitur QR Code */


/* Sreenshoot Aplikasi CSS */
.ss-aplikasi {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ss-aplikasi .myorder-apps-title {
    padding-bottom: 50px;
}
.screen-slider-content {
    position: relative  
}

.screenshot-frame {
    background-image: url(../images/assets/hungryline/ss/phone-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 287px;
    height: 515px;
    position: absolute;
    top: -5px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}

.screen-carousel .owl-item img {
    -webkit-transform: scale(.90);
    transform: scale(.90);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #f3f3f3;
    border-radius: 30px
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.screen-carousel .owl-dots {
    margin-top: 50px;
    left: 0;
    width: 100%;
    text-align: center
}

.screen-carousel .owl-dot {
    width: 14px;
    height: 7px;
    background: #888 !important;
    border-radius: 4px;
    display: inline-block;
    margin: 0 4px;
    outline: 0
}

.screen-carousel .owl-dot.active {
    width: 24px;
    background: #c32128 !important;
}
.ss-aplikasi .screen-slider-content .screen-carousel img {
  cursor: move;
}
/* End Screenshoot Aplikasi CSS */


/* Profit QR Code */
.myorder-profit-qrcode {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
}
.myorder-profit-qrcode .row {
  padding-top: 50px;
}
.myorder-profit-qrcode-box {
  margin-bottom: 40px;
}
.mpqb-img {
  margin-bottom: 20px;
}
.mpqb-img img{
  height: 75px;
}
.mpqb-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.mpqb-desc p {
  font-size: 15px;
  color: #666;
  text-align: justify;
}
/* End Profit QR Code */


/* CTA Video QR Code */
.cta-video-qr-code {
  background-image: url(../images/assets/myorder-apps/cta-video.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  height: 400px;
  position: relative;
}
.cta-video-qr-code-box {
  text-align: center;
}
.cvqcb-text {
  padding-top: 160px;
}
.cvqcb-text-title {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1.1;
}
.cvqcb-text-desc {
  font-size: 18px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.cvqcb-cta .video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 75%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.cvqcb-cta .video-play-button {
  color: #fff;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.cvqcb-cta .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.cvqcb-cta .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.cvqcb-cta .video-play-button:hover,
.cvqcb-cta .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.cvqcb-cta .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
    right: 3px;
}
/* End CTA Video QR Code */

/* Demo QR Code */
.qr-demo {
  padding-top: 40px;
  padding-bottom: 70px;
}
.qr-demo-parent {
  border: 2px solid #eee;
  border-radius: 20px;
  box-shadow: 0 12px 16px rgba(0,0,0,.15);
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px 40px 20px;
}
.qr-demo-desktop {
  padding-top: 30px;
}
.qr-demo-desktop-row {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.qdd-box {
  margin-bottom: 30px;
  text-align: center;
}
.qdd-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
}
.qdd-box-text {
  padding-top: 15px;
}
.qdd-box-text p {
  color: #666;
  font-size: 15px;
}
.qr-demo-desktop-img {

}

.qddi-text {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 10px;
}
.qddit-title p:nth-child(1) {
  font-weight: 600;
}
.qddit-title p:nth-child(2) {
  font-size: 15px;
}
.qddite-ul ul li {
  list-style-type: decimal;
  font-size: 14px;
  color: #666;
}
.qddite-ul ul li a {
  color: #da2827;
}
.qddite-cta {
  padding-top: 5px;
}
.qddite-cta a {
  color: #da2827;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #da2827;
}
/* End Demo QR Code */

/* Harga MyOrder QR */
.harga-qr {
  padding-top: 80px;
}
.harga-qr .row {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.harga-qr-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.harga-qr-box-title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.hqbt-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hqbt-desc p {
  color: #666;
}

.harga-qr-box-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hqbd-harga {
  text-align: center;
  position: relative;
}
.qr-pm {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  color: #c32128;
}
.qr-price {
  font-size: 14px !important;
  position: absolute;
  top: 0px;
  font-weight: 400 !important;
}
.qr-mounth {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.hqbd-harga {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hqbd-detail {
  background: #f9f9f9;
  text-align: center;
  padding: 20px 10px;
}
.hqbd-detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-detail-harga p {
  line-height: 1.4;
}
.harga-qr-box-desc {
  padding: 0px 20px 20px 20px;
}
.hqbd-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-desc-ul ul {
  margin-left: -30px;
}
.hqbd-desc-ul ul li {
  position: relative;
  padding-left: 25px;
}
.hqbd-desc-ul ul li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 16px;
    color: #c32128;
}

.harga-qr-box-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.harga-qr-box-link a {
    color: #fff;
    background: #c32128;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 1s;
}
.hqbd-desc-ul {
    height: 130px;
}
/* End Harga MyOrder QR*/

/* Variant QR Code */
.variant-qr {
  padding-top: 80px;
}
.variant-qr .row {
  padding-top: 40px;
}
.variant-qr-box {
  position: relative;
  overflow: hidden;
}
.variant-qr-box  img {
    max-width: 100%;
    transition: transform 1s;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.variant-qr-box-parent:hover .variant-qr-box  img {
    transform: scale(1.1);
}
/* End Variant QR Code */

/* Variant QR Code Single */
.variant-qr-single {
  padding-top: 90px;
  padding-bottom: 70px;
}
.variant-qr-single .row {
  padding-top: 40px;
}
.vqs-img {
  padding-right: 40px;
}
.vqs-img img {
  border-radius: 10px;
}
.vqs-text {
  padding-top: 30px;
}
.vqs-text-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.vqs-text-desc {
  padding-top: 15px;
}
.vqs-text-desc p {
  color: #666;
  text-align: justify;
}
.vqs-text-desc ul {
    margin-left: -40px;
}
.vqs-text-desc ul li {
    background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    text-align: justify;
    font-size: 15px;
    color: #666;
}
/* End Variant QR Code Single */

/* Variant QR Code Multiple */
.variant-qr-multiple {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #f9f9fa;
}
.variant-qr-multiple .row {
  padding-top: 40px;
}
.variant-qr-multiple .vqs-img {
  padding-right: 0px;
  padding-left: 40px;
}
.color-variant {
  color: #ff7000;
}
.variant-qr-multiple .vqs-text {
    padding-top: 0px;
}
/* End Variant QR Code Multiple */

/* ====================================== PRICING ============================================*/
.myorder-apps-harga-software {
  padding-top: 70px;
}
.mahs-pricing {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.myorder-apps-harga-software .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
}


.myorder-apps-harga-software-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.myorder-apps-harga-software-box img {
  float: left;
  height: 300px;
  margin-right: 20px;
}
.myorder-apps-harga-software-box .mahsb-text {
  padding-top: 15px;
}

.mahsb-text .mahsb-text-box {
  height: 230px;
}
.mahsb-text-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.mahsb-text-pricing {
  font-weight: 700;
  color: #c32128;
}
.mahsb-text-desc {
  font-size: 15px;
}
.mahsb-text-cta a {
  color: #fff;
    background: #c32128;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    transition: 1s;
}

.mahsb-text-pricing span {
  font-size: 15px !important;
  color: #444 !important;
  font-weight: 400 !important;
  padding-left: 5px;
}
.mahsb-text-pricing p {
  margin-bottom: 1px;
}

.mahsb-text-pricing-2 {
  padding-top: 20px;
}
.mahsb-text-pricing-2-title {
  font-weight: 600;
  font-size: 18px;
}


.myorder-apps-hr {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}


/* Harga Hardware */
.myorder-apps-harga-hardware {
  padding-top: 50px;
  padding-bottom: 70px;
}
.myorder-apps-harga-hardware .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.myorder-apps-harga-hardware .pricing-additional-desc {
  height: 50px;
}
.pricing-additional-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.pricing-additional-box-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pricing-additional-text {
    padding: 10px 20px;
}
.pricing-additional-box-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}
.pricing-additional-box-rp {
    color: #c32128;
    font-weight: 700;
}
.pricing-additional-desc {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}
.pricing-additional-cta {
    margin-bottom: 20px;
}
.pricing-additional-cta a {
    color: #fff;
    background: #c32128;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 1s;
}
.pricing-additional-cta.pac-software a {
  display: inline-block;
  margin: 0px 5px 5px 0px;
}
.pricing-additional-cta.pac-software a:nth-child(1) {
    color: #c32128;
    background: transparent;
    padding: 3px 11px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    transition: 1s;
    border: 1px solid #c32128;
}
.pricing-additional-cta.pac-software a:nth-child(2) {
    color: #fff;
    background: #c32128;
    padding: 3px 11px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    transition: 1s;
}

.pricing-additional-cta.pac-hardware a {
  display: inline-block;
  margin-bottom: 10px;
}
.pricing-additional-cta.pac-hardware a:nth-child(1) {
    color: #c32128;
    background: transparent;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 1s;
    border: 1px solid #c32128;
}
.pricing-additional-cta.pac-hardware a:nth-child(2) {
    color: #fff;
    background: #c32128;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 1s;
}
.map-hardware-cta {
    background: #ff7000;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #ff7000;
    text-transform: uppercase;
}
.mahhp-spesifikasi {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.mahhp-spesifikasi-detail ul {
  margin-left: -10px;
  padding-top: 20px;
}
.mahhp-spesifikasi-detail ul li {
  list-style-type: disc;
  font-size: 15px;
  color: #666;
  margin-bottom: -7px;
  line-height: 1px;
}
.mahhp-spesifikasi-detail.msd-2 ul li {
  list-style-type: disc;
  font-size: 15px;
  color: #666;
  padding-bottom: 20px;
  line-height: 20px;
}

/* Harga Perangkat Tambahan */
.myorder-apps-harga-pt {
  padding-top: 50px;
  padding-bottom: 60px;
}

.myorder-apps-harga-pt .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.myorder-apps-harga-pt.myorder-apps-harga-pt-2 {
    padding-top: 0px;
  }

/* =================================================== Page Fitur New ============================================= */
.features-new {
    padding-top: 60px;
    padding-bottom: 120px;
    position: static;
}
#features-new-left {
    position: fixed;
    background: #fff;
    padding: 10px 30px 30px 30px;
}
.features-new-left-menu ul {
    margin-left: -60px;
}
.features-new-left-menu ul li {
    margin-bottom: 10px;
}
.features-new-left-menu ul li a {
    color: #444;
}

/*.features-new-left .fnlm-nav a.nav-link.active,
.features-new-left .fnlm-nav a.nav-link:hover {
    color: #05a1fd !important;
}*/

/*.features-new-left-menu ul li .nav-link.active,
.features-new-left-menu ul li .nav-link:hover {
   color: #c32128 !important;
}*/

.active-sidebarr {
    color: #c32128 !important;
}

#features-new-right {
    width: 74%;
    float: right;
}



.features-new-right-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 1.1;
}
.features-new-right-img img {
    display: block;
    margin: 0 auto;
}
.features-new-title {
    font-weight: 500;
    font-size: 25px;
    color: #c32128;
}

.features-new-right-box {
    padding-top: 100px;
    padding-bottom: 50px;
}
.register-detail {
    padding-top: 40px;
}
.register-detail-img img {
    max-width: 230px;
}

.register-detail-text {
    padding-top: 20px;
}


/* ======================================================= TABLET ============================================*/
.myorder-header-qr-code.myorder-header-tablet {
  background: url(../images/assets/myorder-apps/bg-tablet.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}

/* About Tablet */
.myorder-about-tablet {
  padding-top: 60px;
  padding-bottom: 80px;
}
.myorder-about-tablet .mat-img {
  margin-right: 40px;
}
.myorder-about-tablet .mat-img img {
  border-radius: 15px;
}
.myorder-about-tablet .mat-text {
  padding-top: 40px;
}
.mat-text-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.mat-text-desc {
  padding-top: 15px;
}
.mat-text-desc p {
  text-align: justify;
  color: #666;
}
/* End About Tablet */


/* About 2 */
.myorder-about-tablet-2 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.myorder-about-tablet-2 .mat2-img {
  margin-right: 40px;
}
.myorder-about-tablet-2 .mat2-img img {
  border-radius: 15px;
  width: 100%;
}
.myorder-about-tablet-2 .mat2-text {
  padding-top: 40px;
}
.mat2-text-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.mat2-text-desc {
  padding-top: 15px;
}
.mat2-text-desc p {
  text-align: justify;
  color: #666;
}
.myorder-about-tablet-2-mobile {
  display: none;
}
/* End About 2 */


/* Profit Tablet */
.myorder-profit-tablet {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
}
.myorder-profit-tablet .row {
  padding-top: 50px;
}
.myorder-profit-tablet-box {
  margin-bottom: 40px;
}
.mpt-img {
  margin-bottom: 20px;
}
.mpt-img img{
  height: 75px;
}
.mpt-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.mpt-desc p {
  font-size: 15px;
  color: #666;
  text-align: justify;
}
/* End Profit tablet */ 


/* Fitur */
.myorder-tablet-profit {
  padding-top: 70px;
  padding-bottom: 70px;
}
.myorder-tablet-profit .row {
  padding-top: 60px;
}
.myorder-tablet-profit-img {
  padding-left: 20px;
  padding-right: 20px;
}
.myorder-tablet-profit-img img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
  padding: 20px;
}
.myorder-tablet-profit .myorder-qrcode-profit-cta {
    padding-top: 40px;
}



/* ScreenShoot */
.myorder-tablet-ss {
  padding-top: 80px;
  padding-bottom: 80px;
}
.myorder-tablet-ss .myorder-tablet-ss-carousel {
  padding-top: 50px;
}
.myorder-tablet-ss-box {
  padding: 12px;
  display: block;
  margin: 0 auto;
}
.myorder-tablet-ss-box img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
  padding: 20px;
  cursor: move;
}
.myorder-tablet-ss .owl-dots {
    margin-top: 40px;
}
.myorder-tablet-ss .owl-dots .owl-dot.active {
    width: 24px;
    height: 7px;
    background: #c32128 !important;
}
.myorder-tablet-ss .owl-dots .owl-dot {
  width: 14px;
  height: 7px;
  background: #888 !important;
  margin-left: 4px;
  margin-right: 4px;
}
/* End ScreenShoot */


/* Features Tablet */
.features-new-tablet img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(81, 81, 81, 0.12);
  padding: 20px;
  display: block;
  margin: 0 auto;
}
.features-new-tablet-box {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 50px;
}
.features-new-tablet-box-title {
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 25px;
  color: #c32128;
}
.features-new-tablet-box-desc {
  padding-top: 30px;
}
/* End Features Tablet */



/* ======================================================= KIOSK ============================================*/
.myorder-header-qr-code.myorder-header-kiosk {
  background: url(../images/assets/myorder-apps/bg-kiosk-2.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 0px;
}
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img img {
  display: block;
  margin: 0 auto;
}
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box {
  padding-top: 100px;
}
.myorder-header-qr-code.myorder-header-kiosk .video-popup-mobile {
  display: none;
}
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img {
  position: relative;
}
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img img {
  max-height: 500px;
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    z-index: 10;
}
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button {
  color: #fff;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button:hover,
.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fff;
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.myorder-header-qr-code.myorder-header-kiosk .mhqc-box-img .video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
    left: 5px;
}

/* About Tablet */
.myorder-about-kiosk {
  padding-top: 80px;
}
.myorder-about-kiosk .mak-img {
  margin-left: 40px;
}
.myorder-about-kiosk .mak-img img {
  border-radius: 15px;
}
.myorder-about-kiosk ul {
  margin-left: -40px;
}
.myorder-about-kiosk ul li {
    background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    text-align: justify;
    font-size: 15px;
    color: #666;
}
.myorder-about-kiosk ul li span {
  font-weight: 500;
  font-size: 17px;
}
.mak-text-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.mak-text-desc {
  padding-top: 15px;
}
.mak-text-desc p {
  text-align: justify;
  color: #666;
}

.myorder-about-kiosk .myorder-about-tablet-2-desktop .mak-img {
  padding-top: 30px;
}
/* End About Tablet */


/* Profit kiosk */
.myorder-profit-kiosk {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
}
.myorder-profit-kiosk .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.myorder-profit-kiosk-box {
  margin-bottom: 40px;
}
.mpk-img {
  margin-bottom: 20px;
}
.mpk-img img{
  height: 75px;
}
.mpk-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.mpk-desc p {
  font-size: 15px;
  color: #666;
  text-align: justify;
}
/* End Profit kiosk 


/* Keuntungan Kiosk */
.myorder-kiosk-profit img {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    max-height: 450px;
}
.myorder-kiosk-profit-img {
  padding: 0px;
}
.myorder-kiosk-profit-text {
  padding-top: 50px;
}
.myorder-kiosk-profit .myorder-qrcode-profit-cta {
    padding-top: 70px;
}

.myorder-kiosk-ss-box img {
  border-radius: 0px;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  padding: 10px;
  cursor: move;
}
.fitur-view-mobile-detail {
    padding-top: 30px;
}
/* End Keuntungan Kiosk */


/* Fitur Detail Kiosk */
.register-detail-kiosk-img img {
    max-width: 200px;
}
.features-new-right-img-kiosk img {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  border-radius: 10px;
}
/* End Fitur Detail Kisok */

/* =================================================== Why Choose Us ============================================*/
.header-wcu {
  background: url(../images/assets/myorder-apps/header-wcu.jpg) no-repeat center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}
.header-wcu-box-text {
  max-width: 550px;
  padding-bottom: 30px;
}
.header-wcu-box-text p {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
.header-wcu-box-cta a {
  color: #ff7000;
  padding: 12px 30px;
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/* Tentang Why Choose Us CSS */
/* Header myorder */
.myorder-carausel .container-fluid {
    padding-right: 0px; 
    padding-left: 0px; 
}
.myorder-carausel .glyphicon {
    opacity: 0;
}
.myorder-carausel:hover .glyphicon {
    opacity: 1;
    transition: 1s;
}
.myorder-carausel .carousel-caption {
    text-align: left;
    top: 20%;
    left: 9%;
    color: #444;
    text-shadow: none;
}
.carousel-caption-detail p {
    color: #222;
    font-size: 18px;
    line-height: 1.7;
}
.carousel-caption-title {
    padding-bottom: 10px;
}
.carousel-caption-title p {
    font-size: 25px;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
}
.carousel-caption-cta {
    padding-top: 30px;
}
.carousel-caption-cta a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff9c00;
    padding: 10px 25px;
    border-radius: 50px; 
    border: 2px solid #ff9c00;
    transition: 0.5s;
}
/*.carousel-caption-cta a:hover {
  background: transparent;
  color: #ff9c00;
  transition: 0.5s;
}*/
.carousel-inner-img-mobile {
    display: none !important;
}
.myorder-carausel .carousel-control {
    width: 10% !important;
}
.myorder-carausel .carousel-control.left,
.myorder-carausel .carousel-control.right {
    background-image: none !important; 
    background-image: none !important;
    background-image: none !important; 
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; 
}
.myorder-carausel .carousel-indicators .active {
  background-color: #ff7000;
}
.myorder-carausel .carousel-indicators li {
  border: 1px solid #ff7000;
}
/* End Header myorder*/



.infografis-wcu {
  padding-top: 100px;
  padding-bottom: 50px;
}
.infografis-wcu img {
  display: block;
  margin: 0 auto;
}
.infografis-wcu-box-mobile {
  display: none;
}
.iwb-myorder {
  color: #ff7000;
  font-weight: 600;
}

.infografis-wcu-box-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.infografis-wcu-box-1-img {
  margin-right: 40px;
}
.infografis-wcu-box-1-text {
  padding-top: 20px;
}
.infografis-wcu-box-1-text-title {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.infografis-wcu-box-1-text-desc p {
  text-align: justify;
  color: #666;
}
.infografis-wcu-box-1-text-desc ul,
.infografis-wcu-box-2-text-desc ul {
  margin-left: -40px;
  color: #666;
}
.infografis-wcu-box-1-text-desc ul li.minus,
.infografis-wcu-box-2-text-desc ul li.minus {
    background-image: url(../images/assets/myorder-apps/icon-minus.png);
}
.infografis-wcu-box-1-text-desc ul li,
.infografis-wcu-box-2-text-desc ul li {
    background-image: url(../images/assets/myorder-apps/icon-plus.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
}
.infografis-wcu-box-2 {
  padding-top: 40px;
  padding-bottom: 40px
}
.infografis-wcu-box-2-img {
  margin-left: 40px;
}
.infografis-wcu-box-2-text {
  padding-top: 20px;
}
.infografis-wcu-box-2-text-title {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.infografis-wcu-box-2-text-desc p {
  text-align: justify;
  color: #666;
}

/* CTA Center */
.wcu-cta {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/assets/myorder-apps/cta-wcu.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.wcu-cta-box {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.wcu-cta-box-title p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}
.wcu-cta-box-desc {
  padding-top: 10px;
}
.wcu-cta-box-desc p {
  font-size: 17px;
}
.wcu-cta-box-url {
  margin-top: 40px;
}
.wcu-cta-box-url a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #ff7000;
  padding: 9px 33px;
  border-radius: 50px;
  border: 2px solid #ff7000;
}
/* End CTA Center */

/* Why Choose Us CSS */
.wcu-pilihan {
  padding-top: 100px;
  padding-bottom: 70px;
}
.wcu-pilihan .row {
  padding-top: 50px;
}
.wcu-pilihan img {
  border-radius: 15px;
}
.wcu-pilihan-text {
  padding-top: 30px;
}
.wcu-pilihan .wcu-pilihan-text-title{
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.wcu-pilihan .wcu-pilihan-text-desc p {
  text-align: justify;
  color: #666;
}
.wcu-pilihan-img {
  margin-left: 40px;
}


/* Work Kasir */
.work-kasir {
  padding-top: 50px;
  padding-bottom: 60px;
}
.work-kasir .row {
  padding-top: 50px;
}
.work-kasir-detail {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  max-width: 800px;
  line-height: 1.5;
}

.work-kasir-box {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  height: 300px;
  position: relative;
  margin-top: 50px;
}
.work-kasir-box-img img {
    text-align: center;
    display: block;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 13px;
    height: 39px;
    width: auto;
}
.work-kasir-box-img::before {
    position: absolute;
    width: 65px;
    height: 65px;
    content: "";
    left: 0;
    right: 0;
    border: 6px solid #ff9c00;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0px auto;
    top: 5px;
}
.work-kasir-box-img::after {
    position: absolute;
    width: 65px;
    height: 65px;
    content: "";
    left: 0;
    right: 0;
    border: 5px solid #ffd188;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0px auto;
    top: 0;
    background-color: #fff;
}

.work-kasir-box-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 80px;
}
.work-kasir-box-desc p {
  color: #666;
}

.col-work-kasir-right {
  border-right: 1px solid #e5e5e5;
}
.col-work-kasir-bottom {
  border-bottom: 1px solid #e5e5e5;
}
/* End Work Kasir */

/* End Why Choose Us CSS */

.singkronasi.singkronasi-myorder.singkronasi-myorder-wcu {
  background: #fff;
}


/* End Tentang Why Choose Us CSS 

/* =========================================================== Sugest User ======================================== */
/* Suggest User */
.suggest-user {
  background: #f2f2f2;
  display: none;
}
.suggest-user-text {
  position: relative;
}
.sut-title {
  position: absolute;
  left: 0;
  padding-top: 25px;
}
.sut-title span {
  font-size: 18px;
  cursor: pointer;
}
.sut-detail {
  padding-left: 7px;
}
.sut-detail-img {
  
}
.sut-detail img {
  height: 55px;
  width: auto;
  padding: 5px;
  display: block;
  margin: 0 auto;
  background: #fff;
  margin-top: 10px;
  border-radius: 15px;
  border: 2px solid #eaeaea;
  line-height: 60px;
  margin-left: 12px;
  float: left;
  margin-right: 7px;
}
.col-padding {
  padding-left: 2px !important;
  padding-right: 0 !important;
}

.sut-detail-text {
  padding-top: 5px;
  padding-left: 3px;
}
.sut-detail-text-1 a {
  font-size: 12px; 
  font-weight: 600;
  color: #444;
}
.sut-detail-text-1 {
  margin-bottom: -10px;
}
.sut-detail-text-2 {
  font-size: 10px;
  margin-bottom: -14px;
}
.sut-detail-text-3 {
  font-size: 8px;
  color: #fda701;
  margin-bottom: -12px;
}
.sut-detail-text-4 {
  font-size: 11px;
}


.suggest-user-ps {
  margin-top: 25px;
  float: right;
  padding-right: 10px;
} 
.suggest-user-ps a {
  color: #0888ff;
}

/* =============================================== Terintegrasi ======================================= */
.header-wcu-terintegrasi {
  background: url(../images/assets/myorder-apps/header-terintegrasi.jpg) no-repeat center !important;
}


/* Keuntungan pay */
.pay-keuntungan {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pay-keuntungan .row {
  padding-top: 50px;
}

.pay-keuntungan-box {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  text-align: center;
  padding: 25px;
  transition: 1s;
  height: 250px;
  margin-bottom: 30px;
}
.pay-keuntungan-box-img {
    margin-top: 10px;
}
.pay-keuntungan-box-img img {
  height: 80px;
}
.pay-keuntungan-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.pay-keuntungan-box img {
  display: block;
  margin: 0 auto;
}
.pay-keuntungan-box-title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 5px;
}
.pay-keuntungan-box-desc p {
  color: #666;
}
/* End Keuntungan pay */

/* Pasal Pay */
.pay-pasal {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pay-pasal-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ppdt-title {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 15px;
  padding-top: 20px;
}
.ppdt-desc {
  color: #666;
}
.pay-pasal-detail-img {
  padding-left: 40px;
}


.pay-pasal-qris {
  padding-top: 50px;
}
.pqdt-title {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 15px;
  padding-top: 20px;
}
.pqdt-desc {
  color: #666;
}
.pay-pasal-qris-img {
  padding-right: 40px;
}
/* End Pasal Pay */


/* Ilustrasi pay */
.pay-ilustrasi {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pay-ilustrasi .row {
  padding-top: 50px;
}
.pay-ilustrasi-text-title {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.pay-ilustrasi-text-desc {
  color: #666;
}
.pay-ilustrasi-img {
  padding-right: 40px;
}
/* End Ilustrasi pay 



/* ======================================================== MyOrder Link =========================================== */
.myorderlink-header {
    position: relative;
    padding-bottom: 30px;
}
.myorderlink-header .bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.myorderlink-header .container {
    margin-top: -49%;
}
.myorderlink-header .mhqc-box {
  padding-top: 60px;
}
.myorderlink-header .mhqc-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 420px;
  width: auto;
}

.mhqc-box-cta-link {
  padding-top: 30px;
  padding-bottom: 35px;
}
.mhqc-box-cta-link a {
    color: #fff;
    padding: 13px 30px;
    background: #ff7000;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.myorder-header-link {
  padding-bottom: 60px;
}
.myorder-link {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mb-demo-title {
  font-size: 18px;
}
.mb-demo-link ul li {
  list-style-type: disc;
}
.mb-demo-link ul {
  margin-left: -20px;
}
.mb-demo-link ul li a {
  color: #0E71EB;
}

.myorder-link-detail {
  padding-top: 20px;
}
.myorder-link-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.myorder-link-desc p {
  text-align: justify;
  color: #666;
}
.myorder-link-img {
  padding-left: 40px;
}
.myorder-link-img img {
  border-radius: 10px;
}
.myorder-link-mobile {
  display: none;
}
.myorder-apps-fitur-4 {
  padding-top: 20px !important;
}
.tipe-bisnis-link {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tipe-bisnis-link .row {
  padding-top: 40px;
}
.tbl-img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.tbl-img img {
    max-width: 100%;
    transition: transform 0.5s;
}
.tbl-img:hover img {
  transform: scale(1.1);
}

/* Info Link */
.info-link {
  padding-top: 70px;
  padding-bottom: 100px;
}
.info-link-parent {
  padding-top: 60px;
}
.info-link-text {
  padding-top: 15px;
}
.ilt-left {
  padding-left: 30px;
}
.info-link-text-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
.info-link-text-desc {
  text-align: justify;
  color: #666;
}
.info-link-img img {
  border-radius: 15px;
}
.ilp-mobile {
  display: none;
}
.ilt-right {
  padding-right: 30px;
}
/* End Info Link */

/* Langkah Link */
.langkah-link {
  padding-top: 60px;
  padding-bottom: 10px;
}
.langkah-link .row {
  padding-top: 40px;
}
.langkah-link-box {
  text-align: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    margin-bottom: 40px;
    text-align: center;
    padding: 20px 15px 20px 15px;
}
.llb-icon img {
  display: block;
  margin: 0 auto;
  max-height: 70px;
}
.llb-icon {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.llb-desc p {
  font-size: 14px;
  color: #666;
}
/* End Langkah Link */


/* LInk CTA Bottom */
.pcvc-cta-link {
    padding-top: 50px;
    padding-bottom: 70px;
}
.pcvc-cta-link-box {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    border: 2px solid #eee;
    border-radius: 20px;
    box-shadow: 0 12px 16px rgba(0,0,0,.15);
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pclb-title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 5px;
}
.pclb-desc {
    color: #666;
}
.pclb-slogan {
    padding-top: 10px;
    font-size: 18px;
}
.pclb-cta2 {
    padding-top: 30px;
}
.pclb-cta2 a {
    font-size: 14px;
    background: #006c5d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 100px;
    letter-spacing: 1px;
    border: 1px solid #006c5d;
}
/* End LInk CTA Bottom */

/* Carausel Link */
.carausel-link {
  padding-bottom: 60px;
}
.carausel-link-img-parent {
  padding-top: 40px;
}
.carausel-link-img {
  padding: 10px;
}
.carausel-link-img img {
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
/* End Carausel Link 

/* Cara Bayar QRIS */
.cara-bayar {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cara-bayar-cta {
  padding-top: 35px;
  text-align: center;
}
.cara-bayar-cta a {
  display: inline-block;
  margin: 5px;
}
.cbc {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #da2827;
  padding: 6px 30px;
  border: 1px solid #da2827;
  border-radius: 5px;
  letter-spacing: 1px;
}
.cbc:hover {
  color: #da2827;
}
.cbc-active {
  background: #da2827 !important;
  color: #fff !important;
}
.cbc-active:hover {
  background: #da2827 !important;
  color: #fff !important;
}
.cara-bayar-img {
  padding-top: 35px;
}
.cara-bayar-img p {
  text-align: center;
}
.cara-bayar-img img {
  display: block;
  margin: 0 auto;
}
.cbi-none {
  display: none !important;
}
/* End Cara Bayar QRIS */

/* Link Demo */
.link-demo {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/assets/myorder-apps/cta-wcu.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
.link-demo-box-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 25px;
}
.link-demo-box-title span {
  font-weight: 300 !important;
}
.link-demo-box-desc {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.link-demo-box-url {
  padding-bottom: 20px;
}
.link-demo-box-url ul {
  margin-left: -40px;
}
.link-demo-box-url ul li  a {
  color: #0E71EB;
}
.ldbt-text {
  padding-bottom: 10px;
}
.ldbt-tutorial a {
  color: #fff;
    padding: 10px 25px;
    background: #c32128;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
/* End Link Demo */


/* ============================================ MyOrder Link Resto ============================ */
.header-link-resto {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url(../images/assets/myorder-apps/resto/header.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hlr-text-parent {
  padding-top: 100px;
}
.hlr-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 1.3;
}
.hlr-desc {
  padding-bottom: 30px;
}
.hlr-desc p {
  font-size: 18px;
}
.hlr-cta a {
  display: inline-block;
  margin: 0px 15px 10px 0px;
} 
.hlr-cta a:nth-child(1) {
  color: #fff;
    padding: 6px 25px;
    background: #ff7000;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff7000;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.hlr-cta a:nth-child(2) {
  color: #444;
    padding: 6px 25px;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.hlr-img img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}

.about-link-resto {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-link-resto .row {
  padding-top: 40px;
}
.alr-text-parent {
  padding-top: 50px;
}
.alr-img {
  padding-right: 40px;
}
.alr-title {
  font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.alr-desc p {
  color: #666;
}

/* Problem */
.problem-link-resto {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
}
.problem-link-resto .row {
  padding-top: 40px;
}
.problem-link-resto-text ul {
  margin-left: -40px;
}
.problem-link-resto-text ul li {
  background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
}
.problem-link-resto-img img,
.solusi-link-resto-img img {
  border-radius: 15px;
}
/* End Problem */


/* Solusi */
.solusi-link-resto {
  padding-top: 70px;
  padding-bottom: 70px;
}
.solusi-link-resto .row {
  padding-top: 40px;
}
.solusi-link-resto-text ul {
  margin-left: -40px;
}
.solusi-link-resto-text ul li {
  background-image: url(../images/assets/home/icon-checkbox-2.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
}
/* End Solusi */

/* Benefit */
.benefit-link-resto {
  padding-bottom: 70px;
}
.benefit-link-resto .row {
  padding-top: 40px;
}
.benefit-link-resto-box {
  margin-bottom: 40px;
  padding: 30px 10px 20px 10px;
  border-radius: 20px;
  text-align: center;
  border: 2px dashed #eaeaea;
}
.blrb-img {
  padding-bottom: 30px;
}
.blrb-title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}
.blrb-img img {
  display: block;
  margin: 0 auto;
  max-height: 90px;
}
.blrb-desc p {
  font-size: 15px;
  color: #666;
}
/* End Benefit */


/* Langkah Resto */
.langkah-link.langkah-link-resto {
  padding-top: 20px;
  padding-bottom: 70px;
}
/* End Langkah Resto */

/* Link FAQ */
.link-faq {
  padding-top: 70px;
  padding-bottom: 70px;
}
.link-faq .row {
  padding-top: 40px;
}

.tm-accordion .card {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.tm-accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.tm-accordion .card:first-child .card-header button::after {
  display: none;
}

.tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}

.tm-accordion .card-header button {
  font-size: 17px;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 50px;
  color: #3c424f;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #F5F9FB;
  border-radius: 100px;
  text-transform: none !important;
}

.tm-accordion .card-header button::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.link-faq .card p {
  font-size: 15px;
  color: #666;
}
.tm-accordion .card-header button.collapsed::before {
  content: "\f105";
  font-family: FontAwesome;
}

.tm-accordion .card-header button:not(.collapsed) {
  background: -webkit-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "\f107";
  font-family: FontAwesome;
  background: #ffffff;
  color: #0E8FE3;
}

.tm-accordion .card-body {
  padding: 15px 0 5px 50px;
  position: relative;
}
.card-body ul {
    margin-left: -20px;
}
.card-body ul li {
    list-style-type: disc;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .tm-accordion .card-header button {
    font-size: 15px;
  }
}
/* End Link FAQ */

/* CTA Harga */
.pcvc-cta-link.pcvc-cta-link-resto {
  padding-top: 0px;
  padding-bottom: 50px;
}
/* End CTA Harga */


/* ================ Self Order Link Parent ============================== */
.header-parent-link {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.hpl-title {
  padding-bottom: 20px;
}
.hpl-title p {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}
.hpl-desc {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.hpl-desc p {
  font-size: 19px;
}
/* About */
.about-parent-link {
  padding-top: 10px;
  padding-bottom: 70px;
}
.about-parent-link .row {
  display: block;
  margin: 0 auto;
  max-width: 950px;
}

.apl-box {
  margin-bottom: 40px;
  box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    border-radius: 3px;
}
.apl-box-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.apl-box-parent {
  padding: 20px;
}
.apl-box-title {
  padding-bottom: 5px;
}
.apl-box-title p {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.apl-box-title span {
  color: #ff7000
}
.apl-box-desc p {
  color: #666;
}
.apl-box-cta {
  padding-top: 20px;
  padding-bottom: 20px;
}
.apl-box-cta span {
  color: #fff;
    padding: 10px 25px;
    background: #c32128;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #c32128;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}

/* Harga MyOrder Link */
.harga-link {
  padding-top: 80px;
  padding-bottom: 40px;
}
.harga-link .row {
  padding-top: 40px;
}
.harga-link-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 10px;
}
.harga-link-box-title {
  text-align: center;
  background: #ffeaa7;
  padding: 10px 10px 5px 10px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.harga-link-box-title p {
  text-transform: uppercase;
  font-weight: 600;
}
.harga-link-box-price {
  padding-top: 20px;
  text-align: center;
  height: 80px;
}
.harga-link-box-price p:nth-child(1) {
  font-size: 20px;
  color: red;
  font-weight: 600;
  margin-bottom: -2px;
}
.harga-link-box-price p:nth-child(2) {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  text-decoration: line-through;
}
.harga-link-box-desc {
  padding-bottom: 20px;
}
.harga-link-box-desc ul {
  margin-left: -10px;
}
.harga-link-box-desc ul li {
  list-style-type: disc !important;
}
.harga-link-box-ads {
  text-align: center;
}
.harga-link-box-ads p {
  color: red;
  font-weight: 500;
}
.harga-link-box-cta {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.harga-link-box-cta a {
  color: #fff;
  background: #c32128;
  padding: 10px 20px;
  border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 1s;
}
.harga-link-box-title.hlbt-2 {
  background: #f2dcdb !important;
}
.harga-link-box-title.hlbt-3 {
  background: #d7e4bd !important;
}
.harga-link-box-title.hlbt-4 {
  background: #e6e0ec !important;
}
.hlbt-4-hight {
  height: 80px;
}
/* End Harga MyOrder Link */

/* ================ Self Order Link Retail ============================== */
.header-link-resto.header-link-retail {
   background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/assets/myorder-apps/retail/hd.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tipe-bisnis-link.tipe-bisnis-link-retail {
  padding-bottom: 0px;
  padding-top: 70px;
}
.video-myorder-img.video-myorder-img-link {
  padding-top: 10px;
}

/* Ebook */
.pcvc-ebook {
    padding-top: 40px;
    padding-bottom: 70px;
}
.pcvc-ebook-desc p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    color: red;
    text-align: center;
}
.pcvc-ebook .row {
    padding-top: 40px;
}
.pet-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.pcvc-ebook-img {
    padding-right: 40px;
}
.form-ebook-cta {
    margin-top: 20px;
    color: #fff;
    background: #006c5d;
    padding: 5px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #006c5d;
    font-weight: 600;
    font-size: 14px;
}
.pet-form span {
    color: red;
}

.pcvc-ebook-img-2 {
    padding-top: 40px;
}
.pcvc-ebook-img-2 img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 30px;
}
.pcvc-ebook-img-2 {
    text-align: center;
}
.pcvc-ebook-img-2 a {
    color: #fff;
    background: #006c5d;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
/* End Ebook */

/* ========================================== MyOrder Menu CSS ============================ */
.myorder-header-qr-code.myorder-header-menu {
  background: url(../images/assets/myorder-apps/bg-menu.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
.myorder-menu-carousel {
  padding-top: 40px;
}
.benefit-menu {
	padding-top: 20px !important;
}
.menu-harga {
	padding-top: 30px;
	padding-bottom: 80px;
}
.menu-harga .row {
	padding-top: 40px;
}
.menu-harga-box {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}
.mhb-box {
	padding-bottom: 20px;
}
.mhb-box-title {
	font-size: 20px;
	font-weight: 500;
}
.mhb-box-desc {
	padding-top: 10px;
}
.mhb-box-desc ul {
	margin-left: -30px;
}

.mhb-box-desc ul li {
    background-image: url(../images/assets/myorder-apps/icon-checkbox.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 18px;
}

.myorder-menu-carousel .owl-dots {
	margin-top: 20px;
}

.menu-fitur {
  text-align: center;
  padding-bottom: 60px;
} 
.menu-fitur a {
  color: #fff;
    padding: 10px 25px;
    background: #c32128;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}



.harga-menu {
  padding-top: 30px;
}
.harga-menu {
  padding-top: 80px;
}
.harga-menu .row {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.harga-menu.harga-menu-2 .row {
  max-width: 100%;
}
.harga-menu-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.harga-menu-box-title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.hqbt-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #c32128;
}
.hqbt-desc p {
  color: #666;
}

.harga-menu-box-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hqbd-harga {
  text-align: center;
  position: relative;
}
.menu-pm {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  color: #c32128;
}
.menu-price {
  font-size: 14px !important;
  position: absolute;
  top: 0px;
  font-weight: 400 !important;
}
.menu-mounth {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.hqbd-harga {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hqbd-detail {
  background: #f9f9f9;
  text-align: center;
  padding: 20px 10px;
}
.hqbd-detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-detail-harga p {
  line-height: 1.4;
}
.harga-menu-box-desc {
  padding: 0px 20px 20px 20px;
}
.hqbd-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-desc-ul ul {
  margin-left: -30px;
}
.harga-menu .hqbd-desc-ul ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.hqbd-desc-ul ul li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 16px;
    color: #c32128;
}

.harga-menu-box-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.harga-menu-box-link a {
    color: #fff;
    background: #c32128;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 1s;
}
.harga-menu .hqbd-desc-ul {
  height: auto !important;
}
/* End MyOrder Menu CSS 


/* ==================================== MyOrder Menu CSS Statics ============================ */
.myorder-header-qr-code.myorder-header-statics {
  background: url(../images/assets/myorder-apps/bg-menu-static.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}

/* ===================================== MyOrder Comparison ================================== */
.myorder-header-qr-code.myorder-header-comparison {
  background: url(../images/assets/myorder-apps/bg-comparison.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
.svp {
  padding-top: 80px;
  padding-bottom: 40px;
}

.svp-table tr td img {
  display: block;
  margin: 0 auto;
  height: 20px;
  margin-top: 5px;
}
.svp-table tr td a img {
    display: block;
    margin: 0 auto;
    height: 22px !important;
    margin-top: 5px;
    width: auto;
}

.svp-table table{
  margin-top: 60px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    padding: 20px;
}
.svp-table table tr td {
    border: 1px solid #e7e7e7;
    border-right: none !important;
}
.svp-table table tr td:nth-child(1) {
    border-left: none !important;
}
.svp-table-td-parent {
  width: 12%;
}
.svp-table-td {
  width: 18%;
}
.svp-table-td-2 {
  width: 10%;
}
.svp-table-box {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}
.stb-title {
  padding-bottom: 20px;
  font-weight: 500;
}
.stb-desc {
  height: 100px;
}
.stb-desc p {
  color: #666;
  font-size: 15px;
}
.svp-table tbody tr td:nth-child(1) {
  font-size: 15px;
  color: #666;
  padding: 13px 13px 13px 25px;
}
.svp-td-parent {
  font-size: 16px !important;
  color: #444 !important;
  font-weight: 500;
  background: #e7e7e7;
}

.c-all-brand {
  text-align: center;
  font-size: 15px;
    color: #666;
}
.c-all-brand a {
  color: #666;
}
.svp-table a .fa-info-circle {
    font-size: 13px;
    color: #666;
}
.svp-td-parent-4 {
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  color: #666;
}

.table-dm-text {
  padding: 15px;
  width: 300px;
}
.table-dm-text p {
  font-size: 14px !important;
  color: #666;
  font-weight: 400 !important;
}



/* ====================== Page Harga Subscription VS Pay as You Go  ======================== */
.svp-pilihan {
  padding-top: 80px;
}
.svp-pilihan-harga {
  padding-top: 40px;
}
.harga-menu-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}
.harga-menu-box-title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.hqbt-title {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hqbt-desc p {
  color: #666;
}

.harga-menu-box-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hqbd-harga {
  text-align: center;
  position: relative;
}
.menu-pm {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  color: #ff9c00;
}
.menu-price {
  font-size: 14px !important;
  position: absolute;
  top: 0px;
  font-weight: 400 !important;
}
.menu-mounth {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.hqbd-harga {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hqbd-detail {
  background: #f9f9f9;
  text-align: center;
  padding: 20px 10px;
}
.hqbd-detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-detail-harga p {
  line-height: 1.4;
}
.harga-menu-box-desc {
  padding: 0px 20px 20px 20px;
}
.hqbd-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-desc-ul ul {
  margin-left: -30px;
}
.harga-menu .hqbd-desc-ul ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.hqbd-desc-ul ul li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 16px;
    color: #c32128;
}

.harga-menu-box-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.harga-menu-box-link a {
    color: #fff;
    background: #14bad1;
    padding: 9px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 1s;
    border: 1px solid #14bad1;
}
.harga-menu-box-link a:hover {
  background: transparent;
  color: #14bad1;
}
.harga-menu-box-link a.pricing-ps {
  background: transparent !important;
}
.harga-menu .hqbd-desc-ul {
  height: auto !important;
}
.p-height {
  height: 34px;
}


.svp {
  padding-top: 80px;
  padding-bottom: 40px;
}
.svp-table tr td img {
  display: block;
  margin: 0 auto;
  height: 20px;
  margin-top: 5px;
}
.svp-table table{
  margin-top: 60px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    padding: 20px;
}
.svp-table a .fa-info-circle {
    font-size: 13px;
    color: #666;
}
.table-dm-text {
    padding: 15px;
    width: 300px;
}
.table-dm-text ul li {
  list-style-type: decimal !important;
}
.svp-table table tr td {
    border: 1px solid #e7e7e7;
    border-right: none !important;
}
.svp-table table tr td:nth-child(1) {
    border-left: none !important;
}
.svp-table-td {
  width: 18%;
}
.svp-table-box {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.stb-title {
  padding-bottom: 20px;
  font-weight: 500;
}
.stb-desc {
  height: 100px;
}
.stb-desc p {
  color: #666;
  font-size: 15px;
}
.svp-table tbody tr td:nth-child(1) {
  font-size: 15px;
  color: #666;
  padding: 13px 13px 13px 25px;
}
.svp-td-parent {
  font-size: 16px !important;
  color: #444 !important;
  font-weight: 500;
  background: #e7e7e7;
}
.pricing-ps-beli {
  background: #14bad1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  padding: 9px 19px;
  border: 1px solid #14bad1;
  text-align: center;
}
.pricing-ps-beli:hover {
  background: transparent;
  color: #14bad1;
}
.pricing-ps-payg {
  background: #eb3244;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #eb3244;
}
.pricing-ps-payg:hover {
  background: transparent;
  color: #eb3244;
}

.table-add-on-tambahan {
  margin-top: 30px;
}
.label-new-feature {
    padding: 1px 8px;
    color: #fff;
    border-radius: 4px;
    background: red;
    font-weight: 500;
    font-size: 12px;
    margin-left: 10px;
}
.pricing-perpandingan-cta th {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.sph-pricing {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

/* Tambah Add-ons */
.add-ons-tambahan {
  padding-top: 40px;
}
.add-ons-tambahan-img {
  padding-right: 40px;
}
.add-ons-tambahan-text {
  padding-top: 40px;
}
.aott-title {
  font-size: 25px;
  font-weight: 600;
  color: #ff9c00;
  padding-bottom: 20px;
}
.svp-table-2 .svp-table-box {
    padding-bottom: 0px !important;
}
/* End Tambah Add-ons */

/* ============================================ Page Why Choose Us ========================= */
/* Default title CSS */
.title-all {
  text-align: center;
}
.title-parent {
  font-size: 30px;
  font-weight: 600;
  color: #ff9c00;
  padding-bottom: 20px;
  line-height: 1.1;
}
.title-parent span {
  color: #333 !important;
}
.title-desc {
  display: block;
  margin: 0 auto;
  max-width: 750px;
}
.title-desc p {
  font-size: 18px;
}
/* End Default title */
/* Hedaer PAYG CSS */
.header-payg {
  background: #f4f6ff;
  padding-top: 40px;
}
.header-payg-text {
  padding-top: 100px;
}
.header-payg-text.header-payg-text-svg {
  padding-top: 70px;
}
.hpt-parent {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.hpt-title {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 35px;
  line-height: 1.2;
}
.hpt-title span {
  color: #ff9c00;
}
.hpt-desc {
  padding-bottom: 30px;
}
.hpt-cta a {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff9c00;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #ff9c00;
    transition: 0.5s;
}
.hpt-cta a:hover {
  background: transparent;
  color: #ff9c00;
}
/* End Header PAYG CSS */

/* Online Order CSS */
/* Fitur Dashboard */
.dashboard-to-online-order {
  padding-bottom: 80px;
}
.dashboard-to-online-order .row {
  padding-top: 40px;
}
.dtoob-box {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    margin-bottom: 40px;
    padding: 10px;
    height: 260px;
}
.dtoob-box img {
  margin-top: 10px;
}

.dtoob-text {
  margin-bottom: 40px;
}
.dtoob-text-img {
  padding-bottom: 15px;
}
.dtoob-text-img img {
  display: block;
  margin: 0 auto;
  max-height: 22px;
}
.dtoob-text-desc p {
  text-align: center;
  color: #666;
}
.dashboard-to-online-order-box:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
/* End Fitur Dashboard*/

/* Cara Kerja */
.cara-kerja-online-order {
  padding-top: 30px;
  padding-bottom: 70px;
}
.cara-kerja-online-order .row {
  padding-top: 40px;
}
.ckoo-box {
  padding-bottom: 30px;
}
.ckoo-box-number {
  font-size: 50px;
  font-weight: bold;
  color: #ff9c00;
  padding-bottom: 20px;
}
.ckoo-box-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
/* End Cara Kerja */

/* Contoh Implemetasi */
.myorder-apps-harga-software {
  padding-top: 30px;
  padding-bottom: 70px;
}
.myorder-apps-harga-software .row {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
}
.pricing-additional-box {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
}
.pricing-additional-box-img {
  padding-top: 20px;
}
.pricing-additional-box-img img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
.myorder-apps-harga-software-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.myorder-apps-harga-software-box img {
  float: left;
  height: 300px;
  margin-right: 20px;
}
.myorder-apps-harga-software-box .mahsb-text {
  padding-top: 15px;
}

.mahsb-text .mahsb-text-box {
  height: 230px;
}
.mahsb-text-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.mahsb-text-pricing {
  font-weight: 700;
  color: #c32128;
}
.mahsb-text-desc {
  font-size: 15px;
}
.mahsb-text-cta a {
  color: #fff;
    background: #c32128;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    transition: 1s;
}

.mahsb-text-pricing span {
  font-size: 15px !important;
  color: #444 !important;
  font-weight: 400 !important;
  padding-left: 5px;
}
.mahsb-text-pricing p {
  margin-bottom: 1px;
}

.mahsb-text-pricing-2 {
  padding-top: 20px;
}
.mahsb-text-pricing-2-title {
  font-weight: 600;
  font-size: 18px;
}


.myorder-apps-hr {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.pricing-additional-box-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.pricing-additional-spesifikasi a {
    color: #fff;
    padding: 8px 17px;
    background: #ff9c00;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}
.pricing-additional-text {
    padding: 10px 20px;
}
.pricing-additional-desc {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}
.pricing-additional-spesifikasi {
    padding-bottom: 10px;
}
.pricing-additional-box-img img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
    width: auto;
}
/* End Contoh Implementasi */

/* Pengguna Pay */
.pay-pengguna {
  padding-top: 20px;
  padding-bottom: 70px;
}
.pay-pengguna-carousel {
  padding-top: 40px;
  position: relative;
}
.pay-pengguna-carousel img {
  padding: 10px;
  transition: 0.5s;
}
.pay-pengguna-carousel-detail:hover .pay-pengguna-zoom{
  opacity: 1;
}

.pay-pengguna-zoom {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  background: rgba(0,0,0,0.60);
  transition: 0.5s;
  opacity: 0;
}
.pay-pengguna-zoom .ppz-fa {
  padding-top: 65px;
}
.pay-pengguna-zoom .fa {
  color: #fff;
  background: #ffb300;
  padding: 15px;
  border-radius: 50px;
}
/* End Pengguna Pay */
/* End Online Order CSS */

/* Tambah Add-ons */
.add-ons-tambahan {
  padding-top: 40px;
}
.add-ons-tambahan-img {
  padding-right: 40px;
}
.add-ons-tambahan-text {
  padding-top: 40px;
}
.aott-title {
  font-size: 25px;
  font-weight: 600;
  color: #ff9c00;
  padding-bottom: 20px;
}
.svp-table-2 .svp-table-box {
    padding-bottom: 0px !important;
}
.add-ons-tambahan.about-to-online-order {
    padding-top: 80px;
    padding-bottom: 50px;
}
.add-ons-tambahan.about-to-online-order .aott-title {
  color: #333 !important;
}
/* End Tambah Add-ons */

/* Fitur Detail */
.fitur-to-online-order {
  padding-top: 80px;
  padding-bottom: 80px;
}
.fitur-to-online-order .row {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.fitur-to-online-order img {
  margin: 0 auto;
}
.fitur-to-online-order-text {
  padding-top: 30px;
}
.ftoot-title {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
.ftoot-desc {
  padding-bottom: 15px;
}
.ftoot-desc p {
  color: #666;
}
.ftoot-detail ul {
  margin-left: -40px;
}
.ftoot-detail ul li {
    background-image: url(../images/assets/my-profit/icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}
/* End Fitur Detail */

/* PC Less & Windowsless */
.header-payg.header-wcu-1 {
    background: url(../images/assets/my-profit/wcu/slider.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
.header-payg.header-wcu-1 .hpt-parent{
    padding-bottom: 0px;
}
.mengapa-harus-kami.mengapa-harus-kami-2 {
  background: #fff !important;
  color: #444 !important;
}
.mengapa-harus-kami.mengapa-harus-kami-2 .judul-mengapa-harus-kami {
  padding-top: 0px;
}
.mengapa-harus-kami.mengapa-harus-kami-2 .penjelasan-mengapa-harus-kami {
    font-weight: 400;
}

.profit-to-online-order .row {
    padding-top: 40px;
}
.profit-to-online-order .row-2 .row {
    padding-top: 0px !important;
}
.profit-to-online-order-2 {
    padding-bottom: 70px;
}
.profit-to-online-order .row-2 {
    display: block;
    margin: 0 auto;
    max-width: 850px;
}
/* End PC Less & Windowsless */


/* Cashierless */
.header-payg.header-wcu-1.header-wcu-2 {
    background: url(../images/assets/my-profit/wcu/slider2.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* End Cashierless */

/* Cashless */
.header-payg.header-wcu-1.header-wcu-3 {
    background: url(../images/assets/my-profit/wcu/slider3.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* End Cashless */

/* Waiterless */
.header-payg.header-wcu-1.header-wcu-4 {
    background: url(../images/assets/my-profit/wcu/slider4.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* End Waiterless */

/* Queueless */
.header-payg.header-wcu-1.header-wcu-6 {
    background: url(../images/assets/my-profit/wcu/slider6.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* End Queueless */


/* Paperles */
.myprofit-pricing-detail.myprofit-pricing-detail-2 .myprofit-pricing-detail-desc .row {
    padding-top: 0px !important; 
}
.myprofit-pricing-detail.myprofit-pricing-detail-2 .myprofit-pricing-detail-desc {
  padding-top: 40px !important;
}
.myprofit-pricing-detail-3 {
    padding-bottom: 50px !important;
}
.myprofit-pricing-detail-desc .mpdd-box {
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.myprofit-pricing-detail-desc .mpdd-box .mpdd-box-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 12px;
}
.myprofit-pricing-detail-desc .mpdd-box .mpdd-box-img img {
    display: block;
    margin: 0 auto;
    max-height: 90px;
    width: auto;
}
.mpdd-box-desc {
    color: #666;
}
.mpdd-box-cta {
    padding-top: 20px;
}
.mpdd-box-cta a {
    text-transform: capitalize;
    font-weight: 500;
    color: #ffb300;
}

.my-profit-spesifikasi-hardware-cta {
    background: url(../images/assets/my-profit/background-BW.jpg) no-repeat center fixed;
    background-size: cover;
    color: #fff;
    padding-bottom: 60px;
}
.my-profit-spesifikasi-hardware-cta p {
    font-size: 25px;
    font-weight: 500;
    padding-top: 80px;
    padding-bottom: 40px;
    line-height: 1.4;
}
.my-profit-spesifikasi-hardware-cta a {
    font-size: 17px;
    background: #006c5d;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 100px;
}
.close-modal {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #eb3244;
    padding: 7px 35px;
    border: 1px solid #eb3244;
    border-radius: 50px;
}
/* End Paperles */

/* Digital Training */
.header-payg.header-wcu-1.header-wcu-7 {
    background: url(../images/assets/my-profit/wcu/slider7.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* End Digital Training 

/* Video Pop Up MyProfit */
.home-video {
  padding-top: 70px;
  padding-bottom: 60px;
}
/* End Video Pop Up MyProfit */

/* Problem FnB CSS */
.wcu-problem {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wcu-problem-detail {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.wpd-box {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 5px 1px 8px;
}
.wpd-box span {
  position: absolute;
  left: 8px;
  font-weight: 700;
}
.wpd-box p {
    padding-left: 35px;
}
.wpd-box-bg {
  background: #eeeeee;
  border-radius: 5px;
}
/* End Problem FnB CSS */


/*================================ Halaman Pay as You Go ================================ */
.header-payg.header-delivery {
    background: url(../images/assets/my-profit/type-order/delivery/slider2.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 150px;
}
/* Hedaer PAYG CSS */
.header-payg {
  background: #f4f6ff;
  padding-top: 40px;
}
.header-payg-text {
  padding-top: 100px;
}
.header-payg-text.header-payg-text-svg {
  padding-top: 70px;
}
.hpt-parent {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.hpt-title {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 35px;
  line-height: 1.2;
}
.hpt-title span {
  color: #ff9c00;
}
.hpt-desc {
  padding-bottom: 30px;
}
.hpt-cta a {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff9c00;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #ff9c00;
    transition: 0.5s;
}
.hpt-cta a:hover {
  background: transparent;
  color: #ff9c00;
}
/* End Header PAYG CSS */
/* =================================== Client Pengguna ================================ */
.client {
  padding-top: 80px;
  padding-bottom: 70px;
}
.client .row {
  padding-top: 40px;
}
.integrasi-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 5px 15px 5px;
}
.integrasi-box img {
  max-height: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.integrasi-box span {
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffb300;
  font-size: 14px;
}
.integrasi-box a:hover,
.integrasi-box a:active {
  color: #ffb300;
}
.client-text {
  padding-top: 40px;
  text-align: center;
}
.client-text p {
  font-weight: 600;
}

.box1 {
  display: none;
}
/* End Client Pengguna 


/* ======================================= Kebijakan Privasi ============================ */
.privacy-policy-about {
  padding-top: 70px;
  padding-bottom: 70px;
}
.privacy-policy-detail {
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.privacy-policy-detail ul li {
  list-style-type: decimal;
  padding-bottom: 10px;
}
.privacy-policy-detail ul li ul li {
  list-style-type: disc;
}