
.container {
  margin-top: 1rem !important;
}
.titleText {
  margin:0; 
}
.card-img-top {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card {
  /*margin: 10px;*/
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  overflow: hidden;
  width: 100%;
  padding: 6px !important;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: flex-start;
  padding: 0px !important;
  min-height: 75px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body p {
  font-size: 14px;
  margin: 0 0 40px;
  padding: 10px;
}
a {
  color: black;
}

/***********  pagination  ****************/
ul.pagination-items {
  list-style: none;
  text-align: right;
  margin-right: 10%;
}

ul.pagination-items li {
  display: inline-block;
  border: 1px solid #d0d0ce;
  padding: 5px 10px;
  margin: 0 2px;
  cursor: pointer;
  user-select: none;
}

li.pagination-item.active {
  background: #1f7ce5;
  color: #fff;
  border: 1px solid #1f7ce5;
  cursor: default;
}

li.disabled-item {
  opacity: 0.4;
  background: #d0d0ce;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #carouselSliderGalleryLeft img {
      height: 70px;
  }

  .d-sm-none {
      display: none !important;
  }

  ul.dotTwo {
      font-size: 18px;
  }

  h4.titleTextLeft,
  h4.text-primary {
      font-size: 20px;
  }
}
