/* delete */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap");





.ac_blogPageBanner {
  /* height: 190px; */
}
.ac_blogPageBanner img {
  width: 100%;
}

.ac_blogDetailsContainer {
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  background-color: #fff3eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1024px;
  border-radius: 8px;
}
.ac_blogDetailsContainer * {
  text-align: center;
}

div.ac_blogDate {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ff6e00;
}
h1.ac_blogTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 12px 0 24px;
}

p.ac_blogSubTxt {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #475467;
	margin-bottom:0px;
}

div.ac_blogTags {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 40px 0 30px;
}
div.ac_blogTags span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ff6e00;
  padding: 2px 10px;
  background-color: #f9f5ff;
  border-radius: 100vw;
}

.ac_blogOthers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.ac_blogWritten {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ac_blogAuthorImg {
  width: 40px;
  height: 40px;
}
.ac_blogAuthorImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_blogDetailsContainer .ac_blogAuthorName {
  text-align: left;
}

.ac_blogDetailsContainer .ac_blogAuthorName div {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.ac_blogDetailsContainer .ac_blogAuthorName span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.ac_blogShareLinks {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_blogShareLinks span {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.ac_blogShareList {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ac_blogShareList img {
  width: 26px;
  height: 26px;
}
.ac_blogShareList a {
  cursor: pointer;
}

.ac_blogPeopleCount {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 10px;
}

/* laptop */
@media (min-width: 1020px) {
  h1.ac_blogTitle {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
  }
  .ac_blogOthers {
    flex-direction: row;
    width: 100%;
    padding: 0px 30px;
    justify-content: space-between;
  }
}

.ac_blogContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 30px;
  padding: 0 5%;
  margin-top: 40px;
}
@media (min-width: 1020px) {
  .ac_blogContainer {
    grid-template-columns: 280px auto max-content;
  }
}
.ac_blogRightSide {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ac_blogContentTable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ac_blogContentTableTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #ff6e00;
}
.ac_blogContentList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  list-style-type: none;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #eee;
}
.ac_blogContentList .ac_blogContentItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac_blogContentList .ac_blogContentItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  font-size: 14px !important;
  line-height: normal !important;
  color: #140900;
  cursor: pointer;
}
.ac_blogContentList .ac_blogContentItem a .linkIcon {
	flex-shrink: 0 !important;
}

.ac_blogPageADS {
  width: 100%;
  /* display: none; */
	flex-direction:column;
	gap:10px;
}
.ac_blogPageADS.ac_blogPageADS-desktop,
.ac_viewAllBlogs.ac_blogPageADS-desktop {
  display: none;
}

@media (min-width: 1020px) {
  .ac_blogPageADS.ac_blogPageADS-desktop,
  .ac_viewAllBlogs.ac_blogPageADS-desktop {
    display: flex;
  }
  .ac_blogPageADS.ac_blogPageADS-mobile,
  .ac_viewAllBlogs.ac_blogPageADS-mobile {
    display: none;
  }
}

.ac_blogPageADSBox {
  width: 100%;
}
.ac_blogPageADSBox img {
  width: 100%;
}
.ac_blogPageADS.ac_blogPageADS-mobile .ac_blogPageADSBox {
  margin-top: 20px;
}

.ac_blogLeftSide {
  display: none;
  /* display: flex; */
  flex-direction: column;
  gap: 50px;
/*   width: 280px; */
	width:fit-content !important;
	max-width:280px !important
}

@media (min-width: 1020px) {
  .ac_blogLeftSide {
    display: flex;
  }
}
.ac_suggestBlog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ac_suggestBlog_title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #ff6e00;
  display: inline-block;
}

.ac_suggestBlogs_List {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.ac_suggestBlogs_item {
  padding: 20px;
  border: 2px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}
.ac_suggestBlogs_itemContent {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.ac_suggestBlogs_itemImg {
  width: 100%;
  height: 150px;
}
.ac_suggestBlogs_itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_suggestBlogs_itemDate {
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  color: #ff6e00;
}
.ac_suggestBlogs_itemTitle {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 24px;
  color: #101828;
  margin: 10px 0;
}
p.ac_suggestBlogs_itemDesc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #475467;
	margin-bottom:0px;
}
div.ac_suggestBlogs_itemTags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}
div.ac_suggestBlogs_itemTags span {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #ff6e00;
  padding: 2px 10px;
  background-color: #fff3eb;
  border-radius: 100vw;
}
.ac_blogMiddle {
  width: 100%;
}
.ac_blogMiddle .ac_blogContent h1,.ac_blogMiddle .ac_blogContent h2,.ac_blogMiddle .ac_blogContent h3,.ac_blogMiddle .ac_blogContent h4,.ac_blogMiddle .ac_blogContent h5,.ac_blogMiddle .ac_blogContent h6{
	font-size:20px !important;
	line-height:normal !important;
	margin:20px 0 !important;
	margin-bottom:20px !important;
	text-transform: none !important;
	
}
.ac_blogMiddle p,.ac_blogMiddle .ac_blogContent p {
  margin: 20px 0 20px !important;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.ac_blogIntroSection {
  width: 100%;
  /* padding-bottom: 20px; */
  border-bottom: 2px solid #eee;
}
.ac_blogIntroTxt {
  /* margin-top: 48px; */
}
.ac_blogImg {
  width: 100%;
	height:330px;
	margin-bottom: 30px;
}
.ac_blogImg img {
  width: 100%;
	height:100%;
	object-fit:contain;
}

.ac_bloghead {
  font-size: 24px !important;
  line-height: 32px;
  font-weight: 600;
  margin-top: 3cqh;
}

.ac_blogQuote {
  padding-left: 20px;
  border-left: 2px solid #ff6e00;
  margin-bottom: 40px;
}
.ac_blogQuote p.ac_blogQuoteTxt {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #101828;
  margin-bottom: 32px;
}

.ac_blogQuoteWritter {
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.ac_blogConclusion {
  padding: 24px 20px 32px;
  background-color: #fff3eb;
  margin-top: 20px;
  border-radius: 8px;
}
.ac_blogConclusion *,
.ac_blogConclusion h2 {
  margin: 0;
  padding: 0;
}

.ac_blogCredits {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 34px;
  margin-top: 48px;
  border-top: 2px solid #eee;
}
.ac_blogCredWritten {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ac_blogCredAuthorImg {
  width: 48px;
  height: 48px;
}
.ac_blogCredAuthorImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac_blogCredAuthorName div {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101828;
}
.ac_blogCredAuthorName span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}

.ac_blogCredShare {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ac_blogCredShare button.ac_blogCopyBtn {
  padding: 10px 16px !important;
  color: #344054 !important;
  border: 2px solid #344054 !important;
  background: transparent !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 0px !important;
  height: 40px !important;
}

.ac_blogCredShareIcon {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ac_blogCredShareIcon a {
  /* padding: 10px; */
  border-radius: 8px;
  border: 2px solid #d0d5dd;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.ac_blogCredShareIcon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac_OtherBlogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 5%;
  margin: 60px 0;
}

.ac_otherBlogsSubtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ff6e00;
}

h2.ac_otherBlogsMaintitle {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
  margin: 12px 0 16px !important;
	text-transform: none !important;
}

.ac_otherBlogsPara {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(20, 9, 0, 0.7);
	margin:0px;
}

.ac_viewAllBlogs {
  /* display: none; */
}
.ac_allBlogList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.ac_blogAllListItem {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.ac_blogAllListItem-Img {
  width: 100%;
	height:220px;
  margin-bottom: 20px;
}
.ac_blogAllListItem-Img img {
  width: 100%;
	height:100%;
	object-fit:cover;
}

.ac_blogAllListItem-Subhead {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ff6e00;
}

h4.ac_blogAllListItem-Title {
    font-size: 24px !important;
    font-weight: 600;
    line-height: normal !important;
    margin: 12px 0 !important;
    text-transform: none !important;
}


.ac_blogAllListItem-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
  margin-bottom: 20px;
}

.ac_viewAllBlogs {
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #ff6e00;
  margin-bottom: 40px;
  cursor: pointer;
}

@media (min-width: 1020px) {
  .ac_otherBlogsHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ac_viewAllBlogs {
    width: fit-content;
  }
  .ac_allBlogList {
    flex-direction: row;
  }
  .ac_OtherBlogs {
    gap: 64px;
  }
}

main.wd-content-layout.content-layout-wrapper:has(.ac_blogDetailsContainer) {
    /* styles here */
	padding:0px !important;
}
