@charset "utf-8";
/* Development by InDeo 2023-01-12*/


/* Google Font
-------------------------------------------------*/

@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";


/* ===================================
    Typography
    ====================================== */

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 28px;
    overflow-x: hidden;
    margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

.title-parent {
  text-align: center;
}
.title-all {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.title-desc {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.title-desc p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
}
.mobile {
  display: none;
}
/* End Default */


/* Header CSS */
.header-biometric {
/*  padding-top: 200px;*/
/*  padding-bottom: 150px;*/
/*  background: url(../img/2025-03-12/header.jpg) no-repeat center;*/
/*  background-color: #FFB300;*/
/*  background-size: cover;*/
/*  background-position: center;*/
  
  color: #fff;
}
.header-biometric-teks {
  position: relative;
  margin-top: -700px;
}
.header-biometric-teks-img {
  padding-bottom: 40px;
}
.header-biometric-teks-parent {
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 5px;
}
.header-biometric-teks-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
  /*text-shadow: 1px 1px 2px #000, 2px 2px 4px #000, 3px 3px 6px #000;*/
  padding-top: 20px;
  max-width: 600px;
}
.header-biometric-teks-desc {
  padding-bottom: 50px;
  max-width: 400px;
}
.header-biometric-teks-desc p {
  /*text-shadow: 1px 1px 2px #000;*/
  font-size: 18px;
}
.header-biometric-teks-cta a {
  color: #fff;
    background: #fd0e03;
/*    background: linear-gradient(to right, #0d9537, #a7e22e);*/
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 55px;
    border-radius: 5px;
    display: inline-block;
    /*margin-right: 10px;*/
    margin-bottom: 15px;
}
.header-biometric-teks-cta a:nth-child(2) {
  padding: 11px 35px;
  background: #da2827;
  color: #fff;
  border: 1px solid #da2827;
  display: none;
}
/*.header-biometric-img {
  padding-top: 100px;
}*/
/* End Header CSS */

/* About CSS */
.about {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-flow {
  background: url(../img/2025-03-12/about.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.about-teks-desc-title-parent {
  font-size: 50px;
  line-height: 1.2;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.about-problem {
  background: #eaeaea;
}
.about-problem .row,
.about .row {
  padding-top: 40px;
}
.about-problem .about-teks-desc ul {
  margin-left: -30px;
}
.about-problem .about-teks-desc ul li {
  background-image: url(../img/icon-x.png) !important;
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 50px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 18px;
}
.about .about-teks-desc {
  padding-bottom: 30px;
}
.about .about-teks-desc ul {
  margin-left: -40px;
}
.about .about-teks-desc ul li {
  background-image: url(https://interactive.co.id/product/lp-f5000/assets/img/2025-01-20/icon-checkbox-0.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 50px;
    list-style-type: none !important;
    padding-bottom: 8px;
    font-size: 18px;
}
.about-img {
  padding-right: 40px;
}
.about-teks-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}

.about-flow .row {
  padding-top: 40px;
}
.about-flow .about-teks-desc {
  font-size: 20px; 
}
.about-flow .about-teks-desc ul {
  margin-left: -90px !important;
  padding-top: 30px;
}
.about-flow .about-teks-desc ul li {
  background-image: none !important;
}

.about-teks,
.about-2-teks {
  padding-top: 30px;
}
/* End Acout CSS */

/* Klien Video CSS */
.klien-video {
  padding-top: 80px;
  padding-bottom: 70px;
}
.klien-video-img {
  padding-top: 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;
}

.klien-video-view {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 40px;
}
/* End Klien Video CSS */

/* About 2 CSS */
.about-2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
}
.about-problem .row {
  padding-top: 40px;
}

.about-2-teks-desc {
  padding-bottom: 30px;
}
.about-2 .about-2-teks-desc ul {
  margin-left: -40px;
}
.about-2 .about-2-teks-desc ul li {
  background-image: url(https://interactive.co.id/product/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: 17px;
}
.about-2-img {
  padding-left: 40px;
}
.about-2-teks-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
}
/* End About 2 CSS */

/* Fingerprint CTA Center CSS */
.fingerprint-cta-center {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/cta.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.fingerprint-cta-center-box {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.fingerprint-cta-center-box-title {
  font-size: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.7;
}
.fingerprint-cta-center-box-title-new {
  font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.4;
}
.fingerprint-cta-center-box-title  span {
  color: #ffb300;
}
.fingerprint-cta-center-url a {
  color: #fff;
    background: #da2827;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 35px;
    border: 1px solid #da2827;
    border-radius: 50px;
}
/* End Fingerprint CTA Center CSS */

/* Pengguna CSS */
.pengguna {
  padding-top: 90px;
  padding-bottom: 100px;
}
.pengguna .row {
  padding-top: 40px;
}
.pay-counter-box {
  text-align: center;
  margin-bottom: 30px;
}
.pay-counter-box-number {
  font-size: 37px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 20px;
  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 */

/* Testomoni CSS */
.client-testimoni-box {
  margin-bottom: 30px;
  position: relative;
}
.client-testimoni-box .ctb-img {
  position: relative;
  overflow: hidden;
}
.client-testimoni-box .ctb-img img {
  max-width: 100%;
  transition: transform 0.5s;
}
.client-testimoni-box:hover .ctb-img img {
  transform: scale(1.1);
}
.client-testimoni-box .video-play-button i {
    margin-left: 2px;
}
.client-testimoni-box .video-play-button {
    top: 40%;
}

/* Start Efek Video */
.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;
}

.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: 180px;
  background: #fff;
}

.matb-box-img {
  position: absolute;
  left: 0;
  padding-left: 20px;
}

.matb-name-title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}
.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: 16px;
  color: #666;
  line-height: 1.6;
}
.matb-desc {
    height: 100px;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot.active {
    background-color: #ff9c00;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 8px;
    border-radius: 20px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #eee;
}
/* End Testimoni CSS */

/* MyResto CSS */
.myresto-box {
  text-align: center;
  position: relative;
  margin-top: -720px;
  color: #fff;
}
.myresto-box-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
.myresto-box-img {
  padding-top: 20px;
  padding-bottom: 20px;
}
.myresto-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 300px;
}
.myresto-box-desc {
  display: block;
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 30px;
}
.myresto-box-cta a {
  color: #fd0e03;
    background: #fff;
    border: 2px solid #fd0e03;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 55px;
    border-radius: 50px;
}
/* End MyResto CSS */

/* Sistem CSS */
.sistem {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sistem .row {
  padding-top: 40px;
}
.sistem-box {
  margin-bottom: 30px;
  text-align: center;
}
.sistem-box-img {
  padding-bottom: 20px;
}
.sistem-box-img img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.sistem-box-title {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
  padding-bottom: 15px;
}
/* End Sistem CSS */

/* Harga CSS */
.harga {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../img/2025-03-12/harga.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
}

.harga-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fff;
}

.harga-box {
  padding: 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  background: #fff;
  border-radius: 20px;
}
.harga-box-teks {
  font-size: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.harga-box .hb {
  display: inline-block;
}
.harga-box-coret {
  padding-bottom: 30px;
  position: relative;
}
.harga-box-coret-parent {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.harga-box-coret .line {
      position: absolute;
      top: 20%;
      width: 185px;
      height: 7px;
      background-color: red;
      transform: rotate(-10deg);
      transform-origin: center;
    }
.harga-box-view {
  font-size: 55px;
  color: red;
  font-weight: 600;
  padding-bottom: 12px;
}
.harga-box-cta {
  padding-top: 30px;
}
.harga-box-cta a {
    text-transform: capitalize;
    color: #fff;
    background: #fd0e03;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 35px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.harga-box-promo {
  line-height: 1.3;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: red;
}

.header-time-text {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.header-time {
  padding-top: 20px;
}
.countdown {
  padding-bottom: 20px;
  margin-left: -40px;
}
.countdown li {
    display: inline-block;
    color: #fff;
}
.countdown .smalltext {
  font-size: 18px;
  font-weight: 600;
}
.countdown .bigtext {
  font-size: 60px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  /*background: #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  color: #000;
  padding: 5px;
  margin-left: 5px;*/
}
.bigtext-parent {
  font-size: 40px;
}


/* CSS untuk mengatur tampilan container dan elemen-elemen slide */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sb-img img {
  max-height: 50px;
}
.carousel-klien {
    display: flex;
    animation: carousel 30s linear infinite; /* Animasi slide ke kiri */
}

.clone-carousel {
    display: flex;
}

.icon-tentang_payroll {
    flex: 0 0 20%; /* Mengatur lebar setiap elemen slide */
    padding: 10px;
    box-sizing: border-box;
}

@keyframes carousel {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* End Harga CSS */

/* Alasan CSS */
.alasan {
  background: url(../img/2025-03-12/klien.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.alasan-teks {
  font-size: 50px;
  line-height: 1.3;
}
.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;
    color: #444;
}
.lctd-box-text {
    text-transform: capitalize;
    font-size: 20px;
    color: #666;
}
.alasan-carausel {
  padding-top: 40px;
}
/* End Alasan CSS */

/* Produk CSS */
.produk {
  padding-top: 80px;
  padding-bottom: 70px;
}
.produk-box {
  padding-top: 40px;
}
.produk-box-detail {
  margin-bottom: 40px;
  text-align: center;
}
.produk-box-detail-title {
  padding-top: 20px;
  padding-bottom: 30px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}
/* End Produk CSS */

/* ==================================================== Pop Sales ============================================= */
.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: 'Open Sans', sans-serif;
}
.custom-social-proof .custom-notification {
    width: 260px;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 87px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 60px;
    margin-left: 10px;
    overflow: hidden;
    object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: #666;
    padding-left: 10px;
    padding-right: 2px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    height: 17px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
    font-weight: 400;
}
.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}
.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
}

.custom-notification-content-wrapper small {
  font-size: 12px;
  color: #333;
}
.custom-notification-content-wrapper small.cncw-2 {
  margin-top: -9px;
  font-size: 9px !important;
  color: #da2827;
  font-weight: 600;
} 
p.custom-notification-content {
    margin-bottom: 20px;
    margin-top: 8px;
}

/* 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: 16px;
  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;
  }
}

#tm-accordion1 {
  padding-top: 30px;
}
/* End Link FAQ */

/* Copyright CSS */
#copyright {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  background: #171717;
}
.copyright {
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright img {
  margin-top: -5px;
}
.copyright-detail {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.copyright-detail p {
  font-size: 13px;
  color: #fff;
}

/* End Copyright CSS */

