.All_Blogs_Page .shortBanMain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
.All_Blogs_Page .maxWidth400 {
  max-width: 400px;
}
.All_Blogs_Page .textSec {
  background-color: var(--themeBg1);
  border-radius: 10px;
  padding: 20px;
}
.All_Blogs_Page .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--headingColor1);
  font-family: var(--hFont);
}
.All_Blogs_Page .subPara {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--pFont);
}
.All_Blogs_Page .subPara a {
  transition: 0.3s;
  color: var(--paragraphColorBlack);
}
.All_Blogs_Page .subPara a:hover {
  color: var(--anchorColorHover);
}
.All_Blogs_Page .blogsV2 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.All_Blogs_Page .navigations {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #00000019;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
.All_Blogs_Page .activeNav {
  background-color: var(--btnColor);
  color: var(--btnColorText);
}
.All_Blogs_Page .navigationArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.All_Blogs_Page .allHeading {
  font-size: 30px;
  padding: 20px 0 0 0;
  font-weight: 600;
}
.All_Blogs_Page .allPara {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .All_Blogs_Page {
    background-attachment: scroll;
  }
}
