/*Global Font */
@font-face {
  font-family: "THICCCBOI";
  src: url("/wp-content/uploads/2023/09/THICCCBOI-Regular.woff2")
    format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("/wp-content/uploads/2023/09/THICCCBOI-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  /* Light */
  font-style: normal;
}

@font-face {
  font-family: "THICCCBOI";
  src: url("/wp-content/uploads/2023/09/THICCCBOI-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/uploads/2023/09/OpenSans-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/uploads/2023/09/OpenSans-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

/*Header and Navigation CSS */
body {
  font-family: "THICCCBOI", sans-serif;
  font-weight: normal;
  /* Use the normal weight */
}

header#masthead {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
}

.top-header .top-container {
  max-width: 1300px;
  margin: auto;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.top-header .top-container .woo-cart-user-con {
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-header .top-container a {
  text-decoration: none;
}

.site-header {
  /* position: fixed; */
  top: auto;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
}

.page-body-content {
  /* padding-top: 160px; */
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.site-menu-container {
  display: flex;
  align-items: center;
}

.menu-header-menu-container ul {
  gap: 40px;
  font-family: "THICCCBOI", sans-serif;
  align-items: center;
}

.menu-header-menu-container ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  text-decoration: none !important;
}

.menu-header-menu-container ul li a:hover {
  color: #50c3d1;
}

.header-main-navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

li.mega-menu-item.sign-up-button a {
  padding: 15px 30px !important;
  background-color: #50c3d1 !important;
  border-radius: 20px !important;
  max-width: 200px !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 20px;
}

.site-header .mobile-navigation {
  display: none;
}

.header-main-navigation .mobile-menu-toggle {
  display: none;
  border: unset;
  background-color: unset;
}

.header-main-navigation .mobile-menu-toggle svg {
  fill: #50c3d1;
  font-size: 25px;
}

.site-header .mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 10px 15px 30px 15px;
}

.site-header .mobile-navigation ul li {
  border-bottom: 3px solid #50c3d1;
  padding: 10px 0;
}

.site-header .mobile-navigation ul li a {
  color: black !important;
}

@media (max-width: 991px) {
  .sign-up-button {
    padding: 0;
    background-color: #fff;
    border-radius: unset;
  }
}

/*Footer CSS */
.site-footer {
  background: #50c3d1;
  font-family: inherit;
}

.footer-logo-container img {
  margin-top: 40px;
}

ul#menu-footer-menu,
ul#menu-footer-secondary-menu {
  margin-top: 40px;
}

ul#menu-footer-menu li,
ul#menu-footer-secondary-menu li {
  list-style: none;
  padding-bottom: 6px;
}

ul#menu-footer-menu li a,
ul#menu-footer-secondary-menu li a {
  text-decoration: none;
  font-family: "THICCCBOI", sans-serif;
  font-weight: light;
  /* or font-weight: 100; */
  font-size: 18px;
  font-style: normal;
  color: #fff;
}

ul#menu-footer-menu li a:hover,
ul#menu-footer-secondary-menu li a:hover {
  color: #121212;
}

.site-footer .container {
  padding: 60px 0px 20px 0px;
}

.app-download-btn-container {
  display: flex;
  gap: 10px;
}

.app-download-btn-container .app-store-btn img {
  width: 220px;
  height: auto;
}

.app-download-btn-container .google-play-btn img {
  width: 187px;
  height: auto;
}

.footer-menu-logo-container {
  border-bottom: 1px solid #fff;
  padding: 5px 0px 20px 0px;
}

.site-footer .copyright-text {
  color: #fff;
  font-family: "THICCCBOI", sans-serif;
  font-size: 14px;
  font-style: normal;
}

/* Learning Center CSS */
.learn-index-banner-container {
  height: 480px;
  width: 100%;
  background-image: url("/wp-content/uploads/2023/10/learning-page-featured-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.learn-index-banner-container .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.learn-index-banner-container .container .header-nav-post {
  position: absolute;
  top: 56px;
  left: 0;
  color: #fff;
}

.learn-index-banner-container .container .header-nav-post svg {
  margin-bottom: 5px;
}

.learn-index-banner-container .container .header-nav-post a {
  text-decoration: none !important;
  color: #fff;
}

.learn-index-banner-container h1 {
  color: #fff;
  text-align: center;
  font-family: THICCCBOI;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.learn-index-banner-container h1 span {
  color: #50c3d1;
}

.learning-center {
  padding: 100px 0;
}

.category-filter .category-form-container {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.category-filter .category-form-container form select {
  border-radius: 40px;
  background-color: #50c3d1;
  padding: 15px 20px;
  border: none;
  color: #fff;
}

.category-filter .category-form-container form select option {
  background-color: #fff;
  color: #50c3d1;
}

.category-filter
  .category-form-container
  form
  .learning-center
  .section-seven-content-container
  h2 {
  color: #121212;
  font-family: THICCCBOI;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.learning-center .section-seven-content-container h2 span {
  color: #50c3d1;
}

.learning-center .section-seven-content-container p {
  color: #515151;
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.learning-center .post {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
}

.learning-center .post-container a.permalink {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.learning-center .post .post-title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
}

.learning-center .post .post-title-container h3 {
  color: #fff;
  text-align: center;
  font-family: THICCCBOI;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  z-index: 2;
  position: relative;
}

.learning-center .post .post-img-container {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.learning-center .post .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(18, 18, 18, 0.4);
  content: "";
  transition: background-color 0.5s ease;
  z-index: 1;
}

.learning-center .post:hover .overlay {
  background-color: transparent;
}

.learning-center .post .post-img-container img {
  transition: transform 0.5s ease;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

.learning-center .post:hover .post-img-container img {
  transform: scale(1.2);
}

.learning-center .post-read-more-btn {
  border-radius: 0px 0px 40px 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  transition: background-color 0.5s ease;
}

.learning-center .post:hover .post-read-more-btn {
  background: #50c3d1;
}

.learning-center .post:hover .post-read-more-btn p {
  color: #fff;
}

.learning-center .post-read-more-btn p {
  color: #50c3d1;
  text-align: center;
  font-family: THICCCBOI;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  margin: 0;
}

.learning-center .post .category {
  position: absolute;
  border-radius: 20px;
  background: #50c3d1;
  padding: 5px 20px;
  z-index: 3;
  top: -15px;
  left: 10px;
}

.learning-center .post .category p {
  color: #fff;
  text-align: center;
  font-family: THICCCBOI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.learning-center .post-read-more-btn .read-more-arrow-btn {
  fill: #50c3d1;
  margin-bottom: 4px;
  transition: fill 0.5s ease;
}

.learning-center .post:hover .post-read-more-btn .read-more-arrow-btn {
  fill: #fff;
}

.learning-center .see-all-btn {
  background-color: #50c3d1;
  border-radius: 40px;
  width: 150px;
  max-width: 100%;
  padding: 10px 15px;
  margin: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #50c3d1;
  transition: All 0.5s ease;
}

.learning-center .see-all-btn a {
  text-decoration: none;
  color: #fff;
  font-family: THICCCBOI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.learning-center .see-all-btn a svg {
  fill: #fff;
  margin-bottom: 4px;
}

.learning-center .see-all-btn:hover {
  background-color: #fff;
}

.learning-center .see-all-btn:hover a {
  color: #50c3d1;
}

.learning-center .see-all-btn:hover a svg {
  fill: #50c3d1;
}

.category-form-container .sort-cat-text {
  color: #50c3d1;
  font-family: THICCCBOI;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.category-form-container .sort-cat-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Style for custom dropdown */
.category-form-container .custom-dropdown {
  position: relative;
  display: inline-block;

  cursor: pointer;
}

/* Style for the dropdown label */
.category-form-container .dropdown-label {
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 40px;
  background: #50c3d1;
  color: #fff;
  border: none;
  min-width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Style for the category list */
.category-form-container .category-list {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid var(--Stroke, rgba(0, 0, 0, 0.1)) !important;
  z-index: 5;
  border-radius: 20px;
  padding: 8px 0px 8px 0px;
  height: 400px;
  overflow: auto;
}

/* Style for each category item */
.category-form-container .category-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: All 0.3s;
}

/* Hover effect for category items */
.category-form-container .category-item:hover {
  background-color: #42becd;
  color: #fff;
}

.rotate-down {
  transform: rotate(179deg);
  transition: transform 0.3s ease;
}

#filtered-posts .pagination {
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#filtered-posts .pagination .page-numbers {
  text-decoration: none !important;
}

#filtered-posts .pagination .current {
  background-color: #50c3d1;
  padding: 2px 9px;
  border-radius: 50%;
  color: #fff;
}

#filtered-posts .pagination .next svg {
  font-size: 20px;
  margin-bottom: 2px;
  fill: #50c3d1;
}

#filtered-posts .pagination .prev svg {
  font-size: 20px;
  margin-bottom: 2px;
  fill: #50c3d1;
}

/* Favorites Styles */
.nav-favorite svg {
  width: 30px;
}

.nav-favorite {
  display: none;
}

.logged-in-user .nav-favorite {
  display: block;
}

.post-container .simplefavorite-button {
  width: 30px;
  position: absolute;
  z-index: 2;
  top: 15%;
  right: 10%;
  transform: translatey(-50%);
  cursor: pointer;
  display: none;
}

.post-container .favorite-text {
  display: none;
}

.favorite-button-container {
}

.favorite-button-container {
  bottom: 20px !important;
  position: absolute;
  display: none;
}

.logged-in-user .post-container .simplefavorite-button,
.logged-in-user .favorite-button-container {
  display: block;
}

@media screen and (min-width: 768px) {
  .favorite-button-container {
    right: 20px;
  }
}

.favorite-button-container .simplefavorite-button {
  display: flex;
  align-items: center;
  background: #50c3d1;
  padding: 10px;
  color: #fff;
  gap: 8px;
}

.favorite-button-container .simplefavorite-button span {
  display: flex !important;
}

.favorite-button-container .simplefavorite-button svg {
  width: 22px;
}

.post-container,
.header-single-main-container .container {
  position: relative;
}

.user-not-logged-in .post-container .simplefavorite-button {
  display: none !important;
}

.simplefavorite-button .fav-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.simplefavorite-button .fav-icon span {
  display: none;
}

.simplefavorite-button .fav-icon:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.simplefavorite-button.active .fav-icon:before,
.simplefavorite-button.actived .fav-icon:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z'/%3E%3C/svg%3E");
}

.copyright-text a {
  color: white;
  text-decoration: none;
}

.copyright-text a:hover {
  color: black;
}

.close-notice {
  padding: 5px !important;
  width: 20px;
  align-items: center;
  display: flex !important;
  position: absolute;
  right: 20px;
  top: 5px;
  min-width: fit-content !important;
  border-radius: 50% !important;
  height: 20px;
  background: #50c3d1;
  color: #fff;
  justify-content: center !important;
}

.neuragenex-notice {
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}

#table-of-contents {
  top: 100px !important;
}

.call-now {
  display: flex;
  align-items: center;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  gap: 20px;
}

.call-now a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: normal;
}

@media screen and (max-width: 400px) {
  .call-now a {
    font-size: 14px;
    text-wrap: nowrap;
    font-weight: normal;
  }
}

/***Mini Cart***/
.wc-toggle-button-wrapper {
  display: inline-block;
  position: relative;
}

.wc-menu-cart__toggle-button {
  padding: 0px;
}

.wc-menu-cart__container {
  right: 0;
  left: auto;
  transform: none;
  position: absolute;
  overflow: visible;
  top: 100%;
  bottom: auto;
  min-width: 330px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.wc-menu-cart__container.show {
  opacity: 1;
  display: block;
  z-index: 1;
}

.wc-menu-cart__toggle-button-text {
  display: none;
}

.wc-menu-cart__toggle-button .cart-button-icon svg {
  width: 24px;
  height: 24px;
}

.wc-menu-cart__toggle-button .cart-button-icon[data-counter]:before {
  content: "";
  display: block;
  position: absolute;
  min-width: 1em;
  height: 1em;
  line-height: 1.5em;
  top: -5px;
  inset-inline-end: 0;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 12px;
}

.wc-menu-cart__toggle-button .item-count {
  position: relative;
}

.wc-menu-cart__toggle-button
  .no_item_basket.cart-button-icon[data-counter]:before {
  display: none !important;
}

.wc-menu-cart__main {
  min-height: 200px;
  width: 370px;
  max-width: 100%;
  position: relative;
  overflow: visible;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;

  padding: 10px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  border-style: none;
  border-color: initial;
  border-radius: 0;
  margin-top: 0;
}

.wc-menu-cart__close-button {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 0 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget_shopping_cart_content-custom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wc-menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wc-menu-cart__subtotal {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: inherit;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wc-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wc-menu-cart__product {
  display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: auto auto;
  position: relative;
  border-width: 0;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  padding-right: 30px;
}

.wc-menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 90%;
  margin-right: 10%;
}

.wc-menu-cart__product-image img {
  display: block;
}

.wc-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}

.wc-menu-cart__product-remove {
  color: #ff0000;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #ff0000;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wc-menu-cart__product-remove svg {
  width: 20px;
  height: 20px;
}

.wc-menu-cart__product-remove a.remove:hover {
  color: #fff !important;
  background: red;
}

.wc_empty_cart_col {
  padding-top: 20px;
}

.wc_empty_cart_col .cart-empty.lead {
  max-width: 600px;
  margin-inline: auto;
}

.wc_empty_cart_col + .return-to-shop {
  margin-bottom: 70px;
  text-align: center;
}

.wc_empty_cart_col + .return-to-shop .button {
  padding: 15px 30px !important;
  background-color: #50c3d1 !important;
  border-radius: 20px !important;
  max-width: 200px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.wc_empty_cart_col img {
  transform: translatey(-20px);
}

/* Global hubspot form css */
.hs-custom-style
  > div
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hs-custom-style
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hbspt-form textarea {
  box-sizing: border-box;
  padding: 5px 15px !important;
  min-height: 27px;
  border-radius: 30px;
}

.hbspt-form textarea {
  height: 100px;
}

.hbspt-form form label {
  margin-bottom: 5px;
  margin-top: 5px;
}

.hbspt-form form legend {
  margin-top: 20px;
  font-size: 14px;
}

.hbspt-form form ul.inputs-list {
  margin: 0;
  padding: 0;
}

.hbspt-form form ul.inputs-list li {
  list-style: none;
}

.hbspt-form form input[type="checkbox"],
.hbspt-form form input[type="radio"] {
  height: 20px;
  width: 20px !important;
  margin-right: 10px !important;
}

.hbspt-form form ul.inputs-list li label {
  display: flex;
}

@media (max-width: 600px) {
  .top-header .top-container .woo-cart-user-con {
    gap: 0px;
  }

  .site-footer {
    overflow: hidden;
  }

  .site-footer .container {
    padding: 30px 20px !important;
  }
}

/* Relatyv Hubspot Custom Style */
.relatyv-hubspot-form-style fieldset.form-columns-2 {
  max-width: 100%;
  display: block;
}

.relatyv-blog-popup-content-form fieldset.form-columns-2:first-child {
  display: flex;
  gap: 10px;
}

.relatyv-hubspot-form-style
  fieldset.form-columns-2
  > .hs-form-field:not(.hs_firstname, .hs_lastname) {
  float: none !important;
  display: block;
  width: 100% !important;
}

.relatyv-blog-popup-content-form .hs_submit.hs-submit {
  margin-top: 15px;
}

.relatyv-hubspot-form-style .hs-form-field label {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 5px 0;
  text-align: left;
  display: block;
}

.relatyv-hubspot-form-style .submitted-message {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.relatyv-hubspot-form-style .hs-form-field label.hs-error-msg {
  color: #e35d6a;
  font-size: 12px;
  line-height: 20px;
}

.relatyv-hubspot-form-style .hs-form-field .input {
  margin: 0 !important;
}

.relatyv-hubspot-form-style .hs-form-field {
  margin: 0 0 16px 0;
}

.relatyv-hubspot-form-style .hs-form-field .hs-input[type="text"],
.relatyv-hubspot-form-style .hs-form-field .hs-input[type="email"] {
  width: 100% !important;
  border-radius: 5px;
  background: #fff;
  padding: 15px 20px;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #03293a;
  box-shadow: none;
  outline: none;
  text-align: left;
}

.relatyv-hubspot-form-style .hs-submit .hs-button[type="submit"] {
  border-radius: 40px;
  background: #50c3d1;
  border: 0;
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  width: 100%;
}

.relatyv-hubspot-form-style.small-style .hs-form-field .hs-input[type="text"],
.relatyv-hubspot-form-style.small-style .hs-form-field .hs-input[type="email"] {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
}

.relatyv-hubspot-form-style.small-style .hs-form-field label {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: normal;
}

.relatyv-hubspot-form-style.small-style .hs-form-field {
  margin-bottom: 10px;
}

.relatyv-hubspot-form-style.small-style .hs-submit .hs-button[type="submit"] {
  font-size: 16px;
  line-height: 16px;
  padding: 12px;
}

@media only screen and (max-width: 1199px) {
  .relatyv-hubspot-form-style .hs-form-field .hs-input[type="text"],
  .relatyv-hubspot-form-style .hs-form-field .hs-input[type="email"] {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .relatyv-hubspot-form-style .hs-form-field label {
    font-size: 14px;
    line-height: normal;
  }

  .relatyv-hubspot-form-style .hs-form-field .hs-input[type="text"],
  .relatyv-hubspot-form-style .hs-form-field .hs-input[type="email"],
  .relatyv-hubspot-form-style
    select#states_drop_down_-0b759193-fa38-4db0-a904-ef43263ca1ac {
    padding: 8px 15px !important;
  }

  .relatyv-hubspot-form-style .hs-submit .hs-button[type="submit"] {
    padding: 10px;
  }
}

/* Relatyv Hubspot Custom Style */

/* Relatyv Blog Popup Style */

/* .pum-overlay.pum-overlay-disabled {
  visibility: visible !important;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{
  position: absolute !important;
} */
.pum-theme-12797 button.pum-close.popmake-close {
  background-color: #50c3d1;
  border-radius: 30px;
  color: #fff;
  padding: 5px 8px;
  top: 20px;
  right: 20px;
}

#hsForm_65c5735f-c59d-4fd8-a8da-560711077057 input,
#hsForm_f19cb5a2-66f3-4055-b213-608d620d550a input {
  padding: 10px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  min-height: 27px !important;
  border-radius: 5px !important;
}

#hsForm_65c5735f-c59d-4fd8-a8da-560711077057 input[type="submit"],
#hsForm_f19cb5a2-66f3-4055-b213-608d620d550a input[type="submit"] {
  padding: 15px 40px !important;

  border-radius: 30px !important;
}

.relatyv-blog-popup {
  background-image: url("https://relatyv.com/wp-content/uploads/2024/08/pop-up-bg.jpg");
  padding: 40px;
  width: 800px;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 100%;
  background-size: cover;
}

.relatyv-blog-popup .popup-image {
  width: 50%;
  display: flex;
  justify-content: center;
}

.relatyv-blog-popup .popup-image img {
  /*   height: 380px; */
  margin-bottom: -10px;
  /*   width: 100%; */
}

.relatyv-blog-popup-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 350px;
}

.relatyv-blog-popup-content {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.relatyv-blog-popup-content-initial .text {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 35px;
}

.relatyv-blog-popup-content-initial .button-see-how {
  background: #50c3d1;
  padding: 15px 40px;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}

.relatyv-blog-popup-content-form .text {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  max-width: 347px;
  margin-bottom: 15px;
}

#pum-19938 .pum-container,
#pum-22183 .pum-container,
#pum-22186 .pum-container {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  display: block !important;
  max-width: 100%;
  width: 800px;
  position: fixed;
}

.pum-content .pum-close {
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  color: #fff;
  background: #50c3d1;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* #pum-19938 {
  background-color: rgba(0, 0, 0, .8);
} */
.relatyv-blog-popup-content select {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .relatyv-blog-popup {
    padding: 30px;
  }

  .relatyv-blog-popup-img {
    max-width: 250px;
    bottom: -50px;
  }

  .relatyv-blog-popup {
    background-size: cover;
    background-position: center right;
  }

  .relatyv-blog-popup-content {
    width: 100%;
    max-width: 100%;
  }

  .relatyv-blog-popup-content-initial .text {
    text-align: center;
  }

  .relatyv-blog-popup-content-form .text {
    max-width: 100%;
    text-align: center;
  }
}

/* Relatyv Blog Popup Style */

/* eBook START style */
.ebook-section .pain-free .ebook-item > img {
  width: auto;
  height: 215px;
}
/* eBook END style */

#mega-menu-wrap-nurse_portal_menu
  #mega-menu-nurse_portal_menu
  > li:last-child
  > a.mega-menu-link {
  background-color: #50c3d1;
  color: white;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: normal;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-nurse_portal_menu
    #mega-menu-nurse_portal_menu
    > li:last-child
    > a.mega-menu-link {
    margin-left: unset;
  }
}

li.mega-menu-item.insurance-modal-form a {
  padding: 15px 30px !important;
  background-color: #8fa9ad !important;
  border-radius: 20px !important;
  max-width: 200px !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 20px;
}
