
.blog-panel {
    background-color: #ecf5ff;
    padding: 20px 20px;
}
/* .search-blog-post .search-field {
  border-radius: 120px;
  border: 1px solid #d6e1f5;
  padding: 12px 20px;
  width: 420px;
  background-color: #fff;
  outline: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.search-blog-post span.screen-reader-text {
  display: none;
}
::placeholder {
  opacity: -1;
}
.search-blog-post .search-field:focus {
  border: 1px solid #9ecee0;
}
.search-blog-post .search-submit {
  background: no-repeat;
  border: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.blog-cat-menu-list li {
  list-style: none;
  display: inline-block;
}
.blog-cat-menu-list li a {
  background-color: #e6efff;
  padding: 8px 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  color: #414d62;
}
.blog-cat-menu-list li a:hover {
  color: #0d6efd;
} */

.web-blog {margin-top: 50px;}
.blog-thumbnail img {border-radius: 12px;}
.blog-title:hover {color: #0094ff;}
.author-intro {
    color: #808080;
    font-size: 14px;
}
.get-author-name {
    color: #000;
}
.blog-posts  {
  border: 1px solid #ebebeb;
  padding: 5px;
}

/*--- Responsive CSS ---*/
@media (min-width: 320px) and (max-width: 767px) {
    .mt-100 {margin-top: 22px;}
    .customise-box {padding: 30px 20px;}
    .mb-100 {margin-bottom: 50px;}
    .time-management span{display: block;}
    .time-management span::after{
        content: "";
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .mt-100 {margin-top: 22px;}
    .customise-box {padding: 30px 20px;}
    .mb-100 {margin-bottom: 50px;}
}
