.headerSection.mrgaMenuBlog .navbar-toggler span{
  background-color: #000;
}
.blog {
  margin: 30px 0px;
  background-image: url(../images/blog/Blog_Image.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  background-size: inherit;
}
.single-post .blog-content .wp-caption{
  max-width: 100%;
}
.single-post .blog-content .wp-caption p{
  color: #9B9B9B;
  font-family: Arial;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  padding-bottom: 16px;
  border-bottom: #49CC79 solid 1px;
  padding-top: 12px;
}
.single-post .blog-content .wp-caption img {
  max-width: 100%;
}
.blog .blog-content p a{
  color:#49CC79;
  font-family: 'graphiksemibold';
}
.single-post .blog-content img{
  max-width: 100%;
}
.content {
  max-width: 740px;
  margin: 0 auto;
}

.backBtn:hover {
  color: #212121;
}

.backBtn {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 26px;
  line-height: 31px;
}

.backBtn img {
  margin-right: 10px;
}

.blog .social-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 37px;
}

.blog .socail-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.blog .socail-icons a:hover {
  opacity: .7;
}

.blog h1 {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 32px;
  line-height: 42px;
}

.blog-info {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}

.blog .tag-name {
  color: #49CC79;
  font-family: 'graphikmedium';
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}

.blog .name-date {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.blog .name-date img {
  margin-right: 10px;
  vertical-align: middle;
}

.name-date .name,
.name-date .date {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 14px;
}
.name-date .name span{
  font-family: 'graphiksemibold';
  color: #212121;
}

.blog .blog-content img {
  max-width: 100%;
  margin-bottom: 20px;
}

.blog .blog-content p {
  color: #424242;
  font-family: 'graphikregular';
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.blog .blog-content h2,
.blog .blog-content h3,
.blog .blog-content h4,
.blog .blog-content h6 {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px;
}

.blogSection .container {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.blogSection .container:after {
  content: '';
  border-top: 1px solid #E7EAF1;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.blogSection h3 {
  color: #212121;
  font-family: 'graphikbold';
  font-size: 36px;
  margin-bottom: 30px;
}

.blogSection .block {
  background-image: linear-gradient(#F4F6F9, #fff);
  padding: 1px;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 451px;
  margin-bottom:30px;
}

.blogSection .block a {
  display: block;
  background: #fff;
  padding: 30px;
  height: 100%;
}

.blogSection .line {
  background-color: #49CC79;
  width: 40px;
  height: 4px;
  margin-bottom: 36px;
}

.blogSection .date {
  color: #989DA9;
  font-family: 'graphikbold';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.blogSection h2 {
  color: #212121;
  font-family: 'graphikbold';
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  height: 240px;
  transition: all 1s ease;
}

.blogSection p {
  color: #212121;
  font-family: 'graphikregular';
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogSection button {
  position: absolute;
  right: 30px;
  bottom: -30px;
  background: none;
  border: none;
  transition: all 1s ease;
}

.blogSection .block a:hover h2 {
  height: 120px;
  overflow: hidden;
  color: #49CC79;
  transition: all 1s ease;
}

.blogSection .block:hover button {
  bottom: 30px;
  transition: all 1s ease;
}

.blogSection .block:hover {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}

.blogSection .block .button_arrow__379Os {
  margin-left: 0;
}

.youMayLike{
  background-color: #F8F7FC;
  padding: 40px 0;
}
.youMayLike .allPost{
  width: auto;
}
.blogDetailsSection{
  padding-bottom: 45px;
}
.blogDetailsSection .categoryListRight{
  padding-bottom: 40px;
}
.blogDetailsSection .categoryNameListing{
  position: inherit;
  top: inherit;
}
.blogDetailsSection .categoryListLeft{
  width: 250px;
  padding-right: 20px;
  position: sticky;
  top: 140px;
}
.blogDetailsSection .categoryListRight{
  width: calc(100% - 250px);
}
.mostPopular{
  margin-top: 50px;
}
.mostPopular li{
  background-color: #F8F7FC;
  padding: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #424242;
  line-height: 24px;
  border: transparent solid 1px;
}
.mostPopular li a{
  color: #424242;
}
.mostPopular li:hover{
  border-color:#41B76C;
  background: #fff;
}
.allCategoryButton{
  background: none;
  padding: 0;
}
.breadcrumb{
  margin-bottom: 32px;
}
.blogDetailContent .blogTitle{
  color: #212121;
  font-family: 'graphikbold';
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 16px;
}
.social-wrapper{
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #49CC79;
  border-bottom: 1px solid #49CC79;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}
.name-date{
  display: flex;
  gap: 10px;
  align-items: center;
}
.autherPhoto{
  border-radius: 100%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}
.autherPhoto img{
  max-width: 100%;
  height: 100%;
}
.socail-icons{
  display: flex;
  gap: 10px;
}
.shareIconContent{
  display: flex;
  gap: 10px;
}
.socail-icons a{
  color: #49CC79;
  font-family: 'graphikmedium';
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.socail-icons img{
  width: 18px;
  cursor: pointer;
}
.authorDes{
  color: #212121;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
}
.blog-content p{
  color: #424242;
  font-family: 'graphikregular';
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}
.blog-content strong{
  font-family: 'graphiksemibold';
}
.blog-content h3{
  color: #45BA70;
  font-family: 'graphiksemibold';
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}
.blog-content table{
  width: 100%;
  border: #EAEEF0 solid 1px;
  border-collapse: collapse;
}
.blog-content table tr{
  border-bottom: #EAEEF0 solid 1px;
}
.blog-content table td, .blog-content table th{
  color: #212121;
  font-size: 14px;
  line-height: 17px;
  padding: 20px;
}
.blog-content table th{
  background-color: rgba(2, 19, 112, 0.04);
  color: #424242;
  font-family: 'graphikmedium';
}
.blog-content table td:last-child, .blog-content table td:nth-last-child(2), .blog-content table th:nth-last-child(2), .blog-content table th:last-child{
  text-align: right;
}
.blog-content blockquote{
  border-left: #41B76C solid 6px;
  padding-left: 16px;
  margin-bottom: 24px;
}
.blog-content blockquote p{
  color: #424242;
  font-family: 'graphiksemibold';
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-content blockquote strong{
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item::before{
  background: none;
  content: url(../images/svg/bradcrum-arrow2.svg);
}
.blogDetailsSection li.breadcrumb-item{
  flex: none;
}
.blogDetailsSection li.breadcrumb-item:last-child{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 50%;
  display: inline-block;
}

.blogDetailsSection .breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* start media tablet css*/

@media(min-width:991px) {}

@media (max-width: 991px) {
  .blogSection h2 {
    height: auto;
  }
  .blogDetailsSection .categoryListLeft{
    width: 200px;
  }
  .blogDetailsSection .categoryListRight {
    width: calc(100% - 200px);
  }
  .blogDetailContent .blogTitle{
    font-size: 30px;
    line-height: 40px;
  }
  .autherPhoto{
    flex: none;
  }
  .social-wrapper .authorInfo{
    padding-right: 20px;
  }
  .blogDetailsSection li.breadcrumb-item:nth-last-child(2) a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 112px;
    display: inline-block;
  }
  .blogDetailsSection li.breadcrumb-item:last-child{
    width: 36%;
  }
  .blogDetailsSection li.breadcrumb-item{
    line-height: normal;
  }
}

/* start media mobile css*/

@media (max-width: 767px) {
  .blog {
    padding: 30px 20px 0px 20px;
    background-image: url(../images/blog/Blog_Image_Mobile.png);
    background-position: top center;
    background-size: contain;
  }
  .blog .name-date{
    margin-bottom: 15px;
  }
  .blog .socail-icons {
    gap: 15px;
  }

  .blog {
    margin: 80px 0px 50px 0px;
  }

  .blogSection .container {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .blog h1 {
    font-size: 26px;
    line-height: 33px;
  }

  .blog .blog-content p {
    font-size: 16px;
  }

  .blog-info {
    flex-direction: column;
    margin-top: 20px;
  }

  .blog .tag-name {
    margin-bottom: 20px;
  }

  .blogSection {
    padding: 60px 0;
  }

  .blog .social-wrapper {
    margin-bottom: 20px;
  }

  .blogSection .subHeading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .blogSection h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .blogSection .block {
    height: auto;
    margin-bottom: 20px;
  }

  .blogSection .block a:hover h2 {
    height: auto;
    transition: none;
  }

  .blogSection button {
    bottom: 20px;
    transition: none;
  }

  .blogSection .block a:hover h2 {
    transition: all 1s ease;
    color: #212121;
  }
  .blogDetailsSection .categoryListLeft{
    width: 0;
    padding: 0;
  }
  .blogDetailsSection .categoryListRight{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .allCategoryButton{
    display: block;
  }
  .blogDetailsSection .categoryNameListing{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 97%);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 40px 24px;
  }
  .closeSideBar{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    display: block;
  }
  .tableSection{
    overflow: auto;
  }
  .categoryListRight nav{
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .blogDetailsSection .categoryListRight nav {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
  .blogDetailsSection li.breadcrumb-item:nth-last-child(2) a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 77px;
    display: inline-block;
  }
  .blogDetailsSection li.breadcrumb-item:last-child{
    width: 100px;
  }
  .blogDetailsSection{
    padding-top: 110px;
  }
  .blogDetailsSection .breadcrumb li.breadcrumb-item{
    line-height: normal;
    height:20px;
  }
  .breadcrumb{
    margin-bottom: 0;
  }
  .blogDetailContent .blogTitle{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .social-wrapper{
    border-top: none;
    padding-top: 0
  }
  .autherPhoto{
    width: 30px;
    height: 30px;
    flex: none;
  }
  .social-wrapper .authorInfo{
    padding-right: 20px;
  }
  .blog-content p{
    font-size: 16px;
    line-height: 26px;
  }
}