.owl-next, .owl-prev {
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid #000000;
    cursor: pointer;
    font-size: 50px !important;
    color: #000000 !important;
    background: #ffffffc7 !important;
    padding: 10px !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
}
.owl-prev{
  left: 29%;
}
.owl-next{
  right: 29%;
}
.owl-prev span, .owl-next span {
    display: block;
    margin-top: -3px;
}
.owl-prev span{
  margin-left: -3px;
}
.owl-next span{
  margin-right: -3px;
}
.owl-next:hover, .owl-prev:hover{
  opacity: .8;
}

.donation-card-section .card{
  border: 1px solid #cacaca !important;
}
.card-footer .badge{
  font-weight: 300;
  padding: 6px 10px;
  font-size: 13px;
  margin-bottom: 5px;
}
.text-justify{
  text-align: justify;
}

.description-title{
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
}
.description-title span{
  content: '';
  background: #016fff;
  width: 45px;
  height: 3px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -5px;
}
.details-social .text-dark{
  font-size: 26px;
  margin-left: 10px;
}
.details-social .text-dark .fa-facebook{
  color: #0866ff;
}
.details-social .text-dark .fa-line{
  color: #00b900;
}
.text-muted{
  font-size: 13px;
  font-weight: 400;
}
.releted-donation .card-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.releted-donation .card-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
hr {
    color: #2e2e2e;
    margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .donation-card-section{
  padding: 0 200px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .donation-card-section{
  padding: 0 100px;
}
}
@media screen and (max-width: 767px){
  .owl-prev{
  left: 3%;
}
.owl-next{
  right: 3%;
}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .owl-prev{
  left: 13%;
}
.owl-next{
  right: 13%;
}
}

