.resource-wrapper-tab .tab-inner ul li {
  padding: 14px 16px;
  font-size: var(--fs18);
  font-weight: 400;
}
.global-policy .btn-wrapper {
    margin: 35px 0;
}
.tab-pages .accordian-contents .accordion-item p button {
  font-size: var(--fs18);
  line-height: 1.5;
  font-weight: 600;
  color: var(--headcl);
  margin-bottom: 0;
	gap:10px;
}
.tab-pages .accordian-contents .accordion-item p {
  margin-bottom: 0;
}
.tab-pages .accordian-contents .accordion-item {
  border-bottom: 0.125rem solid var(--bggray);
}
.tab-pages .accordian-contents .accordion-item button {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}
.tab-pages .accordian-contents .accordion-item .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../images/faq-icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  transition: var(--bs-accordion-btn-icon-transition);
  width: 16px;
  height: 10px;
}
.faq-section {
  padding-top: 38px;
}
.faq-section .text-content {
  padding: 0;
}
.faq-section .text-content p {
  margin-bottom: 10px !important;
}
.glossery {
  padding: 75px 0;
}
.glossery .tab-headers {
  padding-top: 0;
  margin-top: 0;
}
.glossery .glossery-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}
.glossery-wrapper .glossery-header {
  max-width: 241px;
  width: 100%;
}
.glossery-wrapper .glossery-content {
  max-width: 833px;
  width: 100%;
}
.glossery-wrapper .tab-headers .tab-inner ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.glossery-wrapper .tab-headers .tab-inner {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  padding: 15px;
}
.glossery-wrapper .tab-headers .tab-inner span {
  /*color: #30383f80;*/
	color:#686868;
  font-size: 14px;
  font-weight: medium;
  margin-bottom: 25px;
  display: flex;
}
.glossery .tab-headers ul li.active::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00668026 0% 0% no-repeat padding-box;
  border-radius: 22px;
}
.glossery-wrapper .tab-inner ul li {
  font-size: 16px;
  color: var(--headcl);
  font-weight: 500;
  padding: 10px 16px;
  width: 100%;
}
.glossery-wrapper .glossery-list-item h3 {
  font-size: var(--fs24);
  font-weight: 500;
  margin-bottom: 15px;
}
.glossery-wrapper .glossery-list-item {
  margin-bottom: 40px;
}
.top-header {
  background-color: #f0eeed;
  position: relative;
  z-index: 1;
  text-align: right;
}
.top-header ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  text-align: left;
}
.top-header ul a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 0.01em;
  color: #28334a;
  padding: 12px 15px 12px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  transition: 0.3s;
}
.top-header ul a::before {
  content: "";
  background: #d52b1e;
  width: 0;
  height: 2px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.top-header ul a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  right: auto;
}
header .navbar .navbar-nav .nav-link {
  color: #28334a;
}
.top-header-mobile {
  display: none;
}
.top-header-mobile .nav-item {
  border-bottom: 0px;
}
.foot-external li:first-child {
  font-size: 14px;
  line-height: 1.25;
  font-family: "Poppins";
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  color: #686868;
}
.foot-external li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .foot-links-wrapper {
  display: flex;
  width: 100%;
  gap: 35px;
  justify-content: space-between;
}
footer .foot-links-wrapper .foot-links-container {
  display: flex;
  max-width: 750px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.foot-logo img {
  width: 100%;
}
.footesocail {
  margin-top: auto;
}
footer .footer-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-contents {
  width: 100%;
}
.head-menu {
  display: none;
}
.back-btn{
  display: none;
}
.widget_custom_html {
   height:100%
}
    .footer-contents .custom-html-widget {
        height: 100%;
    }
@media (width <= 1399px) {
  .resource-wrapper-tab .tab-inner ul {
    gap: 0px;
  }
}
@media (width <= 991px) {
	.profile-top .back-btn{
		padding-left:0px;
		padding-bottom:40px;
	}
.guidelines .left-wrapper h3:first-of-type {
    margin-top: 30px;
}
.dropdown-menu .dropdown-item.current span {
    background-color: transparent !important;
}
	.dropdown-menu .parent-tab::after,.dropdown-menu .child-panel li::after {
		content: "";
        display: block;
        height: 1px;
        background-color: #bdbdbd;
        margin-inline: 0px;
	}

.foot-links-container .widget_custom_html .foot-links {
    width: 100% !important;
}
.foot-links-container .widget_custom_html .custom-html-widget {
    flex-direction:column;
}
footer {
  background: var(--lightgray);
  padding: 15px 0 0;
  position: relative;
  border-top: 1px solid #bdbdbd;
}
  .back-btn{
    display: block;
  }
  .head-menu {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #30383f;
    margin-left: 10px;
  }
  .top-header-mobile .nav-item::after {
    height: 0px !important;
  }
  .top-header-mobile::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #bdbdbd;
    margin-inline: -20px;
  }
  .head-search .se-btn:hover svg path {
    fill: rgb(40, 51, 74) !important;
  }
  .head-search .se-btn:hover {
    background: var(--lightgray) !important;
  }
  .dropdown-menu .child-panel .dropdown-item:hover span {
    background-color: transparent !important;
  }

  .back-btn {
    padding: 15px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #006680;
    font-weight: 500;
    font-size: 14px;
  }
  .back-btn svg {
    transform: scale(-1, 1) !important;
  }
  .parent-tab a svg {
    display: none;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
    padding: 0px !important;
    display: flex;
  }
  .navbar-expand-lg .navbar-nav .dropdown.show .dropdown-menu {
    left: 0;
  }
  .navbar-collapse {
    max-width: 375px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .foot-links {
    flex-direction: column;
    gap: 15px !important;
    align-items: flex-start !important;
  }
  .foot-links-container .foot-links::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #bdbdbd;
    margin-inline: -30px;
    margin-top: 15px;
	margin-bottom: 15px;
  }
  footer .foot-links-wrapper .foot-links-container {
    max-width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-left {
    gap: 30px;
  }
  footer .foot-links-wrapper {
    flex-direction: column-reverse;
  }
    .top-header-mobile .nav-item a {
       margin:0 !important;
    }
  .navbar-nav .nav-item::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #bdbdbd;
    margin-inline: -20px;
  }
	header .navbar .navbar-nav .nav-link::after {
    rotate: -45deg;
}
  header .navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
	  justify-content:space-between;
  }
  .navbar-nav {
    width: 100%;
  }
  .top-header-mobile {
    display: flex;
  }
  .ms-auto {
    margin-left: 0 !important;
  }
  .top-header {
    display: none;
  }
  .resource-wrapper-tab .tab-headers .tab-inner ul {
    gap: 15px;
    padding: 0 20px;
    flex-direction: column;
    margin: 15px 0;
  }
}
@media (width <= 767px) {
.optcard {
    margin-bottom: 10px;
}
 .optcard h5 {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
  }

  .optcard h5::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .optcard h5.active::after {
    transform: rotate(-180deg); /* Arrow up */
  }

  .optcard ul {
    display: none;
    margin-top: 10px;
  }

  .optcard ul.show {
    display: block;
  }
.sr-card .sr-card-ul:last-child {
  display: flex;
  flex-wrap: wrap; 
  flex-direction: row; 
}

.sr-card .sr-card-ul:last-child li {
  flex: 0 0 46% !important; 
  box-sizing: border-box;
}
.tab-headers ul li.active {
    background: var(--lightgray);
}
  .footer-contents {
    flex-direction: column;
    gap: 30px;
  }
  .glossery {
    padding: 50px 0;
  }
  .glossery-wrapper .glossery-header {
    max-width: 100%;
    width: 100%;
  }
  .glossery .glossery-wrapper {
    flex-direction: column;
  }
}
@media (width <= 575px) {

  .banner-wrapper {
    border-radius: 0px !important;
  }
	.trial-banner .container{
		padding:0;
	}
.search-profile {
  background-image: url(https://stg-clinicaltrialspulse-staging.kinsta.cloud/wp-content/themes/beigine/assets/images/bg2.jpg);
  border-radius: 0;
}
.sml-btns {
    flex-direction: column;
}
.mod-btn {
    width: 100%;
}

.nf-field-container {
    margin-bottom: 10px;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 120px;
}
.modal-custom h2 {
    margin-bottom: 25px;
}
.scanner-wrapper {
    padding-bottom: 0px;
}
.scan-part p {
        margin-top: 0px;
    }
.scanner-wrapper {
    margin-top: 0px;
}
    .card-section {
        padding-top: 5px;
    }

}
