.card-meta li:not(:last-child){
    border-right: 0 !important;
    padding-right: auto !important;
    border-left: 1px solid #EBEBEB !important;
    padding-left: 8px !important;
  }
  body * {font-family: "IBM Plex Sans Arabic", sans-serif !important;}
  .widget-search i{
    right: auto !important;
    left: 15px !important;
  }
  .widget-search input{
    padding-right: 20px !important;
    padding-left: auto !important;
  }
  .section-title::before{
    left: auto !important;
    right: 0 !important;
  }
  .widget-categories a{
    padding-right: 15px !important;
    padding-left: auto !important;
  }
  .widget-categories a::before{
    right: 0 !important;
    left: auto !important;
  }
  .banner{
    direction: rtl !important;
  }
.section-sm , .section
  {
    direction: rtl;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 100px;
}

ul li p {
    padding-right: 15px;
}

.content ul li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #65c8cf;
    right: -15px;
    left:auto;
    top: 8px;
}

.content a {
    color: blue ;
    text-decoration: underline !important;
}

.content a:hover {
    color: #65c8cf;
}
  