ul {
  margin-bottom: 0px !important;
}

.row-0 {
  padding: 0px 0px !important;
}

.pd-0 {
  padding: 0px !important;
}
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.d-flex {
  display: flex;
}

.d-flex.a_center {
  align-items: center;
}

.d-flex.center {
  justify-content: center;
}

.d-flex.justify-end {
  justify-content: flex-end;
}

.d-flex.between {
  justify-content: space-between;
}

.d-flex.column {
  flex-direction: column;
}

.d-flex.left {
  justify-content: flex-start;
}

.d-flex.wrap {
  flex-wrap: wrap;
}

.fw-bold {
  font-weight: bold;
}

.list-none {
  list-style: none;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

.d-line {
  display: inline-flex;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-48 {
  font-size: 48px;
}

.p-0 {
  padding: 0 !important;
}

.is-divider,
.absolute-footer,
.post-item .from_the_blog_comments {
  display: none !important;
}
.text-white {
  color: #fff;
}
