body {
  background-image: url(../../assets/img/bgd.jpg);
  background-color: #DFDFDF;
  font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  background-repeat: repeat;
  text-align: justify;
  font-style: normal;
  color: #000000;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: underline;
  color: rgb(201,191,191);
  background-color: #570000!important;
}

.dropdown-menu {
  --bs-dropdown-link-color: var(--bs-info);
}

.h1, h1 {
  font-weight: bold;
  font-family: Garamond, serif;
  color: #000066;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.275rem + .3vw);
  font-weight: bold;
  font-family: Garamond, serif;
  text-align: left;
}

@media (min-width: 768px) {
  #side_panel {
    display: block!important;
  }
}

@media (min-width: 768px) {
  .pricing_panel {
    margin-right: .5%!important;
    margin-left: .5%!important;
    max-width: 49%!important;
  }
}

@media (min-width: 992px) {
  .project_category {
    max-width: 50%!important;
  }
}

@media (max-width: 767px) {
  #side_panel {
    display: none;
  }
}

@media (max-width: 767px) {
  .vip_benefits {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .feature_col_light {
    background-color: #f4f2f2!important;
  }
}

@media (max-width: 767px) {
  .feature_col_dark {
    background-color: #d9d3d3!important;
  }
}

@media (max-width: 575px) {
  .header_no_radius {
    border-radius: 0px!important;
  }
}

.feature_hr_line {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order-first_pricing {
    order: -1!important;
    margin-left: 25%;
  }
}

.book_image {
  border-radius: 10px;
  width: 55%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.more_books {
  max-height: 110px;
  border-radius: 3px;
  width: 80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.more_books_col {
  min-height: 180px;
}

[data-bss-type="blog-loop"] .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-image {
  height: 200px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.featured_post_image {
  height: 100px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.religious_book_blog_loop {
  /*height: 100px;*/
  /*object-fit: cover;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #8080806e;
  border-width: 1px;
  border-style: solid;
}

.featured_post_text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
}

.blog_text {
  font-family: Georgia, serif;
  font-style: italic;
}

.ebook_buttons {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 235px!important;
}

.share-section {
  text-align: left;
  padding-top: 30px;
}

.share-title {
  font-weight: bold;
  font-size: 18px;
  color: #000066;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-title i {
  font-size: 20px;
}

.share-message {
  font-style: italic;
  color: #000;
  margin-bottom: 16px;
}

.social-share-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.facebook {
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #2d4373;
}

.twitter {
  background-color: #1da1f2;
}

.twitter:hover {
  background-color: #0d95e8;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin:hover {
  background-color: #005f8d;
}

.reddit {
  background-color: #ff4500;
}

.reddit:hover {
  background-color: #cc3700;
}

.pinterest {
  background-color: #bd081c;
}

.pinterest:hover {
  background-color: #8c0615;
}

