/*
    Development By InDeo
    2019
*/
@import "style-integrate-myaccounting.css";

body#myaccounting-produk         a#myaccounting-produk,
body#myaccounting-features       a#myaccounting-features,
body#myaccounting-harga          a#myaccounting-harga
{
     border-bottom: 2px solid #2dc7fb;
}

body, html {
    color: #222 !important;
}
.title-all {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.title-all .tiitle-all-detail {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
}
.title-all .tiitle-all-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
}
.mfsd-box-detail ul {
  margin-left: -40px;
}
.mfsd-box-detail ul li {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  padding-bottom: 8px;
}
.mfsd-box-detail ul li::before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    content: "\f058";
    color: #2dc7fb;
}
.myaccounting-hr {
  max-width: 130px;
  padding-top: 10px;
}
.display-mobile {
  display: none;
}

#modal-cashback .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #eaeaea;
}
#modal-cashback .owl-dots .owl-dot.active {
    background-color: #ffce5a;
}

/*Navbar*/
.navbar-myaccounting {
  border-top: 1px solid #eaeaea;
}
.navbar-myaccounting .header{
    background: #fff;
}

.main-menu .navbar-myaccounting-nav>li>a:not(.btn){
    color: #333;
    margin: 20px 0;
}
.logo-myaccounting-mobile {
  display: none;
}
.main-menu .navbar-myaccounting-nav>li:hover>a, 
.main-menu .navbar-myaccounting-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #2dc7fb !important;
}

.logo-product-myaccounting {
    height: 30px;
    margin-top: 20px;
}
.navbar-second-myaccounting .navbar-fived-myaccounting-right ul li a {
    color: #444 !important;
    font-weight: bold !important;
}
.navbar-second-myaccounting .navbar-fived-myaccounting-right ul li a:hover {
    border-bottom: 2px solid #444 !important;
}
.nmyaccountingDr {
    color: #fff !important;
    background-image: linear-gradient(206deg, #eb3244, #f4754b) !important;
    padding: 1px 18px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}
.drmyaccounting {
    color: #fff !important;
    background: #2dc7fb !important;
    padding: 1px 35px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    letter-spacing: 1px !important;
}
.secondary_myaccounting {
    /*height: 75px !important;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -50px;
    background: rgba(0,0,0,0.80) !important;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.navbar-myaccounting .main-menu .navbar-nav li>.dropdown-menu {
    padding: 0;
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 12px;
    border: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #eee;
    margin-top: 40px;
}
.dropdown-menu-myaccounting .dropdown-menu li a {
    color: #444 !important;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-myaccounting .main-menu .navbar-nav li>.dropdown-menu {
    min-width: 325px;
}
.navbar-myaccounting .main-menu .navbar-nav li>.dropdown-menu {
    margin-top: 20px;
    min-width: 0px !important;
    width: 270px !important;
}
.navbar-myaccounting .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);
}

/* Header */
.pp_header {
    background-image: linear-gradient(rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.15)), url(../images/assets/myaccounting/header-1.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.pp_header_1 {
    margin-top: 0px !important;
}
.phd_1 p {
    font-size: 24px;
}
.phd_2 {
    padding-bottom: 20px;
}
.phd_2 p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.phd_3 p {
  font-weight: 500;
}
.phd_4 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.phd_4 a {
    display: inline-block;
}
.phd_4 a:nth-child(1) {
    font-size: 14px;
    color: #222;
    background: #fff;
    padding: 6px 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    text-transform: uppercase;;
    font-weight: 500;
    margin-right: 10px;
}
.phd_4 a:nth-child(2) {
    font-size: 14px;
    color: #fff;
    background: #2dc7fb;
    padding: 6px 20px;
    border: 1px solid #2dc7fb;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    text-transform: uppercase;;
    font-weight: 500;
    margin-right: 10px;
}
.pp_header {

}

/* animasi text */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #2dc7fb;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
/* End Animasi Text */
.header_animasi {
    padding-top: 10px;
    padding-bottom: 20px;
}
.header_animasi .fa {
    font-size: 40px;
    color: #2dc7fb;
}
.pp_header .fa-angle-double-down {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
}
/* End Header */

/* Tentang Payroll Plus */
.pp_tentang {
    padding-top: 70px;
}
.pp_tentang_detail {
    padding-top: 50px;
}
.ptd_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.ptd_img img {
    max-width: 100%;
    transition: transform 1s;
    margin: 0 auto;
    display: block;
}
.ptd:hover .ptd_img img {
    transform: scale(1.1);
}
/* End Tentang */


/* Start About */
.myaccounting-about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.myaccounting-about-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.mat-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 25px;
}
.mat-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}
.myaccounting-about-img {
  position: relative;
}
.myaccounting-about-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
/* End About */

/* About Excellence */
.myaccounting-excellence {
  padding-top: 70px;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.myaccounting-excellence-box {
  margin-bottom: 40px;
}
.myaccounting-excellence-box:hover .meb-icon{
  background: #2dc7fb;
  color: #fff;
}
.myaccounting-excellence-box .meb-icon {
  font-size: 20px;
  color: #2dc7fb;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  margin-bottom: 20px;
  border: 1px solid #f3f5fb;
  transition: 0.5s;
}
.myaccounting-excellence-box .meb-tilted {
  font-size: 15px;
  padding-bottom: 6px;
}
.myaccounting-excellence-box .meb-title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 9px;
}
.myaccounting-excellence-box .meb-desc {
  font-weight: 300;
  color: #666;
  font-size: 15px;
}
/* End About Excellence */


/* Myaccounting features */
.myaccounting-features {
  padding-top: 90px;
  padding-bottom: 80px;
}

.myaccounting-features-desktop {
  padding-top: 40px;
}
.myaccounting-features-desktop-img img {
  display: block;
  margin: 0 auto;
}

.mfd-box-parent {
  padding-top: 45px;
}
.mfd-box {
  position: relative;
  margin-bottom: 40px;
}
.mfd-box .mfd-box-icon {
  font-size: 27px;
  color: #fff;
  background: #2dc7fb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding-left: 17px;
  box-shadow: 0 5px 10px rgba(102, 113, 228, 0.13);
  margin-bottom: 20px;
  border: 1px solid #f3f5fb;
  transition: 0.5s;
  float: right;
  margin-left: 15px;
}
.mfd-box:hover .mfd-box-icon {
   background: #fff;
  color: #2dc7fb;
}
.mfd-box-text {
  text-align: right;
}
.mfd-box .mfd-box-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.mfd-box .mfd-box-desc {
  font-weight: 300;
  color: #666;
  font-size: 15px;
  padding-right: 70px;
}

.mfd-box.mfd-box-2 .mfd-box-icon {
  float: left;
  margin-right: 15px;
}
.mfd-box.mfd-box-2 .mfd-box-desc {
  padding-left: 90px;
  padding-right: 0px !important;
}

.myaccounting-features-mobile {
  padding-top: 40px;
  display: none;
}
.myaccounting-cta {
  padding-top: 40px;
}
.myaccounting-cta a {
  font-size: 18px;
  color: #2dc7fb;
  text-transform: capitalize;
  border-bottom: 1px solid #2dc7fb;
  font-weight: 600;
}
/* End Myaccounting features*/

/* CTA Center */
.myaccounting-center-cta {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url('../images/assets/myaccounting/bg.jpg')no-repeat fixed center;
  background-size: cover;
  height: auto;
  color: #fff;
}
.myaccounting-center-cta-detail {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  padding-bottom: 30px;
}
.myaccounting-center-cta-detail p {
  font-size: 22px;
  line-height: 1.7;
}
.myaccounting-center-cta-a a {
    color: #fff;
    background: #2dc7fb;
    padding: 12px 35px;
    border: 1px solid #2dc7fb;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}
/* End CTA Center*/

/* Fitur Home CSS */
.fitur-home {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fitur-home .row {
  padding-top: 40px;
}
.fitur-home-box {
  margin-bottom: 40px;
}
.fhb-img {
  padding-bottom: 15px;
}
.fhb-img img {
  height: 60px;
  width: auto; 
}
.fhb-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 10px;
}
.fhb-desc p {
  color: #666;
}
/* End Fitur Home CSS */

/* WCU CSS */
.wcu-home{
  padding-top: 40px;
  padding-bottom: 40px;
}
.wcu-home .row {
  padding-top: 40px;
}
.service-center-box {
  box-shadow: 0 0 40px 0 rgb(0 0 0 / 7%);
    border-radius: 3px;
    text-align: center;
    padding: 25px;
    transition: 1s;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
}
.nmid-qris-img:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
.service-center-box img {
  display: block;
  margin: 0 auto;
  height: 80px;
  width: auto;
}
.service-center-box a .service-center-box-title {
  color: #333;
}
.service-center-box-title {
    font-weight: 500;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.service-center-box-desc {
  position: absolute;
  bottom: 10px;
  left: 25%;
  right: 25%;
}

/* End WCU CSS */

/* Integrated CSS */
.myaccounting-integrate {

}
/* End Integrated CSS */

/* Features Second */
.myaccounting-features-second {
  padding-top: 90px;
  padding-bottom: 70px;
}
.myaccounting-features-second-detail {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 20px;
}
.mfsd-box .mfsd-box-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
}
.mfsd-box .mfsd-box-desc {
  font-weight: 300;
}

.myaccounting-features-second-img {
  position: relative;
}
.myaccounting-features-second-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.myaccounting-features-second-img img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
}
/* End Features Second */


/*Kontak*/
.contact_acc {
    padding-top: 70px;
}
.contact_acc_information {
    border: 2px solid #f5f5f5;
    background: #F3F5FB 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;
}
.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: #009bde;
}



/* ======================================= Featurees ======================================= */
.header-page {
    background-image: linear-gradient(rgba(255, 255, 255, 0.49), rgba(255, 255, 255, 0.29)), url(../images/assets/myaccounting/header-2.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.header-page p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
.header-page p:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
    text-transform: capitalize;
}

/* Features Detail All */
.myaccounting-features-second-detail-all {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9f9;
}
.mfsda-detail {
  padding-top: 60px;
}
.mfsda-detail-box {
  margin-bottom: 40px;
  height: 90px;
}
.mfsda-detail-box-header i {
  float: left;
  color: #2dc7fb;
  padding-top: 3px;
  font-size: 25px;
  padding-right: 15px;
}
.mfsda-detail-box-header p {
  font-weight: 600;
  letter-spacing: 1px;
}
.mfsda-detail-box-desc p {
  font-size: 15px;
  color: #666;
  font-weight: 300;
}



/* ================================================= Pricing ================================= */
.header-page.header-page-pricing {
    background: url(../images/assets/inact/header.jpg) no-repeat center top;
    background-size: cover;
}
.myaccounting-price-detail {
  padding-top: 80px;
  padding-bottom: 30px;
}
.myaccounting-price-detail .packages-detail {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.packages-detail-box {
  position: relative;
  text-align: center;
  background: #fff;
  -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 5px;
    margin-bottom: 30px;
}
.packages-detail-box .pdb-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}
.packages-detail-box .pdb-title-desc {
  font-size: 15px;
  padding-bottom: 30px;
}
.packages-detail-box .pdb-price {
  font-size: 40px;
  color: #0985f9;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.packages-detail-box .pdb-price span {
  font-size: 25px;
  padding-right: 5px;
}
.packages-detail-box .pdb-price .pdb-price-rb {
  color: #666 !important;
  font-weight: 300;
}
.packages-detail-box .pdb-day {
  font-size: 15px;
  margin-top: -13px;
  padding-bottom: 10px;
  color: #666;
  padding-bottom: 15px;
}
.packages-detail-box .pdb-user {
  font-weight: 500;
  padding-bottom: 30px;
}
.packages-detail-box .pdb-desc {
  font-size: 15px;
  padding-bottom: 40px;
  color: #666;
}
.packages-detail-box .pdb-cta {
  padding-bottom: 30px;
}
.packages-detail-box .pdb-cta a {
  color: #fff;
    background: #0985f9;
    border: 1px solid #0985f9;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 11px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.packages-detail-box .pdb-cta a:hover {
  background: transparent;
  color: #0985f9;
}
.packages-detail-box .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}
.packages-detail-box .ribbon span {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: -moz-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffcd22), color-stop(100%, #ffcd22));
    background: -webkit-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -o-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: -ms-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 );
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px;
}
.packages-detail-box .ribbon span::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #343a40;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}
.packages-detail-box .ribbon span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #343a40;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
}

.myaccounting-price-add-on {
  padding-bottom: 80px;
}
.mpao-box {
  text-align: center;
}
.mpao-box p {
  font-size: 18px;
}


/*faq_pricing_acc*/
.keunggulan_acc_hr a {
    background: #99d049;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    font-weight: 500;
    transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    position: absolute;
    border: 20px solid #fff;
    font-size: 14px;
}
.faq_pricing_acc_3 .keunggulan_acc_hr a {
    border: 20px solid #009bde !important;
}

/*======================*/
.list_pricing_hidden {
    padding-bottom: 60px;
}
.harga-f-a-on-ds {
    display: none;
    padding-top: 80px;
}
.harga-f-a-on-ds .table-striped i {
    color: #009bde;
    font-size: 20px;
}
.harga-f-a-on-ds .table>tbody>tr>td {
    padding: 18px !important;
}
.usage-span-f-a-on-ds {
    padding-top: 40px;
}
.usage-span-f-a-on-ds a {
    background: #99d049;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
}
.usage-span-f-a-on-ds i{
    position: absolute;
    font-size: 20px;
    padding-top: 7px;
}

/* Paket training CSS */
.benefits {
  padding-top: 80px;
  padding-bottom: 80px;
}
.title-cookcook {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}
.title-cookcook span {
  color: #0973b9;
}
.title-desc-cookcook {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 7px;
}
.benefits .row {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.fitur-to-online-order-img {
  padding-right: 30px;
}
.fitur-to-online-order-img img {
  display: block;
  margin: 0 auto;
}
.fitur-to-online-order img {
  margin: 0 auto;
}
.ftoot-img {
  padding-bottom: 15px;
}
.ftoot-img img {
  max-height: 80px;
}
.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-desc p span {
  color: #0973b9;
  font-weight: 600;
}
.ftoot-detail ul {
  margin-left: -40px;
}
.ftoot-detail ul li {
    background-image: url(../images/assets/cookcook/icon.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 Paket training CSS */

/* Manintence Fee Desktop CSS */
.maintenance-fee-desktop {
  padding-bottom: 40px;
}
.maintenance-fee-desktop .row {
  padding-top: 40px;
}
.maintenance-fee-desktop-text ul.mfdt-list{
  margin-left: -40px;
  padding-top: 30px;
}
.maintenance-fee-desktop-text ul li {
    background-image: url(../images/assets/cookcook/icon.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;
}
.maintenance-fee-desktop-text ul li ul li {
  list-style-type: disc !important;
  background-image: none !important;
  padding-left: 0px;
  color: #666 !important;
}
.versi-mobile {
  display: none;
}
/* End Maintence Fee Desktop CSS */

/* ======================================== Page Fitur ============================== */
.svp-table {
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  margin-left: -20px;
}
.table-dm-text ul li {
  list-style-type: decimal !important;
  padding-bottom: 5px;
}
.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: 15%;
}
.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;
}
.label-new-feature {
    padding: 1px 8px;
    color: #fff;
    border-radius: 4px;
    background: red;
    font-weight: 500;
    font-size: 12px;
    margin-left: 10px;
}
.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 {
  color: #fff;
}
.pricing-perpandingan-cta th {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Add-on CSS */
.add-on {
  padding-top: 70px;
}
.svp-table-add-on .stb-desc {
    height: 30px !important;
}
.svp-table-add-on .svp-table-td {
    width: 12% !important;
}
.text-blue {
  color: #2dc7fb;
}
/* END Add-on CSS 

/* ====================================== Fitur yang Diperlukan ============================= */
/* Header Fitur yg diperlukan CSS */
.header-fitur-diperlukan {
  padding-top: 70px;
  padding-bottom: 70px;
}
.header-fitur-diperlukan .row {
  padding-top: 40px;
}
.hfd-box {
  margin-bottom: 40px;
  text-align: center;
}
.hfd-box-img {
  padding-bottom: 20px;
}
.hfd-box-img img {
  height: 150px;
  display: block;
  margin: 0 auto;
}
.hfd-box-title {
  font-size: 20px;
  font-weight: 500;
  color: #4195d1;
  line-height: 1.3;
  padding-bottom: 10px;
}
.hfd-box-desc p {
  color: #666;
}
.header-fitur-diperlukan.header-fitur-diperlukan-laporan .hfd-box-img img {
  height: 40px !important;
  width: auto;
}
/* End Fitur yg diperlukan CSS */

/* About IMG fitur yg diperlukan CSS */
.about-img-fitur-diperlukan {
  padding-bottom: 90px;
}
.aifd-box {
  padding-top: 40px;
}
.aifd-box {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.aifd-box img:hover {
  opacity: 0.5;
}

/* About IMG fitur yg diperlukan CSS */

/* ============================================== Why Choose Us =========================== */
/* Capital CSS */
/* 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: 70px;
}

.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 */
/* End Capital CSS */

/* 2 Variant CSS */
.variant-wcu {
  padding-top: 70px;
}
.variant-wcu .row {
  padding-top: 40px;
}
.variant-wcu-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #2dc7fb;
  padding-bottom: 10px;
}
/* End 2 Variant CSS */

/* ======================================== Page Home 2023-03-01 ========================== */
/* Header */
.pp_header.pp_header-2023-03-01 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.55)), url(../images/assets/myaccounting/home-2023-03-01/header.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 0px;
}
.pp_header-2023-03-01 .pp_header_detail {
  padding-top: 30px;
}
.pp_header-2023-03-01 .phd_2 p {
    font-size: 50px;
}
.pp_header-2023-03-01 .phd_4 a:nth-child(1) {
    font-size: 14px;
    color: #fff;
    background: #ed3237;
    padding: 6px 25px;
    border: 1px solid #ed3237;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pp_header-2023-03-01 .phd_4 a:nth-child(2) {
    padding: 6px 35px;
}

/* Klien */
.home-new-klien {
  padding-top: 60px;
  padding-bottom: 40px;
}
.spesial-box {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: 40px;
}
.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;
}

/* why choose us */
.why-choose-us-2023-03-01 {
  padding-top: 70px;
}
.why-choose-us-2023-03-01-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}
.why-choose-us-2023-03-01-title img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
  width: auto;
  margin-top: 10px;
}

.business-fileds-about {
    padding-top: 70px;
    padding-bottom: 70px;
}
.business-fileds-about-teks {
    padding-top: 40px;
}
.bfabt-left {
    padding-left: 40px;
}
.bfabt-right {
    padding-right: 40px;
}
.bfabt-parent {
    padding-top: 100px;
}
.business-fileds-about-teks-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    padding-bottom: 17px;
}
.business-fileds-about-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: rgb(245, 246, 250);
}
.business-fileds-about-teks-cta {
    padding-top: 30px;
}
.business-fileds-about-teks-cta-single {
    padding-top: 30px;
}
.business-fileds-about-teks-cta-single a {
    font-weight: 600;
    text-transform: capitalize;
    color: #00b4eb;
    font-size: 17px;
    letter-spacing: 1px;
}
.business-fileds-about-teks-cta a {
    display: inline-block;
    border: 1px solid #2dc7fb;
    font-weight: 600;
    margin: 5px;
    border-radius: 50px;
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
}
.business-fileds-about-teks-cta a:nth-child(1) {
    background: #2dc7fb;
    color: #fff;
    padding: 9px 20px;
}
.business-fileds-about-teks-cta a:nth-child(2) {
  padding: 9px 60px;
}
.business-fileds-about-teks-cta a:nth-child(2),
.business-fileds-about-teks-cta a:nth-child(2):hover {
    color: #2dc7fb;
}
.business-fileds-about-checklist {
  padding-top: 20px;
}
.business-fileds-about-checklist ul {
  margin-left: -40px;
}
.business-fileds-about-checklist ul li {
  padding-bottom: 10px;
}
.business-fileds-about-checklist ul .fa {
  color: #2dc7fb;
  padding-right: 15px;
}
.prd-box-mobile {
    display: none;
}
.business-fileds-about-img img {
  width: 100%;
  border-radius: 40px;
}

/* CTA */
.cta-page-home-2023-03-01 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #3d59a3;
  color: #fff;
}
.cta-page-home-2023-03-01-teks-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
}
.cta-page-home-2023-03-01-teks-cta {
  padding-top: 30px;
}
.cta-page-home-2023-03-01-teks-cta a {
  font-size: 16px;
    color: #fff;
    background: #ed3237;
    padding: 12px 50px;
    border: 1px solid #ed3237;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    font-weight: 500;
}

/* =========================================== Page Fitur 2023-03-01 ====================== */
.myaccounting-features-second-cta {
  padding-top: 30px;
  text-align: center;
}
.myaccounting-features-second-cta a {
  display: inline-block;
  margin: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 40px;
  border: 1px solid #14bad1;
  text-align: center;
  line-height: 1.2;
}
.myaccounting-features-second-cta a:nth-child(1) {
  background: #14bad1;
  color: #fff;
  padding: 6px 50px;
}

.myaccounting-features-second-cta a:nth-child(2) {
  background: transparent;
  color: #14bad1;
}

.page-fitur-cta-2023-03-01 {
  padding-bottom: 70px;
}
.page-fitur-cta-2023-03-01-link {
  text-align: center;
}
.page-fitur-cta-2023-03-01-link a {
  display: inline-block;
  margin: 5px;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
  text-transform: uppercase;;
  font-weight: 500;
  margin-right: 10px;
  color: #fff;
}
.page-fitur-cta-2023-03-01-link a:nth-child(1) {
    background: #ed3237;
    padding: 9px 35px;
    border: 1px solid #ed3237;
}
.page-fitur-cta-2023-03-01-link a:nth-child(2) {
    padding: 9px 45px;
    background: #2dc7fb;
    border: 1px solid #2dc7fb;
}