.blog_cards,
.blog_img img {
  transition: 0.3s ease-in-out;
}
.form_name_heading,
.post_heading {
  font-family: var(--secondry-font);
  font-size: 25px;
}
.blog_banner,
.post_heading {
  border-bottom: 1px solid #ddd;
}
.blog_banner .bread_crum,
.blog_date,
.para_bg {
  text-align: center;
}
.blog_category {
  background-color: #f8f8f8;
  padding: 40px;
}
.blog_banner {
  padding: 8px 0;
  background: var(--brown);
}
.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);
  font-size: 14px;
}
.blog_banner .bread_crum li::before {
  position: absolute;
  content: "»";
  right: 3px;
}
.blog_banner .bread_crum li:last-child::before {
  content: "";
}
.blog_banner .bread_crum ul li:last-child a {
  color: var(--black);
}
.blog_banner .bread_crum ul li:last-child {
  color: var(--black);
  padding-right: 0;
}
.blog_banner .section_heading {
  margin-bottom: 0;
  color: var(--white);
  font-size: 35px;
  font-weight: 500;
}
.blog_contents {
  padding: 1rem 0;
  background-color: var(--white);
}
.blog_img {
  overflow: hidden;
}
.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;
}
.blog_name::first-letter {
  font-size: 35px;
  color: var(--brown);
}
.blod_action_details .tag,
.blog_date {
  color: var(--white);
  background: var(--brown);
}
.blod_action_details svg {
  width: 20px;
}
.blog_cards .common_btn .read_more {
  border: none;
  padding: 0 25px 0 0;
  position: relative;
}
.blog_cards .common_btn {
  padding: 0;
}
.blog_cards .common_btn .read_more:hover {
  background: 0 0;
  border: none;
}
.blog_cards .common_btn .read_more::after {
  content: "→";
  position: absolute;
  visibility: hidden;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.blog_cards:hover .read_more::after {
  visibility: visible;
  right: 0;
  color: var(--brown);
}
.blog_cards:hover .blog_name,
.blog_cards:hover .read_more,
.post_content:hover .post_name {
  color: var(--brown);
}
.blog_cards:hover .blog_img img {
  transform: scale(1.1);
}
.blog_date {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 55px;
  height: 60px;
  padding: 0.5rem;
}
.blog_details_leftBox,
.request_call_back {
  background-color: var(--white);
}
.blog_card .month {
  text-transform: uppercase;
  font-weight: 900;
}
.blog_name {
  font-size: 22px;
}
.blog_card .b_date {
  font-size: 26px;
  line-height: 26px;
}
.request_call_back {
  padding: 1.5rem 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  margin-bottom: 20px;
}
.blog_details_leftBox,
.recent_posts {
  padding: 1rem;
  box-shadow: 0 0 15px #cccccc57;
}
.form_name_heading {
  text-align: center;
  margin-bottom: 1rem;
}
.recent_posts {
  background: var(--white);
}
.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;
}
.blog_description p,
.para_bg {
  line-height: 1.7em;
  color: var(--black);
}
.post_content .post_name {
  font-weight: 500;
  font-size: 17px;
  transition: 0.3s;
}
.blod_action_details {
  padding: 20px 0;
}
.blod_action_details ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.blod_action_details ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
}
.blod_action_details .tag {
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 25px;
}
.blog_list li::before,
.para_bg::before {
  font-family: var(--icon);
  position: absolute;
  color: var(--brown);
}
.blod_action_details ul li i {
  color: #4b7417;
  margin-right: 8px;
  font-weight: 600;
}
.devider {
  border-bottom: 1px dashed #4b7417;
  margin: 0 0 10px;
}
.para_bg {
  padding: 60px 20px 20px;
  background-color: #fff4e3;
  position: relative;
}
.para_bg::before {
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
  content: "\f10d";
  font-size: 50px;
}
.blog_actions .section_heading {
  font-size: 30px;
  text-align: left;
}
.list_para li,
.list_para p {
  opacity: 0.8;
  line-height: 1.6em;
}
.blog_list {
  margin-bottom: 1rem;
}
.blog_list li {
  position: relative;
  padding-left: 25px;
}
.blog_list li::before {
  content: "\f061";
  left: 0;
}
.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(--brown);
  color: var(--white);
}
.blog_tags .social_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog_tags .social_icons a {
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  box-shadow: 0 0 15px #ddd;
  margin: 0 5px;
  transition: 0.3s;
}
.blog_tags .social_icons a:hover:first-child {
  color: var(--white);
  background-color: #1877f2;
}
.blog_tags .social_icons a:hover:nth-child(2) {
  color: var(--white);
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.blog_tags .social_icons a:hover:nth-child(3) {
  color: var(--white);
  background-color: #fa0019;
}

.blog_description h1,
.blog_description h2,
.blog_description h3,
.blog_description h3 {
  text-align: left;
}
.blog_description h1 {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog_description h2 {
  font-size: 32px;
}
.blog_description h3 {
  font-size: 24px;
}
.blog_description h4 {
  font-size: 20px;
}
.blog_description ul {
  margin-bottom: 16px;
}
.blog_description ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.blog_description ul li::before {
  background-color: var(--brown);
  position: absolute;
  left: 0;
  content: "";
  border-radius: 50%;
  line-height: 25px;
  top: 2px;
  justify-content: center;
  background-image: url(../Img/lightcheck.webp);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.form-sticky {
  position: sticky;
  height: 100%;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .blog_description h1 {
    font-size: 32px;
  }
  .blog_description h2 {
    font-size: 28px;
  }
  .blog_description h3 {
    font-size: 20px;
  }
  .blog_description h4 {
    font-size: 18px;
  }
  .blog_name {
    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 20px;
  }
  .blog_contents {
    padding: 10px;
  }
  .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_description h1 {
    font-size: 32px;
  }
  .blog_description h2 {
    font-size: 28px;
  }
  .blog_description h3 {
    font-size: 20px;
  }
  .blog_description h4 {
    font-size: 18px;
  }
  .blog_category {
    padding: 40px 0;
  }
  .form_name_heading {
    font-size: 25px;
  }
  .request_call_back {
    padding: 1rem;
  }
  .blog_name {
    font-size: 18px;
  }
  .blog_descriptions,
  .recent_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog_name {
    font-size: 18px;
  }
  .blod_action_details ul li {
    padding-right: 8px;
  }
  .blog_description h1 {
    font-size: 28px;
  }
  .blog_description h2 {
    font-size: 24px;
  }
  .blog_description h3 {
    font-size: 18px;
  }
  .blog_description h4 {
    font-size: 16px;
  }
  .blog_category {
    padding: 30px 0;
  }

  .blog_banner .section_heading {
    font-size: 30px;
  }
  .blog_actions .section_heading {
    font-size: 25px;
  }
}
