.top-header-area-v3 {
  padding-top: 15px;
  position: relative;
  z-index: 11;
  background: #fff;
  min-height: 110px;
}

.blog-article,
.citation-sources {
  width: 80%;
  margin: 50px 0px 0px 50px;
}

#related_blogs legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: #5d5d5d;
  border: 0;
  border-bottom: 1px solid #e62c13;
}
#related_blogs small > a {
  display: block;
  margin-bottom: 5px;
  line-height: 1.7rem;
}
.related-blog-list {
  width: 85%;
}
.related-blog-list a {
  font-size: 14px;
  line-height: normal;
}
.related-blog-list a:hover {
  font-size: 14px;
  line-height: normal;
  color: #337ab7;
}

.related-blog-list p {
  line-height: normal;
  margin-bottom: 0px;
}

.textcontent p {
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-family: "Hind Siliguri", sans-serif;
  color: #000;
  margin-top: 10px;
}

.textcontent h3 {
  margin-bottom: 25px;
  font-size: 2rem;
}

.textcontent a {
  color: #5d5d5d;
}
#crumbs {
  margin: 30px 0px;
}
#crumbs a {
  color: #5d5d5d;
}
.mega-dropdown-content {
  top: 105px !important;
}
@media screen and (max-width: 767px) and (min-width: 300px) {
  .related-blog-list {
    width: 100%;
  }
  .blog-article {
    width: 100%;
  }
}

.blog-hero-container {
  background-color: #fff7f795;
}
.blog-hero-wrapper {
  width: 1600px;
}
.blog-hero-wrapper h1 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
  color: #9b0a0a;
  font-family: "Rosario", sans-serif;
  font-weight: bold;
}
.blogs-content-center-img {
  padding: 10px 0px 50px 0px !important;
  border: none !important;
}
.blogs-content-center-img p {
  text-align: left !important;
  margin: 15px auto 20px 10px;
}

.blogs-content-center-img img {
  border-radius: 15px;
  margin: 0;
  width: 700px;
}

.blogs-content-center-img .center-img-caption {
  border: none !important;
}
.blog-summary p {
  line-height: 2.5rem;
  font-size: 16px;
  color: #5d5d5d;
  padding: 20px 10px 30px 10px;
}

.blog-article h2 {
  margin: 5rem 0rem 3rem 0rem;
  color: #9b0a0a;
  font-family: "Rosario", sans-serif;
  font-weight: bold;
}
.sidebar-cta-wrapper .sticky-top {
  top: 150px;
  z-index: 0;
}
.sidebar-cta {
  margin: 50px auto 0px auto;
  background-color: #fffafa;
  border-radius: 15px;
  padding: 30px 50px;
}

.sidebar-cta ul h3 {
  color: #000 !important;
  line-height: 28px;
}

.sidebar-cta ul li {
  line-height: 18px !important;
}
.sidebar-cta ul li a {
  color: #000;
  line-height: 24px !important;
  text-decoration: underline;
}
.sidebar-cta ul li p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 2rem;
  font-family: "Hind Siliguri", sans-serif;
  color: #000;
  margin-top: 10px;
}
.table-of-contents {
  width: 100%;
  padding: 20px 30px;
}

.blog-article p a {
  color: #9b0a0a !important;
  font-weight: bold;
  text-decoration: underline;
}
