.ratingstar {
  color: #FCDC2A;
}

#audio-transcript {
  display: none;
}

.aud {
  position: relative;
  left: 0;
  bottom: 9rem;
  right: 0;
  width: 100%;
  text-align: center;
  height: 0;
}

.aud audio {
  width: 85%;
  left: -0.5rem;
  right: 0;
  position: relative;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .aud {
    position: inherit !important;
    padding-bottom: 10% !important;
    padding-top: 2%;
  }

  .aud audio {
    width: 95%;
  }
}

.list_article_tabs .nav-tabs {
  column-gap: 20px;
}

.list_article_tabs .nav-tabs .nav-link {
  border: none;
  color: #808080;
  padding: 10px;
}

.list_article_tabs .nav-tabs .nav-link.active {
  color: #3e593c;
  font-weight: 500;
  position: relative;
  border: none;
}

.list_article_tabs .nav-tabs .nav-link.active::after {
  position: absolute;
  content: '';
  width: 100%;
  background-color: #3e593c;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 40px;
}

.cus_row_la {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cus_col_la {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.list_article_card_img {
  margin-bottom: 15px;
}

.list_article_card_img img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.list_article_card_title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.list_article_card_text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.list_article_card_readmore {
  color: rgb(62, 89, 60);
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.list_article_card {
  margin-bottom: 30px;
}

.list_article_pagination {
  margin: 20px 0px;
}

.list.search_results_list_details {
  column-gap: 11px;
}

.list_article_pagination .pagination {
  column-gap: 15px;
}

.list_article_pagination .page-link {
  border: none;
  color: rgb(62, 89, 60);
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 16px;
}

.list_article_pagination .page-item.active .page-link {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(62, 89, 60);
  color: #fff;
}

@media (max-width:576px) {

  .cus_col_la {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#popularsearch {
  font-family: 'pf_handbook_proregular';
}

.searches-container .search-item {
  color: #6c7174;
  font-size: 1rem;
  border: 1px solid #6c7174;
  padding: 0 1rem;
  border-radius: 50px;
  margin-right: 0.25rem;
  margin-bottom: 1rem;
}

.point-to-info>h3 {
  font-size: 24px;
  font-weight: bold;
}

.point-to-info.text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .searches-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.searches-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .searches-container .search-item {
    font-size: 17px;
    margin-right: 8px;
  }
}

.searches-container .search-item {
  font-size: 16px;
  padding: 7px 16px;
  margin-right: 4px;
  margin-bottom: 16px;
  text-decoration: none !important;
}

.mutual_info_cb {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
}

.mutual_bg_cb {
  position: relative;
}

.mutual_bg_cb img {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

#faqSection .accordion {
  padding: 0px;
}

.faq #topHeading>button {
  font-size: 22px;
}

#faqSection {
  background: #f9fafb;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq .accordion-button[aria-expanded='false']::after {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>");
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.faq .accordion-button[aria-expanded='true']::after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><g><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z' fill='%23000'/></g></svg>");

  background-size: 12px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform .2s ease-in-out;
}

.faq button {
  font-size: 1.1rem;
  padding: 1rem 0 1rem 0;
}

.faq #topHeading>button {
  font-size: 1.2rem;
}

.faq p {
  padding: 0.5rem 0;
}

.faq .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c9c9c9;
}

.faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: white;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .outer-accordion.show {
  border-bottom: none;
}

.faq .outer-accordion.collapsing {
  border-bottom: none;
  transition: all 0.7s ease-in-out;
}

.faq div.show {
  border-bottom: 3px solid #969f6e;
  transition: all 0.1s ease-in-out;
}

.faq .accordion-body {
  padding: 0 -0.1px;
}

.faq #topHeading>button {
  font-size: 22px;
}

.faq .accordion {
  background-color: #fff !important;
}

.faq .accordion-header .accordion-button:hover {
  color: #000 !important;
  opacity: 1;
}

@media screen and (min-width: 425px) {
  .faq button {
    font-size: 20px;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  }

  .faq p {
    padding: 0;
    font-size: 18px;
  }

  .faq #topHeading>button {
    font-size: 22px;
  }

  .faq p {
    padding: 0.25rem 1rem;
  }
}

@media screen and (max-width: 650px) {
  .faq #topHeading>button {
    font-size: 18px !important;
  }

  #faqSection .container .accordion {
    padding: 0px !important;
  }
}

@media (min-width: 360px) and (max-width:650px) {
  .faq button {
    font-size: 18px;
  }

  .faq p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #faqSection .container {
    padding: 0px !important;
  }

  #faqSection .container .accordion {
    padding: 0px 15px !important;
  }
}

@media screen and (min-width: 992px) {
  .faq {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1200px) {

  .faq #topHeading>button {
    font-size: 26px;
    padding: 10px 32px;
  }

  .faq button {
    font-size: 22px;
    padding: 10px 25px 10px 25px;
  }

  .faq p {
    padding: 16px 64px;
    font-size: 18px;
    background-color: white;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .faq #topHeading>button {
    padding-left: 16px;
    padding-right: 16px;
  }

  #faqAccordion .accordion-button {
    padding: 10px 10px;
  }
}

.faq_inner_section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.faq_inner_section {
  font-family: 'pf_handbook_proregular';
}

.audio-player .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 0;
  top: 5px;
}

.audio-player .volume-container .volume-button {
  display: flex;
  align-items: center;
}

.audio-player .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-player .volume-container .volume-slider {
  position: relative;
  left: 32px;
  top: -15px;
  width: 125px;
  height: 10px;
  background: white;
  box-shadow: 0 0 20px #000 a;
  display: flex;
  align-items: center;
}

.audio-player .volume-container .volume-slider .volume-percentage {
  background: #cdd2c0;
  height: 100%;
  width: 100%;
}

.speed_x select {
  appearance: none;
  background: #cdd2c0;
  padding: 2px 10px;
  border-radius: 10px;
}

.select-voice {
  width: 60%;
}

select#voices {
  background-color: #cdd2c0 !important;
  color: #000 !important;
  font-size: 15px;
}

 
.auth-det a{
  display: inline-block;
}
#readmore {
  display: inline-block !important;
  color: var(--primary-green-clr);
  text-decoration: underline;
  cursor: pointer;
}

#readless {
  display: inline-block !important;
  color: var(--primary-green-clr);
  text-decoration: underline;
  cursor: pointer;
}

.shrink-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#readmore.hide,
#readless.hide {
  display: none !important;
}

.author_det {
  max-height: 270px;
  overflow: auto;
}

@media (max-width:767.98px) {
  .author_det {
      height: auto;
      overflow: inherit;
      max-height: inherit;
  }
}
.Search_title {
  display:flex;
  justify-content:space-between;
}
.Search_title #formShare{
  display:none !important;
}
@media (max-width:576px){
  .Search_title #formShare{
  display:block !important;
}
.form_share_Mob{
  display:none !important;
}
}