body {
  font-family: poppins, sans-serif;
}
.contentWrapPeredam {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.wrapheader {
  background: #000;
  text-align: center;
}
.wrapheader h3 {
  font-size: 3rem;
  font-weight: bold;
  /* text-align: center; */
  color: white;
  padding: 0 20px 0;
  background: #000;
}
.breadcrum {
  padding: 30px 0;
}
.breadcrum a {
  color: #c2c2c2;
  font-size: 0.8rem;
}
.breadcrum i {
  color: #000000;
  font-size: 0.7rem;
}
.nopointer {
  cursor: default;
  color: red !important;
}

.WrapContentFlex {
  display: flex;
  gap: 10px;
}
.leftContent {
  width: 65%;
  /* background: red; */
}
ul li {
  list-style-type: none;
}
.bannerContent {
  height: 241px;
  width: 100%;
  background: #019c35;
  margin: 0 auto 20px;
  border-radius: 5px;
  overflow: hidden;
}
.bannerContent img {
  width: 100%;
}
.SpesifikasiPaket h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.SpesifikasiPaket p {
  text-align: justify;
}
.rightContent {
  width: 35%;
  /* background: pink; */
}
.rightMain {
  /* background: #048b2d; */
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: sticky;
  top: 10px;
  background: #f1f1f1e8;
  border-radius: 5px;
  padding: 20px;
}
.rightMain h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.DescRight {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
}
.DescRight ul {
  padding: 5px 17px;
  color: #212529;
  /* background: gold; */
}
.DescRight ul li {
  margin-bottom: 5px;
}
.hargaRight {
  padding: 13px 0;
}
.formFlexRight {
  gap: 10px;
  display: block;
}
.titleForm {
  color: red;
  font-weight: 600;
}
.redTotal {
  color: red !important;
}
.liPRnk {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.liPRnk a {
  background: red;
  border-radius: 100px;
  color: white;
  padding: 5px 20px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.card {
  display: inline-block;
  /* background: #000; */
  width: 99%;
}
.card img {
  width: 100%;
}

@media (max-width: 700px) {
  .WrapContentFlex {
    display: block;
  }
}
