.container {
  padding: 0px 67.54px 0px 67.54px;
}
.d-flex {
  display: flex;
}
.max-w100 {
  max-width: 100%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.over-flow-hiden {
  overflow: hidden;
  white-space: nowrap;
}
.flex-aligen-center {
  align-items: center;
}
.border-buttom {
  border-bottom: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-right {
  justify-content: right;
}
.align-item-center {
  align-items: center;
}
.align-item-right {
  align-items: right;
}
.postion-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.w-100 {
  width: 100%;
}
.w-10 {
  width: 10%;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.h-100 {
  height: 100%;
}
.d-none {
  display: none !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.d-grid {
  display: grid;
}
.object-fit-cover {
  object-fit: cover;
}
.object-position-center {
  object-position: center;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.font-bold {
  font-weight: bold;
}
.text-align-center {
  text-align: center;
}
.font-weight-bold {
  font-weight: bold;
}

.display-inline-block {
  display: inline-block;
}
.z-index-10000 {
  z-index: 10000;
}
.cursur-pointer {
  cursor: pointer;
}
.bg-white {
  background-color: white;
}
.postion-sticky {
  position: sticky;
}
