.blog-card {
  box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
  margin-bottom: 10px;
  margin-bottom: 26px;
  border-radius: 10px;
  background-color: #f4f1ea;
  margin-left: 8px;
  margin-right: 8px;
}
.blog-card img {
  border-radius: 10px 10px 0px 0px;
}
.blog-card .card-body {
  padding: 1.25rem;
}
.blog-card .blog-heading {
  height: 5rem;
  overflow: hidden;
}
.blog-heading {
  color: #000;
  font-size: 20px;
  padding: 0;
  border: none;
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.3em !important;
  font-weight: 700;
}
.blog-card p {
  font-size: 14px !important;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  color: #000;
}
.set-para-height {
  height: 86px;
}
.blog-readmore {
  font-size: 15px;
  display: block;
  font-weight: 600;
  color: #111;
  text-decoration: none !important;
}
.blog-readmore i {
  font-size: 12px;
  margin-left: 8px;
}


.text-justify {
  text-align: justify;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-21 {
  font-size: 21px;
}
.fs-20 {
  font-size: 36px;
  font-weight: 700 !important;
}

/* Pagination - Start */
.pagination .page-item.active .page-link {
  background-color: #892b7c;
}
.pagination li {
  display: inline-block;
  margin-right: 8px;
}
.pagination li a {
  display: block;
  padding: 8px 15px;
  background-color: #f5f5f5;
  color: #444;
  border: 1px solid #ddd !important;
}
/* Pagination - End */

.bgDarkGreen {
  background-color: #19352a;
}
.bgDarkGreen .main-heading {
  color: #fff;
}
.bgDarkGreen .sub-heading_greenBg {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: unset !important;
}
.faqs {
  box-shadow: 0px 0px 20px rgba(5, 6, 6, 0.08);

  /* border: 0 !important; */
}
.faqs .accordion-item {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}
.tick-list ul {
  padding: 0;
  margin: 0;
}
.tick-list ul li {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_tick-green.svg);
  background-position: 0px -3px;
  padding-left: 40px;
  margin-bottom: 18px;
  list-style: none;
}
.bg-attachment {
  background-image: url(../images/banner-inside-paralax-2.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.resolution {
  min-height: 50.8125rem;
}


.blog-view-area h1,h2,h3,h4,h5,h6{
	font-weight: 700;
    margin-bottom: 12px;
}
.blog-view-area h1{
    font-size: 28px;
}
.blog-view-area h2{
    font-size: 26px;
}
.blog-view-area h3{
    font-size: 24px;
}
.blog-view-area h4{
    font-size: 22px;
    color: rgb(250, 61, 0);
}
.blog-view-area h5{
    font-size: 20px;
	color: rgb(250, 61, 0);
}
.blog-view-area h6{
    font-size: 18px;
}
.box-6 {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}
.underline-2 {
    border-bottom: 3px solid #85C441;
    width: 40px;
    margin-bottom: 12px;
}
.latest-post-title {
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000;
    line-height: 22px !important;
}
.sticky-1 {
    position: sticky;
    top: 154px;
}

.user-profile-box{
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
}
.image-box {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.set-para-height {
    height: 86px;
    overflow: hidden;
}

.comment-box{
    background-color: #f9fafc;
    padding: 20px;
    border: 1px solid #dfe4e7;
    border-radius: 12px;
}
.comment-heading{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.comment-para{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}
.comment-box .form-control{
    border: 1px solid #6b6863;
    border-radius: 0px 4px 4px 0px !important;
    font-size: 14px;
    padding: 12px;
}

