/* blog category page Start */
h1,
h2,
h3,
h4 {
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 10px;
}
.blog_category {
  background-color: #f8f8f8;
  padding: 40px;
}

.blog_banner {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #ddd;
  background: var(--first-color);
}

.blog_banner .bread_crum {
  text-align: center;
}

.blog_banner .bread_crum li {
  display: inline-block;
  padding-right: 1rem;
  line-height: 1.2em;
  position: relative;
  font-size: 12px;
  color: var(--white);
}

.blog_banner .bread_crum li a {
  color: var(--white);
}

.blog_banner .bread_crum li::before {
  position: absolute;
  content: "\f105";
  right: 3px;
  font-family: var(--icon);
}

.blog_banner .bread_crum li:last-child::before {
  content: "";
}

.blog_banner .bread_crum ul li:last-child a {
}

.blog_banner .bread_crum ul li:last-child {
  padding-right: 0px;
}

.blog_banner .section_heading {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 35px;
  font-weight: 600;
}

.blog_contents {
  padding: 1rem 0;
  background-color: var(--white);
}

.blog_img {
  overflow: hidden;
}

.blog_img img {
  transition: 0.3s ease-in-out;
}

.blog_cards .common_btn {
  padding-top: 0;
}

.blog_cards {
  transition: 0.3s ease-in-out;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0 0 15px #cccccc57;
  background: var(--white);
  padding: 12px;
  height: 100%;
}

.blog_name {
  margin-bottom: 5px;
  line-height: 1.4em;
  transition: 0.3s;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 500;
}

.blog_name::first-letter {
  font-size: 35px;
  color: var(--first-color);
}

.blog_cards .common_btn .read_more {
  border: 1px solid var(--first-color);
  border-left: 0;
  border-right: 0;
  padding: 10px;
  position: relative;
  padding-right: 25px;
  display: inline-block;
}

.blog_cards .common_btn {
  padding: 0;
}

.blog_cards .common_btn .read_more:hover {
  background: none;
  border: none;
}

.blog_cards .common_btn .read_more::after {
  content: "";
  position: absolute;
  visibility: hidden;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/right_arrow.webp);
  transition: 0.3s;
  width: 18px;
  height: 14px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(4556%)
    hue-rotate(8deg) brightness(90%) contrast(94%);
}

.blog_cards:hover .read_more::after {
  visibility: visible;
  right: 0;
  color: var(--first-color);
}

.blog_cards:hover .blog_name,
.blog_cards:hover .read_more {
  color: var(--first-color);
}

.blog_cards:hover .blog_img img {
  transform: scale(1.1);
}

.blog_date {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--white);
  background: var(--first-color);
  width: 55px;
  height: 60px;
  text-align: center;
  padding: 0.5rem;
}

.blog_card .month {
  text-transform: uppercase;
  font-weight: 900;
}

.blog_card .b_date {
  font-size: 26px;
  line-height: 26px;
}

.request_call_back {
  padding: 1.5rem 1rem;
  background-color: #feefe1;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  margin-bottom: 20px;
}

.request_call_back .captcha {
  display: flex;
}

.request_call_back .captcha img {
  max-height: 45px;
  object-fit: cover;
}

.request_call_back .captcha button {
  background: var(--first-color);
  border: none;
  padding: 10px;
  color: var(--white);
}

.form_btn button {
  min-height: 45px;
  border-radius: 0;
  background: var(--first-color);
  color: var(--white);
  font-weight: 600;
  border: none;
  width: 100%;
}

.form_name_heading {
  font-family: var(--secondry-font);
  font-size: 25px;
  text-align: center;
  margin-bottom: 1rem;
}

.recent_posts {
  padding: 1rem;
  background: var(--white);
  box-shadow: 0 0 15px #cccccc57;
}

.post_heading {
  font-family: var(--secondry-font);
  font-size: 25px;
  border-bottom: 1px solid #ddd;
}

.post_details {
  margin: 1rem 0 1.5rem;
}

.post_details img {
  max-width: 90px;
  float: left;
  margin-right: 15px;
}

.post_content p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
}

.post_content .post_name {
  font-weight: 500;
  font-size: 17px;
}

.post_content .post_name {
  transition: 0.3s;
}

.post_content:hover .post_name {
  color: var(--first-color);
}

/* blog category page  End */

/* Blog details Start  */
.blog_details_leftBox {
  padding: 1rem;
  box-shadow: 0 0 15px #cccccc57;
  background-color: var(--white);
}

.blod_action_details {
  padding: 20px 0;
}

.blod_action_details ul {
  padding: 0;
  margin: 0;
}

.blod_action_details ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
}

.blod_action_details .tag {
  padding: 5px 15px;
  background: var(--first-color);
  color: var(--white);
  font-weight: 600;
  border-radius: 25px;
}

.blod_action_details ul li i {
  color: #4b7417;
  margin-right: 8px;
  font-weight: 600;
}

.devider {
  border-bottom: 1px dashed #4b7417;
  margin: 0 0 10px;
}

.blog_description p {
  line-height: 1.7em;
}
.blog_description ul li {
  padding-left: 30px;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
  position: relative;
}
.blog_description ul li::before {
  content: "";
  background: url(../images/check.webp) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}
.para_bg {
  padding: 20px;
  background-color: #feefe1;
  text-align: center;
  opacity: 0.8;
  line-height: 1.7em;
  position: relative;
}

.blog_actions .section_heading {
  font-size: 30px;
  text-align: left;
}

.list_para p,
.list_para li {
  opacity: 0.8;
  line-height: 1.6em;
}

.blog_list {
  margin-bottom: 1rem;
}

.blog_list li {
  position: relative;
  padding-left: 27px;
}

.blog_list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/right_arrow.webp);
  transition: 0.3s;
  width: 17px;
  height: 10px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(57%) saturate(4556%)
    hue-rotate(8deg) brightness(90%) contrast(94%);
  background-position: right;
}

.blog_tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.cat_tags li {
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #4b7417;
  border-radius: 25px;
  font-size: 14px;
}

.cat_tags li.active {
  background: var(--first-color);
  color: var(--white);
}

.blog_tags .social_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.blog_tags .social_icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Blog details End  */

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .blog_name {
    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 18px;
  }

  .blog_contents {
    padding: 10px 0;
  }

  .blog_contents p {
    line-height: 1.3em;
  }

  .blog_cards .common_btn .read_more {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_category {
    padding: 40px 0;
  }
  .form_name_heading {
    font-size: 25px;
  }
  .request_call_back {
    padding: 1rem;
  }
  .blog_name {
    font-size: 17px;
  }
  .blog_descriptions,
  .recent_desc {
    font-size: 14px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog_category {
    padding: 30px 0;
  }

  .blog_name {
    font-size: 20px;
  }

  .blog_banner .section_heading {
    font-size: 30px;
  }

  .blog_actions .section_heading {
    font-size: 25px;
  }

  .blog_category .direction {
    flex-direction: column-reverse;
  }

  .blog_category .recent_posts {
    display: none;
  }
}
