:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border:#ebebeb;
  --form-color:#b1b1b1;
  --menu-color:#353535;
  --menu-color-item:#424141;
  --number-color:#f2f2f2;
  --black-color: #000000;
  --link-color:#495057;
  --card-title:#444242;
  --post-title:#333333;
  --widget-color:#788487;
  --font-secondary:"antonio";
}

h1[id],
h2[id],
h3[id],
h4[id] {
  scroll-margin-top: 110px;
}

.inner-blog-wrapper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 6% 6%), #f9f6ed;
  padding: 60px 0 28px;
}
@media (max-width: 576px) {
  .inner-blog-wrapper {
    padding: 30px 0 20px;
  }
}
.inner-blog-wrapper h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: var(--font-secondary);
  line-height: 90px;
  color: var(--primary-color);
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .inner-blog-wrapper h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .inner-blog-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .inner-blog-wrapper h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.inner-blog-wrapper .inner-blog-image {
  margin: 33px 0 23px;
  border-radius: 29px;
}
@media (max-width: 576px) {
  .inner-blog-wrapper .inner-blog-image {
    margin: 20px 0;
    border-radius: 20px;
  }
}
.inner-blog-wrapper .author {
  background: #E6F0FF;
  padding: 5px 10px;
  border-radius: 17px;
}
.inner-blog-wrapper .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.inner-blog-wrapper .author span {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
}
.inner-blog-wrapper .written-date {
  font-size: 12px;
  line-height: 100%;
  color: #333333;
}
.inner-blog-wrapper .organic-pill {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 0.54px solid var(--primary-color);
  border-radius: 18px;
  padding: 5px 10px;
}
.inner-blog-wrapper .blog-time {
  background: #E6F0FF;
  padding: 2px 4px;
  border-radius: 30px;
  gap: 8px;
}
.inner-blog-wrapper .blog-time .clock {
  background: var(--white-color);
  padding: 4px;
  width: 30px;
  height: 30px;
}
.inner-blog-wrapper .blog-time span {
  font-size: 12px;
  line-height: 100%;
  padding-right: 4px;
}

.content-wrapper {
  background-color: #F9F6ED;
}
.content-wrapper .tag-content {
  position: sticky;
  top: 130px;
}
@media only screen and (max-width: 991px) {
  .content-wrapper .tag-content {
    display: none;
  }
}
.content-wrapper .tag-content .table-inner-content {
  min-height: 600px;
  background-color: var(--primary-color);
  border-radius: 15px;
  color: var(--white-color);
  padding: 31px 34px 16px;
}
.content-wrapper .tag-content .table-inner-content h5 {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 30px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 30px;
}
.content-wrapper .tag-content .table-inner-content ul {
  max-width: 319px;
  margin-bottom: 30px;
}
.content-wrapper .tag-content .table-inner-content ul li {
  padding-bottom: 20px;
  list-style: none;
}
.content-wrapper .tag-content .table-inner-content ul li:last-child {
  padding-bottom: 0;
}
.content-wrapper .tag-content .table-inner-content ul li a {
  color: var(--white-color);
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.content-wrapper .tag-content .table-inner-content ul li a:focus {
  outline: none;
}
.content-wrapper .tag-content .table-inner-content ul li a.active {
  font-weight: 600;
}
.content-wrapper .tag-content .table-inner-content img {
  max-width: 250px;
  margin: auto;
}
.content-wrapper .tag-content h4 {
  font-weight: 700;
  text-transform: capitalize;
  padding: 43px 0 15px;
}
.content-wrapper .tag-content .social-icons {
  gap: 20px;
}
.content-wrapper .table-content h2,
.content-wrapper .table-content h3,
.content-wrapper .table-content h4,
.content-wrapper .table-content h5 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 600;
}
.content-wrapper .table-content h2 {
  font-size: 22px;
}
.content-wrapper .table-content h3 {
  font-size: 20px;
}
.content-wrapper .table-content h4 {
  font-size: 18px;
}
.content-wrapper .table-content h5 {
  font-size: 16px;
}
.content-wrapper .table-content p {
  color: #333333;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.content-wrapper .table-content p img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.content-wrapper .table-content ul {
  padding-left: 22px;
  margin-bottom: 18px;
}
.content-wrapper .table-content ul li strong {
  color: var(--black-color);
}
.content-wrapper .table-content .services {
  width: 100%;
  margin-top: 23px;
}
.content-wrapper .table-content .seo-term-services {
  background-image: url(../images/blog-detail/long-term-services.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .content-wrapper .table-content .seo-term-services {
    padding: 30px 20px;
  }
}
.content-wrapper .table-content .seo-term-services h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--white-color);
}
.content-wrapper .table-content .seo-term-services p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
  margin: 11px 0 25px;
}

.faq {
  background-color: #F9F6ED;
}
.faq h2 {
  margin-bottom: 31px;
  margin-top: 0;
}
.faq .accordion .accordion-item .accordion-collapse .accordion-description p {
  font-size: 14px;
  line-height: 20px;
  max-width: 800px;
}

/*# sourceMappingURL=blog-detail.css.map */
