.caveat{
  font-family: 'Caveat', cursive;
  font-size: 4rem;
}
.stroke-danger{
  -webkit-text-stroke: 2px #e43f52;
}
.stroke-white{
  -webkit-text-stroke: 2px #ffffff;
}
.stroke-dark{
  -webkit-text-stroke: 2px #161c2d;  
}
.btn-secondary {
  background-color: #ffc82f !important;
  border: 1px solid #ffc82f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #e3b124 !important;
  border-color: #e3b124 !important;
  color: #ffffff !important;
}
.featured-pricing{
  background-image: url("../images/bg-pricing.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2px;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.testimoni-box {
  min-height: 245px;
}
.img-online {
  width: 80px;
  margin-right: 16px;
}
.wa-chat {
  z-index: 99;
  position: fixed;
  bottom: 80px;
  right: 30px;
  border-radius: 50%;
  padding: 1.5rem !important;
}
.wa-chat i {
  font-size: 28px;
  line-height: 0px !important;
  position: relative;
  top: -11px;
  right: 13px;
}