* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica", "Arial", sans-serif !important;
}

.container {
  max-width: 1300px !important;
}

.blog_list_box {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  height: auto;
  margin-bottom: 2rem;
  width: 100%;
}

.blog_list_box img {
  width: 100%;
  height: 10.5rem;
  margin-bottom: 1rem;
}

.blog_list_box .body_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog_list_box h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  font-weight: bold;
}

.blog_list_box p {
  margin-bottom: 0;
}

.blog_list_box .date_link {
  font-weight: 600;
  font-size: 14px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* .blog_list_box .date_link span {
    color: cornflowerblue;
} */

.blog-single-banner-heading p {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-single-banner-heading h1 {
  color: #075bd9;
  font-weight: 600;
  font-size: 24px;
}

.blog-single-banner-content {
  padding: 5em 0;
}

.category-col {
  min-width: 20%;
  flex-grow: unset;
}

.category-box {
  cursor: pointer;
  /* height: 150px; */
  text-align: center;
  display: block;
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 20px 2px rgb(0 0 0 / 0.12);
  transition: all 0.2s ease-out;
  will-change: transform;
  border-radius: 0.2rem;
  margin-bottom: 1.8rem;
  padding: 15px;
}

.category-box h2 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 500;
}

.category-box img {
  width: 4rem;
  height: auto;
  border-radius: 50%;
}

aside {
  width: 100%;
  top: 0px;
  max-height: 100%;
  height: 100vh;
  position: sticky !important;
  background-color: #1a262b;
  padding: 20px 10px;
}

.aside_inner_section {
  margin-top: 10px;
  display: grid;
}

.aside_inner_section a {
  text-transform: capitalize;
  font-weight: 600;
  text-align: start;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid gray;
}

.blog_banner {
  background-image: url("https://sisgain.com/blogs/images/blog_banner.webp");
  height: 100%;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left bottom 0;
  padding: 3rem 0;
  position: relative;
}

.blog_banner .container h1 {
  color: #fff;
  line-height: normal;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.blog_banner .breadcrumbs {
  font-size: medium;
  color: #fff;
}

.blog_banner .breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

.blog_banner .breadcrumbs a:hover {
  text-decoration: underline;
  color: lightblue;
}

.blogList .container {
  max-width: 1200px;
}

/*  */
.blog-load-more-wrap {
  display: block !important;
  text-align: center;
  margin: 24px 0 40px;
  padding: 12px 0;
  clear: both;
  width: 100%;
}

.blog-load-more-wrap .btn,
.blog-load-more-wrap #load-more-blogs,
.btn-load-more-blogs {
  display: inline-block !important;
  min-width: 150px;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.blogListBox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem 0;
  margin: 2rem 0;
  border-radius: 10px;
  /* width: 100%; */
  height: auto;
}

.blogListImg {
  margin-bottom: 8px;
}

.blogListImg img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.blogListBox h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blogListBox h2:hover {
  color: #3474da;
}

.blogListBox p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin-bottom: 0;
}

.blogList a {
  color: #1a262b;
}

.blogList a:hover {
  color: #1a262b;
  text-decoration: none;
}

.categoryLists {
  bottom: 0;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.categoryLists a {
  border-radius: 8px;
  background: #d6e6ff;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
}

.blog_author {
  margin-top: 1rem;
  align-items: center;
  display: flex;
}

.blog_author_i_n {
  /* position: relative; */
}

.blog_author_i_n img {
  object-fit: cover;
  background-color: #0067ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
}

.blog_date span:hover {
  color: #0067ff;
}

.trending_sec {
  position: sticky;
  top: 5rem;
  margin: 2rem 0;
}

.filtered_posts {
  height: 600px;
  overflow-x: auto;
  padding-right: 2rem;
}

.filtered_posts::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.filtered_posts::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px blue;
}

/* Handle */
.filtered_posts::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 10px;
}

.trending_sec h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.trending_div {
  margin: 1rem 0;

  border-bottom: 1px solid #0002;
}

.trending_div a {
  color: #1a262b;
}

.trending_div a:hover {
  color: #0067ff;
  text-decoration: none;
}

.trending_div h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: normal;
}

.trending_div p {
  font-size: 1rem;
  text-align: start;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category_div {
  align-items: center;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  background-color: #3474da;
  color: #fff;
  width: 70%;
  /* margin: auto; */
  margin-bottom: 1rem;

  border-radius: 5px;
}

.category_div h4 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.category_div p {
  margin-bottom: 0;
}

.trending_search .form-control {
  min-height: 50px;
  padding: 10px 50px 10px 20px;
}

.trending_search .search-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.foot_social_network h6 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 5px;
}

.foot_social_network {
  /* margin-bottom: 2rem; */
  display: flex;
  /* margin-top: 1rem; */
}

.foot_social_network a {
  text-decoration: none;
}

.foot_social_network a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.foot_social_network a:not(:last-child) {
  margin-right: 7px;
}

.publicBlog img {
  width: 100%;
  height: auto;
}

.login_container {
  display: flex;
  /* margin-top: 2rem; */
  justify-content: center;
  width: 100%;
  height: 80vh;
  align-items: center;
}

.login_box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: auto;
  width: 24rem;
  padding: 2rem;
}

.login_box button {
  background-color: rgb(95 111 255);
  color: #fff;
  border: none;
  padding: 0.5rem 0;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
}

.login_box h1 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  text-align: start;
  margin-bottom: 5px;
}

.login_box p {
  color: #000;
  font-size: 14px;
  text-align: start;
  margin-bottom: 1rem;
}

.login_bottom_para {
  margin-bottom: 0 !important;
  font-size: 14px;
}

.author_box {
  border-radius: 10px;
  width: 100%;
  height: auto;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  padding: 1rem;
  margin-bottom: 3rem;
}

.author_box_flex {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0;
}

.author_box h6 {
  text-transform: capitalize;
}

.author_box img {
  width: 50px;
  height: auto;
  border-radius: 50px;
}

.author_box p {
  margin-bottom: 0;
}

/* dashborad css */
.dashborad_box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  height: auto;
  padding: 1rem;
  border-radius: 5px;
}

.dashborad_box h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

.publicBlog table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  text-align: left;
}

.publicBlog ul {
  margin-left: 1rem !important;
}

.publicBlog :where(th, td) {
  border: 1px solid #dee2e6;
  /* BS4 border color */
  padding: 8px;
}

.publicBlog thead {
  background-color: #f8f9fa;
  /* BS4 light background */
}

[aria-label="Speech Recognize"],
[aria-label="AI Assistant"],
[aria-label="AI Commands"],
[aria-label="About Jodit"],
[aria-label="Font family"],
[aria-label="Insert file"],
[aria-label="Spellcheck"],
.jodit-status-bar-link {
  display: none !important;
}

.add_img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.add_img img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
}

.author_and_Img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.author_and_Img span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 8ch;
  /* Adjust based on word length */
}

.footer_sep2 {
  width: 100%;
  max-width: 60px;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #000;
  display: block;
}

/* preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preloader img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
}

.publicblogBanner {
  margin-bottom: 2rem;
}

.blog_banner img {
  max-width: 100%;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
  width: 350px;
  height: auto;
}

/* admin loader */
.dotted-loader {
  position: relative;
  text-align: center;
}

.dotted-loader::after,
.dotted-loader::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px #0075ff;
  border-style: dotted solid dotted solid;
  animation: turn-left 1.5s linear infinite;
}

.dotted-loader::before {
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 100px;
  height: 100px;
  border-style: dotted dotted solid solid;
  animation: turn-right 1.5s linear infinite;
}

@keyframes turn-right {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes turn-left {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.desktop_header {
  display: inline;
}

.mobile-menu-container {
  display: none;
}

/* Banner Styles */
.blog-banner {
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  padding: 80px 0 60px;
  margin-bottom: 30px;
}

.blog-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.breadcrumbs a:hover {
  color: white;
}

.breadcrumbs span {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6);
}

/* Main Content Styles */
.public-blog-container {
  padding: 20px 0 50px;
}

.blog-content-card {
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-banner-image {
  width: 100%;
  height: auto;
  /* max-height: 400px; */
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.blog-content {
  padding: 30px;
  line-height: 1.8;
  font-size: 1.1rem;
  color: #333;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  color: #2c3e50;
}

.blog-content h1 {
  font-size: 2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.blog-content h2 {
  font-size: 1.7rem;
}

.blog-content h3 {
  font-size: 1.4rem;
}

.blog-content h4 {
  font-size: 1.2rem;
}

.blog-content p {
  margin-bottom: 1.5em;
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0;
  width: 100%;
}

.blog-content pre {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 20px 0;
}

.blog-content code {
  font-family: "Courier New", Courier, monospace;
  background: #f8f9fa;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.9em;
}

.heading-highlight {
  background-color: rgba(255, 235, 59, 0.3);
  transition: background-color 2s ease-out;
}

/*  */
/* Sidebar Styles */
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

/* TOC Styles */
.toc-container {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.toc-item {
  margin-bottom: 8px;
  transition: all 0.3s;
}

.toc-item:hover {
  border-left-color: #6e8efb;
}

.toc-item.active {
  border-left-color: #a777e3;
}

.toc-link {
  border: none;
  background: none;
  color: #7f8c8d;
  cursor: pointer;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.toc-item.active .toc-link,
.toc-link:hover {
  color: #6e8efb;
  text-decoration: none;
}

/* Related Posts Styles */
.related-posts-container {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.search-container {
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.search-input:focus {
  outline: none;
  border-color: #6e8efb;
  box-shadow: 0 0 0 3px rgba(110, 142, 251, 0.2);
}

.related-posts-list {
  max-height: 500px;
  overflow-y: auto;
}

.related-post-card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.related-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.related-post-link {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  display: block;
}

.related-post-link:hover,
.related-post-link a:hover {
  text-decoration: none;
  transform: translateX(5px);
}

.related-post-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c3e50;
  transition: color 0.3s;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.related-post-link:hover .related-post-title {
  color: #6e8efb;
}

.related-post-excerpt {
  font-size: 1rem;
  color: #7f8c8d;
  margin: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.no-results {
  font-size: 0.9rem;
  color: #7f8c8d;
  text-align: center;
  padding: 10px 0;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .blog-banner h1 {
    font-size: 2rem;
  }

  .blog-content {
    padding: 20px;
  }

  .author-box {
    padding: 15px 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-banner {
    padding: 60px 0 40px;
  }

  .blog-banner h1 {
    font-size: 1.8rem;
  }

  .blog-sidebar {
    margin-top: 0px;
  }
}

.categories-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.browse_categroies {
  margin: 2rem 0 2rem 0;
}

.browsecategorywidget a {
  text-transform: capitalize;
  border-radius: 3px;
  padding: 5px;
  color: #4a4a4a;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #4a4a4a;
  display: inline-block;
  margin: 0 5px 10px;
  font-size: 0.825rem;
}
.browsecategorywidget a:hover {
  background-color: hsl(216, 100%, 50%);
  color: #fff;
  text-decoration: none;
}
.browse_categroies h4 {
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Author Box Styles */
.author-box {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #f1f2fd;
  justify-content: space-between;
  border-radius: 10px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.author-box_inner {
  display: flex;
  align-items: center;
}
.author-image {
  width: 50px !important;
  height: 50px !important;

  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.author-info h6 {
  margin: 0;
  font-size: 1.1rem;
  color: #2c3e50;
}

.publish-date {
  margin: 5px 0 0;
  font-size: 0.85rem;
  color: #7f8c8d;
}

.blog-tile {
  margin-bottom: 2rem;
  box-shadow: 0 0 3px #bdbdbd;
  height: auto;
  padding-bottom: 4px;
  width: 100%;
}

.blog-info {
  margin: 1rem;
}

.blog-info h5 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  font-size: 1.2rem;
  overflow: hidden;
  text-decoration: none;
}

.blog-info .d-flex {
  justify-content: space-between;
  margin-top: 1rem;
}

@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");

.faq-section * {
  box-sizing: border-box;
}
.faq-section *::before,
.faq-section *::after {
  box-sizing: border-box;
}

.faq-section {
  color: #4d5974;
  margin-top: 2rem;
}

.faq-section h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.faq-section .accordion .accordion-item {
  background: #f1f2fd;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.faq-section .accordion .accordion-item h4 {
  font-size: 1.3rem;
  color: #000;
  padding: 0 !important;
  margin-bottom: 0;
}
.faqHead {
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.faq-section .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.faq-section .accordion button:hover,
.faq-section .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.faq-section .accordion button:hover::after,
.faq-section .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.faq-section .accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.faq-section .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-section .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 10px 0;
}
.pos-popup .custom-close {
  background: #016dee;
  color: #fff;
  padding: 10px !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  border: 0;
  margin-top: 0;
  opacity: 1;
  font-size: 1.3rem;
}
.author-box button,
.author-box a {
  margin-right: 10px;
}
.publicBlog ol {
  margin-left: 1rem;
}
@media only screen and (max-width: 500px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }

  .publicBlog img {
    width: 100% !important;
    height: auto !important;
  }
  .author-box {
    padding: 20px 10px;
  }
  .author-box button,
  .author-box a {
    margin-right: 0;
    margin-bottom: 10px;
    float: inline-end;
  }
  .author-box svg,
  .author-box a,
  .author-box button {
    font-size: 14px;
  }
  .author-box img {
    width: 50px !important;
    height: 50px !important;
  }

  .browsecategorywidget a {
    font-weight: 500;

    font-size: 10px;
  }
  .publicBlog table {
    /* border: none; */
    width: 100% !important;
    border-collapse: separate;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
  h2,
  h3,
  h2 strong,
  h3 strong {
    font-size: 1.5rem !important;
  }
  .faq-section .accordion .accordion-item h4 {
    font-size: 1rem;
  }
  .faq-section .accordion button[aria-expanded="true"] + .accordion-content {
    overflow-y: auto;
  }
  .faq-section .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 7px;
    width: 2px;
    height: 7px;
    background: currentColor;
  }
  .faq-section .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 8px;
    left: 5px;
    width: 6px;
    height: 2px;
    background: currentColor;
  }
  .faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-radius: 22px;
  }
 #popupModal {
    display: none !important;
  }
  .faqHead {
    font-size: 1.5rem;
  }
  .toc-container {
    display: none;
  }
  .blog_banner img {
    display: none;
  }
  .blog_banner {
    height: auto;
    padding: 3rem 0;
  }

  .blog_banner .container h1 {
    line-height: normal;
    font-size: 1.5rem;
  }

  .blogListBox {
    margin: 0 5px 1rem 0 !important;
  }

  .blog_author {
    display: block;
  }
.blog-info h5 {

    font-size: 1.1rem;
}
  .blogListBox h2 {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .trending_sec {
    display: none;
  }

  .publicblogBanner {
    margin-bottom: 2rem;
  }

  .author_box_flex {
    display: block;
  }

  .author_box {
    margin-bottom: 2rem;
  }

  .desktop_header {
    display: none !important;
  }

  /* MobileMenu.css */
  .mobile-menu-container {
    background-color: #fff;
    position: sticky !important;
    top: 0px;
    padding: 10px;
    display: flex;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .mobile_logo {
    text-align: center;
    /* margin-bottom: 20px; */
  }

  .logo-img {
    max-width: 150px;
  }

  .menu-toggle {
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
  }

  .mobile_menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #333;
    color: white;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    text-align: start;
    padding: 1rem;
  }

  .menu-toggle svg {
    /* margin-top: -20px; */
    float: right;
  }

  .mobile_menu.open {
    display: block;
  }

  .mobile_menu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
  }

  .mobile_menu li {
    margin: 10px 0;
  }

  .mobile_menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
  }

  .mobile_dropdown {
    position: relative;
  }

  .mobile_dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    text-align: left;
  }

  .mobile_dropdown_menu li {
    padding: 10px;
  }

  .mobile_dropdown_menu a {
    color: white;
    text-decoration: none;
  }

  .mobile_dropdown .open .mobile_dropdown_menu {
    display: block;
  }

  .mobilemenu_call_form button {
    /* margin-left: 1rem; */
    margin-top: 1rem;
    border-radius: 5px;
    line-height: normal;
    padding: 10px 1rem;
    width: 100%;
    font-size: 1.1rem;
    background-color: #075bd9;
    color: #fff;
    border: none;

    /*  */

    animation-iteration-count: infinite;
    animation-name: Mobilemenubutton_shake;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-delay: 0;
    animation-play-state: running;
  }

  .mobilemenu_call_form button svg {
    margin-right: 5px;
  }

  .mobilemenu_call_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobilemenu_call_form a {
    color: #fff;
  }

  @keyframes Mobilemenubutton_shake {
    0% {
      transform: scaleX(1);
    }

    2.5%,
    5% {
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    12.5%,
    17.5%,
    22.5%,
    7.5% {
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    10%,
    15%,
    20% {
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    25%,
    to {
      transform: scaleX(1);
    }
  }
}
