#content-info .container-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

#content-info .card {
  border-radius: 10px;
  /* border: 10px solid #d8a004b3; */
  padding: 10px;
  /* background-color: #ffffff99; */
  background-color: #ffffffd9;
  text-align: center;
  color: #000000a1;
  font-weight: bold;
  margin: 10px 0px;
  box-shadow: 4px 4px 5px 0px #494949e8;
}

.tengah1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  font-size: 3em;
  font-weight: bold;
}

.tengah-bawah1 {
  position: absolute;
  top: 19.5%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  padding-left: 11%;
  padding-right: 15%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.tengah2 {
  position: absolute;
  top: 44.25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  font-size: 3em;
  font-weight: bold;
}

.tengah-bawah2 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  padding-left: 13%;
  padding-right: 13%;
  font-size: 1.5em;
  font-weight: bold;
}

.tengah3 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  font-size: 3em;
  font-weight: bold;
}

.tengah-bawah3 {
  position: absolute;
  top: 89%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: black;
  padding-left: 13%;
  padding-right: 13%;
  font-size: 1.5em;
  font-weight: bold;
}

.kiri {
  position: absolute;
  top: 44%;
  left: 16%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
}

.kiri2 {
  position: absolute;
  top: 80%;
  left: 26%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
}

.kiri-bawah {
  position: absolute;
  top: 52.75%;
  left: 16%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  padding-left: 30%;
  padding-right: 30%;
  font-size: 1.5em;
  font-weight: bold;
}

.kiri-bawah2 {
  position: absolute;
  top: 89%;
  left: 26%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  padding-left: 25%;
  padding-right: 25%;
  font-size: 1.5em;
  font-weight: bold;
}

.kanan {
  position: absolute;
  top: 44%;
  left: 84%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
}

.kanan2 {
  position: absolute;
  top: 80%;
  left: 73.7%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: bold;
}

.kanan-bawah {
  position: absolute;
  top: 52.75%;
  left: 83.7%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  font-weight: bold;
  width: 23%;
}

.kanan-bawah2 {
  position: absolute;
  top: 89%;
  left: 74%;
  z-index: 2;
  color: black;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  font-weight: bold;
  width: 23%;
}

/*Start tabel peminjaman info*/
.desc-info {
  left: 15%;
  color: black;
  position: absolute;
}

.numbered-info {
  left: 55%;
  color: black;
  position: relative;
}

/*end tabel peminjaman info*/

/* Sosialisasi */
* {
  box-sizing: border-box;
}

.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.3%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
  border-radius: 0px;
}

/* The Close Button */
.close {
  color: #ffc516;
  position: absolute;
  top: 45px;
  right: 342px;
  font-size: 35px;
  font-weight: bold;
  opacity: 2;
  z-index: 2;
}

.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  font-size: 30px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.centered {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

.slick-prev,
.slick-next {
  top: 60%;
  width: 0px;
  font-size: 30px;
  z-index: 1;
}

.slick-prev {
  left: 1px;
}

.slick-next {
  right: 29px;
}

.slick-track {
  padding: 0px 0px;
}

/* Sosialisasi END */

.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.8em 1.4em;
  padding-right: 4.7em;
  background: #009ED8;
  border: none;
  color: white;
  transition: 0.2s;
}

.button1:before,
.button1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.01);
}

.button:before {
  background: rgba(0, 0, 0, 0.1);
}

.button:hover {
  background: #0079a5;
}

.button:active,
.button:focus {
  background: #002e3f;
  outline: none;
}

.button {
  min-width: 15em;
}

.arrow {
  background: #ffc516;
}

.arrow:hover {
  background: #ffc516;
}

.arrow:active,
.arrow:focus {
  background: #ffc516;
}

.arrow:after {
  content: "\F054";
}

.arrow:before {
  /*-webkit-animation: bounceright 0.3s alternate ease infinite;*/
  /*-webkit-animation-iteration-count: 50;*/
  /*animation: bounceright 0.3s alternate ease infinite;*/
  /*animation-iteration-count: 50;*/
}

.arrow:after {
  /*-webkit-animation: bounceright 0.3s alternate ease infinite;*/
  /*-webkit-animation-iteration-count: 50;*/
  /*animation: bounceright 0.3s alternate ease infinite;*/
  /*animation-iteration-count: 50;*/
}

.arrow:hover:before {
  -webkit-animation: none;
  animation: none;
}

.arrow:hover:after {
  -webkit-animation: none;
  animation: none;
}

/*.phone {
  background: #139675;
}
.phone:hover {
  background: #0d6952;
}
.phone:active,
.phone:focus {
  background: #083b2e;
}
.phone:after {
  content: "\F095";
}*/

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(10px);
  }
}

@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(30deg);
  }
}

@keyframes bounceright {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(10px);
  }
}

@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(30deg);
  }
}

/**/
.btn1 {
  display: inline-block;
  background: white;
  border: 0;
  line-height: 2.5em;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
  outline: none;
  text-decoration: none;
  color: #666;
}

.btn1 .arrow1 {
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  background: #428bca;
  color: white;
  font-size: 1em;
  width: 2.5em;
  transition: margin 200ms;
  margin-left: .75em;
}


.btn1:hover {
  background: #eee;
}

.btn1:hover .arrow1 {
  margin-left: 1.25em;
  background-color: #00A9D3;
}

.btn1:active {
  background: #ccc;
}

.btn1:active .arrow1 {
  margin-left: 1.5em;
}

.btn1-info1 .arrow1 {
  background-color: indianred;
}

.btn1-info1:hover .arrow1 {
  background-color: #e3e3e3;
}

.btn1-learn1 .arrow1 {
  background-color: salmon;
}

.btn1-learn1:hover .arrow1 {
  background-color: #f56d5e;
}

.btn1::-moz-focus-inner {
  border: none;
}

hr {
  border: 1px solid #e3e3e3;
}


/* Common button styles */
.button1 {
  float: left;
  display: block;
  padding: 1em 2em;
  border: none;
  background: #ffc516;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome', sans-serif;
}

.button1 span {
  text-align: center;
  height: 100px;
  padding: 1em 2em;
  position: absolute;
  left: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  top: 0;
  background-color: rgba(249, 230, 30, 0.3);
}

.button1:focus {
  outline: none;
}

.button1>span {
  vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
  color: #37474f;
  border-color: #37474f;
}

.bg-2 .button {
  color: #F2A477;
  border-color: #fff;
}

.bg-3 .button {
  color: #fff;
  border-color: #fff;
}

/* Sizes */
.button--size-s {
  font-size: 14px;
}

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

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

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button--text-thin {
  font-weight: 300;
}

.button--text-medium {
  font-weight: 500;
}

.button--text-thick {
  font-weight: 600;
}

.button--round-s {
  border-radius: 5px;
}

.button--round-m {
  border-radius: 15px;
}

.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}

.button--border-medium {
  border: 2px solid;
}

.button--border-thick {
  border: 3px solid;
}


/* Simple button style */
.button--simple {
  overflow: hidden;
  /*padding: 0;*/
  width: 230px;
}

.button--simple.button--inverted {
  color: #fff;
}

.button--simple::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffcb30;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);

}

.button--simple.button--inverted::before {
  background: #fff;
  color: #37474f;
}

.button--simple>span {
  display: block;
}

.button--simple::before,
.button--simple>span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--simple:hover::before {
  /* -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);*/
}

/*.button--simple:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/

/*Mendanai*/
#why-us {
  /*padding: 30px 0px 0px;*/
  /*background: #004a99;*/
}

#why-us .section-header h3 {
  color: #fff;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  /*background: #cc9d11;*/
  border-color: #cc9d11;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #b2890f;
  border-color: #b2890f;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .image2 img {
  font-size: 48px;
  padding-top: 15px;
  margin: 0 auto !important;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 24px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #000;
}

.button-lender button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.button-lender>a>button {
  background: #e5b113 none repeat scroll 0 0;
  border: 1px solid #cc9d11;
  color: #000;
  font-weight: bold;
  transition: 0.4s;
}

.button-lender>a>button:hover {
  background: #FFC516 none repeat scroll 0 0;
  border: 1px solid #FFC516;
  color: #000;
  transition: 0.4s;
}

/*meminjam*/
#why-us1 {
  /*padding: 30px 0px 0px;*/
  /*background: #004a99;*/
}

#why-us1 .section-header h3 {
  color: #fff;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

#why-us1 .section-header p {
  color: #fff;
}

#why-us1 .card {
  /*background: #e5b113;*/
  /*border-color: #e5b113;*/
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us1 .card:hover {
  background: #cc9d11;
  border-color: #cc9d11;
}

#why-us1 .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us1 .image2 img {
  font-size: 48px;
  padding-top: 15px;
  margin: 0 auto !important;
  color: #bfddfe;
}

#why-us1 .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us1 .card p {
  font-size: 15px;
  color: #000;
}

.button-borrower button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.button-borrower>a>button {
  background: #e5b113 none repeat scroll 0 0;
  border: 1px solid #cc9d11;
  color: #000;
  font-weight: bold;
  transition: 0.4s;
}

.button-borrower>a>button:hover {
  background: #FFC516 none repeat scroll 0 0;
  border: 1px solid #FFC516;
  color: #000;
  transition: 0.4s;
}

/*end meminjam*/

/*section-header h3*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}

.section-footer h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
}


/*Penawaran Area*/
h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ffc516;
  color: #666;
  padding: 7px 15px;
  position: relative;
  text-align: left;
  list-style-type: none;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 15px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #ffc516 none repeat scroll 0 0;
  color: #000;
  transition: all 0.4s ease 0s;
}

.active>a>button {
  background: #ffc516 none repeat scroll 0 0;
  border: 1px solid #ffc516;
  color: #000;
  font-weight: bold;
  transition: 0.4s;
}

.active>a>button:hover {
  background: #cc9d11 none repeat scroll 0 0;
  border: 1px solid #cc9d11;
  color: #fff;
  transition: 0.4s;
}

#price .owl-nav,
#price .owl-dots {
  margin-top: 5px;
  text-align: center;
  background-color: #ffc516;
  margin: 0px 430px;
  border-radius: 10px;
  /*padding-bottom: 20px;*/
}

#price .owl-dot {
  display: inline-block;
  margin: 5px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
}

#price .owl-dot.active {
  background-color: #b9931e;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 0px 0px 30px;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
  /*border-radius: 10px;*/
  background-color: #F6F6F6;
}

#testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}


#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials-carousel .owl-nav button {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 40% !important;
}

.testimonials-carousel .owl-nav.disabled,
.testimonials-carousel .owl-nav.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.testimonials-carousel .owl-nav button.owl-prev {
  left: -1.5%;
  color: white;
}

.testimonials-carousel .owl-nav button.owl-next {
  right: -1.5%;
  color: white;
}

.testimonials-carousel .owl-nav button.owl-prev .fa {
  width: 25px;
  padding: 0px;
  z-index: 9999;
}

.testimonials-carousel .owl-nav button.owl-next .fa {
  width: 25px;
  padding: 0px;
  z-index: 9999;
}

.testimonials-carousel .owl-nav button.owl-prev:hover {
  color: #4c4c4c;
}

.testimonials-carousel .owl-nav button.owl-next:hover {
  color: #4c4c4c;
}

#testimonials .owl-dot.active {
  background-color: #b9931e;
}

/*end testimonial*/

.fa4 {
  color: grey;
}

.fa4:hover {
  color: #ffc516;
}

.fa4+.tooltip>.tooltip-inner {
  width: 500px;
  max-width: 500px;
  font-size: 1em;
  text-align: justify;
}

a.desc-box1:hover,
a:focus {
  color: white;
  text-decoration: none;
}

/*Show Data*/
/*.why-us4-12{
  height: 800px;
}
.why-us4-4-1{
  z-index: 2; top: -480px;
}
.why-us4-4-2{
  z-index: 2; top: -735px;
}
.why-us4-4-3{
  z-index: 2; top: -480px;
}
.kiri-text1{
  font-size: 45px; 
  font-weight: bold;
  text-align: center;
  padding-right: 35px;
  padding-left: 16px;
}
.kiribawah-text1{
  font-size: 22px; 
  font-weight: bold; 
  text-align: center;
  padding-left: 15px;
  padding-right: 34px;
}
.tengahatas-text1{ 
  font-size: 45px; 
  font-weight: bold;
  text-align: center;
  padding-left: 25px;
  padding-right: 29px;
}
.tengahatasbawah-text1{
  font-size: 22px; 
  font-weight: bold; 
  text-align: center; 
  top:-10px;
  padding-right: 45px;
  padding-left: 40px;
}
.tengahbawah-text1{
  font-size: 45px; 
  font-weight: bold;
  margin-top: 335px;
  text-align: center;
  padding-left: 23px;
  padding-right: 26px;
}
.tengahbawahbawah-text1{
  font-size: 28px; 
  font-weight: bold; 
  text-align: center;
  padding-right: 28px;
  padding-left: 24px;
}
.kanan-text1{
  font-size: 45px; 
  font-weight: bold;
  text-align: center;
  padding-left: 35px;
  padding-right: 15px;
}
.kananbawah-text1{
  font-size: 22px; 
  font-weight: bold; 
  text-align: center;
  padding-left: 34px;
  padding-right: 14px;
}
.percentage_tkb{
  font-size: 30px
}
.percentage_rt2{
  font-size: 30px;
}*/

#price .section-header h3 {
  color: #fff;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  box-shadow: 2px 3px black;
  border: 2px black solid;
  padding: 2px 0px;
}

#testimonials .section-header h3 {
  color: #fff;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  box-shadow: 2px 3px black;
  border: 2px black solid;
  padding: 2px 0px;
}

#sosialisation .section-header h3 {
  color: #fff;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  box-shadow: 2px 3px black;
  border: 2px black solid;
  padding: 2px 0px;
}

.autoplay h3 {
  color: #fff;
  margin-left: 20%;
  margin-right: 20%;
  box-shadow: 1px 2px black;
  border: 1px black solid;
  padding: 2px 2px;
  border-radius: 5px;
  font-size: 20px;
}

@media (min-width: 200px) {
  .tengah1 {
    font-size: 1em;
  }

  .tengah-bawah1 {
    font-size: 0.4em;
  }

  .tengah2 {
    font-size: 1em;
  }

  .tengah-bawah2 {
    font-size: 0.4em;
  }

  .tengah3 {
    font-size: 1em;
  }

  .tengah-bawah3 {
    font-size: 0.4em;
  }

  .kiri {
    font-size: 1em;
  }

  .kiri2 {
    font-size: 1em;
  }

  .kiri-bawah {
    font-size: 0.4em;
  }

  .kiri-bawah2 {
    font-size: 0.4em;
  }

  .kanan {
    font-size: 1em;
  }

  .kanan2 {
    font-size: 1em;
  }

  .kanan-bawah {
    font-size: 0.4em;
  }

  .kanan-bawah2 {
    font-size: 0.4em;
  }

  #content-info .card {
    border-width: 3px;
    padding: 5px;
    border-radius: 10px;
  }

  #content-info .card .card-value {
    font-size: 1em;
  }

  #content-info .card .card-info {
    font-size: 0.4em;
  }


  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 0px 1px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 0px 1px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 180px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -110px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -165px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -105px;
  }

  .kiri-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-right: 3px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 4px;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-right: 3px;
    margin-top: -23px;
  }

  .tengahatas-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 1px;
    padding-right: 3px;
  }

  .tengahatasbawah-text1 {
    font-size: 4px;
    font-weight: bold;
    text-align: center;
    padding-right: 2px;
    padding-left: 1px;
    margin-top: -25px;
  }

  .tengahbawah-text1 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 70px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .tengahbawahbawah-text1 {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    padding-right: 0px;
    padding-left: 2px;
    margin-top: -40px;
  }

  .kanan-text1 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-left: 6px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 4px;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    padding-right: 0px;
    margin-top: -25px;
  }

  .percentage_tkb {
    font-size: 6px
  }

  .percentage_rt2 {
    font-size: 6px;
  }

  .image2 {
    height: 20px;
    border-radius: 2px;
    border: 0.5px black solid;
  }

  .title-desc {
    height: 20px;
    border: 0.5px solid black;
    border-radius: 2px;
    box-shadow: 0.3px 0.6px black;
    padding: 0.2px 5px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 0.9;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 6px;
    margin-bottom: 2px;
    line-height: 0.9;
  }

  .card-text {
    margin-bottom: 5px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 4px
  }

  .section-header h3 {
    font-size: 10px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
  }

  .detail_lender {
    font-size: 4px;
  }

  .detail_borrower {
    font-size: 4px;
  }

  .button-borrower button {
    margin-bottom: 5px;
    padding: 1px 4px;
    border-radius: 5px;
  }

  .button-lender button {
    margin-bottom: 5px;
    padding: 1px 4px;
    border-radius: 5px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 100px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 5px;
    /*margin-left: 10px;*/
    margin-top: 15px;
    font-size: 12px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }
}


@media (min-width: 300px) {
  .tengah1 {
    font-size: 1em;
  }

  .tengah-bawah1 {
    font-size: 0.5em;
  }

  .tengah2 {
    font-size: 1em;
  }

  .tengah-bawah2 {
    font-size: 0.5em;
  }

  .tengah3 {
    font-size: 1em;
  }

  .tengah-bawah3 {
    font-size: 0.5em;
  }

  .kiri {
    font-size: 1em;
  }

  .kiri2 {
    font-size: 1em;
  }

  .kiri-bawah {
    font-size: 0.5em;
  }

  .kiri-bawah2 {
    font-size: 0.5em;
  }

  .kanan {
    font-size: 1em;
  }

  .kanan2 {
    font-size: 1em;
  }

  .kanan-bawah {
    font-size: 0.5em;
  }

  .kanan-bawah2 {
    font-size: 0.5em;
  }

  #content-info .card {
    border-width: 3px;
    padding: 5px;
    border-radius: 10px;
  }

  #content-info .card .card-value {
    font-size: 1em;
  }

  #content-info .card .card-info {
    font-size: 0.5em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 240px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -145px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -225px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -140px;
  }

  .kiri-text1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-right: 6px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    padding-left: 1px;
    padding-right: 6px;
    margin-top: -23px;
  }

  .tengahatas-text1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 1px;
    padding-right: 3px;
  }

  .tengahatasbawah-text1 {
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    padding-right: 2px;
    padding-left: 1px;
    margin-top: -25px;
  }

  .tengahbawah-text1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 110px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .tengahbawahbawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-right: 0px;
    padding-left: 5px;
    margin-top: -35px;
  }

  .kanan-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 6px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    padding-left: 2px;
    padding-right: 0px;
    margin-top: -25px;
  }

  .percentage_tkb {
    font-size: 9px
  }

  .percentage_rt2 {
    font-size: 9px;
  }

  .image2 {
    height: 40px;
    border-radius: 4px;
    border: 0.8px black solid;
  }

  .title-desc {
    height: 40px;
    border: 0.8px solid black;
    border-radius: 4px;
    box-shadow: 0.5px 1px black;
    padding: 2px 5px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 6px
  }

  .section-header h3 {
    font-size: 12px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }

  .detail_lender {
    font-size: 6px;
  }

  .detail_borrower {
    font-size: 6px;
  }

  .button-borrower button {
    margin-bottom: 5px;
    padding: 2px 6px;
    border-radius: 10px;
  }

  .button-lender button {
    margin-bottom: 5px;
    padding: 2px 6px;
    border-radius: 10px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 5px;
    margin-left: -5px;
    margin-top: 17px;
    font-size: 12px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }
}


@media (min-width: 400px) {
  .tengah1 {
    font-size: 1.5em;
  }

  .tengah-bawah1 {
    font-size: 0.6em;
  }

  .tengah2 {
    font-size: 1.5em;
  }

  .tengah-bawah2 {
    font-size: 0.6em;
  }

  .tengah3 {
    font-size: 1.5em;
  }

  .tengah-bawah3 {
    font-size: 0.6em;
  }

  .kiri {
    font-size: 1.5em;
  }

  .kiri2 {
    font-size: 1.5em;
  }

  .kiri-bawah {
    font-size: 0.6em;
    left: 17.5%;
  }

  .kiri-bawah2 {
    font-size: 0.6em;
    left: 26%;
  }

  .kanan {
    font-size: 1.5em;
  }

  .kanan2 {
    font-size: 1.5em;
  }

  .kanan-bawah {
    font-size: 0.6em;
  }

  .kanan-bawah2 {
    font-size: 0.6em;
  }

  #content-info .card {
    border-width: 3px;
    padding: 10px;
    border-radius: 10px;
  }

  #content-info .card .card-value {
    font-size: 1.5em;
  }

  #content-info .card .card-info {
    font-size: 0.6em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 450px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -250px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -400px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -250px;
  }

  .kiri-text1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-right: 14px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    padding-left: 13px;
    padding-right: 28px;
    margin-top: -5px;
  }

  .tengahatas-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tengahbawah-text1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 62px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 25px;
  }

  .tengahbawah-text2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: -15px;
  }

  .kanan-text1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 28px;
    padding-right: 2px;
    margin-top: -5px;
  }

  .percentage_tkb {
    font-size: 12px
  }

  .percentage_rt2 {
    font-size: 12px;
  }

  .image2 {
    height: 60px;
    border-radius: 6px;
    border: 1px black solid;
  }

  .title-desc {
    height: 60px;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: 1px 2px black;
    padding: 5px 8px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.2;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 12px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 8px
  }

  .section-header h3 {
    font-size: 14px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }

  .detail_lender {
    font-size: 7px;
  }

  .detail_borrower {
    font-size: 7px;
  }

  .button-borrower button {
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 15px;
  }

  .button-lender button {
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 10px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 180px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 5px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 18px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }
}


@media (min-width: 500px) {
  .tengah1 {
    font-size: 2em;
  }

  .tengah-bawah1 {
    font-size: 0.7em;
  }

  .tengah2 {
    font-size: 2em;
  }

  .tengah-bawah2 {
    font-size: 0.7em;
  }

  .tengah3 {
    font-size: 2em;
  }

  .tengah-bawah3 {
    font-size: 0.7em;
  }

  .kiri {
    font-size: 2em;
  }

  .kiri2 {
    font-size: 2em;
  }

  .kiri-bawah {
    font-size: 0.7em;
    left: 17%;
  }

  .kiri-bawah2 {
    font-size: 0.7em;
    left: 26%;
  }

  .kanan {
    font-size: 2em;
  }

  .kanan2 {
    font-size: 2em;
  }

  .kanan-bawah {
    font-size: 0.7em;
  }

  .kanan-bawah2 {
    font-size: 0.7em;
  }

  #content-info .card {
    border-width: 5px;
    padding: 12px;
    border-radius: 15px;
  }

  #content-info .card .card-value {
    font-size: 2em;
  }

  #content-info .card .card-info {
    font-size: 0.7em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 1px 2px black;
    border: 1px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 530px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -300px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -480px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -300px;
  }

  .kiri-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 14px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 13px;
    padding-right: 28px;
  }

  .tengahatas-text1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tengahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 89px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 28px;
  }

  .tengahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 95px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: -15px;
  }

  .kanan-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 28px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 14px
  }

  .percentage_rt2 {
    font-size: 14px;
  }

  .image2 {
    height: 70px;
    border-radius: 8px;
    border: 1px black solid;
  }

  .title-desc {
    height: 70px;
    border: 2px solid black;
    border-radius: 8px;
    box-shadow: 2px 3px black;
    padding: 7px 5px 0px 7px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.2;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 14px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 10px
  }

  .section-header h3 {
    font-size: 18px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }

  .detail_lender {
    font-size: 8px;
  }

  .detail_borrower {
    font-size: 8px;
  }

  .button-borrower button {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
  }

  .button-lender button {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 180px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 5px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 18px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }
}


@media (min-width: 600px) {
  .tengah1 {
    font-size: 2.5em;
  }

  .tengah-bawah1 {
    font-size: 0.9em;
  }

  .tengah2 {
    font-size: 2.5em;
  }

  .tengah-bawah2 {
    font-size: 0.9em;
  }

  .tengah3 {
    font-size: 2.5em;
  }

  .tengah-bawah3 {
    font-size: 0.9em;
  }

  .kiri {
    font-size: 2.5em;
  }

  .kiri2 {
    font-size: 2.5em;
  }

  .kiri-bawah {
    font-size: 0.9em;
  }

  .kiri-bawah2 {
    font-size: 0.9em;
  }

  .kanan {
    font-size: 2.5em;
  }

  .kanan2 {
    font-size: 2.5em;
  }

  .kanan-bawah {
    font-size: 0.9em;
  }

  .kanan-bawah2 {
    font-size: 0.9em;
  }

  #content-info .card {
    border-width: 8px;
    padding: 18px 17px;
    border-radius: 18px;
  }

  #content-info .card .card-value {
    font-size: 2.5em;
  }

  #content-info .card .card-info {
    font-size: 0.9em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 680px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -365px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -610px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -365px;
  }

  .kiri-text1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tengahbawah-text1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 135px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 25px;
  }

  .tengahbawah-text2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 115px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: -15px;
  }

  .kanan-text1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 20px
  }

  .percentage_rt2 {
    font-size: 20px;
  }

  .image2 {
    height: 90px;
    border-radius: 10px;
    border: 1.5px black solid;
  }

  .title-desc {
    height: 90px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 3px black;
    padding: 10px 5px 0px 10px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.2;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 12px
  }

  .section-header h3 {
    font-size: 24px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }

  .detail_lender {
    font-size: 10px;
  }

  .detail_borrower {
    font-size: 10px;
  }

  .button-borrower button {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
  }

  .button-lender button {
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 10px;
  }
}


@media (min-width: 767px) {
  .tengah1 {
    font-size: 2.5em;
  }

  .tengah-bawah1 {
    font-size: 1em;
  }

  .tengah2 {
    font-size: 2.5em;
  }

  .tengah-bawah2 {
    font-size: 1em;
  }

  .tengah3 {
    font-size: 2.5em;
  }

  .tengah-bawah3 {
    font-size: 1em;
  }

  .kiri {
    font-size: 2.5em;
  }

  .kiri2 {
    font-size: 2.5em;
  }

  .kiri-bawah {
    font-size: 1em;
    left: 16%;
  }

  .kiri-bawah2 {
    font-size: 1em;
    left: 26%;
  }

  .kanan {
    font-size: 2.5em;
  }

  .kanan2 {
    font-size: 2.5em;
  }

  .kanan-bawah {
    font-size: 1em;
  }

  .kanan-bawah2 {
    font-size: 1em;
  }

  #content-info .card {
    border-width: 8px;
    padding: 15px;
    border-radius: 10px;
  }

  #content-info .card .card-value {
    font-size: 2.5em;
  }

  #content-info .card .card-info {
    font-size: 1em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .image2 {
    height: 100px;
    border-radius: 10px;
    border: 2px black solid;
  }

  .title-desc {
    height: 100px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 3px black;
    padding: 5px 5px 0px 10px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.4;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 22px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 0px;
    color: #000;
    font-size: 14px
  }

  .section-header h3 {
    font-size: 30px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }

  .detail_lender {
    font-size: 12px;
  }

  .detail_borrower {
    font-size: 12px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 10px 10px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 24px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }

  .info-top {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    color: #FFC300;
    text-transform: none;
    letter-spacing: 1px;
    /*border: 1px solid #ffc516; */
    border-radius: 5px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .tengah1 {
    font-size: 3.5em;
  }

  .tengah-bawah1 {
    font-size: 1.3em;
  }

  .tengah2 {
    font-size: 3em;
  }

  .tengah-bawah2 {
    font-size: 1.3em;
  }

  .tengah3 {
    font-size: 3em;
  }

  .tengah-bawah3 {
    font-size: 1.3em;
  }

  .kiri {
    font-size: 3em;
  }

  .kiri2 {
    font-size: 3em;
  }

  .kiri-bawah {
    font-size: 1.3em;
  }

  .kiri-bawah2 {
    font-size: 1.3em;
  }

  .kanan {
    font-size: 3em;
  }

  .kanan2 {
    font-size: 3em;
  }

  .kanan-bawah {
    font-size: 1.3em;
  }

  .kanan-bawah2 {
    font-size: 1.3em;
  }

  #content-info .card {
    border-width: 10px;
  }

  #content-info .card .card-value {
    font-size: 3em;
  }

  #content-info .card .card-info {
    font-size: 1.3em;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 960px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -550px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -895px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -550px;
  }

  .kiri-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    top: -10px;
    padding-right: 45px;
    padding-left: 40px;
  }

  .tengahbawah-text1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 168px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 24px;
  }

  .tengahbawah-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 175px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 5px;
  }

  .kanan-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 36px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 30px
  }

  .percentage_rt2 {
    font-size: 30px;
  }

  .image2 {
    height: 150px;
    border-radius: 10px;
    border: 2px black solid;
  }

  .title-desc {
    height: 150px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 3px black;
    padding: 5px 5px 0px 15px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.4;
  }

  .card-title {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 7px;
  }

  .card-text {
    margin-bottom: 10px;
    text-align: justify;
    padding: 0px 10px 0px 0px;
    color: #000;
    font-size: 18px
  }

  .section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 50px;
  }

  .detail_lender {
    font-size: 16px;
  }

  .detail_borrower {
    font-size: 16px;
  }

  .tool_tip {
    position: relative;
    display: inline-block;
  }

  .tool_tip .tool_tiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ffc516;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 10px 10px;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 24px;

    /* Position the tool_tip */
    position: absolute;
    z-index: 1;
  }

  .tool_tip:hover .tool_tiptext {
    visibility: visible;
  }

  .title-desc {
    height: 145px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 3px black;
    padding-right: 0px;
    background-color: #F6F6F6;
    width: 74%;
    line-height: 1.6;
  }

  .info-top {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #FFC300;
    text-transform: none;
    letter-spacing: 1px;
    /*border: 1px solid #ffc516; */
    border-radius: 5px;
    font-weight: bold
  }
}


@media (min-width: 1400px) {
  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 960px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -550px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -895px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -550px;
  }

  .kiri-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    top: -10px;
    padding-right: 45px;
    padding-left: 40px;
  }

  .tengahbawah-text1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 168px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 24px;
  }

  .tengahbawah-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 175px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 5px;
  }

  .kanan-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 36px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 30px
  }

  .percentage_rt2 {
    font-size: 30px;
  }

  .close {
    color: #ffc516;
    position: absolute;
    top: 45px;
    right: 382px;
    font-size: 35px;
    font-weight: bold;
    opacity: 2;
    z-index: 2;
  }
}

@media (min-width: 1600px) {
  .close {
    color: #ffc516;
    position: absolute;
    top: 45px;
    right: 422px;
    font-size: 35px;
    font-weight: bold;
    opacity: 2;
    z-index: 2;
  }
}

@media (min-width: 1700px) {
  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 960px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -550px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -895px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -550px;
  }

  .kiri-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    top: -10px;
    padding-right: 45px;
    padding-left: 40px;
  }

  .tengahbawah-text1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 170px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 24px;
  }

  .tengahbawah-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 175px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 5px;
  }

  .kanan-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 36px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 30px
  }

  .percentage_rt2 {
    font-size: 30px;
  }

  .close {
    color: #ffc516;
    position: absolute;
    top: 45px;
    right: 452px;
    font-size: 35px;
    font-weight: bold;
    opacity: 2;
    z-index: 2;
  }
}

@media (min-width: 2000px) {
  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 960px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -550px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -895px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -550px;
  }

  .kiri-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    top: -10px;
    padding-right: 45px;
    padding-left: 40px;
  }

  .tengahbawah-text1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 168px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 24px;
  }

  .tengahbawah-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 175px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 5px;
  }

  .kanan-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 36px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 30px
  }

  .percentage_rt2 {
    font-size: 30px;
  }

  .close {
    color: #ffc516;
    position: absolute;
    top: 45px;
    right: 512px;
    font-size: 35px;
    font-weight: bold;
    opacity: 2;
    z-index: 2;
  }
}


@media (min-width: 4000px) {
  .fa4+.tooltip>.tooltip-inner {
    width: 900px;
    max-width: 900px;
  }

  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .why-us4-12 {
    height: 960px;
  }

  .why-us4-4-1 {
    z-index: 2;
    top: -550px;
  }

  .why-us4-4-2 {
    z-index: 2;
    top: -895px;
  }

  .why-us4-4-3 {
    z-index: 2;
    top: -550px;
  }

  .kiri-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    padding-left: 0px;
  }

  .kiribawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 3px;
    padding-right: 34px;
  }

  .tengahatas-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 29px;
  }

  .tengahatasbawah-text1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    top: -10px;
    padding-right: 45px;
    padding-left: 40px;
  }

  .tengahbawah-text1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 168px;
    text-align: center;
    padding-left: 23px;
    padding-right: 22px;
  }

  .tengahbawahbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 24px;
  }

  .tengahbawah-text2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 175px;
    text-align: center;
    padding-left: 23px;
    padding-right: 26px;
  }

  .tengahbawahbawah-text2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-right: 28px;
    padding-left: 24px;
    margin-top: 5px;
  }

  .kanan-text1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding-left: 36px;
    padding-right: 0px;
  }

  .kananbawah-text1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 34px;
    padding-right: 2px;
  }

  .percentage_tkb {
    font-size: 30px
  }

  .percentage_rt2 {
    font-size: 30px;
  }
}

@media (min-width: 5000px) {
  #why-us .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  #why-us1 .section-header h3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: 2px 3px black;
    border: 2px black solid;
    padding: 2px 0px;
  }

  .tengah1 {
    font-size: 3.5em;
  }

  .tengah-bawah1 {
    font-size: 1vh;
  }

  .tengah2 {
    font-size: 3em;
  }

  .tengah-bawah2 {
    font-size: 1vh;
  }

  .tengah3 {
    font-size: 3em;
  }

  .tengah-bawah3 {
    font-size: 1vh;
  }

  .kiri {
    font-size: 3em;
  }

  .kiri2 {
    font-size: 3em;
  }

  .kiri-bawah {
    font-size: 1vh;
  }

  .kiri-bawah2 {
    font-size: 1vh;
  }

  .kanan {
    font-size: 3em;
  }

  .kanan2 {
    font-size: 3em;
  }

  .kanan-bawah {
    font-size: 1vh;
  }

  .kanan-bawah2 {
    font-size: 1vh;
  }

  #content-info .card .card-value {
    font-size: 3em;
  }

  #content-info .card .card-info {
    font-size: 1vh;
  }
}


#content-info {
  margin-top: 10px;
}

#content-info {
  padding: 0px 60px;
}

#price .owl-dots {
  display: flex;
  align-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
}