.elementor-298 .elementor-element.elementor-element-d175983{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-298 .elementor-element.elementor-element-db8d021{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-db8d021 */.bd-breadcrumb__menu ul{
    display: none !important;
}

.list-bullet li {
  padding-bottom: 5px;
  list-style: none;
  font-weight: 600;
  color: #383838;
  display: flex;
  align-items: center;
  position: relative;
}

.list-bullet li:before {
  content: "" !important;   /* purana FA icon hatado */
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #1F3B64; /* bullet ka color */
  position: relative;
}

.list-bullet li:after {
  content: "✓" !important;  /* custom check mark */
  font-size: 10px;
  color: white; /* check color */
  position: absolute;
  left: 3px;
  top: 0px;
  font-weight: bold;
}/* End custom CSS */