
.display-mobile {
	display: none;
}
.header-page {
    background: url(../images/assets/iacs/header-page.png) no-repeat center top;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 120px;
    text-align: center;
}
.header-page p:nth-child(1) {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}
.header-page p:nth-child(2) {
    font-size: 20px;
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 1.5;
}

/* End Default CSS */

/* Navbar CSS */
.navbar-myresto {
	border-top: 1px solid #eaeaea;
}
.navbar-myresto .header {
    background-color: #fff;
}
.navbar-myresto .main-menu .navbar-nav>li>a:not(.btn) {
    color: #444;
}
.navbar-myresto .main-menu .navbar-nav li>.dropdown-menu {
    margin-top: 20px;
    min-width: 260px;
}
.navbar-myresto .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-myresto .main-menu .navbar-nav>li>a:not(.btn) {
    font-weight: 400;
    margin: 20px 0;
}
.secondary_myresto {
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -52px;
    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;
}
/* End Navbar CSS */

/* Tipe Aplikasi CSS */
.tipe-aplikasi {
  padding-top: 70px;
}
.tipe-aplikasi-cta {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.tipe-aplikasi-cta a {
  display: inline-block;
  margin: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 35px;
  border: 1px solid #ff9c00;
  transition: 0.5s;
}
.tipe-aplikasi-cta-active {
  color: #fff;
  background: #ff9c00;
}
.tipe-aplikasi-cta-disable {
  color: #ff9c00;
  background: #fff;
}

.tipe-aplikasi-cta-active:hover,
.tipe-aplikasi-cta-active:active {
  color: #fff;
  background: #ff9c00;
}
.tipe-aplikasi-cta-disable:hover {
  color: #ff9c00;
  background: #fff;
}

.tipe-aplikasi-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 900px;
}
.tipe-aplikasi-img img {
  display: block;
  margin: 0 auto;
}
.tipe-aplikasi-teks {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.tipe-aplikasi-teks p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
/* End Tipe Aplikasi CSS */

/* Pengguna CSS */
.pengguna {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pay-counter-box {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}
.pay-counter-box-number {
  font-size: 37px;
  font-weight: bold;
  padding-bottom: 30px;
  color: #da2827;
}
.pay-counter-box-number .pcbn-kali {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.pay-counter-box-title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}
.pay-counter-box-desc p {
  color: #666;
}
/* End Pengguna CSS */

.testimoni-cta {
	padding-top: 40px;
	text-align: center;
}
.testimoni-cta a:hover {
	color: #ffbb02;
}
.cta-nav-myresto {
	color: #333 !important;
	padding: 2px 13px !important;
	background: #ffbb02 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	border: 2px solid #ffbb02 !important;
}
.cta-nav-myresto:hover {
	background: transparent !important;
	color: #ffbb02 !important;
}

.adjust-2-mobile-myresto {
	display: none;
}
.adjust-2-mobile-myresto img {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.vidio-testimoni-index iframe {
	height: 310px;
	width: 100%;
}

/* Video Tutorial */
.myresto-video-new {
	padding-top: 80px;
	padding-bottom: 80px;
}
.myresto-video-new .col {
	padding-left: 8px;
	padding-right: 8px;
}
.myresto-video-new-box {
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #eee;
	overflow: hidden;
	box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 350px;
}
.myresto-video-new-box:hover {
	box-shadow: 0px 40px 50px rgba(83, 88, 93, 0.2);
}

.myresto-video-new-box .mvnb-title {
	color: #444;
	font-weight: 600;
	line-height: 1.3;
}
.myresto-video-new-box .mvnb-category {
	font-size: 14px;
	color: #666;
	margin-top: -8px;
    padding-bottom: 10px;
}
.myresto-video-new-box .mvnb-view a {
	font-size: 15px;
	text-transform: capitalize;
	color: #f0483e;
	font-weight: 600;
	border-bottom: 1px solid #f0483e;
}
.myresto-video-new-box .mvnb-view a i {
	font-size: 12px;
}
.myresto-video-new-hr {
	padding-top: 70px;
}
.myresto-video-new-kb {
	padding-top: 50px;
	line-height: 1.2;
}
.myresto-video-new-kb .mvnk-title {
	text-align: center;
	font-size: 30px;
}
.mvnk-search {
	text-align: center;
	padding-top: 20px;
}
.mvnk-search input {
	width: 400px;
    height: 45px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding-left: 21px;
}
.mvnk-search input::placeholder {
    color: rgba(0, 0, 0, 0.58) !important;
} 
.mvnk-search i {
	margin-left: -30px;
}
.myresto-video-new-box iframe,
.vidio-tabcontent-resto iframe {
    pointer-events: none;
  	cursor: default;
  	text-decoration: none;
}


/* Testimonial */
.text-tabcontent-vidio,
.judul-testimoni-vidio {
	text-transform: uppercase;
}
.vidio-tabcontent-resto h5.text-tabcontent-vidio,
.vidio-tabcontent-resto h4.judul-testimoni-vidio {
	color: #444;
}


/* Singkronasi */
.singkronasi {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f7f7f7;
}
.singkronasi-img {
	padding-right: 30px;
}
.singkronasi-img img {
	display: block;
	margin: 0 auto;
}
.singkronasi-title-desc {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
	padding-top: 7px;
}
.singkronasi-title-desc p {
  color: #666;
  font-weight: 400;
}
.singkronasi .row {
	padding-top: 50px;
}
.singkronasi-text {
	margin-bottom: 40px;
}
.singkronasi-text-box {
	position: relative;
}
.singkronasi-text-box-img {
	position: absolute;
	left: 0;
	padding-top: 10px;
}
.singkronasi-text-box-title,
.singkronasi-text-box-desc {
	padding-left: 60px;
}
.singkronasi-text-box-img img {
	height: 45px;
}
.singkronasi-text-box-title {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
.singkronasi-text-box-desc p {
	text-align: justify;
}
.singkronasi-text-box-desc a {
	color: #444;
	font-weight: 500;
}

.singkronasi-center {
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
}
/* End Singkronasi */

/* Ekosistem CSS */
.ekosistem {
  padding-top: 70px;
}
.ekosistem .row {
  padding-top: 40px;
}
.ekosistem .ndr-detail-product {
  transition: 1s;
}
.ekosistem .ndr-detail-product:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
/* End Ekosistem CSS */

/* ========================================= Features ===================================  */
/* Features Resto CSS */
.header-payg {
  padding-top: 40px;
}
.header-payg-text {
	padding-top: 70px;
  padding-bottom: 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: #fc5b0d;
}
.hpt-desc {
  padding-bottom: 30px;
}
.hpt-cta a {
  text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #fc5b0d;
    padding: 10px 35px;
    border: 1px solid #fc5b0d;
    transition: 0.5s;
}
.hpt-cta a:hover {
  background: transparent;
  color: #fc5b0d;
}
.header-payg.header-features-resto {
    background-image: url(../images/assets/my-resto/features/1/slider.jpg);
    background-size: cover;
    background-position: center;
}

.title-parent {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}
.title-page {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.title-page span {
	color: #feb400;
}
.title-page-desc {
	padding-top: 10px;
}
.title-page-desc p {
	font-size: 17px;
}

/* About Features */
.page-features-about {
	padding-top: 70px;
	padding-bottom: 40px;
}
.page-features-about img {
	display: block;
	margin: 0 auto;
}
.page-features-about-text {
	padding-top: 50px;
}
.pfat-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 10px;
}
.pfat-desc img {
  margin-top: 40px;
}
/* End About Features */

/* Akuntansi CSS */
.lp-akuntansi {
  background: #21325E;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.lp-akuntansi-teks-title {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 20px;
}
.lp-akuntansi-teks-cta {
  padding-top: 50px;
}
.lp-akuntansi-teks-cta a {
    color: #333;
    padding: 14px 50px;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    border: 2px solid #fff;
}
.lp-akuntansi-teks-cta a:hover {
  background: transparent;
  color: #fff;
  transition: 0.5s;
}
/* End Akuntansi CSS */

/* Features Integration */
.pfi-text {
	padding-top: 40px;
	padding-right: 40px;
}
.pfi-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 10px;
}
.page-features-integration {
	padding-top: 40px;
}
.page-features-integration .row {
	padding-top: 40px;
}
.page-features-integration img {
	display: block;
	margin: 0 auto;
}
/* End Features Integration */

/* Start Efek Video */
.home-video {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-video-detail {
  padding-top: 40px;
}
.testimoni-popup-myprofit {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.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;
}

.text-dark .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;
}

.text-dark .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: #fff repeat scroll 0 0;
  -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;
}

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

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

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

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

.text-dark .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;
}
/* End Video CSS */

/* 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: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.link-demo-box-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 25px;
}
.link-demo-box-desc p {
  font-size: 18px;
}
.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 {
  padding-top: 30px;
}
.ldbt-tutorial a {
  color: #fff;
    padding: 10px 30px;
    background: #c32128;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #c32128;
}
.ldbt-tutorial a:hover {
  background: transparent;
  color: #c32128;
}
/* End CTA */

/* User Friendly */
.user-friendly {
	padding-top: 70px;
}
.user-friendly .row {
	padding-top: 40px;
}

.user-friendly-box {
	margin-bottom: 40px;
	text-align: center;
}
.user-friendly-box-img {
	padding-bottom: 10px;
}
.user-friendly-box-img img {
	display: block;
	margin: 0 auto;
}
.user-friendly-box-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 5px;
}
.user-friendly-box-desc p {
	color: #666;
}
.user-friendly-img-big {
	padding-top: 50px;
	display: block;
	margin: 0 auto;
	max-width: 900px;
}
.user-friendly-img-big img {
	display: block;
	margin: 0 auto;
}
/* End User Friendly */

/* Order Tablet */
.order-tablet {
	padding-top: 70px;
	background: #f5f5f5;
}
.order-tablet .row {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.order-tablet 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 Order Tablet */

/* Kitchen */
.kitchen {
	padding-top: 70px;
	padding-bottom: 40px;
}
/* End Kitchen */


/* End Features Resto CSS */

/* ============================================= Selfo QR Code ============================= */
.header-payg.header-features-selfo {
    background-image: url(../images/assets/my-resto/features/2/slider.jpg);
    background-size: cover;
    background-position: center;
}
.order-tablet.order-tablet-selfo-qr-code {
  background: #fff;
}
.user-friendly-selfo img {
  max-height: 100px;
  width: auto;
  margin-bottom: 10px;
}
/* End Selfo QR Code */


/* ============================================ Queue System =============================== */
.header-payg.header-queue {
    background-image: url(../images/assets/my-resto/features/3/slider.jpg);
    background-size: cover;
    background-position: center;
}
.page-features-about-img-queue {
  padding-right: 40px;
}
.page-features-about-text-queue {
    padding-top: 20px;
}
.order-tablet.online-queue {
  background: #fff;
}
.order-tablet.online-queue .fitur-to-online-order-img img {
  max-height: 300px;
  width: auto;
}
.fitur-to-online-order-img img {
  display: block;
  margin: 0 auto;
}
/* ============================================ Food Court =============================== */
.header-payg.header-food-court {
    background-image: url(../images/assets/my-resto/features/4/slider.jpg);
    background-size: cover;
    background-position: center;
}

/* ============================================ Database Cloud =============================== */
.header-payg.header-features-database-cloud {
    background-image: url(../images/assets/my-resto/features/6/slider.jpg);
    background-size: cover;
    background-position: center;
}

/* =============================== Why Choose Us Tambahan Modal =========================== */
/* Fitur CSS */
.fitur-eshop {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fitur-eshop-box {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}
.fitur-eshop-box-img {
  padding-bottom: 30px;
}
.fitur-eshop-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}
.fitur-eshop-box-title {
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 15px;
  font-size: 20px;
}
.fitur-eshop-box-desc p {
  font-size: 15px;
  color: #666;
}
.fitur-eshop-cta {
  text-align: center;
}
.fitur-eshop-cta a {
  text-transform: capitalize;
  font-weight: 600;
  color: #0093dd;
  border-bottom: 1px solid #0093dd;
  font-size: 17px;
}
.fitur-keterangan {
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
}
.fitur-img-logo img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  filter: grayscale(100%);
}
/* End Fitur CSS */

/* Biaya CSS */
.biaya {
  padding-top: 70px;
  padding-bottom: 80px;
}

.table-biaya table {
  margin-top: 20px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
  border-radius: 20px;
  padding: 20px;
}
.table-biaya table tr td:nth-child(1) {
    border-left: none !important;
}
.table-biaya table tr td {
    border: 1px solid #e7e7e7;
    border-right: none !important;
    padding: 13px 13px 13px 25px;
}
.table-biaya table thead tr td {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.table-biaya table tbody tr td {
  text-align: center;
}
.svp-td-parent {
    background: #e7e7e7;
}
.table-biaya tbody tr td:nth-child(1) {
    font-size: 15px;
    color: #666;
    padding: 13px 13px 13px 25px;
}
.table-biaya table tr td:nth-child(1) {
    border-left: none !important;
}
.table-biaya table tr td {
    border: 1px solid #e7e7e7;
    border-right: none !important;
}
/* End Biaya CSS */


/* Why Choose US */
.why-choose-us {
  padding-top: 70px;
}
.why-choose-us .row {
  padding-top: 40px;
} 
.why-choose-us-box {
  margin-bottom: 30px;
  text-align: center;
  max-width: 400px;
}
.why-choose-us-box-left {
  float: right;
}
.why-choose-us-box-img {
  margin-bottom: 25px;
}
.why-choose-us-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 130px;
}
.why-choose-us-box-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.why-choose-us-box-desc {
  padding-bottom: 5px;
}
.why-choose-us-box-desc p {
  color: #666;
}
.why-choose-us-box-cta a {
  color: #ffb300;
  text-transform: capitalize;
  font-weight: 500;
}
.why-choose-us.why-choose-us-qris-fee {
  padding-top: 30px;
  padding-bottom: 80px;
}

.why-choose-us.why-choose-us-cashback {
  padding-top: 0px;
  padding-bottom: 40px;
}
/* End Why Choose US */

/* =============================== Why Choose Us Fitur Terlengkap =========================== */
.fitur-lengkap .row {
  padding-top: 40px;
}
.fitur-lengkap-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 25px;
  padding-left: 15px;
}
.fitur-lengkap-box {
  position: relative;
  margin-bottom: 5px;
}
.fitur-lengkap-box .fa {
  position: absolute;
  top: 4px;
  color: #2ecc71;
}
.fitur-lengkap-box p {
  color: #666;
  padding-left: 25px;
}

/* ========================================== Page Home New ============================ */
.home-new-klien {
  padding-top: 60px;
  padding-bottom: 40px;
}
.spesial-box {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
}
.sb-img img {
  display: block;
  margin: 0 auto;
  height: 90px;
  filter: grayscale(1);
}

.icon-tentang_payroll {
    width: calc(100%/6 - 15px);
}
.icon-tentang_payroll {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px;
}

/* Fitur */
.home-new-fitur {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f4f4f4;
}

.fitur-desktop {
  padding-top: 40px;
}
.fitur-desktop-left-box {
  margin-bottom: 35px;
  position: relative;
}
.fitur-desktop-left-box-icon i {
  font-size: 30px;
  color: #da2829;
}
.fitur-desktop-left-box-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 5px;
}
.fitur-desktop-left-box-desc p {
  font-size: 15px;
  color: #666;
}

/* Left */
.fitur-desktop-left {
  text-align: center;
  padding-top: 30px;
}
.fitur-desktop-left .fitur-desktop-left-box-icon {
  text-align: center;
}


/* Right */
.fitur-desktop-right {
  text-align: center;
  padding-top: 30px;
}
.fitur-desktop-right .fitur-desktop-left-box-icon {
  text-align: center;
}


/* Problem Solusi CSS */
/* Problem */
.problem-solusi {
  padding-top: 70px;
  padding-bottom: 70px;
}
.problem {
  padding-bottom: 40px;
  padding-top: 40px;
}
.problem-solusi-teks-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 15px;
}
.problem-solusi-img {
  padding-bottom: 25px;
}
.problem-solusi-img img {
  display: block;
  margin: 0 auto;
}

.problem-solusi-teks-lisc {
  padding-top: 10px;
}
.problem-solusi-teks-lisc ul {
  margin-left: -40px;
}
.problem-solusi-teks-lisc ul li {
  list-style-type: none;
  position: relative;
}
.problem-solusi-teks-lisc ul li i {
  position: absolute;
  left: 0;
  padding-top: 5px;
  color: #da2829;
}
.problem-solusi-teks-lisc ul li p {
  padding-left: 25px;
  color: #666;
}
/* End Problem */

/* Solusi */
.solusi {
  padding-top: 50px;
}
.solusi .problem-solusi-img img {
  max-height: 400px;
  width: auto;
}
/* End Solusi */
/* End Problem Solusi CSS 

/* Counter CSS */
.lp-counter {
  margin-top: 30px;
  background: #f4f4f4;
}
.lp-counter-teks {
  padding-top: 150px;
  padding-bottom: 30px;
}
.lp-counter-teks-title {
  line-height: 1.1;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}
.lp-counter-teks-cta {
  padding-top: 30px;
}
.lp-counter-teks-cta a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #da2827;
    padding: 9px 33px;
    border: 2px solid #da2827;
}
.lp-counter .row-2 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.lctd-box-parent {
  margin-top: 100px;
}
.lctd-box {
  background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 5px 10px rgb(102 113 228 / 13%);
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}
.lctd-box-icon .fa {
  font-size: 40px;
  color: #da2827;
}
.lctd-box-nominal {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
}
.lctd-box-text {
    text-transform: capitalize;
    font-size: 20px;
    color: #666;
}
/* End Counter CSS */

/* Img Aplikasi */
.img-aplikasi {
  padding-top: 70px;
}
.img-aplikasi-parent {
  padding-top: 40px;
}
.img-aplikasi-box {
  padding-bottom: 40px;
}
.img-aplikasi-box img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* End Img Aplikasi */

/* ============================================= Type Order ===================================== */
.keunggulan-type-order {
  padding-top: 70px;
}
.keunggulan-type-order .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;
}


.header-payg.header-features-resto.header-tablet-waitres {
    background-image: url(../images/assets/my-resto/type-order/tablet-kasir/slider.jpg);
    background-size: cover;
    background-position: center;
}

.header-payg.header-features-resto.header-gofood-grabfood {
    background-image: url(../images/assets/my-resto/type-order/gofood-grabfood/slider.jpg);
    background-size: cover;
    background-position: center;
}