@media (max-width: 576px) {
  .flexv {
    flex-direction: column;
  }
}

.flexv {
  display: flex;
  flex-wrap: wrap;
}

.tglview {
  width: 90px;
  text-align: center;
}

.box {
  width: 100%;
}
.hari {
  background: #03045e;
  padding: 4px;
  color: #fff;
  font-size: 14px;
}
.tgl {
  background: #f7f7f9;
  padding: 10px;
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.year {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 90px;
  background: #023e8a;
  color: #fff;
}

.headerv {
  width: 78%;
  min-height: 106px;
  padding: 4px 2px 4px 8px;
}

.headerv h5 {
  min-height: 100px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 2px;
  margin-bottom: 0px;
  min-height: 88px;
  background: #fff;
}

.footbox p {
  font-size: 13.5px;
  padding: 4px 4px 4px 15px;
  margin-bottom: 0px;
  background: #beccd1;
  color: #000;
  width: 77.5%;
}

.cardv {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .cardv {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cardv {
    width: 48.33%;
  }
}

@media (min-width: 992px) {
  .cardv {
    width: 48.33%;
  }
}

@media (min-width: 1200px) {
  .cardv {
    width: 32.33%;
  }
}

.icon-box {
  margin-top: 10px;
}

.pack {
  min-height: 62px;
}

.icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
  padding-right: 8px;
  border-right: 2px dotted #767676;
}

.icon span {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.icon-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid #b30404;
  border-radius: 20px;
  transition: 0.5s;
  color: #b30404;
}

.icon-mark:hover {
  background: #b30404;
  color: #fff;
  cursor: pointer;
}

.icon-mark:hover i {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

.icon-box .description {
  margin-left: 65px;
  line-height: 20px;
  font-size: 14px;
}

.ket {
  text-align: justify;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 13px;
}

.vacin {
  background: #d7d6d3;
}
