
.blog_inner_bg {
background-size: 100% 100%;
  margin-top: 90px;
}
.ul_list{
  list-style:decimal !important;
}

.hero_section {
  padding: 9.563rem 0 2.188rem;
}
.middle-content {
  margin-top: 0px;
}
.hero_section .page_heading {
  margin: 0px;
  text-align: start;
  max-width: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lower-section .left-content .left-logo-list {
  display: block;
  display: flex;
}
.lower-section .left-content .left-content-image {
  border: 1px solid #e0e6ff;
  padding: 1rem;
 
}
.lower-section .left-content .left-content-image ul{
  max-height: 400px;
  overflow-y: scroll;
  height: 100%;
}
.lower-section .left-content .left-content-image ul::-webkit-scrollbar{
  display: none;
}
figure figcaption{
  text-align: center;
  font-size: 12px;
}
p em strong{
  margin-left: 30px;
  border-left: 3px solid black;
  padding-left: 20px;
}
.right-content-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.right-content-list li {
  margin: 0.7rem 0rem;
  position: relative;
}
.right-content-list li a h6 {
  color: #525252;
  line-height: 24px;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  transition: all 300ms ease-in-out;
}
.right-content-list li a h6:hover {
  color: blue;
  transition: all 300ms ease-in-out;
}
.right-content-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../../assets/images/arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  left: 0px;
  top: 5px;
}
.author-button a {
  color: blue;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.author-button {
  margin-bottom: 20px;
}
.lower-section {
  justify-content: start;
  gap: 3%;
}
.lower-section .left-content {
  width: 20%;
}
.lower-section .middle-content {
  width: 70%;
}
.right-content {
  display: none;
}
.breadcrumb_div {
  padding-top: 150px;
}
.breadcrumb_div_new{
  padding-top: 250px;
  text-align: start;
}
.breadcrumb_div .breadcrumb {
  text-align: start;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 30px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: white;
  content: "/";
}
ul.breadcrumb li a {
  color: white;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}
ul.breadcrumb li a:hover,
.black_div ul.breadcrumb li a:hover {
  color: blue;
  transition: all 300ms ease-in-out;
}

.black_div ul.breadcrumb li + li:before,
.black_div ul.breadcrumb li a {
  color: black;
  transition: all 300ms ease-in-out;
}
.you-may-like {
  background-color: #f1f5fe;
  padding: 70px 0px;
}
.blog_inner_main {
  padding-bottom: 70px;
  padding-top: 35px;
}
.you_may_like_div {
  padding: 0px;
}
.about-the-author-head {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dynamic-img2 img {
  opacity: 1;
  height: 22rem;
}
.social-share {
  cursor: pointer;
}
.card-content-main {
  margin-top: 20px;
}
.you_may_like_card_fig {
  height: 22rem;
}
.you_may_like_card_fig img {
  height: 100%;
  width: 100%;
}
.banner_img {
  display: none;
}
.page_heading span{
  font-size: 4rem;
}
.c-black {
  color: #000 !important;
  text-shadow: none !important;
}
blockquote p,p i strong{
  margin-left: 30px;
  font-weight: 600;
  border-left: 3px solid black;
  padding-left:20px ;
}
figure table tr td{
  border: 1px solid black;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .you_may_like_card_fig {
    height: 18rem;
  }
}

@media screen and (max-width: 980px) {
  .hero_section {
    padding: 10rem 0 2rem;
  }
  .breadcrumb_div {
    padding-top: 50px;
  }
  .breadcrumb_div_new{
    padding-top: 50px;

  }
  .lower-section .left-content,
  .lower-section .middle-content {
    width: 100%;
    height: auto;
  }
  .blog_inner_main {
    padding: 20px 0px 30px;
  }
  .you-may-like {
    padding: 30px 0px;
  }
  .you_may_like_card_fig {
    height: 15rem;
  }
  .remove_bg {
    background-image: none !important;
  }
  .remove_bg .hero_section {
    padding: 20px 0px 0px;
  }
  .remove_bg .hero_section .page_heading {
    color: #000;
    text-shadow: none;
  }
  .remove_bg ul.breadcrumb li + li:before {
    color: gray;
    padding: 3px;
  }
  .banner_img {
    display: block;
    margin: 20px 0px 0px;
    width: 100%;
    height: auto;
  }
  ul.breadcrumb li a {
    color: gray;
  }
  .remove_bg ul.breadcrumb li + li:before {
    color: gray;
  }
  .black_div ul.breadcrumb li a,
  .black_div ul.breadcrumb li a:hover {
    color: gray;
  }
  .lower-section .left-content .left-content-image ul {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .hero_section .page_heading {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb_div {
    padding-top: 30px;
  }
  .breadcrumb_div_new{
    padding-top: 30px;

  }
  .hero_section {
    padding-top: 7rem;
  }
  .blog_inner_bg {
    margin-top: 65px;
  }
  .hero_section .page_heading {
    font-size: 22px;
    line-height: 35px;
  }
  .dynamic-img2 img {
    height: 17rem;
  }
  ul.breadcrumb li {
    line-height: 20px;
  }
}

.code_box {
  background-color: #f6f8fa;
  border: 1px solid #e0e6ff;
  border-radius: 6px;
  padding: 16px;
  margin: 20px 0;
  overflow-x: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.code_box pre {
  margin: 0;
}
