*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Manrope", serif;
}
/* @media (min-width:1440px){
  .container{
      max-width: 1200px;
  }
} */
/* .related-blogs-sec .col-lg-4.col-md-6:first-child {
  display: none;
} */
.reb-header1{
display: none;
}
.social-icon{
position: sticky;
right: 0;
top: 200px;
margin-right: 20px;
}
.social-icon .share-conatiner{
font-family: Manrope;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: var(--Text-Subtitle, #606060);
}
.social-icon .share-icons{
display: flex;
flex-direction: column;
}
.post-detail-content{
/* display: flex; */
}
.post-detail-content .wp-block-image img{
  width: 100%;
  object-fit: cover;
}
.post-content.post-detail-content .vidW{
  max-height: 400px;
  margin-bottom: 32px;
}
.post-content.post-detail-content .vidW iframe {
  max-width: 100%;
  width: 100%;
  max-height: 400px;
}
.blog-detail-body{
  padding-top: 152px;
  background: #F6F2EE;
  padding-bottom: 100px;
}

.bd-container{
  max-width: 792px;
  margin: 0 auto;
}
.bd-content h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color:  #121212;
}
.bd-post-meta{
  padding-bottom: 32px;
}
.bd-post-featured-img{
  margin-bottom: 32px;
}
.bd-post-featured-img img{
  width: 100%;
  max-height: 434px;
  object-fit: cover;
}
.bd-post-meta p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color:  #606060;
  margin-bottom: 0;
}
/* .post-detail-content{
  padding-top: 32px;
  background: #F6F2EE;
  padding-bottom: 120px;
} */
.post-detail-content{
  padding-bottom: 32px;
  border-bottom: 1px solid  #B1B1B1;
  background: #F6F2EE;
}
.post-detail-content p{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #121212;
  margin-bottom: 32px;
}
.post-detail-content p:empty{
  display: none;
}
.post-detail-content p:last-child{
  margin-bottom: 0;
}
.pd-post-author{
  padding-top: 32px;
  padding-bottom: 20px;
}
.pd-post-author h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #121212;
  margin-bottom: 16px;
}
.pd-post-author h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  color: #404040;
  margin-bottom: 0;
}
.pd-post-author p{
  font-size: 20px;
  font-weight: 400;
  line-height: 27.32px;
  margin-bottom: 0;
  color: #404040;
}
.pd-post-author p a{
  color: #DE3E28;
}

/* =================== related blog css */
.related-blogs-sec{
  background: #121212;
  padding-top: 120px;
  padding-bottom: 80px;
}
.rb-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.rb-header h3{
  font-family: "Kaisei Decol", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin-bottom: 0;
}
.rb-header a{
  padding: 12px 32px;
  background: #DE3E28;
  border-radius: 33px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  transition: .5s;
  text-transform: capitalize;
  min-width: 191px;
  min-height: 52px;
  letter-spacing: -.3px;
}
.rb-header a:hover{
  color: #fff;
  background: #770F00;
}
.rb-featured-img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.rb-featured-img img{
  transition: .5s;
  width: 100%;
   height: 336px;
   object-fit: cover;
}
/* .rb-content:hover img{
  transform: scale(1.2);
} */
.rb-content .blog-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #DE3E28;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
}
.rb-content{
  position: relative;
}
.rb-content .blog-btn a{
  left: 0;
  position: absolute;
  width: 0;
  transition: .5s
}
.rb-content:hover .blog-btn{
  opacity: 1;
}
.rb-content:hover .blog-btn a{
  width: 100%;
  left: 0%;
}
.rb-text{
  background: #fff;
  padding: 24px 50px 24px 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rb-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606060;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-text a{
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  color: #121212;
  text-decoration: none;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54.64px;
}
/* .rb-content:hover .rb-text a{
  color: #DE3E28;
} */
.social-media-logos{
  display: flex;
  flex-direction: column;
  width: 84px;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F6F2EE;
  padding: 20px 0;
}
.social-media-logos h4{
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #606060;
  margin-bottom: 16px;
}
.social-media-logos a{
  margin-bottom: 8px;
}
.social-media-logos a:last-child{
  margin-bottom: 0px;
}
.mob-rp-btn.rb-header{
  display: none;
  margin-bottom: 0;
}
@media(max-width: 1024px){
.rb-text{
  padding: 20px;
}
.blog-detail-body {
  padding-bottom: 80px;
  padding-top: 150px;
}
.rb-featured-img img{
  height: 225px;
}
}
@media(max-width: 991px){
/* .bd-container{
  padding: 0 40px;
} */
.rb-content{
  margin-bottom: 24px;
}
.rb-featured-img img{
  height: 188px;
}
}
@media(max-width: 767px){
  .rb-featured-img img{
    height: 336px;
  }
  .mob-rp-btn.rb-header{
    display: block;
    text-align: center;
    /* margin-top: 20px; */
  }
  .mob-rp-btn.rb-header a{
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
  }
  .rb-header.rb-header-desk a{
    display: none;
  }
  .rb-header.rb-header-desk{
    justify-content: center;
    margin-bottom: 24px;
  }
  /* .bd-container {
    padding: 0 20px;
  } */
.bd-content h1{
  font-size: 22px;
  line-height: 30px;
}
.bd-post-meta p{
  font-size: 14px;
  line-height: 20px;
}
.social-media-logos {
  flex-direction: row;
  width: 100%;
  position: unset;
  padding: 24px 0;
  justify-content: space-between;
  transform: unset;
}
/* .post-detail-content p {
  font-size: 16px;
  line-height: 24px;
} */
.social-media-logos h4{
  display: none;
}
.social-media-logos a {
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
}
.blog-detail-body {
  padding-top: 112px;
  padding-bottom: 40px;
}
.post-detail-content p{
  font-size: 16px;
  line-height: 24px;
}
.pd-post-author h2{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}
.pd-post-author h3{
  font-size: 18px;
  line-height: 26px;
}
.post-detail-content  {
  border-color: var(--Gray_30, #E6E6E6);
}
.pd-post-author p{
font-size: 16px;
line-height: 24px;
}
.post-detail-content {
padding-bottom: 40px;
padding-top: 0;
}
.bd-post-featured-img {
  margin-bottom: 0;
}
.post-detail-content {
flex-direction: column-reverse;
gap: 24px;
}
.social-icon .share-icons {
flex-direction: row;
justify-content: center;
gap: 15px;
}
.social-icon .share-conatiner{
display: none;
}
.social-icon{
margin: 0;
}
.rb-header h3{
font-size: 28px;
line-height: 40px;
}
.related-blogs-sec{
padding: 40px 0;
}
.view-all-blogs{
display: none;
}
.reb-header1{
display: block;
text-align: center;
margin: 24px 0 0 0;
}
.rb-text p{
font-size: 14px;
line-height: 20px;
}
.rb-text a{
font-size: 18px;
line-height: 26px;
}
.reb-header1 a{
font-size: 12px;
line-height: 20px;
padding: 8px 24px;
border-radius: 33px;
}
}