#eb .eb-post-simple {
  box-shadow: 0px 10px 0px 0px #e6f7fd;
  background: #FFFFFF;
  border: 1px solid #1f429c;
  border-radius: 20px;
  padding: 20px;
}

#eb .o-aspect-ratio > :first-child {
  border-radius: 20px;
}

#eb .o-avatar__content img {
  border-radius: 99px;
}

#eb .btn-default {
  color: #fff !important;
  background: rgb(48,188,239);
  background: linear-gradient(90deg, rgba(48,188,239,1) 0%, rgba(42,156,218,1) 35%, rgba(33,102,180,1) 65%, rgba(31,66,156,1) 100%);
  border: none !important;
}


#eb .btn-default:hover {
  color: #fff !important;
  background: rgb(48,188,239);
  background: linear-gradient(90deg, rgba(48,188,239,1) 0%, rgba(42,156,218,1) 35%, rgba(33,102,180,1) 65%, rgba(31,66,156,1) 100%);
  border: none !important;
}

#eb .btn-default:active {
  color: #fff !important;
  background: rgb(48,188,239);
  background: linear-gradient(90deg, rgba(48,188,239,1) 0%, rgba(42,156,218,1) 35%, rgba(33,102,180,1) 65%, rgba(31,66,156,1) 100%);
  border: none !important;
}


#eb .btn {
  font-size: 14px;
  border-radius: 99px;
  }


#eb.mod-easyblogimagewall .ezb-card {
  border-radius: 20px;
  height: 250px;
}


#eb.mod-easyblogimagewall .ezb-card:before, #eb.mod-easyblogimagewall .ezb-card:after {
    border-radius: 20px !important;
}


#eb .form-control {
  height: 48px;
  font-size: 16px;
  border: 1px solid #2166B4;
  border-radius: 99px;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }


#eb .input-group-btn > .btn {
  height: 48px;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
  color: #6c757d;
}


#eb .eb-post-thumb .eb-post-image img {
  border-radius: 20px;
}


#eb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #9d9b9b;
}

#eb .eb-related-thumb {
  border-radius: 20px;
}

#eb .reset-heading {
  background-image: linear-gradient(90deg, #30bcef 0%, #1f429c 100%);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px !important;
}


#eb h3, #eb h4 {
  color: #2a9cda;
}


#fd .py-2xs {
    padding-top: 40px;
}