#eb .form-control {
  height: 46px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

#eb .input-group-btn > .btn {
  height: 46px;
}


#eb .btn-default {
  color: #fff !important;
  background: rgb(3,74,154) !important;
  background: linear-gradient(90deg, rgba(3,74,154,1) 0%, rgba(1,202,196,1) 100%) !important;
  border: none !important;
}

#eb .btn-default:hover {
  color: #fff !important;
  background: #034a9a !important;
  border: none !important;
}


#eb .btn-default:active {
  color: #fff !important;
  background: #034a9a !important;
  border: none !important;
}


#eb .btn {
  font-size: 16px;
  border-radius: 99px;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
}


#eb .eb-post-meta > div {
  line-height: 20px;
}


#eb .eb-post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700 !important;
  color: #034a9a !important;
}


#eb .eb-post-meta a {
  color: #01cac4 !important;
}


#eb .eb-post-meta>div+div:before {
    color: #01cac4 !important;
}

#eb .eb-card .eb-post-title a {
  color: #034a9a;
}


#eb .eb-post-actions {
  display: none !important;
}

#eb .eb-card__ft, #eb .eb-card__ft a {
  color: #989898;
  font-size: 14px;
}

#eb .mt-20 {
  margin-top: 0px !important;
}


#eb .reset-heading {
  font-weight: 700;
  color: #034a9a;
}

.text-muted {
  color: #989898 !important;
}

#eb hr {
  border-top: 2px solid #01cac4 !important;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
  border: none !important;
  border-radius: 10px !important;
}


#eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: none !important;
}


#eb .o-aspect-ratio>:first-child {
    border-radius: 10px 10px 0px 0px !important;
}


#eb .eb-card {
  border-radius: 10px !important;
}


#eb .eb-mod-media-thumb.fa {
  display: none !important;
}


#eb .eb-mod-body{
  color: #363636;
}