html {
  overflow-x: hidden;
}

#msg-submit {
  font-size: 16px;

  color: #468847;
}

li {
  line-height: 1.9;
  color: #77838f;
}

.one {
  margin-right: 15px;
  list-style: inside !important;
}

.two {
  margin-right: 30px;
  list-style-type: decimal
}

.two::marker {
  color: #39afbedb;
  font-weight: bold;
}

.one::marker {
  color: #6ab9a8;
}


.knowledge-base-bg {
  background-size: cover;
  background-color: #6ab9a84f !important;
}

.card {
  border: none;
  margin-bottom: 2rem;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  -webkit-transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
  transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.popup-modal {
  color: #797979 !important;
  font-size: 16px;
  font-weight: 100;
  line-height: 2.4;
  padding: 0 !important;
  margin: 0 !important;
}

.read-more a {
  padding: 5px 10px;
  display: inline-block;
  margin-top: 5px;

}

.pdf-block img{
  border-radius: 10px;
  border: #5ebcab 1px solid;
}
    
svg.font-medium-4 {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
.mr-50, .mx-50 {
  margin-left: 0.5rem !important;
}
.input-group-text {
  border-radius: 0;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.form-group {
  width: 100%;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.75rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.list-group .list-group-circle{
  border: none !important;
}

.list-group-item{
  border: none !important;
}

.match-height > [class*='col'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.match-height>[class*=col]>.card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .start-home-content {
      height: 50vh;
  }

}

@media (min-width: 768px) {
  .knowledge-base-bg .kb-search-input .input-group {
      width: 700px;
      margin: 0 auto;
  }
}


@media (min-width: 992px) {
  .knowledge-base-bg .card-body {
      padding: 8rem;
  }
}

.list-group.list-group-circle .list-group-item:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='green' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6E6B7B;
  background-size: 10px;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 1.15rem;
  right: 0;
}

.knowledge-base-bg .kb-search-input .input-group:focus-within {
  box-shadow : none;
}

.kb-search-content-info .kb-search-content .card-img-top {
  background-color : #FCFCFC;
}

.kb-search-content-info .no-result.no-items {
  display : none;
}

.kb-title {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
}

@media (min-width: 768px) {
  .knowledge-base-bg .kb-search-input .input-group {
    width : 576px;
    margin : 0 auto;
  }
}

@media (min-width: 992px) {
  .knowledge-base-bg .card-body {
    padding : 8rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .knowledge-base-bg .card-body {
    padding : 6rem;
  }
}