#formShare {
  cursor: pointer;
  color: #000;
}

.sm_icons_text img {
  width: 40px;
}

#sharearticle {
  z-index: 9999;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.58) !important;
}

#sharearticle::before {
  content: none;
}

#sharearticle.fade.show {
  opacity: 1 !important;
}

#sharearticle.modal.fade .modal-dialog {
  transform: unset;
  width: auto !important;
  max-width: 700px !important;
  transition: none;
  height: auto;
  margin-top: 0px !important;
  top: 0px !important;
}

#sharearticle .modal-content {
  position: relative !important;
  height: auto;
}

#sharearticle .modal-content.thank_you_content {
  background-color: #fff;
  border-radius: 1rem;

}

#sharearticle .thank_you_body {
  max-height: calc(100vh - 100px) !important;
  overflow-y: auto;
  overflow-x: hidden;
  position: unset;
  padding: 0 !important;
}

#sharearticle .social_media_modal_body {
  padding: 40px 30px !important;
}

#sharearticle .close_position {
  position: absolute;
  top: -20px !important;
  right: -20px !important;
  left: unset !important;
  color: #506d4d;
  background-color: #ffffff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #506d4d ;
  opacity: 1 !important;
  z-index: 100;
}

.social_media_modal_body .row div {
  padding: 0px 15px;
}

#sharearticle .social_media_modal_body a {
  text-decoration: none;
  cursor: pointer;
}

#sharearticle .sm_icons_text {
  justify-content: flex-start;
}

#sharearticle .white_icons_clr {
  color: #ffffff;
  cursor: pointer;
}

#sharearticle .fs_30 {
  font-size: 32px;
}

#sharearticle .pl_12 {
  padding-left: 12px;
}

#sharearticle .blacl_clr_text {
  color: #000 ;
}

#sharearticle .fs_18 {
  font-size: 20px;
}

#sharearticle .fw_500 {
  font-weight: 500;
}

.sm_icons_text img {
  width: 40px;
}

.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.58);
}

#sharearticle .row {
  justify-content: flex-start;
}

@media (max-width:992px) {
  #sharearticle.modal.fade .modal-dialog {

    margin-top: 30px !important;
  }
}

@media (max-width:767.98px) {
  .master .col-sm-6 {
    width: 50% !important;
  }

  #sharearticle.modal.fade .modal-dialog {

    margin-top: 0px !important;
  }

  #sharearticle .social_media_modal_body {
    padding: 40px 20px !important;
  }

  #sharearticle {
    padding: 0px 20px !important;
  }
}

@media (max-width:576px) {
  .master .col-6 {
    width: 50% !important;
  }

  #sharearticle .social_media_modal_body {
    padding: 40px 5px !important;
  }
}

.active_bg {
  background-color: #d9dccb !important;
  color: #000 !important;
}

.discover_more {
  margin-bottom: 20px;
}

.discover_more_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 15px;

}

.discover_more_list_items button {
  background-color: #ffffff;
  padding: 5px 10px;
  color: #8e8e8e;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: inline-block;
}

.discover_more_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8e8e;
}

.search_results_list {
  border: 1px solid #e3dfdf;
  padding: 7px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.results_img {
  flex: 0 0 20%;
  max-width: 20%;
}

.results_img img {
  height: 80px;
  width: 100%;
}

.search_results_list_content {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 5px 15px;
}

.txt_result {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.search_results_list_details {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

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

.search_results_list_details span {
  position: relative;
  font-size: 14px;
  color: #808080;
}

.search_results_list_details span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background-color: #000;
  top: 50%;
  right: -7.5px;
  border-radius: 50%;
}

.search_results_list_details span:last-child:after {
  content: none;
}

.type {
  background-color: #d9dccb;
  padding: 2px 5px;
  border-radius: 3px;
  color: #000000 !important;
}

.share_icon_sr {
  cursor: pointer;
}

@media (max-width:576px) {

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

  .results_img img {
    height: 190px;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .search_results_list_content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;

  }

  .search_results_list {
    padding: 10px;
    border: 2px solid #e3dfdf;
  }

  .search_results_list_details_share {
    flex-direction: row;
  }

  .search_results_list_details {
    margin-bottom: 0px;
  }

  .share_icon_sr {
    width: 100%;
    text-align: end;
  }


}

.oe_view_more {
  background-color: #3e593c;
  color: #fff;
  padding: 9px 15px;
  font-size: 16px;
  display: block;
  text-align: center;
  border-radius: 4px;
}

.our_expert_section_imgs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-left: 0px;
}

.our_expert_section_imgs ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.our_expert_section_imgs ul li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0px;
}

.expertImg li {
  margin-bottom: 15px;
}

.our_expert_title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8e8e8e;
}

.our_expert_section {
  margin-bottom: 20px;
}

/* Hover Effect //////////////////////////// */

.our_expert_section_imgs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.image-item_exp {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  /* Adjust spacing between items as needed */
  width: 30%;
  /* Adjust width of each item */
}

.image-item_exp a {
  display: block;
  position: relative;
}

.image-item_exp .overlay_exp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #d12b3fbf;
  /* Overlay color */
  overflow: hidden;
  transition: height 0.3s ease;
}

.image-item_exp:hover .overlay_exp {
  height: 100%;
  /* Expand overlay_exp on hover */
}

.image-item_exp:hover .details {
  transform: translateY(-100%);
  transition-delay: 0.3s;
  /* Delayed transition for sliding effect */
}

.image-item_exp .details {
  color: white;
  padding: 10px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.image-item_exp:hover .details {
  transform: translateY(0%);
}

.image-item_exp .overlay_exp span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  height: auto;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
}

.image-item_exp .overlay_exp h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: 25px;
}

.image-item_exp .overlay_exp h3 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.oe_view_more:hover {
  color: #fff;
}

.recentposts_title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8e8e8e;
}

.post_a {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: none;
}

.post_a .post_img {
  width: 125px;
  height: 70px;
  border-radius: 6px;
}

.post_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
}
.rss_title{
  font-size:22px;
   font-weight: 600;
   padding-bottom:10px;
   margin-bottom: 20px;
   border-bottom: 1px solid #8e8e8e;
}
.rss_list ul li {
   border-bottom: none;
   padding: 0px 0px 15px 0px ;
   list-style: disc;
}