
html {
	scroll-behavior: smooth;
}
.easy-nav {
	margin-top: 3.5vw;
}
.easy-nav .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}
.easy-nav .breadcrumb-item {
	font-size: 16px;
}
.blog-content h1 {
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	color: #414242;
}
.blog-content p {
	color: #5f5f5f;
	font-size: 18px;
	line-height: 25px;
}
.blog-content h2 {
	font-weight: 700;
	font-size: 26px;
	color: #4b4b4b;
}
.blog-content h3 {
	font-weight: 700;
	font-size: 26px;
	color: #4b4b4b;
}
.blog-content ul li {
	color: #4b4b4b;
	font-size: 18px;
	margin-bottom: 8px;
}
.blog-content ol li {
	color: #4b4b4b;
	font-size: 18px;
}
.blog-content .platform-link {
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 12px;
}


.blog-content .small-index {
  background-color: white;
  max-width: 500px;
  padding: 22px 30px;
  margin: 34px 0px 40px 0px;
  border: 1px solid #e7e7e7;
}
.blog-content .small-index .txt {
  font-size: 17px;
  margin-bottom: 16px;
}
.blog-content .small-index ol {
  padding-inline-start: 40px;
}
.blog-content .small-index ol li {
  margin-bottom: 6px;
  list-style-type: auto;
}
.blog-content .small-index ol li::marker {
  color: #d24883;
}
.blog-content .small-index ol li a {
  font-size: 17px;
  color: #d24883;
}
.blog-content .influencer-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}
.blog-content .influ-social-link {
  text-decoration: underline;
}
.influencer-content {
  display: flex;
  margin-bottom: 30px;
}
.influencer-content .influencer-img {
  width: 23%;
  margin-right: 36px;
}
.influencer-content .influencer-para {
  width: 77%;
}
.social-media-fixed {
  position: fixed;
  right: 0;
  top: 44%;
}
.social-media-fixed .fa-brands {
  background-color: #d24883;
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-fixed li {
  border-bottom: 1px solid #f688b7;
}

.body-bg-color {
	background-color: #f6f6f6;
}

#id1 {
	color: red;
}

@media only screen and (max-width: 576px) {
	.blog-content h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.influencer-content {
    display: block;
  }
  .influencer-content .influencer-para {
    width: 100%;
  }
  .blog-title-section .social-icons {
    margin-bottom: 40px;
  }
  .influencer-content .influencer-img {
    width: 100%;
    margin-bottom: 22px;
  }
  .blog-content .influ-social-link {
    margin-bottom: 10px;
  }
  .social-media-fixed {
    right: 0;
    bottom: 0;
    z-index: 9999;
    top: unset;
  }
  .social-media-fixed ul {
    display: flex;
  }
}
