.detail-1 {
  margin: 1rem 0;
}
.detail-1 blockquote {
  position: relative;
  padding: 50px 40px 40px;
  width: 74%;
  margin: 40px auto;
  border: 2px solid #0A7080;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.6;
}
.detail-1 blockquote p {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.6;
}
.detail-1 blockquote p:last-child {
  font-size: 16px;
  opacity: 0.75;
  margin-bottom: 0;
}
.detail-1 blockquote p:nth-child(1) {
  font-size: 24px;
  opacity: 1;
}
@media (max-width: 767px) {
  .detail-1 blockquote p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .detail-1 blockquote p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-1 blockquote {
    font-size: 22px;
    padding: 40px 40px 30px;
  }
}
@media (max-width: 575px) {
  .detail-1 blockquote {
    font-size: 20px;
    padding: 30px 30px 20px;
    width: 80%;
  }
}
.detail-1 blockquote::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/quotation-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .detail-1 blockquote::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
.detail-1 blockquote::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: -25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/quotation-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
}
@media (max-width: 575px) {
  .detail-1 blockquote::after {
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
.detail-1 .highlightQuoteLT {
  position: relative;
  padding: 40px 30px 30px;
  width: 42%;
  margin-bottom: 20px;
  margin-right: 40px;
  border: 2px solid #0A7080;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  float: left;
  line-height: 1.6;
}
.detail-1 .highlightQuoteLT p {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.6;
}
.detail-1 .highlightQuoteLT p:last-child {
  font-size: 16px;
  opacity: 0.75;
  margin-bottom: 0;
}
.detail-1 .highlightQuoteLT p:nth-child(1) {
  font-size: 24px;
  opacity: 1;
}
@media (max-width: 767px) {
  .detail-1 .highlightQuoteLT p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteLT p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-1 .highlightQuoteLT {
    font-size: 22px;
    padding: 30px 30px 20px;
  }
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteLT {
    font-size: 20px;
    padding: 20px 22px 10px;
    width: 50%;
  }
}
@media (max-width: 400px) {
  .detail-1 .highlightQuoteLT {
    width: 80%;
    margin: 30px auto;
    float: none;
  }
}
.detail-1 .highlightQuoteLT::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url('../image/quotation-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteLT::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
.detail-1 .highlightQuoteLT::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: -25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url('../image/quotation-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteLT::after {
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
.detail-1 .highlightQuoteRT {
  position: relative;
  padding: 40px 30px 30px;
  width: 42%;
  margin-left: 40px;
  margin-bottom: 20px;
  border: 2px solid #0A7080;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  float: right;
  line-height: 1.6;
}
.detail-1 .highlightQuoteRT p {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.6;
}
.detail-1 .highlightQuoteRT p:last-child {
  font-size: 16px;
  opacity: 0.75;
  margin-bottom: 0;
}
.detail-1 .highlightQuoteRT p:nth-child(1) {
  font-size: 24px;
  opacity: 1;
}
@media (max-width: 767px) {
  .detail-1 .highlightQuoteRT p:nth-child(1) {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteRT p:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-1 .highlightQuoteRT {
    font-size: 22px;
    padding: 30px 30px 20px;
  }
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteRT {
    font-size: 20px;
    padding: 20px 22px 10px;
    width: 50%;
  }
}
@media (max-width: 400px) {
  .detail-1 .highlightQuoteRT {
    width: 80%;
    margin: 30px auto;
    float: none;
  }
}
.detail-1 .highlightQuoteRT::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url('../image/quotation-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteRT::before {
    width: 40px;
    height: 40px;
    left: -20px;
    top: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
@media (max-width: 400px) {
  .detail-1 .highlightQuoteRT::before {
    top: 15px;
    box-shadow: 0 -15px 0 #ffffff, 0 20px 0 #ffffff;
  }
}
.detail-1 .highlightQuoteRT::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: -25px;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/quotation-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 -25px 0 #ffffff, 0 30px 0 #ffffff;
}
@media (max-width: 575px) {
  .detail-1 .highlightQuoteRT::after {
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: 20px;
    box-shadow: 0 -20px 0 #ffffff, 0 25px 0 #ffffff;
  }
}
@media (max-width: 400px) {
  .detail-1 .highlightQuoteRT::after {
    bottom: 15px;
    box-shadow: 0 -15px 0 #ffffff, 0 20px 0 #ffffff;
  }
}
.detail-1 .row {
  margin: 0 !important;
}
.detail-1 .row .col-lg-2 {
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .detail-1 .row .col-lg-2 {
    margin-bottom: 1.5rem;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .detail-1 .row .col-lg-7 {
    padding: 0 !important;
  }
}
.detail-1 .row .col-lg-3 {
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .detail-1 .row .col-lg-3 {
    margin-top: 1.5rem;
    padding: 0 !important;
  }
}
.detail-1-content #chcp_font_size {
  margin: 1.5rem 0;
}
.detail-1-content #chcp_font_size button {
  border: none;
  background-color: white;
  color: var(--theme-color);
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 2px 5px 2px;
  margin: 0px;
  font-weight: 400;
  border-radius: 0px;
  position: relative;
}
.detail-1-content #chcp_font_size button:hover {
  background-color: var(--theme-color);
  color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.detail-1-content #btn-decrease {
  font-size: 16px;
  width: 40px;
  height: 28px;
}
.detail-1-content #btn-orig {
  font-size: 19px;
  width: 42px;
  height: 32px;
}
.detail-1-content #btn-increase {
  font-size: 22px;
  width: 44px;
  height: 36px;
}
.detail-1-content .input-group-btn {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.detail-1-content .content__desc p {
  font-size: var(--para-big);
  font-weight: 500;
  color: #1e1e1e;
  text-align: justify;
}
.detail-1-content .content__desc p > span{
   font-size: inherit;
  font-weight: 500;
  color: #1e1e1e;
  text-align: justify;
}
.detail-1-content .content__desc p:not(:last-child) {
  margin-bottom: 1rem;
}
.detail-1-content .content__desc p .storiesChapterTitle {
  font-size: 22px;
}
.detail-1-content .content__desc a {
  color: var(--theme-color);
}
.detail-1-content .content__desc a:hover {
  text-decoration: underline !important;
}
.detail-1 figure {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.5rem;
}
.detail-1 figure img {
  width: 100%;
  margin-bottom: 0.8rem;
}
.detail-1 figure figcaption {
  font-size: 15px;
  text-align: justify;
  font-style: italic;
  color: #646464;
  margin-left: 11px;
  font-weight: 500;
  font-family: noto sans devanagari, sans-serif;
}
.detail-1 .toggleHoverOverlay {
  color: var(--theme-color);
}
.detail-1 .toggleHoverOverlay:hover {
  text-decoration: underline !important;
}
.detail-1-titles h1 {
  text-align: left;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
}
.detail-1-titles h3 {
  font-size: 18px;
  font-family: noto sans devanagari, sans-serif;
  color: #111;
  font-weight: 500;
  line-height: 1.4;
}
.detail-1 .post__meta .author {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.detail-1 .post__meta .author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.detail-1 .post__meta .author span {
  font-size: 16px;
  font-family: noto sans devanagari, sans-serif;
  color: var(--theme-color);
  font-weight: 500;
}
.detail-1 .post__meta.detailBottom__author {
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 575px) {
  .detail-1 .post__meta.detailBottom__author {
    padding: 20px 0;
  }
}
.detail-1 .post__meta.detailBottom__author .author {
  align-items: start;
  gap: 15px;
}
@media (max-width: 575px) {
  .detail-1 .post__meta.detailBottom__author .author {
    gap: 10px;
  }
}
.detail-1 .post__meta.detailBottom__author .author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .detail-1 .post__meta.detailBottom__author .author img {
    width: 50px;
    height: 50px;
  }
}
.detail-1 .post__meta.detailBottom__author .author-info {
  flex: 1;
}
.detail-1 .post__meta.detailBottom__author .author-info span {
  font-size: 20px;
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 575px) {
  .detail-1 .post__meta.detailBottom__author .author-info span {
    font-size: 18px;
  }
}
.detail-1 .post__meta.detailBottom__author .author-info p {
  margin-bottom: 0;
  color: #5c5c5c;
  font-size: 18px;
}
@media (max-width: 575px) {
  .detail-1 .post__meta.detailBottom__author .author-info p {
    font-size: 16px;
  }
}
.detail-1 .post__meta.detailBottom__author .author-socialShare {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.detail-1 .post__meta.detailBottom__author .author-socialShare a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.detail-1 .post__meta.detailBottom__author .author-socialShare a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.detail-1 .post__meta .post__deta p {
  margin-bottom: 1rem;
  font-size: 16px;
  font-family: noto sans devanagari, sans-serif;
  color: #515151;
  font-weight: 500;
}
.detail-1 .sharethis-inline-share-buttons .st-btn {
  display: inline-block !important;
  padding: 0 !important;
  line-height: unset !important;
  min-width: 32px;
}
.detail-1 .titles__img {
  margin-top: 1rem;
}
.detail-1 .block-5 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
}
.detail-1 .block-5-grid {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.detail-1 .block-5-grid .grid__card {
  display: flex;
  grid-gap: 15px;
}
@media (max-width: 575px) {
  .detail-1 .block-5-grid .grid__card {
    flex-direction: column;
  }
}
.detail-1 .block-5-grid .grid__card:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.detail-1 .block-5-grid .grid__card-info {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  flex: 2;
}
.detail-1 .block-5-grid .grid__card-info .grid__card-headline {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.detail-1 .block-5-grid .grid__card-info .grid__card-headline:hover {
  color: var(--theme-color);
}
.detail-1 .block-5-grid .grid__card-info .grid__card-headline a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.detail-1 .block-5-grid .grid__card-info .post__meta .author {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.detail-1 .block-5-grid .grid__card-first {
  flex: 1;
}
.detail-1 .block-5-grid .grid__card-first .grid__card-image a {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 76.67%;
}
.detail-1 .block-5-grid .grid__card-first .grid__card-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail-1 .bigyapan__group {
  margin: 1.5rem 0;
}
.detail-1 .bigyapan__group .bigyapan__sidebar:not(:last-child) {
  margin-bottom: 1rem;
}
.detail-1 .bigyapan__group .bigyapan__sidebar img {
  width: 100%;
  height: auto;
}
.detail-1 .title-1 {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.detail-1 .title-1 .category__title {
  width: 100%;
}
.detail-1 .title-1 .category__title a {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600 !important;
}
.detail-1 .stories__table-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-bottom: 20px;
  z-index: 1;
}
@media (max-width: 575px) {
  .detail-1 .stories__table-content {
    margin-bottom: 10px;
  }
}
.detail-1 .stories__table-content .stories__table-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color);
  border-radius: 0px !important;
  background-color: #eee;
  border: 0px;
  padding: 8px 25px 4px;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .detail-1 .stories__table-content .stories__table-title {
    padding: 8px 20px 4px;
    font-size: 18px;
  }
}
.detail-1 .stories__table-content .stories__table-title.show .stories__table-title-inner > span i,
.detail-1 .stories__table-content .stories__table-title.show .stories__table-title-inner > span svg {
  transform: rotate(90deg);
}
.detail-1 .stories__table-content .stories__table-title:hover, .detail-1 .stories__table-content .stories__table-title:focus, .detail-1 .stories__table-content .stories__table-title:active {
  opacity: 1;
}
.detail-1 .stories__table-content .stories__table-title-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-1 .stories__table-content .stories__table-title-inner > span {
  display: flex;
  padding-bottom: 4px;
}
.detail-1 .stories__table-content .stories__table-title-inner > span i,
.detail-1 .stories__table-content .stories__table-title-inner > span svg {
  font-size: 26px !important;
  line-height: 1;
}
@media (max-width: 575px) {
  .detail-1 .stories__table-content .stories__table-title-inner > span i,
.detail-1 .stories__table-content .stories__table-title-inner > span svg {
    font-size: 22px !important;
  }
}
.detail-1 .stories__table-content .stories__table-title:hover, .detail-1 .stories__table-content .stories__table-title:focus, .detail-1 .stories__table-content .stories__table-title:active {
  outline: none !important;
  box-shadow: unset !important;
}
@media (max-width: 767px) {
  .detail-1 .stories__table-content .stories__table-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .detail-1 .stories__table-content .stories__table-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.detail-1 .stories__table-content .stories__table-list {
  display: flex;
  flex-direction: column !important;
  max-height: 280px;
  overflow: auto;
  /* Track */
  /* Handle */
}
.detail-1 .stories__table-content .stories__table-list::-webkit-scrollbar {
  width: 4px;
}
.detail-1 .stories__table-content .stories__table-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.detail-1 .stories__table-content .stories__table-list::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.detail-1 .stories__table-content .stories__table-list li .stories__link {
  display: flex;
  grid-gap: 5px;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .detail-1 .stories__table-content .stories__table-list li .stories__link {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .detail-1 .stories__table-content .stories__table-list li .stories__link {
    font-size: 14px;
  }
}
.detail-1 .stories__table-content .stories__table-list li .stories__link:hover {
  color: var(--theme-color);
  opacity: 0.7;
}
.detail-1 .stories__table-content .stories__table-list li .stories__link.active {
  color: var(--theme-color);
}
.detail-1 .stories__table-content .stories__table-list li .stories__link svg {
  display: flex;
  font-size: 12px;
  position: relative;
  top: 5px;
}
.detail-1 .stories__table-content .dropdown-toggle::after {
  display: none;
}
.detail-1 .stories__table-content .dropdown-menu {
  border: 0;
  border-radius: 0px;
  background-color: #eee;
}
@media (max-width: 991px) {
  .detail-1 .mobileSticky {
    position: sticky;
    top: 45px;
    z-index: 11;
  }
}
.detail-1 .highlighted__description {
  background: #eeeeee;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.7;
  color: #000;
}
.detail-1 .comment__section {
  margin-top: 42px;
}
.detail-1 .comment__section-form form {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.detail-1 .comment__section-form form .comment__input {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.detail-1 .comment__section-form form .comment__input input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 20px;
  color: black;
  font-size: 18px;
  margin-bottom: 0;
}
.detail-1 .comment__section-form form .comment__input input::placeholder {
  color: #777;
}
.detail-1 .comment__section-form form .comment__input textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #ddd;
  outline: none;
  padding: 10px 20px 0 20px;
  color: black;
  font-size: 18px;
  resize: none;
  margin-bottom: 0;
}
.detail-1 .comment__section-form form .comment__input textarea::placeholder {
  color: #777;
}
.detail-1 .comment__section-form form .btn__comment {
  background: var(--theme-color);
  padding: 10px 30px;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.detail-1 .comment__section-previewList {
  margin-top: 42px;
}
.detail-1 .comment__section-preview {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  background: #f6f6f6;
  padding: 30px;
}
@media (max-width: 575px) {
  .detail-1 .comment__section-preview {
    padding: 20px;
  }
}
.detail-1 .comment__section-preview .comment__list {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
}
.detail-1 .comment__section-preview .comment__list:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .detail-1 .comment__section-preview .comment__list {
    grid-gap: 10px;
  }
}
.detail-1 .comment__section-preview .comment__list .user__img {
  min-width: 60px;
  height: 60px;
  border-radius: 1000px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .detail-1 .comment__section-preview .comment__list .user__img {
    min-width: 40px;
    height: 40px;
  }
}
.detail-1 .comment__section-preview .comment__list .user__img img {
  width: 100%;
  height: 100%;
}
.detail-1 .comment__section-preview .comment__list .user__comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.detail-1 .comment__section-preview .comment__list .user__comment .comment__msg {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
@media (max-width: 575px) {
  .detail-1 .comment__section-preview .comment__list .user__comment .comment__msg {
    font-size: 16px;
  }
}
.detail-1 .comment__section-preview .comment__list .user__comment .comment__msg p {
  margin-bottom: 0;
  color: inherit;
}
.detail-1 .comment__section-preview .comment__list .user__comment .comment__time {
  font-size: 16px;
  color: #777;
}
.detail-1 .comment__section-preview .comment__list .user__comment .comment__time p {
  margin-bottom: 0;
  color: inherit;
}
.detail-1 .comment__section-preview .comment__list .update__comment {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  display: none;
}
.detail-1 .comment__section-preview .comment__list .update__comment textarea {
  width: 100%;
  min-height: 100px;
  resize: none;
  outline: none;
  border: 1px solid #ddd;
  padding: 10px 20px 0 20px;
  color: #666;
  font-size: 18px;
}
.detail-1 .comment__section-preview .comment__list .update__comment .btn__group {
  display: flex;
  justify-content: flex-end;
}
.detail-1 .comment__section-preview .comment__list .update__comment .btn__group .btn__update {
  display: flex;
  background: var(--theme-color);
  border: 0;
  outline: none;
  padding: 5px 30px;
  transition: all 300ms ease-in-out;
  color: white;
  cursor: pointer;
}
.detail-1 .comment__section-preview .comment__list .edit__group .edit__toggler {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.detail-1 .comment__section-preview .comment__list .edit__group .edit__toggler svg {
  color: black;
}
.detail-1 .comment__section-preview .comment__list .edit__group.show .edit__toggler {
  background: rgba(0, 0, 0, 0.5);
}
.detail-1 .comment__section-preview .comment__list .edit__group.show .edit__toggler svg {
  color: white;
}
.detail-1 .comment__section-preview .comment__list .edit__group .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.detail-1 .comment__section-preview .comment__list .edit__group .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  transition: all 300ms ease-in-out;
}
.detail-1 .comment__section-preview .comment__list .edit__group .dropdown-menu .dropdown-item:hover {
  background: var(--theme-color);
  color: white;
}
.detail-1 .comment__section-preview .comment__list .edit__group .dropdown-menu .dropdown-item:hover svg {
  color: white;
  transition: all 300ms ease-in-out;
}
.detail-1 .comment__section-preview .comment__list .edit__group .dropdown-menu .dropdown-item svg {
  display: flex;
  color: var(--theme-color);
}
.detail-1 .post__meta-list .post__date p {
  margin-bottom: 0 !important;
}
.detail-1 .detail-1-postmeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-1 .detail-1-postmeta .series__wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.detail-1 .detail-1-postmeta .series__wrapper h6 {
  margin-bottom: 0 !important;
  font-weight: 400;
  color: #808080;
  font-size: 16px;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle {
  padding: 0 !important;
  color: var(--theme-color);
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle .dropdown-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0 !important;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle span i,
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle span svg {
  font-size: 22px !important;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle:hover, .detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle:focus, .detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle:active {
  outline: none;
  box-shadow: unset !important;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-toggle::after {
  display: none;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-menu {
  width: 300px;
  border: 0;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  max-height: 240px;
  overflow: auto;
  /* Track */
  /* Handle */
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.detail-1 .detail-1-postmeta .series__wrapper .series__dropdown .dropdown-item {
  border-left: 4px solid var(--theme-color);
  white-space: normal;
}
.detail-1 .detail-1-content-top {
  display: inline-block;
  position: sticky;
  top: 0;
  z-index: 15;
  float: right;
}
.detail-1 .detail-1-content-top .detail-1-series-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #eeeeee;
  color: var(--theme-color);
  padding: 5px 15px 4px 10px;
  font-weight: 600;
  opacity: 0.8;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.detail-1 .detail-1-content-top .detail-1-series-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  background-color: var(--theme-color);
  color: #ffffff;
}
.detail-1 .detail-1-content-top .detail-1-series-btn:hover .detail-1-series-icon {
  filter: invert(100%) brightness(1000%);
}
.detail-1 .detail-1-content-top .detail-1-series-icon {
  display: flex;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.detail-1 .detail-1-content-top .detail-1-series-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 7px;
  width: 6px;
  height: 7px;
  background-color: var(--theme-color);
  z-index: 1;
}
.detail-1 .detail-1-content-top .detail-1-series-icon img {
  width: 25px;
  height: auto;
}

.anchorOverlay {
  position: fixed;
  display: none;
  background: white;
  width: 450px;
  max-width: 100%;
  padding: 20px;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--theme-color);
}
@media (max-width: 480px) {
  .anchorOverlay {
    width: 95%;
  }
}
.anchorOverlay.rightAligned::before {
  left: unset;
  right: 20px;
}
.anchorOverlay.bottomAligned {
  border-top: 0;
  border-bottom: 2px solid var(--theme-color);
}
.anchorOverlay.bottomAligned::before {
  bottom: unset;
  top: 100%;
  transform: rotate(180deg);
}
.anchorOverlay::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--theme-color) transparent;
  transform: rotate(0deg);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.anchorOverlay.active {
  display: block;
  animation: anchorOverlayAni 300ms linear;
}
.anchorOverlay .grid__card {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
@media (max-width: 400px) {
  .anchorOverlay .grid__card {
    grid-gap: 0.5rem;
  }
}
.anchorOverlay .grid__card .card__group {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
@media (max-width: 400px) {
  .anchorOverlay .grid__card .card__group {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.5rem;
  }
}
.anchorOverlay .grid__card .card__group .card__img {
  min-width: 120px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .anchorOverlay .grid__card .card__group .card__img {
    min-width: 100px;
    height: 60px;
  }
}
.anchorOverlay .grid__card .card__group .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anchorOverlay .grid__card .card__group .card__title {
  margin-bottom: 0;
  color: var(--theme-color);
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .anchorOverlay .grid__card .card__group .card__title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .anchorOverlay .grid__card .card__group .card__title {
    font-size: 18px;
  }
}
.anchorOverlay .grid__card .card__group .card__title a {
  color: inherit;
}
.anchorOverlay .grid__card .card__details {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.anchorOverlay .grid__card .card__details .card__desc p {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .anchorOverlay .grid__card .card__details .card__desc p {
    font-size: 16px;
  }
}

.news__tags {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 42px;
  border-bottom: 1px solid #e2e2e2;
}
.news__tags .toggleTagsOverlay {
  background: #e2e2e2;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px 1px 10px;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
}
.news__tags .toggleTagsOverlay:hover {
  background: var(--theme-color);
  color: white;
}

@keyframes anchorOverlayAni {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-1 .blocker {
  position: relative;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .detail-1 .blocker {
    padding-top: 20px;
  }
}
.detail-1 .blocker::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.4));
}
@media (max-height: 575px) {
  .detail-1 .blocker::before {
    height: 80px;
  }
}
.detail-1 .blocker .uk__feature-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 767px) {
  .detail-1 .blocker .uk__feature-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-title {
    font-size: 28px;
  }
}
.detail-1 .blocker .uk__feature-para {
  max-width: 650px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
}
@media (max-width: 767px) {
  .detail-1 .blocker .uk__feature-para {
    font-size: 16px;
  }
}
.detail-1 .blocker .uk__feature-para > span {
  font-weight: 600;
  color: var(--theme-color);
}
.detail-1 .blocker .uk__feature-box {
  margin-top: 40px;
}
.detail-1 .blocker .uk__feature-table {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.detail-1 .blocker .uk__feature-table .table {
  margin-bottom: 0;
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
  --bs-table-accent-bg: #ffffff !important;
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(odd) td {
  background-color: #ffffff;
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(even) td {
  background-color: rgba(var(--themeAdvance-color), 0.03);
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(even) td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.detail-1 .blocker .uk__feature-table .table.table-striped > tbody > tr:nth-of-type(even) td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.detail-1 .blocker .uk__feature-table .table thead tr {
  position: relative;
}
.detail-1 .blocker .uk__feature-table .table thead tr::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -15px;
  width: 15px;
  height: 1px;
  background-color: rgba(var(--themeAdvance-color), 0.15);
}
.detail-1 .blocker .uk__feature-table .table tbody tr:last-child td:not(:first-child) {
  position: relative;
}
.detail-1 .blocker .uk__feature-table .table tbody tr:first-child td {
  white-space: nowrap;
}
.detail-1 .blocker .uk__feature-table .table tbody tr:last-child td {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child td:last-child {
    padding: 5px 0 10px;
  }
}
.detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price {
    white-space: nowrap;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price {
    font-size: 20px;
  }
}
.detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(var(--themeAdvance-color), 0.7);
}
@media (max-width: 991px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr:last-child .price span {
    white-space: nowrap;
    font-size: 12px;
  }
}
.detail-1 .blocker .uk__feature-table .table thead tr th,
.detail-1 .blocker .uk__feature-table .table tbody tr td {
  text-align: center;
}
.detail-1 .blocker .uk__feature-table .table thead tr th:not(:first-child),
.detail-1 .blocker .uk__feature-table .table tbody tr td:not(:first-child) {
  border-left: 1px solid rgba(var(--themeAdvance-color), 0.15);
  width: 200px;
}
@media (max-width: 1199px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th:not(:first-child),
.detail-1 .blocker .uk__feature-table .table tbody tr td:not(:first-child) {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th:not(:first-child),
.detail-1 .blocker .uk__feature-table .table tbody tr td:not(:first-child) {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th:not(:first-child),
.detail-1 .blocker .uk__feature-table .table tbody tr td:not(:first-child) {
    max-width: 110px;
  }
}
.detail-1 .blocker .uk__feature-table .table tbody tr td,
.detail-1 .blocker .uk__feature-table .table tbody tr th {
  border-bottom: 0px;
}
.detail-1 .blocker .uk__feature-table .table thead tr th {
  vertical-align: middle;
  height: 100px;
  border-bottom-color: rgba(var(--themeAdvance-color), 0.15);
  padding-top: 20px;
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th {
    height: 70px;
  }
}
.detail-1 .blocker .uk__feature-table .table thead tr th h3 {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th h3 {
    font-size: 16px;
  }
}
.detail-1 .blocker .uk__feature-table .table thead tr th h3 .crown {
  position: absolute;
  bottom: calc(100% - 8px);
  left: calc(100% - 14px);
  transform: rotate(12.05deg);
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th h3 .crown {
    left: calc(100% - 12px);
  }
}
.detail-1 .blocker .uk__feature-table .table thead tr th h3 .crown img {
  width: 26px;
  height: 26px;
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table thead tr th h3 .crown img {
    width: 20px;
    height: 20px;
  }
}
.detail-1 .blocker .uk__feature-table .table thead tr th .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(var(--themeAdvance-color), 0.5);
}
.detail-1 .blocker .uk__feature-table .table thead tr th:last-child {
  position: relative;
}
.detail-1 .blocker .uk__feature-table .table thead tr th:last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -15px;
  width: 15px;
  height: 1px;
  background-color: rgba(var(--themeAdvance-color), 0.15);
}
.detail-1 .blocker .uk__feature-table .table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  font-family: "Poppins", sans-serif !important;
  padding: 11px 15px;
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr td {
    padding: 8px 10px;
  }
}
.detail-1 .blocker .uk__feature-table .table tbody tr td:first-child {
  text-align: start;
}
.detail-1 .blocker .uk__feature-table .table tbody tr td svg,
.detail-1 .blocker .uk__feature-table .table tbody tr td i {
  color: #55B632;
  font-size: 18px;
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-table .table tbody tr td svg,
.detail-1 .blocker .uk__feature-table .table tbody tr td i {
    font-size: 16px;
  }
}
.detail-1 .blocker .uk__feature-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.detail-1 .blocker .uk__feature-btn .uk__feature-link {
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
.detail-1 .blocker .uk__feature-btn .uk__feature-link:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .detail-1 .blocker .uk__feature-btn .uk__feature-link {
    font-size: 16px;
    padding: 8px 20px;
  }
}


.detail-1 .content__desc .blocker .uk__feature-table tbody td {
  border: 0px ;
}
.detail-1 .content__desc .table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-color-type: #ffffff;
  --bs-table-bg-type: #ffffff;
}
.detail-1 .blocker .uk__feature-table{
  padding: 0px !important;
}
.detail-1 .blocker .uk__feature-table .table-responsive{
  padding: 0 15px;
}