:root {
  --primary-color: #f7c413;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #6f7787;
  --heading-color: #040325;
  --active-color: #70c9d5;
  --error-color: #dc3232;
}

/*---------------- INDEX -----------------*/
/* Common Css
/* Header Section
/* Banner Section
/* Goal Section
/* Featured Section
/* Researchers Section
/* Product Placement Section
/* Testimonial Section
/* Our Team Section
/* Newsletter Section
/* Footer
/* Animations
/****** About Us page ******/
/****** Patient page ******/
/* Patient Journey Section
/****** Blog Page ******/
/****** Terms and Condition Page ******/
/****** Inner pages ******/
/****** Event Details page ******/
/****** Institutions page ******/
/****** Advocacy Groups Page ******/
/* Pagination
/* Audio Section


/*---------------- INDEX -----------------*/

/* Common Css */
body {
  font-family: "Poppins", Sans-serif;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: var(--heading-color);
  line-height: 55px;
}

p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
}

.contentful_text iframe {
  width: 100%;
}

.text-underline {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.page-template-default,
body.post-template-default,
body.customPages {
  margin: 0;
}

.blogPostImg img.podcast_feature_image {
  aspect-ratio: auto;
}

.customPages .spaceWrap {
  padding: 40px 0 80px;
}

.customPages .innerContainer {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0;
}

.custombtn.event-btnn {
  padding: 0;
  height: auto;
  line-height: normal;
}

.stakeholders-class.elementor-widget.elementor-widget-heading {
  padding-bottom: 50px;
}

#breadcrumbs span a {
  color: var(--black-color) !important;
  text-decoration: none !important;
  font-weight: 400;
  transition: 300ms ease;
}

#breadcrumbs span>span:first-child {
  padding-left: 0;
}

#breadcrumbs span a:hover {
  color: var(--text-color) !important;
}

#breadcrumbs span {
  color: #0c5b6c;
  font-weight: 600;
}

#breadcrumbs {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 600px;
}

#breadcrumbs>span {
  padding: 0 !important;
}

#breadcrumbs span {
  padding: 0 5px;
}

.archiveBannerSection #breadcrumbs {
  margin: 0 auto 15px;
}

.linkTicket {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}

.homebanner .linkTicket .elementor-button-wrapper,
.patientBanner .linkTicket .elementor-button-wrapper {
  height: 100%;
}

.homebanner .linkTicket .elementor-button-wrapper a,
.patientBanner .linkTicket .elementor-button-wrapper a {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.playstore_button {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 0 16px;
}

.playstore_button a img {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

.playstore_button a:hover img {
  opacity: 1;
}

.stakeholders-class h2.elementor-heading-title {
  background: var(--black-color);
  /* linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);*/
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.custombtn.event-btnn a {
  background-color: var(--primary-color);
  height: 57px;
  padding: 0 44px;
  display: inline-block;
  line-height: 57px;
  border-radius: 70px;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  text-transform: uppercase;
  text-decoration: none;
}

.eventPagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}

.mainCommentForm label,
#commentform span#email-notes,
#commentform .comment-form-cookies-consent {
  display: none;
}

.comment-content span.says {
  display: none;
}

#commentShowMore {
  border: 0;
  outline: 0;
  text-transform: capitalize;
}

.btn-primary a.elementor-button,
.custombtn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.btn-primary .elementor-button:before,
.custombtn:before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
  left: 0;
  right: 0;
  z-index: 0;
  transition: 300ms ease;
  opacity: 0;
  top: 0;
  border-radius: 70px;
}

.btn-primary .elementor-button:hover::before,
.custombtn:hover::before {
  opacity: 1;
}

.headerBtn a {
  transition: 0.4s all;
}

.headerBtn a:hover {
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color) !important;
}

.btn span {
  position: relative;
}

.nav-menu a.elementor-item:after {
  height: 1px;
  background-color: #bec2c9;
}

.elementor-element.fixedIcons.e-flex.e-con-boxed {
  position: fixed;
  top: 53%;
  transform: rotate(-90deg);
  right: 0;
  width: auto;
  height: auto;
}

.fixedIcons .elementor-widget-icon {
  padding: 0 15px;
}

.fixedIcons p {
  color: var(--heading-color);
}

/* Header Section */
.customHeader .menu-item a:after {
  background: var(--active-color);
  bottom: 16px;
}

.customHeader .sub-menu {
  box-shadow: 0px 0px 20px 0px #0403251f;
  background-color: #fffffe;
  border-radius: 12px;
  margin-top: 2px !important;
  padding: 12px !important;
}

.customHeader ul {
  width: 100%;
}

.customHeader ul li:last-child {
  margin-left: auto;
}

.customHeader ul li a {
  cursor: pointer;
}

.customHeader .sub-menu li a {
  color: #425563 !important;
  font-size: 16px !important;
  padding: 12px !important;
  border-radius: 8px;
  border: 0 !important;
  background: transparent;
}

.headerBtn .elementor-button-wrapper {
  display: inline-flex;
}

.Toggleheader .e-n-menu-title {
  padding: 2px 10px !important;
}

.customHeader .sub-menu li a:hover {
  background-color: #f2f3f4 !important;
  color: var(--heading-color) !important;
}

/* ****** */
.customHeader .subArrow .sub-arrow {
  display: none;
}

.subArrow .elementor-item {
  position: relative;
  padding-right: 20px !important;
}

.subArrow .has-submenu:before {
  content: "";
  position: absolute;
  background-image: url("../images/arrow.svg") !important;
  background-repeat: no-repeat;
  right: 0;
  background-color: transparent !important;
  max-width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  left: auto !important;
  background-size: 100%;
  background-position: top 60% right;
}

.subArrow .has-submenu.highlighted:before {
  rotate: 180deg;
  background-image: url("../images/arrow-dark.svg") !important;
}

/* ****** */

.highlighted .sub-arrow {
  transform: rotate(180deg);
  padding: 10px 10px 10px 0px !important;
}

.customHeader .sub-menu:before {
  content: "";
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: -10px;
  transform: rotate(45deg);
  left: 25px;
}

.btn-primary.headerBtn a {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  text-transform: uppercase;
  fill: var(--heading-color);
  color: var(--heading-color) !important;
  background-color: var(--primary-color) !important;
  border-radius: 70px 70px 70px 70px;
  padding: 28px 25px 28px 25px !important;
  text-transform: capitalize;
}

.headerBtn a:after {
  content: none !important;
}

.headerBtn a:hover:after {
  content: none;
}

.resMenu .e-n-menu-title.e-current a {
  color: var(--heading-color) !important;
  position: relative;
}

.resMenu .e-n-menu-title.e-current a:before {
  height: 1px;
  width: 100%;
  background: #bec2c9;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  content: "";
}

.resMenu li a {
  padding: 0 10px;
}

.fixedIcons .elementor-widget-container .elementor-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms ease;
  height: 25px;
}

.fixedIcons .elementor-widget-container .elementor-icon::before {
  opacity: 0;
}

.fixedIcons .elementor-widget-container .elementor-icon:hover::before {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--active-color);
  position: absolute;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 800ms ease;
  opacity: 1;
}

.fixedIcons .elementor-widget-container .elementor-icon:hover i {
  color: var(--white-color);
}

.Toggleheader .e-n-menu-title.e-current {
  position: relative;
}

.Toggleheader .e-n-menu-title.e-current:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d9d9d9;
}

.headerSection {
  position: relative !important;
  z-index: 9 !important;
}

.Toggleheader {
  z-index: 0 !important;
}

.Toggleheader .sub-menu li a {
  padding: 12px 20px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  border: 0;
  background-color: var(--white-color);
}

.Toggleheader .sub-menu {
  border: 1px solid #bec2c9 !important;
  box-shadow: 0px 5px 10px -1px #00000038;
  border-radius: 4px;
  overflow: hidden;
}

.Toggleheader .has-submenu:after {
  background: transparent !important;
}

.Toggleheader .sub-menu li a:hover {
  background: #00000012;
  padding: 12px 20px;
  border: 0;
}

/* Mega Menu */
#myClose {
  display: none;
}

.megaHeader a.menu-image-title-after {
  transition: 600ms ease;
}

.megaHeader a.menu-image-title-after:hover span {
  color: var(--text-color) !important;
}

.leftMegaMenu a {
  transition: 600ms ease;
  text-decoration: none !important;
}

.leftMegaMenu a:hover {
  color: var(--text-color) !important;
  text-decoration: underline;
}

.leftMegaMenu .e-con-boxed {
  min-height: 230px;
}

.menu-item-type-taxonomy {
  transition: 600ms ease;
}

.menu-item-type-taxonomy:hover {
  background: #eaf7f8;
}

.Toggleheader .e-n-menu-dropdown-icon i:before {
  color: #33373d;
}

.Toggleheader .elementor-widget-n-menu .e-n-menu-title.e-current a {
  color: var(--heading-color);
}

.megaMenu>.e-con-inner {
  gap: 50px !important;
  background-color: var(--white-color);
  padding: 30px !important;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 24px rgba(158, 174, 176, 0.2));
  position: relative;
}

.megaMenu>.e-con-inner:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--white-color);
  right: 150px;
  top: -10px;
  transform: rotate(45deg);
}

.leftMegaMenu {
  border-radius: 15px !important;
  background: linear-gradient(180deg,
      rgb(141 212 222) 0%,
      rgb(253 237 184 / 10%) 100%);
  padding: 10px !important;
  max-width: 45%;
}

.rightMegaMenu {
  max-width: 65% !important;
}

.leftMegaMenu a {
  font-size: 17px;
  color: var(--heading-color);
  font-weight: 500;
}

.leftMegaMenu p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: var(--heading-color);
}

.headerMegaMenu,
.megaHeader .e-n-menu-title-container {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}

.megaHeader .e-n-menu-title-container {
  border-bottom: 0 !important;
}

.megaHeader li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  position: relative !important;
  padding-right: 35px !important;
}

.megaHeader .icon-inactive {
  margin-right: 15px;
}

.megaHeader li:before {
  content: "";
  background-image: url("../images/media.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.megaHeader ul {
  gap: 0 !important;
}

.postImg,
.megaHeader .menu-image {
  width: 50px !important;
  height: 50px !important;
  margin-right: 15px;
  border-radius: 6px !important;
  object-fit: cover;
  padding: 0 !important;
}

.megaHeader .e--pointer-underline .elementor-item:after {
  content: none;
}

.megaHeader .menu-image-title .headerMegaMenu a {
  display: inline-block;
}

.headerMegaMenu .elementor-widget-container {
  display: flex;
  align-items: center;
}

.rightMegaMenu h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 8px;
}

.rightMegaMenu article .elementor-post__thumbnail__link a {
  max-width: 50px;
  max-height: 50px;
  margin: 0 !important;
}

.rightMegaMenu article .elementor-post__title a {
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
}

.megaMenu {
  padding: 30px;
  background-color: transparent;
}

.headerMegaMenuWrap .e-con-inner {
  gap: 0 !important;
}

.headerMegaMenu .elementor-widget-container a {
  display: flex;
  flex-flow: wrap;
  color: var(--black-color);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding-block: 12px;
}

.headerMegaMenu .elementor-widget-container a img:not(.megaPlayIcon) {
  flex-basis: 40px;
  width: 50px;
  object-fit: cover;
  border-radius: 5px;
  height: 50px;
}

.headerMegaMenu p {
  flex-basis: calc(100% - 110px);
  font-size: 16px;
  line-height: normal;
  color: var(--black-color);
}

.headerMegaMenu .megaPlayIcon {
  flex-basis: 31px;
}

.header_post .elementor-post__thumbnail__link {
  width: 50px !important;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 0 !important;
}

/* .herobannerSection > .e-con-inner {
  background-image: url("https://staging2.wetrials.com/wp-content/uploads/2024/06/banner-bg-1.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px !important;
} */
.herobannerSection .bannerFirstContent {
  padding-right: 120px;
}

.herobannerSection {
  background-size: 100%;
}

.heroBanner:hover .heroLeftImg {
  transform: translateY(10px);
}

.heroBanner:hover .heroRightImg {
  transform: translateY(-10px);
}

.heroBanner .heroRightImg,
.heroBanner .heroLeftImg {
  transition: 1000ms ease;
}

.heroLeftImg.elementor-widget-image img,
.heroRightImg.elementor-widget-image img {
  box-shadow: 0px 8px 28px 0px #00000026;
  border-radius: 20px;
}

.download-app .elementor-shape svg {
  display: none;
}

.bannerContentWrap {
  width: calc(100% - 440px) !important;
  /* padding-right: 275px !important; */
}

.hero-heading {
  padding-top: 25px;
}

.hero-heading:before {
  content: '';
  background-image: url("https://staging2.wetrials.com/wp-content/uploads/2024/06/vector.png");
  width: 114px;
  height: 9px;
  position: absolute;
  top: 0;
}

.slider_img_container {
  position: relative;
}

.heroButton {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 50px;
}

.elementor .heroButton img {
  box-shadow: 0px 8px 12px 0px #04032514;
  border-radius: 21px !important;
  z-index: 0;
  position: relative;
}

.heroButton>.elementor-widget-container {
  position: relative;
  display: inline-block;
  padding: 10px;
  border-radius: 41px;
  transition: 800ms ease !important;
  top: -22px;
  cursor: pointer;
}

.heroButton>.elementor-widget-container:before {
  content: '';
  background-image: url(https://staging2.wetrials.com/wp-content/uploads/2024/06/Rectangle-55431440.png);
  position: absolute;
  left: 1px;
  right: 1px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  top: 1px;
}

.heroButton>.elementor-widget-container:hover:before {
  background: #BDE8D9;
  border-radius: 41px;
}

.heroButton {
  z-index: 1;
}

.heroIcon .elementor-widget-container {
  box-shadow: 0px 8px 12px 0px #091E4226;
  width: 44px !important;
  height: 44px !important;
  line-height: 62px !important;
}

.heroSlider .elementor-swiper-button svg {
  font-size: 65px;
}

.heroSlider .elementor-swiper-button svg g {
  filter: none;
  fill: transparent;
}

.heroSlider .elementor-swiper-button {
  margin-top: 60px;
  outline: 0;
}

.heroSlider .elementor-swiper-button svg:hover rect {
  fill: #4DA5D6;
}

.heroSlider .elementor-swiper-button svg:hover path {
  fill: #ffffff;
}

.heroBanner .bannerItems .e-con-inner {
  box-shadow: none;
}

.heroBanner .bannerItems .itemText {
  max-width: 100% !important;
}

.heroClinicalTrial .heroIcon .elementor-widget-container {
  box-shadow: none;
}

.heroBanner p {
  font-size: 14px;
  line-height: 20px;
}

.heroBanner .enrollment_ticket .e-con-inner {
  background: #485873;
  padding: 15px;
  border-radius: 12px !important;
}
.heroUserIcon .elementor-widget-container {
    line-height: 50px !important;
}

.bannerItems .elementor-heading-title svg {
  vertical-align: middle;
}

.outer_hero_banner {
  position: relative;
  overflow: hidden !important;
}

.line_animation {
  background: #EAF7F9;
  position: absolute;
  width: 105vw;
  top: 724px;
  transform: rotate(18deg);
  left: -70px;
  height: 1px;
}

.line_animation span {
  width: 120px;
  display: inline-block;
  height: 4px;
  background: #ACDCCC;
  position: absolute;
  top: -2px;
  border-radius: 30px;
  animation: line_animation 5s infinite linear;
}

.first-ticket>.e-con-inner,
.enrollment_ticket>.e-con-inner {
  position: relative;
}

.first-ticket>.e-con-inner:before,
.enrollment_ticket>.e-con-inner:before {
  content: '';
  width: 45px;
  height: 240px;
  position: absolute;
  left: -45px;
  border-top: 3px dashed #BFE7EC;
  border-left: 3px dashed #BFE7EC;
  top: 70px;
}

.first-ticket>.e-con-inner:before {
  border-top-left-radius: 20px;
}

.first-ticket-slide2 >.e-con-inner:before {
  width: 0;
  left: 25px;
  top: 135px;
  height: 160px;
}
.patientHeroBanner .first-ticket-slide2 >.e-con-inner:before {
    width: 0;
    left: 57px;
    top: 134px;
    height: 113px;
}
.ticket-shadow > .e-con-inner{
  box-shadow: 0px 4px 28px 0px #091E4229 !important;
}
.enrollment_ticket>.e-con-inner:before {
  width: 205px;
  height: 60px;
  left: -205px;
  top: 5px;
  border-bottom: 3px dashed #BFE7EC;
  border-top: 0;
  border-bottom-left-radius: 20px;
}
.first-ticket-slide3 .e-con-inner:before {
    left: -300px;
    width: 70px;
    height: 185px;
    top: 135px;
}
.ticket-bg .e-con-inner {
    background-color: #F2FAFB !important;
}
.ticket-bg .enrollment_ticket h2{
  color: #485873 !important;
}
.enrollment_ticket.dark-ticket>.e-con-inner:before {
    top: 23px;
}
.blockLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.blockLink a {
  background: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

.homebanner img {
  object-fit: cover;
  aspect-ratio: 0.91/1;
}

.homebanner .imageShape img {
  min-width: 605px;
  min-height: 660px;
}

.homebanner {
  margin-left: 150px !important;
}

.imageShape {
  background-image: url("../images/shape.svg");
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/shape.svg");
  mask-image: url("../images/shape.svg");
  -webkit-mask-box-image: url("../images/shape.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

/* 
.centerbanner.patientRight.secondHome {
    left: 320px !important;
    top: 160px;
} */

.imageShape.patientBannerShape img {
  min-width: 604px;
  min-height: 617px;
  aspect-ratio: 0.98/1;
}

.faqImgShape .imageShape img {
  min-width: 695px;
  min-height: 618px;
}

.bannerItems a {
  color: var(--text-color);
}

.bannerItems .e-con-inner {
  display: inline-flex !important;
  width: auto;
  border-radius: 24px;
  background: var(--white-color);
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 20px;
  position: relative;
}

.itemText {
  max-width: calc(100% - 50px) !important;
  padding-right: 20px;
}

.itemImg {
  margin-left: 20px;
}

.itemText .elementor-widget-container {
  padding-left: 16px;
}

.itemImg .elementor-widget-container {
  height: 64px !important;
  border-radius: 100px;
  width: 64px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.itemImg .elementor-widget-container svg {
  height: auto !important;
}

.itemText .elementor-widget-container p {
  margin: 0;
  line-height: 24px;
}

.search .gradientText h2.page-title,
.gradientText h2 {
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.paraSpace p {
  margin: 0;
}

.fontMd p {
  font-size: 16px;
  line-height: 28px;
}

/* Goal Section */
.goalSection,
.researchersSection.partnerTogetherSection {
  position: relative;
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
}

.goalSection>.e-con-inner:after {
  content: "";
  background-image: url("../images/Vector-17.svg");
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 242px;
  height: 570px;
  z-index: -1;
}

.goalSection:after {
  content: "";
  background-image: url("../images/Ellipse-110.svg");
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 155px;
  height: 580px;
  z-index: -1;
}

.simplerText h2 span {
  color: var(--active-color);
}

.goalTabs .elementor-tab-title.elementor-active {
  font-weight: 700 !important;
}

.goalTabs .elementor-tab-title.elementor-tab-desktop-title {
  padding: 0;
}

.goalTabs .elementor-tab-title.elementor-active:before {
  width: 82px !important;
  height: 2px !important;
  background-color: var(--active-color) !important;
  display: inline-block !important;
  left: 0;
  top: 85% !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.goalcoltab {
  width: 30%;
}

.goalcolTabcontent {
  width: 70%;
}

.goalWrapper {
  display: flex;
  align-items: center;
  gap: 0 58px;
}

.innergoal {
  display: flex;
}

ol.comment-list div#respond #stars-rating-review {
  display: none !important;
}

.goalcolTabcontent .tabImg img {
  width: 100%;
  border-radius: 0px 130px;
  background: linear-gradient(89deg, #f2c849 -0.13%, #95dcdb 98.89%);
  padding: 0 10px 10px 0;
}

.goalHeading h2 {
  margin-bottom: 6px;
}

.goaltab {
  font-size: 30px;
  font-weight: 400;
  line-height: 88px;
  display: block;
  color: var(--text-color);
  transition: 400ms ease;
  position: relative;
}

.goaltab:hover {
  color: var(--heading-color);
}

.goaltab::before {
  content: "";
  left: 0;
  background: var(--active-color);
  height: 2px;
  width: 125px;
  right: 80px;
  position: absolute;
  bottom: 8px;
  transition: 600ms ease;
  opacity: 0;
}

.goaltab:hover::before {
  opacity: 1;
}

.goaltab.active {
  color: var(--heading-color);
  position: relative;
}

.goaltab.active:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 2px;
  background-color: var(--active-color);
  bottom: 8px;
  opacity: 1;
}

.tabImg {
  width: 55%;
}

.tabContent {
  width: 45%;
}

.tabContent h2 span {
  color: var(--active-color);
}

.custombtn {
  background-color: var(--primary-color);
  height: 57px;
  padding: 0 44px;
  display: inline-block;
  line-height: 57px;
  border-radius: 70px;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  text-transform: uppercase;
  text-decoration: none;
}

.tabContent p {
  margin: 10px 0 40px 0;
}

.tabContent h2 {
  text-transform: capitalize;
}

.innergoal {
  gap: 0 88px;
  align-items: center;
}

.goalHeading {
  margin-bottom: 22px;
}

/* Featured Section */
.post-categories {
  background-color: #f7fafd;
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.08));
  padding: 10px;
  position: relative;
  transition: 600ms ease;
}

.post-categories:hover {
  box-shadow: 0 2px 20px 2px #00000030;
}

.FeaturedPosts {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.FeaturedPosts .Newsletter {
   background: linear-gradient(90deg, rgb(171 255 174) 65%, rgb(166 243 169) 75%);
}

.FeaturedPosts .featured-image {
  position: relative;
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(98 201 212 / 9%);
}

.post-categories .featured-image img {
  height: 100%;
  object-fit: cover;
  transition: 800ms ease;
  aspect-ratio: 1.1/1;
  max-width: 100%;
}

.elementor-element.featuredSection {
  position: relative;
  overflow: hidden;
}

.featuredSection:after {
  content: "";
  background-image: url("../images/feature-bg-left.svg");
  position: absolute;
  left: 0;
  top: 375px;
  width: 395px;
  height: 675px;
  z-index: -1;
}

.featuredSection>.e-con-inner:after {
  content: "";
  background-image: url("../images/feature-bg-right.svg");
  position: absolute;
  right: 0;
  top: -120px;
  width: 375px;
  height: 555px;
  z-index: -1;
}

.FeaturedPosts .featured-image.Video a,
.homeInnerFeature.Video {
  background: linear-gradient(0deg, #bdf2d4 0%, #bdf2d4 100%),
    linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
}

.FeaturedPosts .featured-image.Blog a,
.homeInnerFeature.Blog {
  background: linear-gradient(84deg, #93d8e2 14.39%, #9ee9f3 100%);
}

.FeaturedPosts .featured-image.Article a,
.homeInnerFeature.Article {
  background: linear-gradient(84deg, #5892cd 14.39%, #5892cd 100%);
}

.FeaturedPosts .featured-image a {
  position: absolute;
  top: 15px;
  right: 0;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(0deg,
      var(--primary-color) 0%,
      var(--primary-color) 100%),
    linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  color: var(--heading-color);
  line-height: 8px;
  z-index: 1;
  text-decoration: none;
}

.homeInnerFeature {
  position: absolute;
  top: 25px;
  right: 10px;
  background: linear-gradient(0deg,
      var(--primary-color) 0%,
      var(--primary-color) 100%),
    linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  border-radius: 10px 0px 0px 10px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 8px;
  z-index: 1;
  text-decoration: none;
}

.homeInnerFeature a {
  color: var(--heading-color);
  text-decoration: none;
}

.innerClass {
  display: flex;
}

.post-content h2 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--heading-color);
  font-family: "Poppins";
  text-transform: inherit;
  margin-bottom: 2px;
  /*height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.outerFeaturedHomePage .post-content {
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: auto;
}

.outerFeaturedHomePage .post-content h2 {
  height: auto;
  overflow: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  display: block;
}

.postComments p {
  font-size: 18px !important;
  word-break: break-all;
}

.postComments p a {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
}

.formField .form-submit:hover input {
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
}

.businessList {
  border-radius: 10px;
  background: linear-gradient(180deg, #ebf7f9 0%, #f9faf1 100%);
}

.businessList .productText {
  padding-left: 32px;
  margin: 0;
}

.businessList .productText strong {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  font-family: "Poppins";
}

.businessList .productText img {
  top: 15px;
}

.post-content {
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-content p {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 24px;
  font-family: "Poppins";
}

.featureIcon {
  background-color: var(--active-color);
  border-radius: 100px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.featureIcon a {
  display: inline-flex;
}

.blogPost {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.blogPosts article video {
  max-width: 100%;
}

/* Researchers Section */
.researchersSection {
  background: linear-gradient(180deg, #8dd4de 0%, #fdedb8 100%);
}

.researchersSection:after {
  content: "";
  background-image: url("../images/shapeResearch.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 345px;
  height: 675px;
  background-repeat: no-repeat;
  z-index: -1;
}

.researchersTab .elementor-active {
  font-weight: 600 !important;
}

.researchersSection .elementor-tabs-wrapper .elementor-tab-title {
  border: 0;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 0 35px 18px 25px;
}

.researchersSection .elementor-tabs-wrapper .elementor-tab-title:hover {
  color: var(--heading-color) !important;
}

.researchersSection .researchersTab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  border-bottom: 3px solid var(--black-color);
}

.researchersSection .elementor-tab-content.elementor-active {
  border: 0;
  padding: 0;
  min-height: 600px !important;
}

.researchersTab.elementor-widget-tabs .elementor-tab-title:before,
.researchersTab.elementor-widget-tabs .elementor-tab-title:after {
  border: 0;
}

.researchersTabs {
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-right: 110px;
}

.researchersImg {
  width: 50%;
  position: relative;
}

.researcherContent {
  width: 50%;
}

.researchersTab .elementor-tab-content {
  display: none !important;
}

.rightText {
  padding-left: 125px;
}

.leftText {
  padding-right: 125px;
}

.researchersSection .researchersTab .mainImg {
  width: 100%;
  border-radius: 0px 150px;
}

.outerNavigation {
  text-align: center;
  margin-top: 30px;
}

.outerNavigation button,
.swiper-container-events .swiper-button-next,
.swiper-container-events .swiper-button-prev {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #88d5dc69;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.outerNavigation button i {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: var(--text-color);
}

.topImg,
.bottomImg {
  position: absolute;
}

.topImg {
  top: -62px;
  left: -82px;
}

.researchersSection .researchersTab .bottomImg {
  bottom: -32px;
  right: -40px;
  border-radius: 0px 120px 120px 120px;
  border: 6px solid #d3e4c6;
  background: #e1e7c2;
  max-width: 210px;
  max-height: 210px;
}

.researchersTab .elementor-tabs .elementor-tabs-content-wrapper {
  border: 0;
}

.elementor-77 .elementor-element.elementor-element-7a26ffa.elementor-element .elementor-icon:hover svg {
  fill: #fff;
}

.researcherContent p {
  color: #4d5564;
  margin-bottom: 40px;
}

.researcherContent p:last-child {
  margin-bottom: 0;
}

.researcherContent .btn {
  padding: 0 36px;
}

/* Product Placement Section */
.productPlacement {
  overflow: hidden !important;
}

.productPlacement:after {
  content: "";
  position: absolute;
  top: -95px;
  left: 0;
  width: 363px;
  height: 725px;
  background-image: url("../images/productbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.productPlacement>.e-con-inner:after {
  content: "";
  position: absolute;
  top: -130px;
  right: 0;
  width: 838px;
  height: 1128px;
  background-image: url("../images/productbg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}

.productPlacement .productTabs .elementor-tab-content {
  border: 0;
  padding: 0;
}

.productPlacement .productTabs .elementor-tab-title {
  border: 0;
  padding: 2px 28px 5px 28px;
  border-bottom: 1px solid #d9d9d9;
  transition: 400ms ease;
  cursor: auto;
}

.productTabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  position: relative;
}

.productTabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--active-color);
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 3px 3px 0px 0px;
}

.productPlacement .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  border: 0;
}

.productItems .e-con-inner {
  border-radius: 6px;
  background: var(--white-color);
  box-shadow: -6px -1px 25px 0px rgba(41, 100, 104, 0.1);
}

.productText {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.productText img {
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
}

.productText p,
.productText strong,
.productText {
  line-height: normal;
  display: inline-block;
}

.tabHeight {
  min-height: 200px;
}

.specificationsTab {
  column-count: 2;
  gap: 0 75px;
}

.productTabs .elementor-tabs .elementor-tabs-wrapper {
  margin-bottom: 30px;
}

.productItems .elementor-widget-container {
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  margin-left: 12px;
}

.productItems .elementor-widget-container strong {
  display: block;
  color: #292e37;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 20px;
}

.productItems .elementor-widget-image {
  margin-right: 12px;
}

.productItems .itemImg {
  margin-left: 12px;
  width: 54px;
  height: 54px;
}

.productItems .itemImg .elementor-widget-container {
  width: 54px;
  max-height: 54px;
}

.productTabs .elementor-tab-content .btn {
  margin-top: 40px;
  padding: 0 34px;
}

.productIcon .elementor-widget-container {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.productIcon .elementor-widget-container .elementor-icon {
  vertical-align: middle;
}

.productContentwrap>.e-con-inner {
  margin: 0;
  margin-left: auto;
}

/* Testimonial Section */
.testimonialSection {
  background: linear-gradient(180deg, #8dd4de 0%, #fdedb8 100%);
}

.testimonialSection .elementor-element.Testimonial>.e-con-inner {
  flex-direction: row;
  gap: 0 75px;
  align-items: flex-start;
}

.testimonial .featured-image img {
  width: 100%;
  border-radius: 220px 10px 220px 220px;
  height: auto;
  object-fit: cover;
}

.testimonial {
  display: flex;
  gap: 0 73px;
}

.testimonial .featured-image {
  min-width: 360px;
  position: relative;
  height: auto;
  margin-bottom: 0;
}

.testimonial-description {
  padding-top: 10px;
}

.testimonial .featured-image:before {
  content: "";
  background-image: url("../images/circle.svg");
  width: 122px;
  height: 122px;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 0px;
}

.testimonial-description {
  width: calc(100% - 360px);
  height: 100%;
  padding-top: 20px;
  padding-top: 10px;
}

.testimonialContent {
  width: calc(100% - 383px);
  overflow: hidden;
}

.testimonialSection .Testimonial .testimonialImg {
  min-width: 383px;
}

.testimonial-description h2 {
  font-size: 24px;
  line-height: 55px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 3px;
}

.testimonial-description p {
  color: #4d5564;
}

.testimonialContent .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 100px;
}

.testimonialContent .swiper-pagination-bullet-active {
  background: var(--heading-color);
}

.testimonialContent .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  left: 430px;
  position: relative;
  text-align: left;
  bottom: 95px !important;
}

.testimonialSection .swiper-container-patients {
  padding: 0 30px;
}

.testimonialSection .swiper-button-next:after,
.testimonialSection .swiper-button-prev:after,
.swiper-container-blog .swiper-button-next:after,
.swiper-container-blog .swiper-button-prev:after {
  font-size: 26px;
  color: var(--white-color);
}

.testimonialSection .swiper-button-prev,
.testimonialSection .swiper-button-next,
.swiper-container-blog .swiper-button-prev,
.swiper-container-blog .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  background-color: #88d5dc69;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  outline: 0;
}

.testimonialSection .swiper-button-prev {
  left: 0;
}

.testimonialSection .swiper-button-next {
  right: 0px;
}

/* Our Team Section */
.ourTeam:after {
  border-radius: 0px 310px 40px 0px;
  background: #f7fafd;
  content: "";
  position: absolute;
  left: 0;
  width: 1285px;
  height: 100%;
  z-index: -1;
  top: 0;
}

.team-member-list {
  display: flex;
}

.team-member h2 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins";
  color: var(--heading-color);
  line-height: normal;
}

.team-member p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
}

.teamContent {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teamText {
  color: #8c929f;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

.readBtn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins";
  color: var(--active-color);
  margin-top: 16px;
  display: inline-block;
  position: relative;
  padding-right: 55px;
  text-decoration: none;
  cursor: pointer;
}

.readBtn:before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: var(--active-color);
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
  transition: 600ms ease;
}

.event-slider-content .readBtn:before {
  background: var(--heading-color);
}

.team-member:hover .readBtn:before,
.event-slider-content:hover .readBtn:before {
  right: -40px;
  width: 82px;
}

.team-member-list {
  gap: 0 30px;
}

.team-image {
  border-radius: 4px;
  margin-bottom: 12px;
  background-color: #abedd71a;
  display: flex;
  align-items: center;
}

.team-member .team-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 800ms ease;
  aspect-ratio: 1.27/1;
}

.team-member {
  width: 33.333%;
  position: relative;
}

.team-image {
  overflow: hidden;
}

.team-member:hover .team-image img {
  transform: scale(1.1);
}

/* Newsletter Section */
.newsletterForm {
  width: 100%;
}

.newsletterBg {
  background-size: contain !important;
}

.newsletterWrap .e-con-boxed {
  border-radius: 40px;
  background: #f7fafd;
  padding: 23px 70px;
}

.newsletterForm .form-group {
  border-radius: 100px;
  height: 70px;
  line-height: 70px;
  padding: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.newsletterForm .form-group input {
  height: 100%;
  width: calc(100% - 180px);
  border: 0;
  outline: 0;
  padding: 0 5px 0 25px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.newsletterForm .form-group button {
  outline: 0;
  border: 0;
  font-family: "Poppins";
  padding: 0;
  width: 180px;
  cursor: pointer;
}

.newsletterBg:after,
.newsletterBg>.e-con-inner:after {
  content: "";
  border-radius: 0px 60px;
  background: #fff7dd;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  width: 155px;
  height: 155px;
}

.newsletterBg:after {
  right: -20px;
  top: -20px;
  left: auto;
  bottom: auto;
}

.newletter-form,
.newletter-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000000ab;
  z-index: 9;
}

.newletter-form .modal-content,
.newletter-popup .modal-content {
  max-width: 500px;
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
}

.newsletterBg label.hs-main-font-element {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: var(--error-color);
  display: none;
}

.newsletterBg .hs_error_rollup {
  position: relative;
}

.newletter-form .modal-content label,
.newletter-popup label {
  color: var(--heading-color);
  font-size: 16px;
  margin-bottom: 0;
  display: block;
  line-height: 26px;
}

.newletter-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  width: 100%;
  list-style-type: none;
  text-align: left;
  margin: 0;
}

.newletter-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  position: relative;
}

.newletter-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  width: 100%;
  list-style-type: none;
  text-align: left;
  margin: 0;
  display: block;
  font-size: 12px;
  bottom: 20px;
  padding: 0;
}

.hs_submit.hs-submit {
  position: relative;
}

.newletter-form .hs_submit.hs-submit .actions,
.newletter-popup .hs_submit.hs-submit .actions {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  fill: var(--heading-color);
  color: var(--heading-color);
  background-color: var(--primary-color);
  border-radius: 70px 70px 70px 70px;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.newletter-form .hs_submit.hs-submit .actions input,
.newletter-popup .hs_submit.hs-submit .actions input {
  background: transparent;
  width: 100%;
  border: 0;
  margin: 0;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
  cursor: pointer;
}

.modal-content .close{
  position: absolute;
  right: -14px;
  top: -12px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid #ccc;
  transition: 800ms ease;
  z-index: 1;
}

.newletter-form .modal-content input,
.newletter-popup .modal-content input {
  padding: 0;
}

.newletter-form .hs_submit.hs-submit .actions:before,
.newletter-popup .hs_submit.hs-submit .actions:before {
  opacity: 0;
}

.newletter-popup .hs_submit.hs-submit .actions:hover::before,
.newletter-form .hs_submit.hs-submit .actions:hover::before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
  transition: 300ms ease;
  top: 0;
  border-radius: 70px;
}

.newletter-popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #00000085;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.newletter-popup ul.no-list.hs-error-msgs.inputs-list,
.newletter-popup .hs_error_rollup {
  display: none;
}

.newletter-popup .modal-content {
  max-width: 500px;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
}

.newletter-popup .hs-input.invalid.error,
.newletter-form .hs-input.invalid.error {
  border: 1px solid var(--error-color);
}

.newletter-popup .modal-content input {
  width: calc(100% - 45px);
  padding: 0 25px;
}

.newletter-form .hs_submit.hs-submit:before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
  left: 0;
  right: 0;
  z-index: 0;
  transition: 300ms ease;
  opacity: 0;
  top: 0;
  border-radius: 70px;
}

.hs-form__virality-link {
  display: none;
}

.newsletterForm {
  width: 100%;
}

.newsletterBg form {
  display: flex;
  align-items: center;
  height: 69px;
  background-color: var(--white-color);
  border-radius: 100px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  justify-content: flex-end;
  padding: 5px;
  overflow: hidden;
}

.newsletterBg form .hs-form-field {
  width: 100%;
  height: 100%;
}

.newsletterBg .input {
  height: 100%;
}

.newsletterBg form input {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 25px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  color: var(--text-color);
  outline: 0;
}

.newsletterBg input.hs-button.primary.large {
  padding: 16px 43px;
  background-color: var(--primary-color);
  border-radius: 70px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  font-family: "Poppins";
  cursor: pointer;
}

.newsletterBg input.hs-button.primary.large:hover {
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
}

form input ::placeholder {
  color: #8c929f;
  opacity: 1;
}

form input::-ms-input-placeholder {
  color: #8c929f;
}

/* Footer */
.footerCopyrightContainer .text-underline:hover {
  color: #ffffff !important;
}
.footerCopyrightContainer h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footerCopyrightContainer h5 a{
  color: #9399A7;
}
.footerNavigation ul {
  list-style-type: none;
  padding: 0;
  display: block;
  column-count: 2;
  gap: 0px 40px;
}

.footerHeading>.elementor-widget-container {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px !important;
}

.footerHeading {
  width: 100%;
}

.footerText p {
  color: #9399a7;
}

.socialIcons svg,
.socialIcons i {
  font-size: 26px;
}

.socialContainer a:hover svg path {
  fill: var(--white-color);
}

.footer {
  z-index: 0 !important;
}

.footerMenu .e--pointer-underline .elementor-item:after {
  background-color: #fff;
  height: 2px;
  bottom: -2px;
}

.footerMenu .elementor-nav-menu--main .elementor-nav-menu a {
  display: inline-block;
}

.footerMenuUl ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footerMenuUl ul li {
  margin: 0 !important;
}

.back-to-top {
  display: none;
}

.back-to-top.elementor-align-left .elementor-button {
  width: 55px;
  height: 55px;
  opacity: 0.3;
}

.back-to-top.elementor-align-left .elementor-button:hover {
  opacity: 1;
}

/****** Animations ******/
/* 
.block1 {
    animation: animatepatient1;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes animatepatient1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.block2 {
    animation: animatepatient2;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-delay: 5s;
}

@keyframes animatepatient2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.block3 {
    animation: animatepatient3;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 8s;
    animation-delay: 8s;
}

@keyframes animatepatient3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.block4 {
    animation: animatepatient4;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-duration: 10s;
    animation-delay: 10s;
}

@keyframes animatepatient4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} */

/* Banner Animation */
.bannerAnimation {
  animation: banner-animation 15000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes banner-animation {
  0% {
    top: 0px;
    left: 0px;
  }

  25% {
    top: 0px;
    left: 50px;
  }

  50% {
    top: 100px;
    left: 100px;
  }

  75% {
    top: 50px;
    left: 0px;
  }

  100% {
    top: 0px;
    left: 0px;
  }
}

/* Goal Section*/
.goalcolTabcontent .tab-content {
  animation: animateGoals;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes animateGoals {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

/* Feeatued tab post */
.post-categories,
.comment-list li {
  animation: animateGoals;
  animation-timing-function: ease;
  animation-duration: 1.5s;
}

@keyframes animateGoals {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* Researchers Section */
.leftanimate .researchersImg {
  animation: animateResearch;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  transition: 800ms ease;
}

@keyframes animateResearch {
  0% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
  }
}

.leftanimate .researcherContent {
  animation: animateResearchContent;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  transition: 800ms ease;
}

@keyframes animateResearchContent {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
  }
}

.rightanimate .researchersImg {
  animation: rightanimateResearch;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  transition: 800ms ease;
}

@keyframes rightanimateResearch {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
  }
}

.rightanimate .researcherContent {
  animation: rightanimateResearchContent;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  transition: 800ms ease;
}

@keyframes rightanimateResearchContent {
  0% {
    transform: translateX(100px);
    opacity: 0.3;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* Goal Section*/
.heroButton img {
  animation: heroButtonShadow 3s infinite;
  animation-timing-function: ease;
}

@keyframes heroButtonShadow {
  0% {
    box-shadow: 0px 8px 12px 0px #04032514;
  }

  25% {
    box-shadow: 0 1px 7px 5px #bde8d966;
  }

  50% {
    box-shadow: 0px 3px 2px 7px #bde8d966;
  }

  75% {
    box-shadow: 0 5px 12px 10px #bde8d966;
  }

  100% {
    box-shadow: 0px 8px 12px 0px #04032514;
  }

}

.moveAnimation {
  animation: moveAnimation 3s infinite linear;
  transition: 1000ms ease;
}

@keyframes moveAnimation {
  0% {
    margin: 0 0;
  }

  50% {
    margin: 8px 0;
  }

  100% {
    margin: 0 0;
  }

}



@keyframes line_animation {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}



/* Product Placement */
.productTabs .elementor-tab-content,
.faqWrap .elementor-tab-content {
  animation: animateProduct;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes animateProduct {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

/* Social Icons */
.fixedIcons .elementor-widget-container .elementor-icon:hover {
  animation: animatesocial;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes animatesocial {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.newsletterBg input.hs-button.primary.large:hover,
.formField .form-submit:hover input,
.newletter-form .hs_submit.hs-submit .actions,
.newletter-form {
  animation: animateform;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes animateform {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.pressTabs .ui-tabs .ui-tabs-panel {
  animation: yearTabs;
  animation-timing-function: ease;
  animation-duration: 1s;
}

@keyframes yearTabs {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.headerSection .eicon-close {
  animation: closeBtn;
  animation-duration: 1s;
}

@keyframes closeBtn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/** Event Tab CSS start */
.events_tabs li:not(:last-child) {
  margin-right: 25px !important;
}

.events_tabs li {
  font-size: 20px;
  color: #cfd9e4;
  display: inline-flex;
}

.events_tabs li.active {
  color: var(--text-color);
}

.pressWrap.eventWrap {
  flex-flow: wrap;
  transition: 800ms ease;
}

.event-post-month-date {
  background: #f7fafd;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  display: flex;
  border-radius: 50%;
  font-size: 16px;
  padding: 0 12px;
  color: #afb3bc;
  flex-flow: wrap;
  width: 90px;
  height: 90px;
  line-height: normal;
  margin-top: 6px;
}

.event-post-month-date span {
  display: block;
  font-size: 16px;
  flex-basis: 100%;
  text-align: center;
  color: var(--text-color);
  line-height: 1;
  font-weight: 600;
}

.event-post-month-date>* {
  text-align: center;
}

.event-post-month-date em {
  font-style: inherit;
  line-height: normal;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
}

.event-post-wrap {
  flex-basis: calc(100% - 100px);
}

#tab-past .event-post-wrap {
  flex-basis: calc(100% - 130px);
}

#tab-past .event-post-month-date {
  width: 110px;
  height: 110px;
}

.event-post-title {
  color: var(--text-color);
  font-size: 18px;
}

.event-post-content {
  font-size: 15px;
  color: #b0b4bc;
}

ul.events_tabs li {
  cursor: pointer;
}

.custombtn span a {
  color: var(--heading-color);
  text-decoration: none;
}

/** Event Tab CSS end */
/****** About Us page ******/
.whoWeAre p {
  margin-bottom: 10px;
}

.swiper-container-events .swiper-button-next,
.swiper-container-events .swiper-button-prev {
  z-index: 1;
}

.visionTabs h4 {
  line-height: normal;
  margin-top: 0;
}

.pressBg span.swiper-pagination-bullet {
  background: var(--primary-color);
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  opacity: 0.6;
}

.pressBg span.swiper-pagination-bullet-active {
  opacity: 1;
}

.event-slider-content .readBtn {
  color: var(--heading-color);
  display: inline-block;
}

.pressBg .swiper-pagination {
  bottom: 0 !important;
}

.eventPopup .modal-content {
  max-width: 666px;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
}

.eventPopup .popup-content {
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white-color);
}

.eventModalContent {
  padding: 20px 40px;
}

.eventBannerImg {
  position: relative;
}

.eventBannerImg:before {
  content: "";
  background: linear-gradient(180deg,
      rgba(40, 40, 40, 0) 38.02%,
      rgba(27, 27, 27, 0.9) 87.5%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}

.popup-address {
  padding: 0 !important;
}

.pop-extra-data span svg {
  margin-right: 4px;
  vertical-align: text-top;
}

.pop-extra-data span {
  color: #cbced3;
  font-size: 16px;
  font-weight: 500;
  padding-right: 25px;
}

.pop-extra-data {
  position: absolute;
  bottom: 0;
  padding: 0 40px 20px;
}

.outerAboutEvent img {
  max-width: 100%;
}

.eventModalContent p,
.pop-small-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.eventModalContent h1 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 10px 0;
}

.eventModalContent h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--heading-color);
  margin: 0 0 10px 0;
}

.eventModalContent li {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: var(--text-color);
}

.eventModalContent ol,
.eventModalContent ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-bottom: 15px;
}

.tab-event-content>div:hover .pressWrap.eventWrap {
  background: rgb(112 201 213 / 10%);
}

.tab-event-content {
  display: none;
}

.tab-event-content.active {
  display: block;
}

.tab-event-content>div {
  position: relative;
  transition: 800ms ease;
}

.event-anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.aboutContent p {
  padding-right: 30px;
}

.pressBg .swiper-container-events {
  overflow: hidden;
  position: relative;
}

.pressBg .swiper-wrapper img {
  max-width: 100%;
  object-fit: cover;
  /*aspect-ratio: 0.74/1;*/
  aspect-ratio: 0.9/1;
  transition: 600ms ease;
  display: block;
}

.event-slider-content {
  position: absolute;
  bottom: 30px;
  width: 500px;
  border-radius: 0px 20px;
  background: rgba(112, 201, 213, 0.92);
  right: -20px;
  padding: 30px;
  z-index: 999;
}

.event-slider-content h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: var(--white-color);
  line-height: 36px;
  margin-bottom: 12px;
}

.event-content-info {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--white-color);
}

.pressBg .swiper-slide {
  position: relative;
  border-radius: 20px 0px 20px 250px !important;
  overflow: hidden;
}

.swiper-slide-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.pressBg .swiper-slide:hover img {
  transform: scale(1.1);
}

.roundWetrial {
  top: 160px;
}

.elementorCustomTab .elementor-tab-content.elementor-active {
  display: block !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus{
  color: var(--black-color);
  text-decoration: none;
  cursor: pointer;
}

.about-close:hover,
.about-close:focus{
  color: var(--black-color);
  text-decoration: none;
  cursor: pointer;
}

.videoBtn {
  background-color: var(--white-color);
  width: 41px !important;
  height: 41px !important;
  line-height: 41px;
  position: absolute;
  border-radius: 100px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.outerTeamSocial {
  position: relative;
  display: inline-block;
  margin: 0 20px 0px 0;
  max-width: 350px;
}

.teamSocial {
  text-align: center;
  padding: 18px 0 0;
}

.teamSocial a:hover svg path {
  fill: #0c5b6c;
}

.teamSocial a svg path {
  fill: var(--active-color);
  margin: 0 10px;
  transition: 400ms ease;
}

.teamSocial p {
  display: inline-block;
  margin-right: 4px;
}

.teamSocial svg {
  width: 20px;
  margin: 0 5px;
  vertical-align: sub;
}

.aboutSection .visionTabs .elementor-tabs-wrapper {
  border: 0;
  padding: 0px;
  border-bottom: 1px solid #d9d9d9 !important;
  transition: 400ms ease;
  margin-bottom: 34px;
}

.border-img img {
  border: 4px solid var(--white-color) !important;
  border-bottom: 0 !important;
}

.aboutSection .visionTabs .elementor-tab-title {
  padding: 5px 26px;
  transition: 600ms ease;
}

.aboutSection .visionTabs .elementor-tab-title.elementor-active {
  font-weight: 600 !important;
}

.productTabs.visionTabs .elementor-tab-content {
  padding: 0;
}

.visionTabs .elementor-tab-content h2 {
  margin-bottom: 11px;
}

.visionTabs .productText strong {
  font-weight: 600;
}

.visionContent {
  margin-top: 15px;
}

.aboutTeam .about-team-member-list {
  display: grid;
  gap: 30px;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
}

.aboutTeam .team-member {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.aboutTeam .team-image {
  margin: 0 auto;
  border-radius: 200px;
  overflow: hidden;
  margin-bottom: 12px;
  width: 150px;
  height: 150px;
}

.aboutTeam .team-image img {
  aspect-ratio: 1/1;
  transform: none !important;
}

.aboutTeam .team-member p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 24px;
}

.aboutTeam .team-member .readBtn {
  margin-top: 10px;
}

.aboutTeamWrap {
  position: relative;
}

.outerPopup,
.outerPopupHome {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.aboutTeamWrap:after {
  content: "";
  background-image: url("../images/teambg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  right: 0;
  position: absolute;
  width: 330px;
  left: auto;
  bottom: 0;
  height: 770px;
  pointer-events: none;
}

.aboutTeamWrap>.e-con-inner {
  position: relative;
}

.aboutTeamWrap .e-con-inner {
  position: static;
}

.aboutTeamWrap>.e-con-inner:after {
  content: "";
  background-image: url("../images/teambg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  left: 0;
  position: absolute;
  width: 500px;
  right: auto;
  top: 0;
  height: 937px;
  pointer-events: none;
}

.teamPopupContent .modal-content {
  width: 1000px;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.teamPopupContent .modal-content h2 {
  text-align: center;
}

.teamPopupContent .appendTeamData {
  display: flex;
}

.teamPopupContent .modal-content img {
  box-shadow: 2px 4px 10px 4px #00000047;
  border-radius: 6px;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}

.teamPopupContent .modal-content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.teamPopupContent .modal-content p {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.teamPopupContent .modal-content .about-close{
  position: absolute;
  right: -14px;
  top: -12px;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid #ccc;
  transition: 800ms ease;
}

.teamPopupContent .modal-content p {
  text-align: left;
}

.downloadBtn {
  vertical-align: middle;
  margin-right: 5px;
}

.pressTabs ul {
  background: transparent;
  border: 0;
  padding: 0 0 41px 0 !important;
}

.pressTabs ul li.ui-tabs-tab {
  background: transparent;
  border: 0;
}

.pressTabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: #cfd9e4;
  font-size: 20px;
  font-weight: 400;
  padding: 0 40px 0 0 !important;
  line-height: 30px;
  font-family: "Poppins";
}

.pressWrap .post-thumbnail {
  min-width: 60px;
  min-height: 60px;
}

.pressTabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: var(--text-color);
}

.pressTabs .ui-widget-content,
.pressTabs .ui-tabs .ui-tabs-panel {
  padding: 0;
  background: transparent;
  border: 0 !important;
}

.pressWrap {
  background-color: var(--white-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 8px 12px 0px #00000014;
  border-radius: 10px;
  padding: 15px 20px 15px 15px;
  position: relative;
}

.pressWrap a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pressContent {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-color);
  margin-right: auto;
  padding-left: 15px;
  font-family: "Poppins";
  width: 100%;
}

.pressContent span {
  display: block;
  color: #bec2cc;
}

.pressDate {
  font-size: 32px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 32px;
  font-family: "Poppins";
  text-align: center;
  margin-left: 22px;
}

.pressDate span {
  display: block;
  color: #afb3bc;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.pressBg:after {
  content: "";
  position: absolute;
  background-image: url("../images/pressbg.svg");
  width: 484px;
  height: 484px;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.pressBg .elementor-element.elementor-element-f88e325.elementor-widget.elementor-widget-shortcode {
  position: relative;
}

.pressBg .elementor-element.elementor-element-f88e325.elementor-widget.elementor-widget-shortcode:after {
  content: "";
  border-radius: 0px 270px;
  background: #6eced7;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: -1;
  width: 350px;
  height: 350px;
}

/********** Patient page **********/
.w-auto {
  width: auto !important;
}

.bannerItems.w-auto {
  width: auto !important;
}

.mobile-controls {
  display: none;
  position: absolute;
  /* top: 45%; */
  /* transform: translateY(-45%); */
  max-width: 100px;
  width: 100%;
  bottom: 0;
  right: 0;
}

.mobile-controls button img {
  width: 12px;
}

.mobile-controls button i {
  font-family: "Font Awesome 5 Free";
  font-style: inherit;
  font-size: 26px;
  color: var(--heading-color);
}

.mobile-controls button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #88d5dcd1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-controls button[disabled] {
  background: #88d5dc69;
}

.mobile-controls button .prev-btn {
  position: absolute;
  left: 0;
}

.mobile-controls button.next-btn {
  right: 0;
  position: absolute;
}

.patientBannerShape {
  background-image: url("../images/patient-shape.svg");
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/patient-shape.svg");
  mask-image: url("../images/patient-shape.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-box-image: url("../themes/wetrials/assets/images/patient-shape.svg");
}

.serviceLink {
  position: static !important;
}

.serviceLink a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  cursor: pointer;
}

.serviceWraper:hover {
  box-shadow: none !important;
  box-shadow: 0 2px 16px 2px #00000033 !important;
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
}

.width-230 {
  --content-width: 230px !important;
}

.width-300 {
  --content-width: 300px !important;
}

.width-400 {
  --content-width: 400px !important;
}

.width-500 {
  --content-width: 500px !important;
}

.width-265 {
  --content-width: 265px !important;
}

.width-210 {
  --content-width: 210px !important;
}

.width-220 {
  --content-width: 220px !important;
}

.width-176 {
  --content-width: 176px !important;
}

.width-280 {
  --content-width: 280px !important;
}
.bannerItems.width-265.customTicket .e-con-inner {
    --content-width: 280px !important;
}
.width-210 .itemImg>.elementor-widget-container,
.width-220 .itemImg>.elementor-widget-container {
  width: 50px;
  height: 50px !important;
  margin-right: 12px;
}

.width-210 .itemImg,
.width-220 .itemImg {
  margin-left: 11px;
}

.patientSecond .itemImg {
  margin-left: 11px;
}

.patientSecond .itemText {
  width: 100% !important;
}

.patientSecond>.elementor-widget-container {
  width: 50px;
  height: 50px !important;
  margin-right: 12px;
}

.width-210 .itemText .elementor-widget-container,
.width-220 .itemText .elementor-widget-container {
  padding-left: 0;
}

.bannerItems.width-210 .e-con-inner,
.bannerItems.width-220 .e-con-inner {
  padding: 10px 0;
  line-height: 25px;
}

.width-210 .itemText,
.width-220 .itemText {
  padding-right: 11px;
}

.faqWrap .elementor-tab-content {
  border: 0 !important;
  padding: 0 10px 30px 0 !important;
}

.faqWrap .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.faqImgShape .imageShape {
  background-image: url("../images/faqShape.svg");
  -webkit-mask-image: url("../images/faqShape.svg");
  -webkit-mask-image: url("../images/faqShape.svg");
}

.itemImg .elementor-icon {
  vertical-align: middle;
}

.accessText p {
  line-height: 24px;
  font-size: 15px;
}

.patientBanner>.e-con-inner::after {
  background: rgba(149, 220, 219, 0.3);
  top: 40px;
}

.patientBanner::after {
  right: 0;
}

.productPlacement.patientPlacement:after {
  content: none;
}

.productPlacement.patientPlacement>.e-con-inner:after {
  background-image: url("../images/paitientimg-1.svg");
  left: 0;
  right: auto;
  width: 601px;
  height: 1005px;
  top: 30px;
}

.patientSlider .testimonialContent {
  width: 100%;
}

.patientSlider .swiper-slide {
  display: flex;
  gap: 0 30px;
  padding-bottom: 75px;
}

.patientSlider .testimonial-description {
  width: 100%;
}

.patientSlider .testimonialPatients {
  display: flex;
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  align-items: start;
  min-height: 300px;
}

.patientSlider .testimonialPatients .featured-image {
  max-width: 80px;
  max-height: 80px;
  margin-right: 18px;
  border-radius: 10px;
  overflow: hidden;
}

.patientSlider .testimonialPatients .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patientSlider .testimonial-description h2 {
  font-size: 20px;
  line-height: normal;
}

.patientSlider .testimonial-description p {
  font-size: 16px;
  line-height: 28px;
}

.patientSlider .testimonialContent .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
}

.filterHeading {
  text-align: left;
}

.popularCategories {
  padding-bottom: 100px;
}

.popularCategories .category-link,
.popularCategories .category-link1,
.taxonomy-tags-slider-item .taxonomy-tags-link {
  border: 1px solid #d1d6d5;
  padding: 6px 20px;
  width: 230px;
  text-align: center;
  position: relative;
  /*transition: 800ms ease;*/
  transition: 500ms ease;
  border-radius: 70px;
  display: flex;
  align-items: center;
}

.popularCategories .category-image {
  max-width: 40px;
}

.popularCategories .category-link.active {
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.popularCategories .category-link1.active,
.taxonomy-tags-slider-item .taxonomy-tags-link.active,
.taxonomy-tags-slider-item .taxonomy-tags-link:hover {
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
}

.taxonomy-tags-slider-item .taxonomy-tags-link:hover {
  color: var(--black-color);
}

.popularCategories .category-link1.active h4 {
  color: var(--black-color);
}

.popularCategories.custominnerTabs {
  padding-top: 20px;
  justify-content: space-between;
  gap: 0 20px;
}

.popularCategories .category-list {
  gap: 0 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 71px;
}

.popularCategories .category-item h4,
.taxonomy-tags-slider-item .taxonomy-tags-link {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  color: #666666;
}

.taxonomy-tags-slider-item .taxonomy-tags-link.active {
  color: var(--black-color);
}

.popularCategories .category-link.active .filterHeading h4,
.popularCategories .category-link1.active .filterHeading h4 {
  color: var(--heading-color);
}

.popularCategories .category-item p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 24px;
}

.popularCategories .category-image-container {
  margin-right: 20px;
  display: flex;
}

.contactUsWrap {
  position: relative;
}

.contactUsWrap:after {
  content: "";
  background-image: url("../images/conatctbg.svg");
  width: 468px;
  height: 468px;
  position: absolute;
  right: 0;
  left: auto;
  top: -210px;
  z-index: -1;
}

.contactUsWrap .e-con-inner {
  background-color: #f7fafd;
  border-radius: 20px 20px 20px 250px;
}

.contactImg {
  overflow: hidden;
  border-radius: 20px 0px 0px 250px;
}

.contactImg img {
  aspect-ratio: 0.67/1;
}

.contactUsWrap .e-con-inner {
  gap: 0 60px;
}

.patientsContact input,
.patientsContact textarea,
.newletter-form .modal-content input,
.newletter-form select,
.newletter-popup input,
.newletter-popup select {
  height: 50px;
  border: 1px solid #e0e3e7;
  border-radius: 100px;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  font-family: "Poppins";
  margin-bottom: 15px;
  width: 100%;
  outline: none;
}

.newletter-form select,
.newletter-popup select {
  background: transparent;
}

.patientsContact .wpcf7-not-valid-tip {
  display: none;
}

form .wpcf7-not-valid {
  border: 1px solid var(--error-color) !important;
}

.patientsContact textarea {
  height: 120px;
  border-radius: 20px;
  resize: none;
}

.contactbtn {
  background: var(--primary-color);
  color: var(--heading-color);
  width: auto;
  position: relative;
  display: inline-block;
  height: 57px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: normal;
  align-items: center;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 100px;
  overflow: hidden;
}

.contactbtn:before {
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
  left: 0;
  right: 0;
  z-index: 0;
  transition: 300ms ease;
  opacity: 0;
  top: 0;
}

.contactbtn:hover::before {
  opacity: 1;
}

.contactbtn p,
.contactbtn p input {
  background: transparent;
  border: 0;
  height: 100%;
}

.contactbtn p {
  height: 100%;
}

.contactbtn .form-submit input {
  background: transparent;
}

.comment-form .contactbtn {
  margin-top: 10px;
}

.postComments #stars-rating-review {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.postComments #stars-rating-review .comment_box_head {
  color: var(--text-color);
}

.postComments .gglcptch {
  margin-top: 10px !important;
}

.contactbtn input {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: unset;
  font-family: "Poppins";
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
}

.contactDetails strong,
.contactDetails a {
  color: var(--text-color);
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins";
  word-break: break-all;
  padding-right: 15px;
}

.contactDetails p {
  font-size: 16px;
  font-weight: 300;
}

/* Patient Journey Section */
.strokeWrap {
  background: linear-gradient(180deg, #eee 0%, #ccc 100%);
  filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.13));
  width: 94px;
  height: 94px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  line-height: 94px;
  top: 50%;
  transform: translateY(-50%);
}

.strokeWrap:after {
  content: "";
  background: linear-gradient(180deg, #ccc 0%, #eee 100%);
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.strokeWrap span {
  width: 65px;
  height: 65px;
  background: linear-gradient(164deg,
      #e3e3e3 -3.01%,
      var(--white-color) 99.38%);
  display: block;
  line-height: 63px;
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bottomArrow:before,
.topArrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: -2;
}

.topArrow:before {
  top: -5px;
}

.outerStroke {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.outerStroke:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #f6f6f6;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.innerConnects.patientJourneyCol {
  min-width: 25%;
  margin: 0 auto;
  padding-top: 0;
}

.innerConnects.patientJourneyCol:after {
  content: none;
}

.outerConnects.patientJourney {
  gap: 0;
}

.patientJourneyCol:first-child .outerStroke::after {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.patientJourneyCol:last-child .outerStroke::after {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Stroke Colors */
.greenStroke .strokeWrap {
  background: linear-gradient(180deg, #60dfcd 0%, #4fc8b7 100%);
  outline-color: #60dfcd;
}

.greenStroke .strokeWrap:after {
  content: "";
  background: linear-gradient(180deg, #4fc8b7 0%, #60dfcd 100%);
}

.greenStroke span {
  color: #4fc8b7;
}

.greenStroke .strokeWrap:before {
  background-color: #4fc8b7;
}

.greenStroke:after {
  background: #51c9b8;
}

.yellowStroke .strokeWrap {
  background: linear-gradient(180deg, #ffcc1c 0%, #d7ab12 100%);
  outline-color: #ffcc1c;
}

.yellowStroke .strokeWrap:after {
  content: "";
  background: linear-gradient(180deg, #d7ab12 0%, #ffcc1c 100%);
}

.yellowStroke span {
  color: #d7ab12;
}

.yellowStroke .strokeWrap:before {
  background-color: #ffcc1c;
}

.yellowStroke:after {
  background: var(--primary-color);
}

.blueStroke .strokeWrap {
  background: linear-gradient(180deg, #74b0ed 0%, #4a84bf 100%);
  outline-color: #74b0ed;
}

.blueStroke .strokeWrap:after {
  content: "";
  background: linear-gradient(180deg, #4a84bf 0%, #74b0ed 100%);
}

.blueStroke span {
  color: #4a84bf;
}

.blueStroke .strokeWrap:before {
  background-color: #4a84bf;
}

.blueStroke:after {
  background: #5892cd;
}

.dgreenStroke .strokeWrap {
  background: linear-gradient(180deg, #1cae5d 0%, #0c7c3e 100%);
  outline-color: #1cae5d;
}

.dgreenStroke .strokeWrap:after {
  content: "";
  background: linear-gradient(180deg, #0c7c3e 0%, #1cae5d 100%);
}

.dgreenStroke span {
  color: #0c7c3e;
}

.dgreenStroke .strokeWrap:before {
  background-color: #1cae5d;
}

.dgreenStroke:after {
  background: #0d8944;
}

.patientJourney h3 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  margin-bottom: 4px;
}

.outerConnects.patientJourney p {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.videoBtn svg {
  vertical-align: middle;
}

.journeyContent {
  margin: 0 auto;
  padding: 0 22px;
}

.bottomText {
  padding-top: 80px;
}

.topText {
  padding-bottom: 80px;
}

/* Patient Journey Section End */

.contactUsWrap .wpcf7-response-output {
  border: 0 !important;
  color: var(--error-color);
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  width: 100% !important;
  position: absolute;
}

.newsletterBg .hs_error_rollup label {
  position: absolute;
  color: var(--error-color);
  width: 100%;
  left: auto;
  bottom: -30px;
  right: 0;
  text-align: right;
  display: none;
}

.newsletterBg .hs_error_rollup li {
  list-style: none;
}

.submitted-message p {
  color: var(--black-color);
  font-size: 17px;
  font-weight: 600;
}

/********** Blog Page ***********/
.blogPosts {
  display: flex;
  gap: 0 135px;
  padding: 0 !important;
  width: 100%;
}
/*Patch*/
/*Patch*/
.swiper-container-blog .swiper-wrapper{
      position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.single-pagee span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  margin-right: 4px;
}

.single-pagee a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 4px;
}

.single-pagee a:hover i {
  color: #0c5b6c;
  transition: 400ms ease;
}

.single-pagee a svg {
  width: 25px;
  vertical-align: middle;
}

.single-pagee a svg path {
  transition: 600ms ease;
}

.single-pagee a:hover svg path {
  fill: #0c5b6c;
}

.single-pagee a i {
  font-size: 25px;
  color: #6ec1e4;
  vertical-align: middle;
}

.single-pagee {
  margin-top: 40px;
}

.single-pagee a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.swiper-container-blog .swiper-button-next {
  right: 0;
}

.swiper-container-blog .swiper-button-prev {
  left: 0;
}

.swiper-container-blog .swiper-button-prev,
.swiper-container-blog .swiper-button-next {
  top: 60%;
  width: 50px;
  height: 50px;
}

.swiper-container-blog .swiper-button-prev:after,
.swiper-container-blog .swiper-button-next:after {
  font-size: 22px;
}


/*Patch*/
.swiper-container-blog .swiper-wrapper{
      position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.entry-content.disclaimer-content{ margin: 50px 0; }
.entry-content.disclaimer-content p{ font-size:14px; }

.download-button-section {
    margin: 30px 0;
}
		
.blogSlider {
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  width: 100%;
}

.blogSingle .blogSlider a {
    display: block;
}

.blogSlider a {
  display: block;
  text-decoration: none;
  padding: 40px 0;
}

.swiper-container-blog {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 50px;
}

.blogSlider img {
  margin-bottom: 20px;
  max-width: 40px;
}

.padding40{
  padding: 40px !important;
}
.noshow{
    display: none !important;
}

.novpatch{
    max-width: 100% !important;
}

.innerC{
  max-width: 1362px !important;
    margin: 0 auto;
    padding: 10px;
}  


.category-image-container.whiteIcon {
  display: none;
}

.postContents .category-item .category-link.active .category-image-container.whiteIcon {
  display: block;
}

.postContents .category-item .category-link.active .category-image-container.gradientIcon {
  display: none;
}

.blogPosts article {
  min-width: calc(100% - 485px);
}

.blogPosts article:before {
  content: "";
  width: 410px;
  height: 410px;
  border-radius: 410.387px;
  background: rgba(149, 220, 219, 0.3);
  filter: blur(122px);
  position: absolute;
  left: -100px;
  /* top: -50px; */
  z-index: -1;
}

.megaHeader .menu-image-title {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.megaHeader a.menu-image-title-after {
  padding: 10px !important;
}

.blogPostImg,
.blogPostVideo {
  margin-bottom: 40px;
  position: relative;
  padding: 20px 0;
  display: inline-flex;
}

.blogPostImg:before,
.blogPostVideo:before {
  content: "";
  border-radius: 6px;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  max-width: 450px;
  min-width: 250px;
  width: 100%;
  height: 100%;
  right: -20px;
  top: 0px;
  position: absolute;
  z-index: -1;
}

.blogPostVideo:before {
  left: -20px;
  height: 50%;
  bottom: 0;
  top: auto;
}

.blogPostImg img,
.blogPostVideo img {
  object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 1.95/1;
}

.blogPosts article p,
.blogPosts article li,
.contentful_desc p,
.contentful_desc li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: var(--text-color);
}

.blogPosts article .gradientText h2 {
  font-size: 28px;
  line-height: 60px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 36px;
}

.blogPosts .custom-sidebar {
  min-width: 350px;
  display: flex;
}

.archiveBannerSection {
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.imageArchive {
  margin-bottom: 10px;
}

.archiveBannerSection .gradientText {
  margin-bottom: 6px;
}

.custom-sidebar {
  position: relative;
}

.custom-sidebar:after {
  content: "";
  width: 405px;
  height: 405px;
  border-radius: 410.387px;
  background: #bdf2d44d;
  filter: blur(122px);
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  z-index: -1;
  left: auto;
}

.blogPosts .gradientText h2 {
  margin-bottom: 15px;
}

.blogPosts img {
  max-width: 100%;
}

.blogPosts .postDate {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
  display: flex;
  align-items: center;
}

.blogPosts .postDate svg {
  margin-right: 10px;
}

.blogPosts header {
  margin-bottom: 45px;
}

.blogPosts .postDate i {
  display: inline-flex;
}

.custom-sidebar h2 {
  font-size: 24px;
  color: var(--text-color);
  line-height: normal;
  margin-bottom: 30px;
}

.recentPosts {
  padding-top: 10px;
}

.tagsCard p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: inline;
}

.descLastTag {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

strong.descLastTag,
strong.descLastTag a {
  color: var(--text-color);
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}

.recentPostWrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 27px;
}

.recentPostWrap:hover .tagsCard h4 a {
  color: #333333;
}

.recentPostWrap .featured-image {
  width: 80px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}

.recentPostWrap .featured-image a {
  display: flex;
  align-items: center;
}

.recentPosts .postDate {
  font-size: 14px;
}

.recentPostWrap .tagsCard h4 {
  margin: 0;
}

.recentPostWrap .featured-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.recentPostWrap .tagsCard h4 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  transition: 800ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recentPostWrap .tagsCard {
  margin-top: -5px;
  width: calc(100% - 95px);
}

.postTags {
  padding-top: 5px;
}

.postTags a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  text-decoration: none;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0 10px 10px 0;
  background-color: #ebf3fc;
  border-radius: 6px;
  display: inline-block;
  transition: 400ms ease;
}

.postTags a:hover {
  background-color: var(--text-color);
  color: #ebf3fc;
}

.relatedArticles {
  display: flex;
  gap: 0 60px;
  padding: 90px 0 84px 0;
}

.outer-related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}

.related-post .related-post-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
}

.related-post-thumbnail img {
  aspect-ratio: 1.27/1;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.related-post .related-post-thumbnail img {
  transition: 800ms ease;
}

.related-post:hover .related-post-thumbnail img {
  /*transform: scale(1.1);*/
}

.related-post-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  text-decoration: none;
}

.postContact {
  max-width: 280px;
  width: 100%;
}

.outer-related-posts {
  max-width: calc(100% - 280px);
  width: 100%;
}

.postContact h2 {
  margin-bottom: 15px;
}

.related-post:hover .readBtn:before {
  width: 82px;
  right: -40px;
}

.related-post .postDate {
  margin: 12px 0;
  color: var(--text-color);
}

.related-post .postDate svg {
  vertical-align: middle;
}

.related-post-content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 7px;
}

.related-post-content .readBtn {
  margin: 0;
}

.embedded-asset-block-video-outer {
  margin-bottom: 50px;
}

.embedded-asset-block-video-outer .plyr--video.plyr--hide-controls .plyr__controls {
  transform: translateY(10%);
}

.embedded-asset-block-video-outer .plyr__video-wrapper {
  position: relative;
  overflow: inherit;
}

.embedded-asset-block-video-outer .plyr__video-wrapper:before {
  content: "";
  border-radius: 6px;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  max-width: 450px;
  min-width: 250px;
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}

.embedded-asset-block-video-outer .plyr.plyr--full-ui.plyr--video {
  overflow: inherit;
}

/* Comments section */
.postComments {
  border-radius: 20px;
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
  padding: 50px;
  margin-top: 60px;
}

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

.stars-avg-rating {
  display: none;
}

.logged-in-as,
.logged-in-as a {
  display: inline-block;
  padding-left: 10px;
  color: var(--heading-color);
  font-size: 16px !important;
  font-family: "Poppins";
  margin-bottom: 0 !important;
}

.logged-in-as {
  margin-bottom: 10px !important;
  padding-left: 0;
}

#stars-rating-review {
  display: inline-block;
}

.selectWrap:before {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  pointer-events: none;
}

.selectWrap {
  position: relative;
}

.logged-in-as a {
  padding: 0;
  text-decoration: none;
}

select#orderDropdown {
  background-color: var(--white-color);
  height: 50px;
  border: 0;
  padding: 0 25px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-color);
  font-family: "Poppins";
  width: 170px;
  line-height: 24px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.comment-body {
  display: flex;
  border-top: 1px solid #e0e3e7;
  padding: 20px 0;
  width: 100% !important;
  align-items: flex-start;
}

.comment-body .comment-meta {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  border-radius: 100px;
  overflow: hidden;
}

.comment-content {
  width: calc(100% - 90px);
  position: relative;
}

.cld-like-dislike-wrap {
  margin-bottom: 0;
}

.comment-list {
  padding: 30px 0 0 0;
  margin: 0;
}

.comment-list li {
  list-style-type: none;
}

.comment-author.vcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-content a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
  text-decoration: none;
  word-break: break-all;
  display: block;
  padding-right: 95px;
}

.blogPosts .comment-content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 32px;
  margin-bottom: 0;
}

.cld-like-wrap.cld-common-wrap a,
.comment-reply-link,
.comment-reply-login {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  padding: 0 !important;
  display: inline-block !important;
}

.comment-reply-title {
  display: none;
}

.comment-form-comment {
  height: 100%;
  border: 0;
  margin-bottom: 0;
}

.rating-stars {
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: 0;
}

.blogPosts .comment-form-comment textarea {
  height: 200px;
  border: 0;
  resize: none;
  width: 100%;
  line-height: 30px;
  padding: 0 20px;
  outline: none;
  color: #8c929f;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.outerCommentForm input {
  height: 45px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  outline: none;
  color: #8c929f;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  width: -webkit-fill-available;
}

.blogPosts .comments-title h2 {
  font-size: 32px;
  color: var(--heading-color);
}

.outerCommentForm p {
  width: 50% !important;
  overflow-x: hidden;
  border-radius: 5px;
}

.outerCommentForm {
  gap: 15px;
  display: flex;
  overflow: hidden;
}

.outerCommentForm p::-webkit-scrollbar {
  display: none;
}

.mainCommentForm .comment-form-comment {
  display: flex;
  width: 100%;
}

.mainCommentForm {
  display: flex;
  flex-direction: column-reverse;
}

.blogPosts .formField {
  border-radius: 100px;
  background: var(--white-color);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  height: 30px;
  overflow: hidden;
  padding-right: 5px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.form-submit {
  width: 150px;
  margin-bottom: 0 !important;
}

.form-submit .submit {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  fill: var(--heading-color);
  color: var(--heading-color);
  background-color: var(--primary-color);
  border-radius: 70px 70px 70px 70px;
  padding: 0 43px;
  border: 0;
  height: 60px;
  text-transform: uppercase;
  cursor: pointer;
}

.comment-content .cld-like-count-wrap.cld-count-wrap {
  margin-left: 2px;
  font-weight: 700;
}

.comment-form-comment {
  width: calc(100% - 150px);
  margin-bottom: 0 !important;
}

.form-submit {
  width: 150px;
}

.required-field-message {
  display: none;
}

.related-post {
  position: relative;
}

.postLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blogSingle {
  border-top: 1px solid #e5ebf3;
  padding-top: 60px;
}

.category-blog .contentful_desc strong,
.category-blog .contentful_desc h1,
.category-blog .contentful_desc h2,
.category-blog .contentful_desc h3,
.category-blog .contentful_desc h4,
.category-blog .contentful_desc h5,
.category-blog .contentful_desc h6 {
  color: var(--text-color);
  padding: 0;
}

.postContents.popularCategories .category-link {
  border-radius: 70px;
  background: #eef7f6;
  border: 0;
  text-decoration: none;
  width: auto;
}

.postContents .category-item {
  min-width: 230px;
}

.postContents .category-item .category-link.active {
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
}

.postContents .category-item.default-selected .category-link.active h4 {
  color: var(--heading-color);
  font-weight: 600;
}

.blogHeading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}

.innerBlogHeading {
  width: 50%;
}

.blogSort {
  width: 50%;
  display: flex;
  gap: 0 20px;
  justify-content: flex-end;
}

.sortWrap {
  display: flex;
  align-items: center;
}

.blogSearch {
  border: 1px solid #e0e3e7;
  border-radius: 70px;
  height: 50px;
  line-height: 50px;
  width: 220px;
}

.blogSearch {
  transition: all ease 0.3s;
}

.blogSearch:has(input:focus) {
  border-color: #f2c300;
}

.sortWrap .selectWrap:has(select:focus) {
  border-color: #f2c300;
}

.search-form {
  height: 100%;
  padding: 0 20px;
}

.search-form label {
  border: 0;
  height: 100% !important;
  display: flex;
  outline: 0;
  align-items: center;
}

.titlesm {
  font-size: 30px;
}

.sortWrap label {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: var(--text-color);
  margin-right: 10px;
}

.search-form label input {
  outline: 0;
  border: 0;
  padding: 0;
  height: 100%;
  padding-left: 10px;
  font-family: "Poppins", Sans-serif;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sortWrap .selectWrap {
  border: 1px solid #e0e3e7;
  border-radius: 70px;
  height: 50px;
  line-height: 50px;
  width: 170px;
}

.sortWrap .selectWrap select {
  border: 0;
  height: 100%;
  background: transparent;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", Sans-serif;
}

.innerBlogHeading h2 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 6px;
}

.categoryWrap {
  padding-bottom: 80px;
}

.categoryWrap .gradientText h2 {
  margin-bottom: 7px;
}

/* Terms and Condition Page */
.terms-of-use .innerContainer,
.privacy-statement .innerContainer,
.wetrials-hipaa-notice-of-privacy-practices .innerContainer,
.california-and-state-law-privacy-notice .innerContainer {
  max-width: 1060px;
}

.terms-conditions .entry-header h1,
.privacy-policy .entry-header h1,
.glossary .entry-header h1,
.hipaa-notice-of-privacy-practices .entry-header h1 {
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 !important;
  padding-bottom: 10px;
}

.contentful_desc h1,
.contentful_desc h2,
.contentful_desc h3,
.contentful_desc h4,
.contentful_desc h5,
.contentful_desc h6 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
  padding: 25px 0 5px 0;
  font-weight: 600;
  color: var(--text-color);
  line-height: normal;
  display: block;
}

.contentful_desc h5 {
  font-size: 19px;
}

.contentful_desc h4 {
  font-size: 21px;
}

.contentful_desc h3 {
  font-size: 23px;
}

.contentful_desc h2 {
  font-size: 26px;
}

.contentful_desc h1 {
  font-size: 32px;
}

.contentful_desc p {
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
}

.contentful_desc iframe {
  max-width: 100%;
  width: 100%;
}

p:empty {
  display: none;
  margin: 0;
}

#ms_avp .device-player-skin.emjs-playlist li:before {
  display: none;
}

.contentfull-table td,
.contentfull-table th {
  border: 1px solid var(--text-color) !important;
  border-spacing: 0;
  padding: 10px 12px;
}

.contentfull-table th {
  white-space: nowrap;
  padding: 15px 12px;
  background-color: #eee;
  color: var(--heading-color);
}

.contentfull-table td {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.contentfull-table {
  border-collapse: collapse;
  margin: 30px 0;
}

.blogPosts article p.recaptcha-error-message {
  color: rgb(220, 50, 50) !important;
  font-size: 14px !important;
}

/* Inner pages */

.single-pagee.social-share-buttons {
  display: flex;
}

.social_iconns {
  padding-left: 10px;
}

.social_iconns a {
  padding-bottom: 10px;
  padding-right: 4px;
}

.toolTipText {
  background-color: var(--heading-color);
  color: var(--white-color);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  white-space: nowrap;
  top: -40px;
  visibility: hidden;
}

.social-share-buttons a:hover .toolTipText {
  visibility: visible;
}

.social-share-buttons a {
  text-decoration: none;
  position: relative;
}

.social_media_icon {
  display: inline-block;
}

.social_media_icon_on_hover {
  display: none;
}

.single-pagee.social-share-buttons a:hover .social_media_icon {
  display: none;
}

.single-pagee.social-share-buttons a:hover .social_media_icon_on_hover {
  display: inline-block;
}

.single-pagee.social-share-buttons a img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}

/* .single-pagee.social-share-buttons a img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.single-pagee.social-share-buttons a {
    position: relative;
    max-width: 30px;
    height: 30px;
    width: 100%;
    vertical-align: middle;
} */

.outerPostDetails {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.postAuthor {
  display: flex;
  align-items: center;
  color: var(--text-color);
}

.postAuthor a {
  display: flex;
  align-items: center;
  color: var(--text-color);
  text-decoration: none;
}

.postAuthor a:hover {
  color: var(--black-color) !important;
}

.postAuthor img {
  border-radius: 100px;
  margin-right: 10px;
  max-width: 40px;
  max-height: 40px;
}

.glossary-search-row {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  align-items: flex-start;
}

.glosarry-search input {
  background-color: var(--white-color);
  border: 1px solid #e0e3e7;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  outline: none;
  text-transform: capitalize;
}

p.glossary-result-found {
  text-transform: capitalize;
}

p.glossary-result-found span {
  font-weight: 700;
}

.glosarry-alphabet-filter ul li.glossary-backto {
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  /*text-transform: uppercase;*/
  background-color: var(--primary-color);
  border-radius: 35px;
  padding: 8px 15px 8px 15px;
  font-size: 14px !important;
  color: var(--black-color) !important;
}

.glosarry-alphabet-filter ul li.glossary-backto:hover {
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
}

.glosarry-search li:hover {
  background-color: #e5e5e5;
}

.glosarry-alphabet-filter {
  min-width: calc(100% - 300px);
}

.glosarry-search {
  min-width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

#glosarry-search-results {
  position: absolute;
  background-color: var(--white-color);
  list-style-type: none;
  padding: 0px;
  margin: 0;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  top: 50px;
}

.glosarry-search li {
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  cursor: pointer;
  cursor: pointer;
  text-transform: capitalize;
  padding: 5px 8px;
  border-bottom: 1px solid #e0e3e7;
}

.glosarry-alphabet-filter ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-flow: wrap;
  gap: 10px 25px;
}

.glosarry-alphabet-filter ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  color: var(--active-color) !important;
  font-weight: 600;
  transition: 600ms ease;
  font-size: 16px;
}

.glosarry-alphabet-filter ul li:hover {
  color: #333333 !important;
}

.left-hidden {
  display: none;
}

li.glosarry-alphabet.active {
  color: #333333 !important;
}

.sectionbPadding {
  padding-bottom: 80px;
}

.searchResult .FeaturedPosts {
  grid-template-columns: repeat(4, 1fr);
}

.innerClass .post-content p {
  font-size: 15px;
  line-height: 24px;
  /*height: 48px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.customPages h1.entry-title {
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 40px;
  margin: 0;
  line-height: 55px;
  font-weight: 600;
}

.popularCategories.custominnerTabs.taxonomy-tagss .category-item.swiper-slide {
  width: auto !important;
  height: auto;
}

.popularCategories.custominnerTabs .category-list {
  justify-content: flex-start;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-x: scroll;
  position: relative;
}

.taxonomy-tags-slider-item {
  margin-right: 10px;
  display: inline-block;
}

button.slick-prev,
button.slick-next {
  display: none !important;
}

.custominnerTabs a {
  width: auto !important;
  text-decoration: none;
  justify-content: center;
}

.custominnerTabs {
  padding-bottom: 0;
}

.outerTeamContent {
  max-width: calc(100% - 350px);
  margin-left: 15px;
}

.custominnerTabs ::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}

.back_iconn {
  position: absolute;
  top: 45px;
  left: 45px;
}

.back_iconn a {
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 600ms ease;
}

.back_iconn a:hover {
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
}

.taxonomy-tagss .slick-dots {
  display: none !important;
}

.taxonomy-tagss-slider-container {
  max-width: 60%;
  float: left;
  padding-right: 15px;
}

/*.taxonomy-tagss-slider-container .taxonomy-tagss-slider{
    margin-right: -10px;
}*/
.popularCategories .blogSort {
  display: flex;
  max-width: 40%;
  width: auto;
}

.taxonomy-tagss .category-list {
  margin: 0;
}

.taxonomy-tagss {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.back-to-learning-center {
  margin-left: auto;
  position: relative;
}

.back-to-learning-center:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 10px;
  left: -20px;
  background-color: var(--white-color);
  top: -15px;
  filter: blur(6px);
}

.back-to-learning-center a {
  color: #666666;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 600ms ease;
}

.back-to-learning-center a:hover {
  color: var(--black-color);
}

.back-to-learning-center a img {
  margin-right: 10px;
}

.leftbar {
  max-width: 350px;
  width: 100%;
  display: inline-block;
}

.rightWrap {
  max-width: calc(100% - 385px);
  display: inline-block;
}

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

.leftbar ul li {
  padding: 5px 20px 5px 0;
  margin-bottom: 10px;
  border-radius: 2px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 600ms ease;
}

.leftbar ul li.active,
.leftbar ul li:hover {
  color: var(--active-color);
}

.rightWrap {
  padding-left: 30px;
}

.glossaryContent .contentful_desc>strong {
  padding-top: 0;
}

.glossaryContent {
  display: flex;
  align-items: flex-start;
}

.glossary .entry-header h1 {
  padding-bottom: 30px !important;
}

.glossaryContent ::-webkit-scrollbar {
  width: 10px;
}

.glossaryContent .rightWrap::-webkit-scrollbar {
  width: 0;
}

.glossaryContent ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.glossaryContent ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.glossaryContent ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.custominnerTabs ::-webkit-scrollbar-thumb {
  background: #888;
}

.custominnerTabs ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Event Details page */
.eventDetailSection {
  position: relative;
  padding: 20px 0 60px 0;
}

.eventDetailSection:before {
  content: "";
  position: absolute;
  border-radius: 410.387px;
  background: rgba(149, 220, 219, 0.3);
  filter: blur(122px);
  top: 0;
  left: 0;
  width: 410px;
  height: 410px;
}

.eventdetailBanner {
  position: relative;
  max-width: 100%;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0px 0px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.eventdetailBanner:before {
  content: "";
  border-radius: 405.298px;
  background: rgba(189, 242, 212, 0.3);
  filter: blur(122px);
  position: absolute;
  right: -110px;
  bottom: -255px;
  width: 405px;
  height: 405px;
  z-index: -1;
}

.eventBannerContent:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg,
      rgb(141 212 222 / 60%) 0%,
      rgb(253 237 184 / 90%) 100%);
}

.eventPressTag.eventTag,
.eventBannerContent .eventPressTag.eventTag {
  background: #56bbc8;
  color: var(--white-color);
}

.innerEventBanner {
  border-radius: 0px 20px 0px 0px;
  background: lightgray -174.542px -38.611px / 140.856% 112.157%;
  width: 50%;
  max-height: 500px;
  overflow: hidden;
  z-index: 0;
}

.innerEventBanner img {
  display: block;
  width: 100%;
}

.outerEventDEtail {
  border-radius: 20px;
  background-color: #f7fafd;
}

.eventDescription h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: var(--text-color);
}

.eventDescription p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-color);
  margin: 0 0 20px 0;
}

.eventDescription {
  padding: 30px 40px 40px 40px;
}

.eventDescription ul li span,
.eventDescription ul li a,
.eventDescription ul li p,
.eventDescription-inner p a,
.eventDescription-inner li {
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 400;
}

.eventDescription ul li a:hover {
  color: #333333;
}

.eventDescription-inner a,
.blogPosts p a,
.eventModalContent a,
.contentful_desc a {
  color: var(--active-color) !important;
  text-underline-offset: 3px;
  text-decoration: none;
}

.eventDescription-inner a:hover,
.blogPosts p a:hover,
.eventModalContent a:hover {
  text-decoration: underline !important;
}

.eventModalContent .custombtn {
  color: var(--heading-color) !important;
  text-decoration: none !important;
  text-underline-offset: unset;
  margin-top: 15px;
}

.eventDescription ul span {
  min-width: 200px;
  display: inline-block;
}

.eventDescription ul li p {
  display: inline-block;
}

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

.eventDescription-inner ul {
  list-style-type: disc;
  padding: 0 0 0 11px;
}

.eventDescription li {
  padding-bottom: 5px;
}

.eventSlider {
  padding-top: 30px;
}

.eventSlider .swiper-wrapper {
  padding-top: 20px;
}

.outerNavs {
  position: absolute;
  top: 12px;
  left: auto;
  right: 0;
  width: 100px;
}

.eventSlider .swiper-slide {
  display: inline-flex;
}

.eventSlider .swiper-slide img {
  border-radius: 10px;
  max-width: 100%;
}

.outerNavs .swiper-button-prev:after,
.outerNavs .swiper-button-next:after {
  font-size: 20px;
  color: #a3aab9;
  font-weight: 600;
}

.eventSlider {
  padding-top: 20px;
}

.eventSlider h3 {
  margin: 0;
}

.eventBannerContent h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--heading-color);
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.eventBannerContent p {
  font-size: 18px;
  font-weight: 400;
  color: #4d5564;
  line-height: normal;
  z-index: 1;
  position: relative;
}

.eventBannerContent {
  padding: 40px 10px 35px 40px !important;
  width: 50%;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.eventTag {
  font-size: 12px;
  text-align: center;
  padding: 4px 5px;
  color: var(--heading-color);
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 0px 10px 10px 0px;
  margin-top: 0;
  margin-left: -16px;
}

/* Institutions page */

.bannerShadow {
  overflow: unset;
  position: relative;
}

.bannerShadow:after {
  content: "";
  background-image: url("../images/Shadow.png");
  background-size: 110%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  right: -30px;
  top: -20px;
  bottom: -80px;
  z-index: -1;
}

.researchersTab.partnerTogetherTabs .elementor-tab-title.elementor-active {
  font-weight: 600;
}

.researchersTab.partnerTogetherTabs .elementor-tab-title {
  padding: 8px 0;
  border-bottom: 0;
}

.researchersTab.partnerTogetherTabs .elementor-tabs-wrapper {
  justify-content: space-between !important;
  border-bottom: 1px solid #dae5e6;
}

.partnerTogetherTabs .researchersTabs {
  padding-top: 45px;
  padding-right: 0;
}

.partnerTogetherSection:after {
  content: none;
}

.patientEnroll:after {
  background: #f7c41314 !important;
  left: 15%;
  right: auto !important;
  bottom: 0;
  top: auto !important;
}

.patientEnroll>.e-con-inner:after,
.patientEnroll:after {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 440.387px;
  background: rgba(189, 242, 212, 0.3);
  filter: blur(122px);
  position: absolute;
  right: 15%;
  top: 10%;
  z-index: -1;
}

.researchersTab.partnerTogetherTabs .topImg,
.researchersTab.partnerTogetherTabs .bottomImg,
.researchersTab.partnerTogetherTabs .entered {
  position: absolute;
}

.researchersSection .researchersTab.partnerTogetherTabs .mainImg {
  position: relative;
  border-top-left-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
  border: 8px solid #fff;
  border-radius: 0;
  max-width: 96%;
}

.researchersTab.partnerTogetherTabs .topImg {
  top: -35px;
  right: -50px;
  left: auto;
}

.researchersSection .researchersTab.partnerTogetherTabs .bottomImg {
  bottom: -85px;
  top: auto;
  background: transparent;
  border: 0;
  max-width: 180px;
  left: -70px;
  z-index: -1;
}

.researchersTab.partnerTogetherTabs .researcherContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 20px;
}

.researchersTab.partnerTogetherTabs .researcherContent li {
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.researchersTab.partnerTogetherTabs .researcherContent li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #70c9d5;
  border-radius: 100px;
  left: 0;
  top: 10px;
}

.researchersTab.partnerTogetherTabs .rightanimate .researcherContent {
  padding-right: 80px;
  width: 65%;
}

.researchersTab.partnerTogetherTabs .researcherContent li strong {
  color: #040325;
}

.researchersTab.partnerTogetherTabs .researcherContent h2 {
  font-size: 24px;
  font-weight: 700;
  color: #040325;
  line-height: 36px;
  margin-bottom: 28px;
}

.we-logo {
  z-index: 1;
  left: -65px;
  top: -5px;
}

.partnerTogetherTabs .researchersImg {
  max-width: 35%;
  padding-top: 20px;
}

.partnerTogetherTabs .researchersImg br {
  display: none;
}

.researchersSection.partnerTogetherSection .elementor-tab-content.elementor-active {
  min-height: 500px !important;
}

.contactImgWrap img {
  background: linear-gradient(296.04deg, #8dd4de 0%, #f9d042 100%);
  padding: 0 0 10px 10px;
}

.contactUsWrapper>.e-con-inner {
  background: linear-gradient(180deg, #e8f7f8 0%, #fffbf1 100%);
  padding: 50px 100px 50px 70px !important;
  border-radius: 20px;
}

/* Advocacy Groups Page */
.advocacyMainImg>.elementor-widget-container:before {
  content: "";
  position: absolute;
  background-image: url("../images/tabCommon2.png");
  width: 175px;
  height: 175px;
  z-index: -1;
  top: -60px;
  right: -40px;
}

.advocacyMainImg>.elementor-widget-container:after {
  content: "";
  position: absolute;
  background-image: url("../images/tabCommon1.png");
  width: 175px;
  height: 175px;
  z-index: -1;
  bottom: -90px;
  left: -80px;
}

.advocacyMainImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  background-image: url("../images/sectionLogo-1.png");
  width: 200px;
  height: 133px;
}

.advocacyMainImg>.elementor-widget-container {
  border: 0;
}

.advocacyMainImg img {
  border: 10px solid #ffffff !important;
  border-top-left-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

.contactImgWrapWe-logo>.elementor-widget-container {
  position: relative;
  display: inline-block;
}

.contactImgWrapWe-logo>.elementor-widget-container:before {
  content: "";
  position: absolute;
  background-image: url("../images/sectionLogo.png");
  left: -95px;
  top: -20px;
  z-index: 1;
  width: 200px;
  height: 110px;
}

.advocacyGroup .researchersTabs {
  padding: 40px 80px 0;
}

.customBannerImg .bottomImg {
  left: 160px !important;
}

.advocacyGroup .researchersImg {
  max-width: 40%;
}

.advocacyGroup .researcherContent {
  padding-right: 200px !important;
  max-width: 60%;
}

.customBannerImg .mainImg img {
  border-radius: 80px 0 80px 0 !important;
  border: 8px solid #ffffff;
}

.customBannerImg .topImg {
  right: -220px;
}

.advocacySection:after {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 440.387px;
  background: #f7c41314;
  filter: blur(122px);
  position: absolute;
  right: -120px;
  top: 110px;
  z-index: -1;
}

.advocacyWrap {
  background: linear-gradient(180deg,
      rgba(232, 247, 248, 0.6) 0%,
      rgba(233, 247, 248, 0.4) 5.09%,
      rgba(243, 249, 245, 0) 48.28%,
      rgba(254, 251, 241, 0.5) 97.49%,
      #fffbf1 100%);
}

.yellowBgCircle {
  overflow: unset !important;
}

.yellowBgCircle:after {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 400px;
  background: #f7c41314;
  filter: blur(122px);
  position: absolute;
  left: -250px;
  top: 310px;
  z-index: -1;
}

.yellowBgCircle>.e-con-inner:after {
  top: -130px !important;
  left: auto;
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 400px;
  background: #88e3d914;
  filter: blur(122px);
  position: absolute;
  right: -480px;
  z-index: -1;
}

.greenBgCircle:after {
  content: "";
  left: auto;
  right: -290px;
  top: 200px;
}

.greenBgCircle>.e-con-inner:after {
  right: auto;
  left: -240px;
  content: "";
  top: 450px !important;
}

.advocacyWrap {
  overflow: hidden !important;
}

.advocacyGroup .researcherContent.leftText {
  font-weight: 400;
}

.advocacyGroup .researcherContent .btn {
  margin-top: 36px;
}

.advocacyWrap p {
  font-size: 16px;
  line-height: 28px;
}

.customBannerImg .mainImg {
  width: auto;
}

.commitmentSection p {
  font-size: 16px;
  padding-right: 100px;
}

/* clinical Page */
.outerConnects .boxWrap {
  max-width: 56px;
  max-height: 56px;
  line-height: 56px;
  border-radius: 16px;
  outline: 1.5px dashed #d4d6db;
  background: #eee;
  outline-offset: 8px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #ffffff;
}

.outerConnects h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #040325;
  margin-bottom: 12px;
}

.outerConnects p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #62717a;
}

.outerConnects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 50px;
  overflow-y: hidden;
  overflow-x: auto;
}

.innerConnects {
  text-align: center;
  position: relative;
  min-width: 200px;
  padding-top: 15px;
}

.innerConnects:last-child:after {
  content: none;
}

.clicnicalSlider>.elementor-widget-container {
  height: auto !important;
}

.clicnicHeading h2 {
  font-weight: 700;
}

.innerConnects:after {
  content: "";
  position: absolute;
  background-image: url("../images/connect1.svg");
  width: 165px;
  height: 15px;
  top: 40px;
  right: -110px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.innerConnectsnone:after {
  content: none;
}

.signup:after {
  background-image: url("../images/connect2.svg");
}

.enroll:after {
  background-image: url("../images/connect3.svg");
}

.boxWrap.skyClr {
  background-color: #70c9d5;
}

.boxWrap.yellowClr {
  background-color: #f7c413;
}

.boxWrap.blueClr {
  background-color: #4da5d6;
}

.boxWrap.greenClr {
  background-color: #80d7b6;
}

.sharingStories {
  overflow: hidden !important;
}

.sharingStories .yellowBgCircle>.e-con-inner:after {
  right: 0;
}

.researchersTab.partnerTogetherTabs.supportYou .elementor-tabs-wrapper {
  justify-content: center !important;
  gap: 0 80px;
}

.dottedElements>.elementor-widget-container {
  display: inline-block;
  position: relative;
}

.dottedElements>.elementor-widget-container:before,
.dottedElements>.elementor-widget-container:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  background-image: url("../images/Vector1.png");
  width: 92px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.dottedElements>.elementor-widget-container:after {
  right: auto;
  left: -50px;
  width: 120px;
  height: 90px;
  bottom: -33px;
  top: auto;
  background-image: url("../images/Vector2.png");
  z-index: -1;
}

.rightLeaf:after,
.leftLeaf:after {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background-image: url("../images/enhance1.png");
  right: -70px;
  top: -60px;
  left: auto;
  border: 0;
  z-index: -1;
}

.leftLeaf:after {
  right: auto;
  left: -75px;
  top: auto;
  bottom: -90px;
  background-image: url("../images/enhance2.png");
}

.boostEnrollment>.e-con-inner {
  max-width: 56% !important;
}

.enhanceText .elementor-heading-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}

.enhanceText .elementor-heading-title span {
  display: inline-block;
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enhanceText {
  background: linear-gradient(180deg,
      rgba(215, 237, 238, 0.5) 0%,
      rgba(252, 242, 217, 0.5) 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}

.iconShape>.elementor-widget-container:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #c5ece5;
  border-radius: 100px;
  right: 0;
}

.iconShape img {
  position: relative;
}

.yellowShape>.elementor-widget-container:before {
  background-color: #fcf0cc;
}

.purpleShape>.elementor-widget-container:before {
  background-color: #cee0f1;
}

.boostEnrollment .serviceWraper {
  box-shadow: 0px 8px 28px 0px #0000001a !important;
}

.boostEnrollment:after {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 440.387px;
  background: #f7c41314;
  filter: blur(122px);
  position: absolute;
  left: 0;
  bottom: -180px;
  z-index: -1;
}

.boostEnrollment>.e-con-inner:after {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 440.387px;
  background: #88e3d914;
  filter: blur(122px);
  position: absolute;
  right: 0;
  top: -180px;
  z-index: -1;
}

.outerConnects::-webkit-scrollbar {
  display: none;
}

.outerConnects .mobile-controls {
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.eventBannerContent .eventTag h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.eventBannerContent .eventTag {
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
  padding: 5px 20px;
  background: linear-gradient(88deg,
      #96dcda -2.05%,
      var(--primary-color) 100.39%),
    var(--primary-color);
}

/* Pagination */
.basic-pagination {
  text-align: center;
  margin-top: 80px;
}

.basic-pagination a.activee {
  border-radius: 6px;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  font-weight: 600;
  color: var(--text-color);
}

.basic-pagination a {
  width: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #b1b9c9;
  text-decoration: none;
  margin: 0 10px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

.basic-pagination ul.paginationBlog .active a {
  border-radius: 6px;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  font-weight: 600;
  color: var(--text-color);
}

.basic-pagination ul.paginationBlog {
  font-size: 20px;
  font-weight: 400;
  color: #b1b9c9;
  text-decoration: none;
  margin: 0 10px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 50px;
  list-style-type: none;
}

.basic-pagination ul.paginationBlog li {
  margin: 0 15px;
}

.basic-pagination [aria-hidden] {
  font-size: 30px;
  color: var(--text-color);
}

.paginationArrow {
  margin: 0 !important;
  padding: 0 40px;
}

.wetrial-pagination a,
.wetrial-pagination span {
  width: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #b1b9c9;
  text-decoration: none;
  margin: 0 5px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  transition: 800ms ease;
}

.wetrial-pagination a:hover,
.wetrial-pagination .next.page-numbers:hover,
.wetrial-pagination .prev.page-numbers:hover {
  color: var(--black-color);
}

.wetrial-pagination .next.page-numbers,
.wetrial-pagination .prev.page-numbers {
  width: 45px;
  font-size: 30px;
  line-height: 36px;
  color: var(--text-color);
  vertical-align: sub;
  transition: 800ms ease;
}

.wetrial-pagination {
  margin: 10px 0;
  text-align: center;
}

.wetrial-pagination span.current {
  border-radius: 6px;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  font-weight: 600;
  color: var(--text-color);
}

.pagination-dots {
  margin-top: 10px;
}

.pagination-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 5px;
  cursor: pointer;
}

.pagination-dots .active {
  background-color: #333;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

.search .gradientText h2.page-title {
  margin-bottom: 7px;
}

.error-404.not-found {
  text-align: center;
  padding: 20px 0 80px 0;
}

.error-404.not-found img {
  width: 40%;
  margin-bottom: 20px;
}

.error-404.not-found .gradientText h2 {
  margin-bottom: 7px;
}

.tag .searchResult .FeaturedPosts {
  grid-template-columns: repeat(4, 1fr);
}

/* Audio Section */
.audioContent {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg,
      rgb(141 212 222 / 18%) 0%,
      rgb(253 237 184 / 18%) 100%);
  padding: 30px;
  border-radius: 20px;
}

.audioContent audio {
  width: 100%;
}

.blogAudioImg {
  max-width: 200px;
}

.blogAudioImg img {
  height: auto;
}

.audioSection {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.audioSection .audioDesc p {
  font-size: 18px;
  line-height: 30px;
}

.audioTitle {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 5px;
}

.audioData {
  margin-bottom: 25px;
}

.audioBar {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.audioBar p {
  margin: 0 !important;
  font-size: 14px !important;
}

.audioBar i svg {
  width: 14px;
  vertical-align: sub;
  margin-right: 2px;
  fill: none;
}

.audioBar svg {
  fill: rgb(100, 194, 202);
  margin-right: 6px;
  font-size: 14px;
}

.audio-player {
  height: 50px;
  width: 100%;
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: var(--white-color);
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
  grid-template-rows: 6px auto;
  border-radius: 100px;
}

.audio-player .timeline {
  background: var(--white-color);
  width: 82%;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  top: 22px;
  box-shadow: 0 2px 10px 0 #0008;
}

.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}

.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}

.audio-player .controls>* {
  display: flex;
  justify-content: center;
  align-items: center;
}

.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid var(--white-color);
}

.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: var(--white-color);
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: var(--white-color);
  content: "";
  height: 15px;
  width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}

.audio-player .controls .time {
  display: flex;
}

.audio-player .controls .time>* {
  padding: 2px;
}

.audioSection .aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}

/* podacst Audio  */
.playr {
  max-width: 100%;
  background: linear-gradient(45deg, #95dcdb 0%, #bdf2d4 100%);
  padding: 15px 30px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.playr-ui {
  display: flex;
  align-items: center;
  gap: 20px;
}

.playr-controls {
  display: flex;
  gap: 0 20px;
  max-width: 90px;
  width: 100%;
}

.playr-controls.right {
  max-width: 100px;
  width: 100%;
  display: none;
}

.playr-panel {
  position: relative;
}

.playr-ui.volume-controls .playr-panel {
  max-width: calc(100% - 90px);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.playr-controls button {
  color: var(--white-color);
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  outline: none;
}

.playr-controls button:hover {
  color: #fff;
}

.playr-controls button::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.playr-play::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
}

.playr.playing .playr-play::after {
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
}

.playr-fastforward::after {
  content: "\f04e";
  font-family: "Font Awesome 5 Free";
}

.playr-rewind::after {
  content: "\f04a";
  font-family: "Font Awesome 5 Free";
}

.playr-rewind::after,
.playr-fastforward::after {
  font-size: 21px;
}

.playr-progress {
  background-color: #ebf3fc;
  height: 4px;
  width: calc(100% - 90px);
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
}

.playr-progress-bar {
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  height: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 0 0;
  width: 100%;
}

.playr-duration {
  font-size: 14px;
  max-width: 90px;
  width: 100%;
  color: var(--white-color);
}

.playr-filename {
  display: none;
  left: 15px;
  text-align: left;
  left: 15px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playr-volume {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playr-volume-box.hidden {
  background-color: #38354a;
  bottom: 0;
  height: 100px;
  position: absolute;
  width: 35px;
  display: none;
}

.playr-volume-box {
  background-color: #ebf3fc;
  height: 4px;
  width: 100%;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
}

.playr-volume-box span {
  display: block;
  background: linear-gradient(90deg, #0c5b6c 0%, #38cad3 51.04%, #ffbe00 100%);
  height: 100%;
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0 0;
}

.playr-filename.overflow span {
  animation: 5000ms linear 0ms normal forwards infinite running scroll;
  display: inline-block;
  margin-right: 0;
  padding-right: 100%;
  transform: translate3d(0px, 0px, 0px);
}

@keyframes scroll {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}

/*25-01-2024*/
.contactUsWrap .contactDetails .e-con-inner {
  background-color: transparent;
}

/*21-02-2024*/
/*.swiper-container-events .swiper-button-next,.swiper-container-events .swiper-button-prev{
    position: absolute;
    bottom: 0;
    top: auto;
}*/

.swiper-container-events .swiper-button-prev:after,
.swiper-container-events .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}

/*.swiper-container-events .swiper-button-next,.swiper-container-events .swiper-button-prev{
    background: #7fcad4;
    margin-top: -50px !important;
}*/
.swiper-container-events .swiper-button-prev {
  left: 100%;
  right: auto;
  bottom: 40px !important;
  top: auto;
  margin-left: -80px !important;
}

.swiper-container-events .swiper-button-next,
.swiper-container-events .swiper-button-prev {
  background: #000;
  margin-top: -70px !important;
  width: 30px;
  height: 30px;
}

.swiper-container-events .swiper-button-next {
  right: 10px;
  left: auto;
  top: auto;
  bottom: 40px;
}

.swiper-container-events .swiper-slide {
  height: 550px;
}

body .event-slider-content h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 8px;
}

body .event-content-info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

body .event-slider-content {
  width: 400px;
}

#year-filter-tabs {
  height: 440px;
  overflow-y: auto;
  padding-right: 15px;
}

/* width */
#year-filter-tabs::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#year-filter-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#year-filter-tabs::-webkit-scrollbar-thumb {
  background: #70c9d5;
}

/* Author css start */

.auther-detail-info {
  padding-top: 103px;
}

.auther-detail-content {
  box-shadow: 0px 5px 14px 0px #080f340a;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  background: #fff;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  padding: 10px 22px 40px 50px;
}

.auther-detail-left img {
  max-width: 100%;
  border-radius: 50%;
}

.auth-name {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #170f49;
  margin: 0;
}

.about-auth {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #080a05;
  margin-block: 0 10px;
  text-transform: uppercase;
  margin-top: 10px;
}

.about-bio {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #62717a;
}

.auther-detail-left {
  width: 100%;
  margin-top: -63px;
}

.auther-detail-left {
  max-width: 240px;
}

.auther-detail-right {
  max-width: calc(100% - 285px);
  margin-top: -40px;
}

.cky-consent-bar{
  display: none;
 }
/* Hide the header button between 1024px and 1060px (inclusive) * Temp*/
@media (min-width: 1024px) and (max-width: 1060px) {
  .btn.btn-primary.headerBtn {
    display: none !important;
  }
}

/* Author css end */


/* 

* {
  box-sizing: border-box;
}

.curve_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.curve_wrap svg {
  position: absolute;
  opacity: .333;
  stroke-width: 2px;
}

.pathed {
  width: 50px;
  height: 10px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  offset-path: path('M0, 0 C50, 1340 1000,200 1840, 0');
  position: absolute;
  animation: distance 8000ms infinite ease-in-out;
}

@keyframes distance {
  100% {
    offset-distance: 100%;
  }
}


 */

 
