.nav-link i{
  font-size: 2em;
}

/* About */
.nav-about li a {
  font-weight: 700;
  font-size: 2em;
}
.second-level li a {
  font-size: 1.5em;
}

@media only screen and (max-device-width: 480px) {
  .nav-about li a {
    font-size: 1em;
  }
  /* .contact-box span{
    font-size: 0.8em;
  } */
}

/* whatsapp */
.float{
	position: fixed;
  right: 5rem;
  bottom: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
	line-height: 46px;
}
.my-float{
	/* margin: auto; */
  font-weight: 800;
  font-size: 1.5em;
  margin-top: 8px;
}

/* payment */
.payment-footer {
	margin-top: 2em;
}
.payment-footer-title {
	font-weight: 700;
}

/* Scroll to Top */
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  /* display: none; */
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  z-index: 2000;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #5a5c69;
}
.scroll-to-top i {
  font-weight: 800;
}
.btn-selengkapnya {
  background-color: #ffc93c;
  color: #fff;
  border-color: #ffc93c;
}
.btn-selengkapnya:hover {
  background-color: #07689f;
}
.contact-box span a{
  color: #fff;
}