@font-face {
  font-family: "ArchivoCondensed";
  src: url("../fonts/ArchivoCondensed-Light.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ArchivoCondensed";
  src: url("../fonts/ArchivoCondensed-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ArchivoCondensed";
  src: url("../fonts/ArchivoCondensed-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ArchivoCondensed";
  src: url("../fonts/ArchivoCondensed-Bold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ArchivoCondensed";
  src: url("../fonts/ArchivoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* Typography */
/* g-gutter*/
html,
body {
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif" !important;
  font-size: 1rem !important;
  line-height: 1.5; }
  @media (max-width: 1024px) {
    html,
    body {
      font-size: 0.937rem !important; } }

.g-gutter {
  padding: 75px 0px; }
  @media (max-width: 1280px) {
    .g-gutter {
      padding: 50px 0px !important; } }
  @media (max-width: 1024px) {
    .g-gutter {
      padding: 35px 0px !important; } }
  @media (max-width: 767px) {
    .g-gutter {
      padding: 25px 0px !important; } }

.g-gutter_35 {
  padding: 35px 0px; }
  @media (max-width: 767px) {
    .g-gutter_35 {
      padding: 20px 0px !important; } }

.g-gutter_32 {
  padding: 32px 0px; }
  @media (max-width: 767px) {
    .g-gutter_32 {
      padding: 20px 0px !important; } }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif" !important;
  font-weight: 700 !important;
  margin-bottom: 1rem;
  color: #313334 !important; }

h1, h2 {
  color: #1A8FD1 !important; }

h5,
h6 {
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400 !important; }

h1 {
  font-size: 2.75rem !important;
  /* 44px */ }

h2 {
  font-size: 2rem !important;
  /* 32px */ }

h3 {
  font-size: 1.5rem !important;
  /* 24px */ }

h4 {
  font-size: 1.375rem !important;
  /* 22px */ }

h5 {
  font-size: 1.25rem !important;
  /* 20px */ }

h6 {
  font-size: 1.125rem !important;
  /* 18px */ }

.rust-link {
  color: #B84700 !important;
  text-decoration: underline !important;
  font-size: 1.125rem !important;
  font-weight: 700; }
  .rust-link:hover {
    color: #B84700;
    text-decoration: solid; }

@media (max-width: 767px) {
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

/* Links */
.anchor {
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  color: #1A8FD1; }

.a-underline {
  color: #1A8FD1 !important;
  text-decoration: underline !important; }
  @media (max-width: 767px) {
    .a-underline {
      font-size: 0.9rem !important; } }
  .a-underline:hover {
    color: #B84700 !important; }

a {
  color: #1A8FD1 !important;
  transition: color 0.3s ease-in-out;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  cursor: pointer; }

a:hover {
  color: #B84700 !important; }

a:active {
  color: #B84700 !important; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 28px 40px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  text-align: center;
  text-decoration: none;
  padding: 6px 8px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background: var(--blue-04, #ECF7FE);
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }

.mt-28 {
  margin-top: 1.75rem; }

.mt-52 {
  margin-top: 3.25rem; }

.mb-32 {
  margin-bottom: 2rem !important; }

.m-32 {
  margin: 2rem 0rem; }

.mb-12 {
  margin-bottom: 0.75rem !important; }

.w-70 {
  width: 70% !important; }

/* Light Blue Button */
.btn_sm {
  font-size: 1.125rem !important;
  padding: 0.67em 0.88em !important;
  border-radius: 6px; }

.btn_mid-xl {
  font-size: 1.125rem;
  padding: 0.78rem 2rem !important;
  border-radius: 6px; }

.btn_xl {
  font-size: 1.11111111rem;
  font-weight: bold;
  padding: 0.5rem 1.77777778rem; }

.btn_lg {
  padding: 0.89rem 2rem; }

.btn_mid-sm {
  padding: 0.875rem 2rem !important;
  font-size: 1rem !important;
  background-color: #1A8FD1 !important;
  color: white !important;
  border-radius: 6px !important; }
  .btn_mid-sm:hover {
    background-color: #3BA9E7 !important; }
  .btn_mid-sm:focus {
    border: 2px solid #066297 !important;
    background-color: #1A8FD1 !important;
    outline: none !important; }
  .btn_mid-sm:disabled {
    background-color: #CDD1D3 !important; }

.btn_blue {
  background-color: #1A8FD1 !important;
  color: white !important;
  border-radius: 8px !important;
  font-weight: 700 !important; }
  .btn_blue:hover {
    background-color: #3BA9E7 !important;
    color: white !important; }
  .btn_blue:focus {
    outline: none !important;
    border: none !important; }
  .btn_blue:disabled {
    background-color: #979797 !important; }

.btn_orange {
  background-color: #FFEFCF !important;
  color: white !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 600; }
  .btn_orange:hover {
    background-color: #FFB469 !important; }
  .btn_orange:focus {
    border: 2px solid #C96400 !important;
    background: #FF9934 !important; }
  .btn_orange:disabled {
    border-radius: 6px !important;
    background-color: #979797 !important; }

.btn_underline {
  color: #FF9934 !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease; }
  .btn_underline:hover {
    color: #FFB469;
    text-decoration: underline; }
  .btn_underline:focus {
    color: #ff6600;
    border-radius: 4px;
    border: 1.5px solid #FFCD9B;
    padding: 0.375rem 0.625rem !important; }
  .btn_underline:disabled {
    border-radius: 6px !important;
    background-color: #979797 !important; }

p {
  color: #313334 !important; }

a,
p,
span {
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif" !important; }

.btn_grey {
  border: 2px solid #FFF;
  color: white !important;
  background-color: #2E2C2F !important; }
  .btn_grey:hover {
    background-color: #2E2C2F !important; }
  .btn_grey:focus {
    border: 2px solid #FFF !important; }
  .btn_grey:disabled {
    border: 2px solid #7A7D7E !important; }

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.black h2 span {
  color: #313334 !important; }

.line-after {
  position: relative;
  overflow: hidden;
  display: block; }
  .line-after span {
    display: block;
    position: relative; }
    .line-after span:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      margin-left: 10px;
      border-top: 1px solid #CDD1D3; }

ul li,
li {
  list-style: none !important; }

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

.indan-doctor-hide-form-tabs .wpf-tags-small a {
  color: #ffffff !important; }

.indan-doctor-hide-form-tabs .wpf-tags-text a {
  color: #1A8FD1 !important; }

.indan-doctor-hide-form-tabs .wpf-footer-buttons {
  display: none !important; }

.indan-doctor-hide-form-tabs .wpforo-membertoggle {
  display: none !important; }

.indan-doctor-hide-form-tabs .wpf-post-head-bottom {
  display: none !important; }

.indan-doctor-hide-form-tabs .wpf-post-btns {
  display: none !important; }

.indan-doctor-hide-form-tabs .wpforo-members, .indan-doctor-hide-form-tabs .wpforo-recent, .indan-doctor-hide-form-tabs .wpforo-profile, .indan-doctor-hide-form-tabs .wpforo-logout, .indan-doctor-hide-form-tabs .wpforo-register, .indan-doctor-hide-form-tabs .wpforo-login, .indan-doctor-hide-form-tabs .wpforo-feed, .indan-doctor-hide-form-tabs .wpf-breadcrumb {
  display: none !important; }

.indan-doctor-hide-form-tabs #wpforo #wpforo-wrap #wpforo-menu {
  display: none !important; }

.page_404_button a span {
  color: #ffffff; }

@media (min-width: 1680px) {
  .elementor-column-gap-default {
    max-width: 1400px !important; }
  html .container,
  html .elementor-section.elementor-section-boxed > .elementor-container,
  body .container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px; } }

.row {
  width: 100% !important; }

.header-logo .elementor-widget-container a img {
  max-width: 6.25rem !important;
  width: 100%;
  height: auto !important; }

.header-logo .attachment-full {
  max-width: 6.25rem !important;
  width: 100%; }

@media (max-width: 767px) {
  .header-tabs {
    padding: 10px 0px; } }

@media (max-width: 830px) {
  .header-tabs .nav {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap; } }

.header-tabs .nav-link {
  color: #313334 !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.125rem !important;
  font-weight: 500;
  padding: 1rem 0.625rem;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
  margin-right: 5px !important; }
  .header-tabs .nav-link.active, .header-tabs .nav-link:hover {
    background-color: #3BA9E7;
    color: white !important;
    border-radius: 0px !important; }
  @media (max-width: 830px) {
    .header-tabs .nav-link {
      padding: 0.625rem 1rem;
      font-size: 0.89rem; } }

.header-tabs .nav-pills .nav-link.active {
  background-color: #3BA9E7;
  color: white !important;
  border-radius: 0px !important; }

.primary-header {
  /* Style for the menu item */ }
  .primary-header .elementskit-megamenu-panel {
    display: none; }
  .primary-header .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover > .elementskit-megamenu-panel {
    opacity: 0; }
  .primary-header .show {
    display: block !important; }
  @media (min-width: 768px) {
    .primary-header .elementor-column.elementor-col-66 {
      display: flex;
      align-items: center;
      width: 100%; } }
  .primary-header .elementor-icon i,
  .primary-header .elementor-icon svg {
    width: 44px;
    height: 44px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .primary-header .elementor-widget-wrap {
      padding: 0rem 0rem 1.25rem 0rem !important; } }
  @media (max-width: 767px) {
    .primary-header .elementor-icon-box-icon {
      margin-bottom: 0px !important;
      margin-right: 1rem !important; } }
  .primary-header .elementor-icon-box-title a {
    color: white !important; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .primary-header .elementor-icon-box-wrapper {
      padding: 0px 15px !important; } }
  @media (max-width: 767px) {
    .primary-header .elementor-icon-box-wrapper {
      display: flex !important;
      align-items: center !important; } }
  @media (min-width: 767px) and (max-width: 1024px) {
    .primary-header .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
      width: 100%;
      max-width: 100%; } }
  .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important; }
    .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col {
      padding: 1em 3em 1rem 3em !important; }
      .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col .elementor-icon-box-description {
        color: #fff !important; }
      @media (max-width: 1024px) {
        .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col {
          padding: 2em 3em 2rem 3em !important; }
          .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col:first-child {
            padding-bottom: 0 !important; }
          .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col .elementor-column {
            margin-bottom: 2em !important; }
            .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col .elementor-column:last-child {
              margin-bottom: 0px !important; }
          .primary-header .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap .submenu-right-col .elementor-icon-box-content {
            text-align: left; } }
  .primary-header .submenu-right-col-anchor {
    padding: 0em 2em 2em !important; }
  .primary-header .submenu-left-col {
    display: flex;
    align-items: center; }
  .primary-header .ekit-wid-con h4 {
    color: white !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.25rem !important;
    font-weight: 600 !important; }
  .primary-header .ekit-wid-con p {
    color: #FFF;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 0.875rem !important;
    max-width: 200px; }
    @media (max-width: 1024px) {
      .primary-header .ekit-wid-con p {
        max-width: 100% !important; } }
  .primary-header .pointer-underline .elementor-item:after {
    display: none !important; }
  .primary-header .ekit-menu-nav-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .primary-header .ekit-menu-nav-link .icon {
        border: none !important; } }
  .primary-header li.arrow-iconbox {
    position: relative; }
    @media (min-width: 992px) and (max-width: 1100px) {
      .primary-header li.arrow-iconbox:hover:before {
        display: none !important; } }
  .primary-header .elementor-icon-box-wrapper {
    /* Your existing styles */
    transition: all 0.3s ease;
    /* Adding a smooth transition effect for all properties */
    position: relative;
    /* Add relative positioning to the wrapper */ }
  .primary-header .elementor-icon-box-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    height: 100%;
    width: 0;
    transition: width 0.3s ease; }
  .primary-header .elementor-icon-box-wrapper:hover {
    transform: translateX(-6px); }
  .primary-header .elementor-icon-box-wrapper:hover::after {
    width: 4px;
    /* Set the width to create the border on hover */ }
  .primary-header .ekit-menu-nav-link:hover:before {
    display: block; }
  .primary-header .elementskit-megamenu-panel {
    background: #1a8fd1;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.11); }
  .primary-header .elementskit-dropdown-has > a .elementskit-submenu-indicator {
    float: none !important; }
  .primary-header .ekit-menu-nav-link .icon {
    color: white; }
  .primary-header .ekit-menu-nav-link:hover .icon {
    color: white; }
  .primary-header .ekit-menu-nav-link {
    color: white !important;
    font-size: 1.125rem !important; }
  .primary-header .elementskit-megamenu-panel .elementor-nav-menu a {
    padding: 0.59em;
    font-size: 0.89em !important;
    color: white !important;
    position: relative;
    z-index: 1; }
    .primary-header .elementskit-megamenu-panel .elementor-nav-menu a::after {
      display: none; }
  .primary-header .elementskit-megamenu-panel .elementor-nav-menu a:hover {
    color: white !important;
    text-decoration: none !important;
    padding: 0.69em !important; }

.primary-header .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px 0px !important; }

.footer .ekit-heading--title {
  color: white !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: 500; }

.footer h5 {
  color: white !important; }

.footer p,
.footer span {
  color: white !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: 500; }

.footer__elementor-column {
  color: white !important; }

.footer .elementor-element-populated {
  padding: 0px !important; }

@media (max-width: 992px) {
  .footer__span-col {
    display: flex;
    justify-content: center; } }

@media (max-width: 767px) {
  .footer__span-col {
    display: flex;
    justify-content: start; } }

@media (max-width: 767px) {
  .footer__span-col .elementor-element-populated {
    padding: 0px !important; } }

.footer__logo a img {
  max-width: 6.25rem !important;
  width: 100% !important; }

.footer__idg-btn .elementor-widget-container .elementor-button-wrapper a:hover {
  transform: rotate(0deg) scale(0.9) !important; }

.footer .ekit_page_list_title_title {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.footer .ekit_page_list_title_title:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0; }

.footer .ekit_page_list_title_title:hover:after {
  width: 100%;
  left: 0; }

.footer .ekit_page_list_title_title:hover:after {
  width: 100%;
  left: 0; }

.footer .ekit_social_media li a:hover {
  transform: rotate(0deg) scale(0.9); }

form .form__left-form {
  display: flex;
  justify-content: flex-end; }

form .error {
  color: #dc3545 !important;
  font-size: 0.87rem !important;
  margin-bottom: 0px !important; }

form .astrick::after {
  content: " *";
  color: #dc3545 !important; }

form li {
  display: flex;
  flex-flow: column; }

form .wpuf-fields,
form .wpuf-label {
  width: 90% !important; }
  @media (max-width: 767px) {
    form .wpuf-fields,
    form .wpuf-label {
      width: 100% !important; } }
  form .wpuf-fields select,
  form .wpuf-label select {
    min-height: 2.375rem !important;
    padding: 8px 12px !important; }

@media (max-width: 767px) {
  form .wpuf-column-inner-fields {
    width: 100% !important; } }

form .iti {
  width: 100% !important; }

form .has-error {
  background-color: transparent !important;
  color: #EE4D74; }

form #wpuf-post-draft {
  display: none; }

form .wpuf-radio-block,
form .wpuf-checkbox-block {
  display: flex !important; }

form label {
  columns: #313334 !important;
  font-size: 1.0625rem !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

form input[type="submit"] {
  width: auto;
  margin: auto;
  padding: 0.875rem 2rem;
  color: #ffffff;
  background-color: #1A8FD1;
  border-radius: 6px;
  border: none;
  display: flex;
  justify-content: flex-end; }

form input[type="text"],
form input[type="number"],
form input[type="date"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="file"],
form textarea {
  width: 100%;
  outline: 0;
  padding: 8px 12px;
  display: inline-block;
  border: none;
  outline: none !important;
  background-color: #F2F4F4;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #313334;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear; }
  form input[type="text"]:focus,
  form input[type="number"]:focus,
  form input[type="date"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="file"]:focus,
  form textarea:focus {
    border: none  !important; }
  form input[type="text"]::placeholder,
  form input[type="number"]::placeholder,
  form input[type="date"]::placeholder,
  form input[type="password"]::placeholder,
  form input[type="tel"]::placeholder,
  form input[type="email"]::placeholder,
  form input[type="file"]::placeholder,
  form textarea::placeholder {
    font-size: 1rem !important;
    color: #868B8D !important; }

form input[type="radio"] {
  appearance: none;
  width: auto;
  margin-right: 10px;
  width: 1.111rem;
  height: 1.111rem;
  border-radius: 50% !important;
  border: 2px solid #1A8FD1;
  outline: none;
  cursor: pointer;
  position: relative; }
  form input[type="radio"]:checked::before {
    content: "";
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #1A8FD1;
    border-radius: 50% !important;
    border: 2px solid #ffffff;
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 0%;
    left: 0%; }

form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  appearance: none;
  width: 1.111rem;
  height: 1.111rem;
  border: 2px solid #1A8FD1;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative; }
  form input[type="checkbox"]:checked::before {
    content: "\2714";
    /* Unicode checkmark symbol */
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #1A8FD1;
    border-radius: 2px;
    width: 0.98rem;
    height: 1rem;
    position: absolute;
    top: -1px;
    left: -2px; }

form select,
form .select2-container {
  width: 100%;
  outline: 0;
  padding: 8px 12px;
  display: inline-block;
  border: none;
  background-color: #F2F4F4;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #313334;
  appearance: none !important;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
  background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow.svg"), linear-gradient(to bottom, #F2F4F4 0%, #F2F4F4 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px auto, 100%; }
  @media (min-width: 1560px) {
    form select,
    form .select2-container {
      font-size: 1.125rem; } }
  form select::placeholder,
  form .select2-container::placeholder {
    color: #868B8D !important; }
  form select:focus,
  form .select2-container:focus {
    border: 1px solid #1A8FD1; }

.form-border input[type="text"]::placeholder {
  color: #868B8D !important;
  font-size: 1.25rem !important; }

.form-border select,
.form-border .select2-container {
  width: 100%;
  outline: 0;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid var(--Grey-04, #313334);
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #868B8D !important;
  font-weight: 400;
  letter-spacing: 0.2px;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
  appearance: none !important;
  background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow.svg"), linear-gradient(to bottom, #ffffff 0%, #ffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px auto, 100%; }
  @media (min-width: 1560px) {
    .form-border select,
    .form-border .select2-container {
      font-size: 1.125rem; } }
  .form-border select::placeholder,
  .form-border .select2-container::placeholder {
    color: #868B8D !important; }
  .form-border select:focus,
  .form-border .select2-container:focus {
    border: 1px solid #1A8FD1; }

.form-bg-white .error {
  margin-bottom: 0px !important;
  color: #dc3545 !important; }

.form-bg-white label {
  color: #313334 !important;
  font-size: 1.125rem;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.form-bg-white input[type=number]::-webkit-inner-spin-button,
.form-bg-white input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-bg-white input[type=number] {
  -moz-appearance: textfield; }

.form-bg-white input[type="text"],
.form-bg-white input[type="number"],
.form-bg-white input[type="date"],
.form-bg-white input[type="password"],
.form-bg-white input[type="tel"],
.form-bg-white input[type="email"],
.form-bg-white textarea {
  width: 100%;
  outline: none !important;
  display: inline-block;
  border: none;
  outline: none !important;
  background-color: white !important;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #313334;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear; }
  .form-bg-white input[type="text"]:focus,
  .form-bg-white input[type="number"]:focus,
  .form-bg-white input[type="date"]:focus,
  .form-bg-white input[type="password"]:focus,
  .form-bg-white input[type="tel"]:focus,
  .form-bg-white input[type="email"]:focus,
  .form-bg-white textarea:focus {
    border: none  !important; }
  .form-bg-white input[type="text"]::placeholder,
  .form-bg-white input[type="number"]::placeholder,
  .form-bg-white input[type="date"]::placeholder,
  .form-bg-white input[type="password"]::placeholder,
  .form-bg-white input[type="tel"]::placeholder,
  .form-bg-white input[type="email"]::placeholder,
  .form-bg-white textarea::placeholder {
    color: #868B8D !important;
    text-align: right;
    font-size: 1rem !important; }

.form-bg-white .form-check-inline {
  margin-right: 2.4rem !important; }

.form-bg-white select,
.form-bg-white .select2-container {
  width: 100%;
  outline: none !important;
  display: inline-block;
  border-radius: 6px;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem !important;
  color: #868B8D !important;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
  appearance: none !important;
  background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow.svg"), linear-gradient(to bottom, #ffffff 0%, #ffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px auto, 100%; }
  @media (min-width: 1560px) {
    .form-bg-white select,
    .form-bg-white .select2-container {
      font-size: 1.125rem; } }
  .form-bg-white select::placeholder,
  .form-bg-white .select2-container::placeholder {
    color: #868B8D !important; }
  .form-bg-white select:focus,
  .form-bg-white .select2-container:focus {
    border: 1px solid #1A8FD1; }

.form-bg-white input[type="radio"] {
  appearance: none;
  width: auto;
  margin-right: 10px;
  width: 1.111rem;
  height: 1.111rem;
  border-radius: 50% !important;
  border: 2px solid #1A8FD1;
  outline: none !important;
  cursor: pointer;
  position: relative; }
  .form-bg-white input[type="radio"]:checked::before {
    position: absolute;
    top: 0%;
    left: 0%; }

.form-search label {
  columns: #313334;
  font-size: 1rem;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.form-search input[type="text"],
.form-search input[type="number"],
.form-search input[type="date"],
.form-search input[type="password"],
.form-search input[type="tel"],
.form-search input[type="email"],
.form-search textarea {
  width: 100%;
  outline: none !important;
  display: inline-block;
  border: none;
  outline: none !important;
  background-color: #F2F4F4;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #313334;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear; }
  .form-search input[type="text"]:focus,
  .form-search input[type="number"]:focus,
  .form-search input[type="date"]:focus,
  .form-search input[type="password"]:focus,
  .form-search input[type="tel"]:focus,
  .form-search input[type="email"]:focus,
  .form-search textarea:focus {
    border: none  !important; }
  .form-search input[type="text"]::placeholder,
  .form-search input[type="number"]::placeholder,
  .form-search input[type="date"]::placeholder,
  .form-search input[type="password"]::placeholder,
  .form-search input[type="tel"]::placeholder,
  .form-search input[type="email"]::placeholder,
  .form-search textarea::placeholder {
    color: #868B8D !important; }

.form-search select,
.form-search .select2-container {
  width: 100%;
  outline: 0;
  display: inline-block;
  border-radius: 6px;
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 0.69rem !important;
  color: #313334;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
  appearance: none !important;
  background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow.svg"), linear-gradient(to bottom, #ffffff 0%, #ffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px auto, 100%; }
  @media (min-width: 1560px) {
    .form-search select,
    .form-search .select2-container {
      font-size: 1.125rem; } }
  .form-search select::placeholder,
  .form-search .select2-container::placeholder {
    color: #868B8D !important; }
  .form-search select:focus,
  .form-search .select2-container:focus {
    border: 1px solid #1A8FD1; }

.registration-form .form-label-left li:last-child {
  display: none !important; }

.registration-form .form-label-left ul li:last-child {
  display: flex !important; }

.onShowDatePicker .wpuf-fields {
  position: relative; }
  .onShowDatePicker .wpuf-fields::before {
    position: absolute;
    background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/akar-icons_calendar.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    content: '';
    top: 10px;
    pointer-events: none;
    right: 13px; }

.form-grey .error {
  margin-bottom: 0px !important;
  color: #dc3545 !important;
  font-size: 1rem !important; }

.form-grey label {
  color: #313334 !important;
  font-size: 1.125rem !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.form-grey .astrick::after {
  content: " *";
  color: #dc3545 !important; }

.form-grey input[type="text"],
.form-grey input[type="number"],
.form-grey input[type="date"],
.form-grey input[type="password"],
.form-grey input[type="tel"],
.form-grey input[type="email"],
.form-grey textarea {
  width: 100%;
  outline: none !important;
  display: inline-block;
  border: none;
  outline: none !important;
  background-color: #F2F4F4 !important;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #313334;
  transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear; }
  .form-grey input[type="text"]:focus,
  .form-grey input[type="number"]:focus,
  .form-grey input[type="date"]:focus,
  .form-grey input[type="password"]:focus,
  .form-grey input[type="tel"]:focus,
  .form-grey input[type="email"]:focus,
  .form-grey textarea:focus {
    border: none  !important; }
  .form-grey input[type="text"]::placeholder,
  .form-grey input[type="number"]::placeholder,
  .form-grey input[type="date"]::placeholder,
  .form-grey input[type="password"]::placeholder,
  .form-grey input[type="tel"]::placeholder,
  .form-grey input[type="email"]::placeholder,
  .form-grey textarea::placeholder {
    color: #868B8D !important;
    font-size: 1rem !important; }

.investigations .row {
  width: 100% !important; }
  @media (max-width: 767px) {
    .investigations .row {
      margin-right: 0px !important;
      margin-left: 0px !important; } }

.investigations .text-left {
  margin-top: 2rem !important;
  text-align: center !important; }

.investigations .sm-w-25 {
  width: 25%; }
  @media (max-width: 767px) {
    .investigations .sm-w-25 {
      width: 100% !important; } }

.investigations h2 {
  padding-top: 1.25rem; }

.investigations__categories {
  width: 50%;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .investigations__categories {
      width: 60%; } }
  @media (max-width: 767px) {
    .investigations__categories {
      width: 100%;
      flex-flow: column;
      align-items: start !important; } }

.investigations__sort-by {
  width: 50%;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .investigations__sort-by {
      width: 40%; } }
  @media (max-width: 767px) {
    .investigations__sort-by {
      width: 100%;
      flex-flow: column;
      align-items: start !important; } }

.investigations__search-wrapper {
  justify-content: flex-end; }

.investigations__wrapper {
  justify-content: space-between;
  margin-top: 2rem !important; }
  @media (max-width: 767px) {
    .investigations__wrapper {
      display: flex;
      flex-flow: column; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .investigations__wrapper select {
      font-size: 0.89rem !important; } }

.investigations__line {
  position: relative;
  overflow: hidden;
  display: block;
  color: #1A8FD1; }
  .investigations__line span {
    vertical-align: baseline;
    display: block;
    position: relative; }
    .investigations__line span:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      margin-left: 10px;
      border-top: 1px solid #ccc; }

.investigations__submit {
  border-radius: 6px;
  border: none;
  min-height: 44px;
  font-size: 1.125rem !important; }

.investigations__label {
  color: #222;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  margin-bottom: 0px !important;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .investigations__label {
      margin-bottom: 0.59rem !important;
      margin-right: 0px !important; } }
  .investigations__label-filter {
    display: flex;
    color: #1A8FD1; }
    .investigations__label-filter::before {
      content: "";
      display: block;
      background: url("/wp-content/themes/twentytwentyone/custom_assets/image/search-filter.svg");
      width: 16px;
      height: 16px;
      margin-right: 0.5rem; }
    .investigations__label-filter::after {
      content: "";
      display: block;
      background: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow-blue.svg");
      width: 16px;
      height: 16px;
      margin-left: 0.5rem; }
    .investigations__label-filter .show {
      display: block !important; }
    .investigations__label-filter .hide {
      display: none !important; }

@media (max-width: 767px) {
  .investigations .select2 {
    width: 100% !important; } }

@media (max-width: 767px) {
  .investigations__left-col {
    flex-flow: column; } }

@media (max-width: 767px) {
  .investigations__searchbar {
    width: 100%;
    margin-top: 1.3rem; } }

.investigations__searchinput {
  padding: 9px 16px;
  background-color: #F2F4F4;
  font-weight: 400;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  border-radius: 6px;
  border: none !important;
  font-style: italic;
  font-size: 1.25rem;
  margin-right: 1rem;
  min-height: 44px; }
  @media (max-width: 767px) {
    .investigations__searchinput {
      font-size: 0.937rem !important;
      width: 100%; } }
  .investigations__searchinput::placeholder {
    font-size: 1rem !important;
    color: red !important; }

.investigations__sort-by {
  margin-left: 2.89rem !important; }
  @media (max-width: 1200px) {
    .investigations__sort-by {
      margin-left: 0.89rem !important; } }
  @media (max-width: 767px) {
    .investigations__sort-by {
      margin-top: 1.3rem;
      margin-left: 0rem !important; } }

.investigations__features h2 {
  color: red; }

.investigations__features__wrapper {
  padding-bottom: 4.6875rem; }

.investigations__features-wrapper h3 {
  font-size: 2rem !important;
  margin-bottom: 0px !important; }

.investigations__features-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
  justify-content: start;
  margin-top: 2.22222222rem !important; }
  .investigations__features-box h6,
  .investigations__features-box p {
    font-size: 1.25rem !important;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    margin-bottom: 0px !important; }
  .investigations__features-box h6 {
    font-weight: 600 !important; }
  .investigations__features-box p {
    font-weight: 400 !important;
    color: #868B8D !important; }
  .investigations__features-box .box {
    flex: 0 0 calc(25% - 16px);
    /* Allow the boxes to grow and shrink based on content */
    max-width: calc(25% - 16px);
    background-color: #ECF7FE;
    border-radius: 6px;
    color: #313334 !important;
    font-size: 1.125rem !important;
    padding: 1.75rem 1.25rem !important;
    border-radius: 6px;
    text-align: center !important;
    font-weight: 500;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease; }
    .investigations__features-box .box:hover {
      background-color: #1A8FD1 !important;
      color: #ffffff !important;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); }
      .investigations__features-box .box:hover a, .investigations__features-box .box:hover h6, .investigations__features-box .box:hover p {
        color: white !important; }
    @media (max-width: 767px) {
      .investigations__features-box .box {
        flex: unset;
        width: 100% !important;
        display: flex;
        flex-flow: column;
        max-width: 100%; } }
  .investigations__features-box .clinical-box {
    font-size: 1rem !important; }

.investigations__search-filter {
  margin: 2rem 0rem !important;
  border-bottom: 1px solid #CDD1D3; }

.investigations .pagination {
  display: flex;
  align-items: center !important;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2.77777778rem 0rem; }
  @media (max-width: 992px) {
    .investigations .pagination__wrapper {
      overflow-x: scroll !important; } }
  .investigations .pagination li {
    margin: 0 5px; }
  .investigations .pagination a {
    display: inline-block;
    padding: 0.277777778rem 1.38888889rem;
    background-color: #fff;
    text-decoration: none;
    color: #1A8FD1;
    border-radius: 3px;
    font-weight: 400;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif"; }
    .investigations .pagination a:hover {
      color: #1A8FD1;
      border: 1px solid #1A8FD1; }

.founder__head {
  color: #313334 !important; }

@media (max-width: 1280px) {
  .founder__wrapper {
    margin-bottom: 1.75rem; } }

.founder .elementor-icon-box-icon {
  margin-bottom: 0px !important; }

.founder__img-content {
  padding: 1.5rem; }
  @media (max-width: 767px) {
    .founder__img-content {
      text-align: center;
      padding: 1rem; } }

.founder__text-content {
  font-size: 1.1rem;
  max-width: 400px;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #313334;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 767px) {
    .founder__text-content {
      max-width: 100%; } }

.founder__link {
  font-weight: 700;
  color: #1A8FD1;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 700;
  color: #B84700; }

.founder__img-box {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .founder__img-box {
      flex-flow: column; } }

.founder__img-box-icon {
  width: 200px;
  overflow: hidden; }
  .founder__img-box-icon img {
    border-radius: 50% !important;
    object-fit: cover; }

.our-team .investigations .sm-w-25 {
  width: 30% !important; }
  @media (max-width: 767px) {
    .our-team .investigations .sm-w-25 {
      width: 100% !important; } }

.our-team__content {
  text-align: center; }
  .our-team__content h3 {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important; }

.our-team__wrapper {
  text-align: center !important; }
  @media (max-width: 767px) {
    .our-team__wrapper {
      margin-bottom: 1.75rem !important; } }

.our-team__content h3 {
  font-weight: 600;
  color: #313334; }

.our-team__content h5 {
  font-weight: 400;
  margin-bottom: 0rem !important; }

.our-team__link {
  font-weight: 700;
  color: #1A8FD1;
  text-decoration: underline; }

.our-team__img img {
  border-radius: 50%;
  height: 200px;
  width: 200px; }

.alphabet-header .highlight {
  font-weight: 700;
  color: #B84700 !important; }

@media (min-width: 830px) {
  .alphabet-header .hide-desktop {
    display: none; } }

@media (max-width: 830px) {
  .alphabet-header .hide-ipad {
    display: none; } }

.alphabet-header .custom-dropdown {
  position: relative;
  display: inline-block; }

.alphabet-header .custom-dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000; }

.alphabet-header .custom-dropdown.open .dropdown-content {
  display: block; }

.alphabet-header__wrapper {
  z-index: 1; }
  @media (max-width: 767px) {
    .alphabet-header__wrapper {
      margin: 10px 0px; } }

.alphabet-header__horizontal-dropdown-menu {
  display: flex;
  background-color: #ECF7FE;
  padding: 10px 0px;
  z-index: 1; }
  @media (max-width: 1200px) {
    .alphabet-header__horizontal-dropdown-menu {
      overflow-x: scroll;
      align-items: center; } }

.alphabet-header__topic {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1rem;
  padding: 0.4rem 0px; }

.alphabet-header span {
  color: black;
  font-size: 1.125rem; }

.alphabet-header__menu {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px; }

.alphabet-header__letter-dropdown {
  position: relative;
  list-style: none; }

.alphabet-header__dropdown-trigger {
  text-decoration: none;
  color: #313334 !important;
  padding: 0px 1px !important;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.125rem !important;
  font-weight: 400; }
  @media (min-width: 1280px) {
    .alphabet-header__dropdown-trigger {
      padding: 0px 0.5rem; } }

.alphabet-header .card {
  border-radius: 12px !important; }

.alphabet-header .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F2F4F4;
  border: none;
  outline: none;
  border-radius: 6px;
  min-width: 15rem !important;
  margin: 0px;
  padding: 0px;
  z-index: 22;
  border-radius: 12px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 3rem !important;
  /* Style for the scrollbar */ }
  @media (max-width: 767px) {
    .alphabet-header .dropdown-menu {
      min-width: 100% !important; } }
  .alphabet-header .dropdown-menu__sub-items {
    padding: 0.3rem !important; }
  .alphabet-header .dropdown-menu li {
    padding: 10px; }
  .alphabet-header .dropdown-menu__accordion-icon {
    float: left;
    transition: transform 0.3s ease;
    color: #1A8FD1;
    margin-right: 8px;
    display: flex;
    align-items: center; }
  .alphabet-header .dropdown-menu__list-header {
    padding: 0.5rem !important;
    background-color: white; }
  .alphabet-header .dropdown-menu .btn {
    padding: 0.3rem !important; }
  .alphabet-header .dropdown-menu .btn-link {
    color: #313334 !important;
    font-weight: 400 !important;
    align-items: center !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    display: flex;
    flex-flow: row-reverse; }
  .alphabet-header .dropdown-menu .btn.btn-link[aria-expanded="true"] {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%; }
  .alphabet-header .dropdown-menu .btn.btn-link:not(.collapsed) {
    font-weight: 700;
    background-color: #F2F4F4 !important; }
  .alphabet-header .dropdown-menu .card-header {
    background-color: #F2F4F4; }
  .alphabet-header .dropdown-menu .card {
    border: none !important; }
  .alphabet-header .dropdown-menu .card-body {
    padding: 0.5rem !important;
    max-height: 13rem;
    overflow-y: scroll; }
  .alphabet-header .dropdown-menu .card-body::-webkit-scrollbar {
    width: 6px;
    height: 194px !important;
    /* Width of the scrollbar */ }
  .alphabet-header .dropdown-menu .card-body::-webkit-scrollbar-thumb {
    background-color: #868B8D;
    border-radius: 20px;
    height: 80px !important; }
  .alphabet-header .dropdown-menu .card-body::-webkit-scrollbar-track {
    background-color: #f1f1f1; }
  .alphabet-header .dropdown-menu #collapseOne {
    background-color: #F2F4F4;
    font-weight: 400;
    font-size: 1rem !important;
    padding: 0rem 0.9rem; }
  .alphabet-header .dropdown-menu .collapsed .accordion-icon {
    color: #3BA9E7; }

.alphabet-header .letter-dropdown:hover .dropdown-menu {
  display: block; }

.alphabet-header .separator {
  margin: 0 11.7px !important;
  color: #CDD1D3;
  list-style: none; }
  @media (max-width: 1200px) {
    .alphabet-header .separator {
      margin: 0 5px; } }

.alphabet-header__dropdown-trigger.active, .alphabet-header__dropdown-trigger:hover {
  color: #B84700 !important; }

.alphabet-header__menu:last-child li.separator {
  margin-left: 11.7px !important;
  margin-right: 0px !important; }

.alphabet-header__dropdown-trigger:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block; }

.guide-detail h6 {
  font-size: 1.25rem !important; }

.guide-detail .highlight {
  display: block;
  color: #2E2C2F !important;
  font-size: 1.25rem !important;
  background-color: #C3EAFF !important;
  border-radius: 8px !important; }
  .guide-detail .highlight a {
    font-weight: 700 !important; }

.guide-detail__head {
  color: #313334 !important;
  font-size: 2rem !important; }

.guide-detail__sub-head {
  margin-bottom: 1.25rem !important; }

.guide-detail__wrapper {
  display: flex; }

.guide-detail__content-wrapper {
  margin: 2rem 0rem !important; }

.guide-detail__content {
  flex: 1; }

.guide-detail__side-tab {
  flex: 0 0 auto;
  width: 25% !important;
  position: sticky !important;
  top: 100px !important;
  height: 100vh !important;
  overflow-y: auto; }

.guide-detail .sub-head {
  margin-bottom: 1.1111rem; }

.guide-detail p {
  color: #313334 !important;
  font-size: 1.25rem !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif" !important;
  font-weight: 400 !important; }

.guide-detail .line-after {
  position: relative;
  overflow: hidden;
  display: block;
  color: #1A8FD1; }
  .guide-detail .line-after span {
    display: block;
    position: relative; }
    .guide-detail .line-after span:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      margin-left: 10px;
      border-top: 1px solid #ccc; }

.guide-detail__wrapper nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ECF7FE;
  border-radius: 12px;
  padding: 1.25rem !important;
  border-radius: 12px;
  font-weight: 400; }
  @media (min-width: 767px) {
    .guide-detail__wrapper nav ul {
      max-width: 280px; } }

.guide-detail__wrapper nav li {
  margin: 0;
  padding: 0; }

.guide-detail__wrapper nav a {
  display: block;
  color: #2E2C2F !important;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400 !important;
  padding: 0.89rem 1.79rem !important;
  border-radius: 8px !important;
  text-decoration: none; }

.guide-detail__content-wrapper:last-child {
  margin-bottom: 0px !important; }

.guide-detail-mobile__dropdown-container {
  min-height: 2.5rem;
  width: 90%;
  border-radius: 7px;
  padding: 8px;
  background-color: #3BA9E7;
  color: white;
  border: none; }

.guide-detail-mobile__dropdown-wrapper {
  z-index: 999;
  position: relative;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center; }
  .guide-detail-mobile__dropdown-wrapper select,
  .guide-detail-mobile__dropdown-wrapper .select2-container {
    width: 100%;
    outline: 0;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid var(--Grey-04, #2E2C2F);
    background-color: #ECF7FE;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1rem;
    color: #2E2C2F !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
    appearance: none !important;
    background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/dropdown_arrow.svg"), linear-gradient(to bottom, #ECF7FE 0%, #ECF7FE 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 20px auto, 100%; }
    @media (min-width: 1560px) {
      .guide-detail-mobile__dropdown-wrapper select,
      .guide-detail-mobile__dropdown-wrapper .select2-container {
        font-size: 1.125rem; } }
    .guide-detail-mobile__dropdown-wrapper select::placeholder,
    .guide-detail-mobile__dropdown-wrapper .select2-container::placeholder {
      color: #868B8D !important; }
    .guide-detail-mobile__dropdown-wrapper select:focus,
    .guide-detail-mobile__dropdown-wrapper .select2-container:focus {
      border: 1px solid #1A8FD1; }

.guide-detail-mobile__section-wrapper {
  z-index: 0; }

.guide-detail-mobile .section-content {
  padding: 10px;
  margin-top: 10px; }

.guide-detail-mobile #fixedDropdown {
  top: 0;
  left: 0;
  background-color: #fff;
  /* Set the background color of the fixed dropdown */
  padding: 10px;
  z-index: 1; }

@media (min-width: 992px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 820px) {
  .hide-mobile {
    display: none; } }

.guide-detail-mobile__dropdown-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000; }

.guide-detail-mobile__dropdown-wrapper.sticky {
  position: sticky;
  top: 100px;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  z-index: 88;
  background-color: white !important; }
  @media (max-width: 820px) {
    .guide-detail-mobile__dropdown-wrapper.sticky {
      top: 80px !important; } }

.approachdata__content-wrapper h5 {
  margin-bottom: 1.125rem !important; }

.approachdata_list {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column; }

.approachdata a {
  margin-bottom: 1rem !important;
  color: #B84700 !important;
  text-decoration: underline !important;
  font-size: 1.125rem !important;
  font-weight: 700; }
  .approachdata a:hover {
    color: #B84700;
    text-decoration: solid; }

.approach-detail-title h2 {
  color: #313334 !important; }

.guidelines h5 {
  margin-bottom: 1.125rem !important; }

.guidelines__content h5 {
  margin-bottom: 1.125rem !important; }

.approach-details p {
  font-size: 1.25rem !important; }

.approach-details ul li,
.approach-details li {
  list-style: disc !important;
  margin-left: 1.5rem !important;
  color: #313334 !important;
  font-size: 1.25rem !important; }

.article .line-after {
  margin-bottom: 2rem !important; }

.article img {
  border-radius: 5px !important; }

.article__sub-ttile {
  font-size: 1.125rem !important; }

@media (min-width: 992px) {
  .article__left-col .content {
    max-width: 700px !important; } }

@media (min-width: 1600px) {
  .article__left-col .content {
    max-width: 860px !important; } }

.article__title {
  color: #313334 !important; }

.article h2 {
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 700; }

.article__wrapper {
  margin-top: 0.88rem !important; }

.article__img {
  margin-bottom: 2rem !important;
  width: 100%; }

.article__cat-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover; }

.article__image-container {
  max-width: 120px !important;
  height: auto !important;
  overflow: hidden !important; }

.article__card {
  display: flex;
  margin-bottom: 2.19rem !important;
  border-right: 4px solid transparent;
  transition: transform 0.3s, border-right-color 0.3s;
  border-radius: 10px; }
  .article__card:hover {
    transform: translateX(-5px);
    border-right-color: #1A8FD1;
    border-radius: 10px; }

.article__card-title {
  max-width: 250px; }
  @media (max-width: 767px) {
    .article__card-title {
      max-width: 100%; } }

.article__content {
  margin-left: 1.25rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center; }
  .article__content h4 {
    font-size: 1.375rem !important;
    margin-bottom: 2px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.6em;
    /* (line-height) * (number of lines) */
    text-overflow: ellipsis; }

.article__right-col {
  display: flex;
  justify-content: center; }
  .article__right-col_news {
    justify-content: flex-start; }

.article__aside {
  width: 400px !important; }
  @media (max-width: 820px) {
    .article__aside {
      margin-top: 2rem !important;
      width: 100% !important; } }
  .article__aside::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #CDD1D3;
    width: 1.5px;
    left: -15px; }
    @media (max-width: 1100px) {
      .article__aside::before {
        display: none !important; } }

.article__cat-img {
  border-radius: 5px !important; }

.article__cat-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; }

.article__image-container {
  max-width: 120px !important;
  height: auto !important;
  overflow: hidden !important; }

.article__sub-title {
  font-size: 1.125rem !important;
  color: #868B8D !important; }

.calculator {
  background-color: #ECF7FE; }
  .calculator .p-inches {
    padding-right: 15px !important; }
    @media (max-width: 767px) {
      .calculator .p-inches {
        padding-right: 0px !important;
        padding-left: 0px !important; } }
  .calculator .form-check-inline {
    white-space: nowrap !important; }
  .calculator #sex-error {
    margin-top: 2px !important; }
  .calculator #feet {
    left: 10px !important; }
  .calculator #feet-error {
    margin-left: 15px; }
  .calculator__alert-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem !important; }
    .calculator__alert-msg .alert-error {
      font-size: 1.25rem !important;
      color: blue !important; }
  .calculator .f-700 {
    font-weight: 700 !important; }
  .calculator__d-none {
    display: none; }
  .calculator__bmi-head {
    margin-bottom: 2.5rem; }
  .calculator .progress-container {
    width: 100% !important;
    background: linear-gradient(90deg, #7AC0FF 0%, #82FDF0 37.77%, #F9D659 70.4%, #EE5070 100%);
    height: 18px;
    border-radius: 10px;
    position: relative;
    pointer-events: none !important; }
  .calculator .progress-bar {
    height: 100%;
    width: 85% !important;
    width: 0;
    border-radius: 10px;
    position: absolute;
    transition: width 0.3s ease;
    background-color: transparent; }
  .calculator .indicator {
    width: 18px;
    height: 18px;
    border-radius: 25.468px;
    border: 2px solid #313334 !important;
    background: #D16564;
    position: absolute;
    cursor: pointer;
    transition: left 0.3s ease; }
  .calculator .label-container {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%; }
  .calculator .label {
    text-align: center;
    width: calc(25% - 10px);
    color: #313334 !important;
    font-weight: 700 !important; }
  .calculator__result-right-col::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    width: 0.5px;
    left: 0px; }
    @media (max-width: 820px) {
      .calculator__result-right-col::before {
        display: none !important; } }
  .calculator__result-text {
    color: #313334; }
  .calculator__result-left-col-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center; }
    .calculator__result-left-col-wrapper h5 {
      font-weight: 400 !important; }
  .calculator__result-container {
    display: flex;
    justify-content: center; }
    @media (max-width: 992px) {
      .calculator__result-container {
        margin-top: 1.125rem !important; } }
  .calculator__result-wrapper {
    background-color: white;
    border-radius: 8px;
    width: 800px;
    max-width: 800px; }
    @media (max-width: 767px) {
      .calculator__result-wrapper {
        width: 100%; } }
  .calculator__result-wrapper {
    padding: 2.3rem 1.9rem !important; }
  .calculator__result-text-title {
    margin-bottom: 1.5rem !important; }
  .calculator__result-text {
    margin-bottom: 0rem !important;
    font-size: 1.12rem !important; }
  .calculator__result-left-col {
    display: flex;
    justify-content: center;
    flex-flow: column; }
  .calculator__result-icon {
    margin-bottom: 1.375rem !important; }
  .calculator .nav-tabs {
    border-bottom: 1px solid #1A8FD1; }
    @media (max-width: 992px) {
      .calculator .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll; } }
  .calculator ul {
    margin-top: 2rem;
    margin-bottom: 2.5rem; }
  .calculator__tab-link {
    padding: 0.625rem 1.25rem;
    border: none;
    color: #313334 !important;
    border-radius: 6px;
    font-size: 1.25rem !important;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem; }
    .calculator__tab-link.active, .calculator__tab-link:hover {
      background-color: #1A8FD1;
      color: white !important;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
  .calculator__nav-item {
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-right: 5px !important; }
    .calculator__nav-item:hover {
      background-color: #1A8FD1; }
      .calculator__nav-item:hover a {
        background-color: #1A8FD1;
        color: white !important; }
  .calculator__btn-wrapper {
    margin-top: 2.5rem !important; }
  .calculator__calc {
    margin-right: 28px !important; }
  .calculator .my-12 {
    margin: 0px 12px; }

@media (max-width: 767px) {
  .home-news .jsHomeBlog {
    margin-top: 1.25rem !important; } }

.home-news h1 {
  color: red !important; }

.home-news__img {
  border-radius: 5px !important; }

.home-news__min-title {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 700; }

.home-news__min-description {
  color: #868B8D !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem;
  font-size: 1.25rem !important; }
  @media (min-width: 767px) {
    .home-news__min-description {
      width: 235px !important; } }

.home-news__arrow {
  margin-bottom: 2.5rem !important; }

.home-news .news-swiper-button-prev {
  margin-right: 0.5rem !important;
  width: 32px !important;
  height: 32px !important; }

.home-news .news-swiper-button-prev path:hover,
.home-news .news-swiper-button-next path:hover {
  fill: #1A8FD1 !important; }

.home-news__title {
  font-weight: 700 !important;
  color: #313334 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.25rem !important;
  font-size: 1.375rem !important; }

.home-news__meta {
  display: flex;
  align-items: center;
  font-size: 1.125rem !important;
  color: #868B8D !important;
  font-weight: 400;
  margin-bottom: 1.25rem !important; }
  @media (max-width: 767px) {
    .home-news__meta {
      margin-bottom: 1.25rem; } }

.home-news__meta-date {
  color: #868B8D !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  margin-left: 0.25rem; }

.home-news__event-head {
  margin-bottom: 0rem !important; }

.home-event__head {
  display: flex; }
  @media (max-width: 767px) {
    .home-event__head {
      flex-flow: column; }
      .home-event__head .line-after span:after {
        width: 30% !important; } }

.home-event__see-all {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .home-event__see-all {
      justify-content: end !important; } }

.logged-in-condition .hide-logged-in {
  display: none !important; }

.logged-out-condition .hide-logged-out {
  display: none !important; }

.home-event-card {
  display: block;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-bottom: 3px solid transparent;
  transition: transform 0.3s,border-bottom-color 0.3s;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .home-event-card {
      margin-bottom: 1.25rem !important; } }
  .home-event-card .meta {
    margin-bottom: 1rem !important; }
  .home-event-card:hover {
    border-bottom-color: #1A8FD1;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .home-event-card:hover .card-img {
      transform: scale(1.1);
      filter: brightness(60%); }
  .home-event-card__card-img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .home-event-card .card-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease; }

.blog__area form {
  margin-top: 0rem !important; }

.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.blog__item {
  width: 47%;
  margin: 2.22222222rem 0.555555556rem 0rem;
  border-radius: 0px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  position: relative;
  border-bottom: 4px solid transparent;
  transition: transform 0.3s, border-right-color 0.3s;
  border-radius: 10px !important; }
  @media (max-width: 767px) {
    .blog__item {
      width: 100%; } }
  .blog__item:hover {
    transform: translateY(-5px) !important;
    border-bottom-color: #1A8FD1 !important;
    border-radius: 0px 0px 10px 10px !important; }
  .blog__item .video_model.www {
    position: relative;
    width: 100%;
    height: 100%; }
    .blog__item .video_model.www::after {
      position: absolute;
      background-image: url("/wp-content/themes/twentytwentyone/custom_assets/image/gridicons_play.svg");
      content: '';
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.blog__wrap {
  position: absolute;
  width: 100%;
  height: 100%; }

.blog__wrap_video {
  position: absolute;
  width: 100%;
  height: 100%; }

.blog__sidebar {
  margin-top: 2.22222222rem; }
  @media (max-width: 767px) {
    .blog__sidebar {
      margin-top: 0rem !important; } }

.webinar__title {
  padding: 5rem 0rem;
  margin: 0px; }

.webinar_bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-position: center; }

.sidebar__widget {
  margin-top: 2.8125rem; }
  .sidebar__widget h2 {
    margin-bottom: 1.25rem !important; }

.sidebar__widget-title {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  border-bottom: none !important; }

@media (max-width: 768px) {
  .sidebar__widget-content .rc-post {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto; } }

.sidebar-list {
  position: relative; }
  @media (max-width: 768px) {
    .sidebar-list {
      margin-right: 20px;
      margin-bottom: 1rem; } }
  .sidebar-list__wrap {
    position: absolute;
    width: 100%;
    height: 6.25rem !important;
    border-right: 4px solid transparent;
    transition: transform 0.3s, border-right-color 0.3s;
    border-radius: 10px; }
    .sidebar-list__wrap:hover {
      transform: translateX(-5px) !important;
      border-right-color: #1A8FD1 !important;
      border-radius: 10px !important; }
    @media (max-width: 768px) {
      .sidebar-list__wrap {
        border: 1px solid #F2F4F4; } }
  .sidebar-list__content {
    padding: 0px 10px;
    width: 100%; }
    @media (max-width: 768px) {
      .sidebar-list__content {
        max-width: 100%;
        width: 200px; } }

.sidebar-tag__text {
  color: #1A8FD1 !important;
  font-size: 1.125rem !important;
  line-height: normal !important;
  padding: 0.755em 1.375rem !important;
  background-color: #ECF7FE !important;
  border-radius: 60px !important; }
  .sidebar-tag__text a {
    font-size: 1.125rem !important; }
  .sidebar-tag__text:hover {
    background-color: #1A8FD1 !important;
    color: #ECF7FE !important; }

.sidebar-tag .active {
  line-height: normal !important;
  padding: 0.755em 1.375rem !important;
  background-color: #1A8FD1 !important;
  color: #1A8FD1 !important; }

.sidebar__widget.widget_tag_cloud a {
  font-size: 1.125rem !important;
  padding: 0.75em 1.375rem !important;
  background-color: #ECF7FE !important;
  border-radius: 60px !important;
  height: auto !important;
  line-height: normal !important;
  font-weight: 400 !important; }

.sidebar__widget.widget_tag_cloud a:hover {
  background-color: #1A8FD1 !important;
  color: #ECF7FE !important; }

@media (max-width: 768px) {
  .rc-thumb {
    padding-bottom: 1rem !important; } }

.widget-post-title {
  font-size: 1.25rem !important;
  color: #313334 !important;
  font-weight: 700 !important; }
  @media (max-width: 768px) {
    .widget-post-title {
      line-height: normal !important; } }

.widget-post-meta {
  color: #868B8D !important;
  font-size: 1rem !important;
  font-weight: 400 !important; }

.rc-post-wrappper {
  margin-bottom: 1.77777778rem !important; }

.sidebar-posts-bg-thumb {
  width: 7.8125rem !important;
  height: 6.25rem !important;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: top;
  border-radius: 10px !important; }

.postbox__meta {
  display: none; }

.postbox__content {
  padding: 12px 12px !important; }
  .postbox__content p {
    color: #868B8D !important;
    margin-bottom: 5px !important; }

.postbox__title {
  margin-bottom: 8px !important;
  font-size: 1.25rem !important;
  color: #313334 !important;
  line-height: normal !important; }
  .postbox__title a {
    font-size: 1.25rem !important;
    color: #313334 !important;
    line-height: normal !important; }

.postbox-text {
  margin-bottom: 0px;
  color: #868B8D; }

.postbox__thumb a img {
  height: 25.8125rem !important;
  max-height: 15rem;
  object-fit: cover;
  object-position: top;
  border-radius: 10px; }

.social-icon__title p,
.social-icon__title span {
  font-size: 1.125rem !important; }

.social-icon__title .elementor-icon-box-icon {
  display: flex !important;
  align-items: center !important; }

.searchpanel {
  padding: 1.25rem 0rem 2.5rem; }
  .searchpanel__wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.276);
    border-radius: 6px;
    background-color: #F2F4F4;
    max-width: 100%;
    width: 100%;
    position: relative; }
    .searchpanel__wrapper:focus {
      outline: none;
      border: 1px solid #1A8FD1 !important; }
  .searchpanel .clear {
    position: absolute;
    float: right;
    right: 1rem;
    text-align: center;
    cursor: pointer; }
  .searchpanel input:invalid + .clear {
    visibility: hidden; }
  .searchpanel__icon {
    margin: 10px;
    color: #1A8FD1; }
  .searchpanel input[type="text"]:focus {
    border: none !important; }
  .searchpanel__input {
    border: none;
    width: 100%;
    font-size: 1.25rem !important;
    color: #313334 !important;
    background-color: #F2F4F4; }
    .searchpanel__input:focus {
      outline: none;
      border: none !important; }
  .searchpanel__btn {
    border: none;
    font-size: 1.125rem !important;
    color: #ffffff !important;
    background-color: #1A8FD1 !important;
    padding: 14px 32px !important;
    border-radius: 6px;
    margin-left: 24px;
    font-weight: 700 !important;
    line-height: normal !important; }
  .searchpanel__tab {
    border-bottom: 1px solid #1A8FD1 !important;
    padding-bottom: 1px;
    margin-bottom: 1.5625rem !important;
    position: relative;
    white-space: nowrap !important; }
    @media (max-width: 1024px) {
      .searchpanel__tab {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: auto !important; } }
    .searchpanel__tab-btn {
      padding: 10px 16px !important;
      font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
      font-size: 1.25rem !important;
      font-weight: 600 !important;
      line-height: normal;
      background-color: #ffffff !important;
      border-radius: 6px 6px 0px 0px !important;
      border: none !important;
      color: #313334 !important; }
      @media (max-width: 1024px) {
        .searchpanel__tab-btn {
          min-width: 13rem; } }
      @media (max-width: 767px) {
        .searchpanel__tab-btn {
          min-width: 12rem; } }
      .searchpanel__tab-btn span {
        color: #868B8D !important; }
    .searchpanel__tab .active {
      background-color: #1A8FD1 !important;
      color: #ffffff !important; }
      .searchpanel__tab .active span {
        color: #ffffff !important; }
    .searchpanel__tab-content {
      margin: 3.25rem 0rem 0rem;
      border-bottom: 1px solid #cdd1d3; }
      .searchpanel__tab-content p {
        margin-bottom: 3.25rem; }
    .searchpanel__tab-subtitle {
      font-size: 1.125rem !important;
      color: #1A8FD1 !important; }
    .searchpanel__tab-pera {
      font-size: 1.25rem; }
  .searchpanel__tag {
    margin-top: 1rem; }

.pagination {
  margin-top: 4.0625rem; }
  .pagination li {
    margin: 0px 4px; }
    .pagination li a {
      color: #313334 !important;
      padding: 7px 14px;
      font-weight: 400;
      font-size: 1.125rem !important;
      line-height: 18px;
      letter-spacing: 0.16px; }
      @media (max-width: 767px) {
        .pagination li a {
          padding: 7px 7px; } }
  .pagination .active {
    color: #ffffff;
    background-color: #1A8FD1;
    font-size: 1.125rem !important;
    padding: 7px 12px;
    font-weight: 700;
    border-radius: 6px;
    line-height: 18px; }

.newsroomes {
  position: relative; }
  .newsroomes .simplefavorite-button {
    position: absolute !important;
    right: 9px;
    bottom: -75px;
    z-index: 1; }

.newsroom__other-news line-after {
  margin-top: 1rem !important; }

.newsroom img {
  border-radius: 5px !important; }

.newsroom__img {
  width: 37.5rem;
  height: 20rem !important;
  object-fit: cover;
  border-radius: 6px; }

.newsroom__title {
  color: #313334 !important; }
  .newsroom__title h2 {
    color: #313334 !important; }
  @media (max-width: 767px) {
    .newsroom__title {
      margin-top: 2rem !important; } }
  @media (min-width: 992px) {
    .newsroom__title {
      padding-top: 1rem; } }

.newsroom__meta {
  margin-bottom: 1.5rem; }
  .newsroom__meta-by {
    padding-right: 0.2rem; }
  .newsroom__meta-author {
    color: #868B8D !important; }
  .newsroom__meta-img {
    padding: 0rem 1.25rem; }
  .newsroom__meta-readtime {
    color: #868B8D !important; }
  .newsroom__meta-date {
    color: #868B8D !important;
    line-height: normal;
    padding-left: 4px;
    padding-top: 2px; }

.newsroom__detail {
  color: #868B8D;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }
  .newsroom__detail p {
    font-size: 1.25rem; }

.newsroom__link {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline !important; }
  .newsroom__link:hover {
    color: #B84700 !important; }

.newsroom__search-wrapper {
  display: flex !important;
  justify-content: flex-end !important; }

@media (min-width: 767px) {
  .newsroom__searchbar {
    padding-left: 20px; } }

.newsroom__searchinput {
  padding: 9px 20px !important; }

.newsroom__button {
  padding: 7px 32px; }
  @media (min-width: 1560px) {
    .newsroom__button {
      font-size: 1.125rem;
      padding: 9px 32px; } }

.newsroom__blogs {
  padding-bottom: 3.5rem; }

.newsroom__card {
  margin-top: 2.5rem !important;
  position: relative; }
  .newsroom__card img {
    border-radius: 5px !important; }
  .newsroom__card-title {
    margin-top: 12px;
    color: #313334 !important;
    min-height: 3.29875rem; }
    @media (max-width: 767px) {
      .newsroom__card-title {
        min-height: auto; } }
  .newsroom__card-image {
    width: 18px;
    height: 18px; }
  .newsroom__card-wrapper {
    position: absolute;
    width: 100%;
    height: 100%; }

.newsroom__card {
  display: block;
  position: relative;
  transition: transform 0.3s ease;
  border-bottom: 1px solid transparent; }

.newsroom__card:hover {
  border-radius: 12px;
  transform: translateY(-5px);
  /* Move the card up on hover */
  border-bottom: 4px solid #1A8FD1;
  /* Add a solid black border-bottom on hover */ }

.newsroom__calender {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem !important; }

.newsroom__image img {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; }

.newsroom__content p {
  font-size: 1.125rem !important; }

.newsroom__post-info .elementor-post-info__item-prefix {
  color: #313334;
  font-size: 1.125rem; }

.newsroom__post-info .elementor-post-info__item {
  color: #868B8D;
  font-size: 1.125rem; }

.newsroom__post-info .elementor-post-info .elementor-post-info__item--type-author {
  padding-left: 0px !important; }

.other-news h2 {
  margin-bottom: 1.63rem !important; }

.top-header {
  background-color: #1A8FD1; }
  @media (min-width: 767px) {
    .top-header {
      padding: 10px 0px; } }
  @media (max-width: 767px) {
    .top-header {
      padding: 10px; } }
  .top-header__link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start; }
  .top-header__mail-img {
    margin-right: 5px !important; }
  .top-header a {
    font-size: 1.125rem !important;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    font-weight: 500;
    color: white !important; }
  .top-header__link {
    position: relative;
    text-decoration: none; }
  .top-header .divider::before {
    content: " | ";
    margin: 0 1.25rem;
    color: white; }
  .top-header__right-side {
    display: flex !important;
    align-items: center; }
    .top-header__right-side a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      position: relative; }
    .top-header__right-side a:after {
      background: none repeat scroll 0 0 transparent;
      bottom: 0;
      content: "";
      display: block;
      height: 3px;
      left: 50%;
      position: absolute;
      background: #fff;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0; }
    .top-header__right-side a:hover:after {
      width: 100%;
      left: 0; }
    .top-header__right-side a:hover:after {
      width: 100%;
      left: 0; }
  .top-header__right-col {
    display: flex;
    justify-content: end; }
    @media (max-width: 767px) {
      .top-header__right-col {
        justify-content: start; } }
  .top-header .user-profile {
    margin-left: 30px !important; }
    @media (max-width: 767px) {
      .top-header .user-profile {
        margin-left: 0px !important;
        margin-top: 15px !important; } }
    .top-header .user-profile__anchor {
      display: flex;
      align-items: center;
      font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500; }
      .top-header .user-profile__anchor.active, .top-header .user-profile__anchor:hover {
        color: #FF9934 !important;
        background-color: white; }
    .top-header .user-profile__anchor-img {
      margin-right: 8px !important; }
      .top-header .user-profile__anchor-img .img {
        margin-right: 8px !important;
        width: 14px !important;
        height: 14px !important; }
    .top-header .user-profile__info {
      position: relative; }
    .top-header .user-profile__dropdown {
      display: flex;
      align-items: center;
      cursor: pointer; }
    .top-header .user-profile__user-icon {
      margin-right: 10px;
      font-size: 24px;
      /* Adjust the size as needed */ }
    .top-header .user-profile__link {
      position: relative;
      font-size: 1.125rem !important;
      font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
      font-weight: 500;
      color: white !important; }
    .top-header .user-profile__content {
      display: none;
      position: absolute;
      top: 52px;
      width: 215px;
      border-radius: 12px;
      padding: 14px 10px;
      background-color: #fff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
      z-index: 9999; }
      @media (max-width: 1280px) {
        .top-header .user-profile__content {
          right: 0; } }
      @media (max-width: 767px) {
        .top-header .user-profile__content {
          right: 0;
          left: 0; } }
      .top-header .user-profile__content::before {
        content: " ";
        position: absolute;
        right: 66px;
        top: -15px;
        border-top: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid white; }
      .top-header .user-profile__content a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333 !important; }
        .top-header .user-profile__content a :hover {
          background-color: #f2f2f2; }
    .top-header .user-profile .rotate {
      transition: transform 0.3s;
      transform: rotate(180deg); }

#top-header__right-side {
  display: flex;
  align-items: center;
  /* Center vertically within the container */ }

.top-header .user-profile__anchor-img img {
  width: 14px !important;
  height: 14px !important; }

.clinical__title {
  color: #313334;
  font-weight: 500 !important; }

.clinical form input[type="text"]:focus {
  outline: none !important;
  border: none !important; }

.clinical form input[type="text"]::placeholder {
  font-size: 1.125rem !important;
  font-style: italic; }

.clinicalsearch-diciplines {
  padding: 1.125rem 0 3.5rem; }
  @media (max-width: 767px) {
    .clinicalsearch-diciplines {
      padding: 1.5rem 0rem 3.2rem 0rem; } }

.clinicalsearch {
  padding: 1.25rem 0rem 3.5rem; }
  @media (min-width: 992px) {
    .clinicalsearch {
      max-width: 250px !important; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .clinicalsearch {
      max-width: 200px !important; } }
  .clinicalsearch__sub-title {
    margin-bottom: 1.25rem !important; }
  .clinicalsearch__wrapper {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-color: #F2F4F4;
    width: 40rem;
    max-width: 100%;
    margin: auto;
    position: relative; }
  .clinicalsearch__input {
    border: none;
    width: 100%;
    font-size: 1.25rem;
    color: #868B8D !important;
    background-color: #F2F4F4 !important;
    padding: 6px 14px;
    border-radius: 6px; }
    .clinicalsearch__input:focus {
      outline: none;
      border: none !important; }
    .clinicalsearch__input::placeholder {
      color: red !important; }
  .clinicalsearch__icon {
    margin: 10px;
    color: #1A8FD1;
    cursor: pointer; }
  .clinicalsearch__divider {
    border-bottom: 2px solid #CDD1D3;
    max-width: 64.4375rem;
    margin: auto; }

.directory__title {
  font-size: 1.125rem !important;
  color: #313334 !important; }
  .directory__title-main {
    margin-bottom: 1rem; }
  .directory__title-sub {
    margin-bottom: 1rem;
    font-size: 1.125rem !important; }
    .directory__title-sub:last-child {
      margin-bottom: 1.2rem; }
  .directory__title > a {
    color: #313334 !important;
    font-size: 1.125rem !important; }
    .directory__title > a::before {
      content: url("/wp-content/themes/twentytwentyone/custom_assets/image/minus.svg");
      width: 20px;
      height: 20px;
      float: left !important;
      font-size: 1.125rem !important; }
    .directory__title > a.collapsed::before {
      content: url("/wp-content/themes/twentytwentyone/custom_assets/image/pluse.svg");
      width: 20px;
      height: 20px;
      float: left !important; }

.directory__list {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  color: #313334 !important;
  margin-bottom: 1rem; }
  .directory__list:last-child {
    margin-bottom: 1.2rem; }

.tab {
  display: inline-block;
  margin-left: 20px; }

.tab1 {
  display: inline-block;
  margin-left: 40px; }

.directory__title > a.collapsed::before {
  font-size: 1.23rem !important; }

.directory-detail {
  padding: 1.25rem 0rem 0.75rem; }
  .directory-detail__wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.276);
    border-radius: 6px;
    background-color: #F2F4F4;
    max-width: 100%;
    width: 100%;
    position: relative; }
    .directory-detail__wrapper:focus {
      outline: none;
      border: 1px solid #1A8FD1 !important; }
  .directory-detail__tab {
    overflow-x: scroll;
    white-space: nowrap; }
  .directory-detail__scroll {
    display: flex;
    border-bottom: 1px solid #1A8FD1; }
    .directory-detail__scroll a {
      margin-right: 8px;
      font-size: 1.125rem !important;
      border-bottom: none !important; }
      .directory-detail__scroll a.active, .directory-detail__scroll a:hover {
        background-color: #1A8FD1 !important;
        color: white !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
  .directory-detail .clear {
    position: absolute;
    float: right;
    top: 0.5rem;
    right: 1rem;
    text-align: center;
    cursor: pointer; }
  .directory-detail input:invalid + .clear {
    visibility: hidden; }
  .directory-detail__icon {
    margin: 10px;
    color: #1A8FD1; }
  .directory-detail__input {
    border: none;
    width: 100%;
    font-size: 1.25rem;
    color: #868B8D;
    background-color: #F2F4F4; }
    .directory-detail__input:focus {
      outline: none;
      border: none !important; }
  .directory-detail__btn {
    border: none;
    font-size: 1.125rem;
    color: #ffffff !important;
    background-color: #1A8FD1 !important;
    padding: 14px 32px;
    border-radius: 6px;
    margin-left: 24px;
    font-weight: 700; }
  .directory-detail__tab {
    border-bottom: 0px solid #1A8FD1 !important;
    padding-bottom: 2px;
    margin-bottom: 1.5625rem !important; }
    .directory-detail__tab-btn {
      padding: 10px 20px !important;
      font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
      font-size: 1.25rem !important;
      font-weight: 400;
      line-height: normal;
      background-color: #ffffff !important;
      border-radius: 6px 6px 0px 0px !important;
      border: none !important;
      margin-bottom: 0px !important;
      border-bottom: 1px solid #1A8FD1 !important;
      color: #313334 !important; }
      @media (max-width: 1024px) {
        .directory-detail__tab-btn {
          min-width: 10rem; } }
    .directory-detail__tab .active {
      background-color: #1A8FD1 !important;
      color: #ffffff !important; }
    .directory-detail__tab-content {
      margin: 2rem 0rem 0rem;
      font-size: 1.125rem !important;
      color: #313334 !important;
      border-bottom: 1px solid #cdd1d3; }
      .directory-detail__tab-content:last-child {
        border-bottom: none; }
      .directory-detail__tab-content p {
        margin-bottom: 1rem; }

.directory-detail__tab {
  overflow-x: scroll;
  white-space: nowrap; }

.directory-detail__tab::-webkit-scrollbar {
  width: 3px; }

.job-list__full-width-col {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .job-list__full-width-col {
      display: flex;
      flex-flow: column; } }

@media (min-width: 992px) {
  .job-list__side-bar {
    width: 250px; } }

.job-list__list-title {
  margin-bottom: 2rem !important; }

.job-list__title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500 !important; }

.job-list__choose-location {
  position: relative;
  width: 21.25rem;
  margin-right: 1.25rem; }
  @media (max-width: 767px) {
    .job-list__choose-location {
      width: 100%; } }
  .job-list__choose-location select,
  .job-list__choose-location .select2-container {
    padding-left: 50px !important;
    color: #868B8D !important; }

.job-list__choose-location-icon {
  position: absolute;
  top: 29%;
  left: 20px;
  width: 1rem;
  height: 1rem !important; }

.job-list__search {
  width: 31.25rem !important;
  height: 100% !important; }
  @media (max-width: 767px) {
    .job-list__search {
      width: unset !important;
      margin-top: 1rem;
      margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .job-list__col-wrapper {
    margin-top: 2rem !important; } }

.job-list__btn-wrapper {
  height: 100% !important;
  margin-left: 1.25rem !important; }
  @media (max-width: 767px) {
    .job-list__btn-wrapper {
      margin-left: 0rem !important;
      margin-top: 1.25rem;
      margin-bottom: 1rem; } }

.job-list__btn {
  font-size: 1.125rem !important;
  font-weight: 700;
  letter-spacing: 0.2px; }
  @media (max-width: 767px) {
    .job-list__btn {
      width: 100% !important; } }

.job-list__features-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }

.job-list__sub-title {
  font-weight: 700 !important; }
  @media (min-width: 767px) {
    .job-list__sub-title {
      max-width: 305px; } }

.job-list__address-link {
  padding: 1.125rem 2rem !important;
  background-color: #ECF7FE !important;
  border-radius: 8px;
  width: 100%; }
  .job-list__address-link span {
    color: #313334;
    font-size: 1.125rem !important;
    font-weight: 500;
    line-height: normal;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif"; }
    .job-list__address-link span i {
      margin-right: 10px; }

.job-list__right-icon {
  position: absolute;
  right: 35px; }

.job-list .form-border label {
  font-size: 1.25rem !important;
  color: #222 !important;
  font-weight: 400 !important; }

.job-list .form-border .form-group {
  margin-bottom: 2rem !important; }

.job-list .from input[type="text"] {
  height: 100%;
  color: #868B8D; }
  .job-list .from input[type="text"]::placeholder {
    color: #868B8D !important; }

.job-list .from select,
.job-list .from .select2-container {
  color: #868B8D !important; }

.job-list-detail__address-wrapper {
  margin-bottom: 2.17rem !important; }

.job-list-detail .line-after {
  margin-bottom: 1.25rem !important; }

@media (max-width: 767px) {
  .job-list-detail__right-col {
    margin-top: 1.25rem !important; } }

.job-list-detail__sub-title {
  margin-bottom: 1.2rem;
  color: #313334 !important; }

.job-list-detail__icon-wrapper {
  margin-bottom: 0.69rem !important; }
  .job-list-detail__icon-wrapper span {
    color: #313334;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400; }
    .job-list-detail__icon-wrapper span i {
      margin-right: 0.81rem;
      font-size: 1rem !important; }

.job-list-detail__seprator {
  margin: 2.5rem 0rem !important;
  border-bottom: 1px solid #CDD1D3; }

.job-list-detail__social-icons {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .job-list-detail__social-icons {
      margin-bottom: 1.25rem; } }

.job-list-detail__social-icon {
  margin-right: 1.75rem !important; }
  .job-list-detail__social-icon img {
    width: 20px;
    /* Adjust the size of the icons as needed */
    height: 20px; }

.job-list-detail__btn-wrapper {
  margin-bottom: 5rem !important;
  line-height: 1.5; }

.job-list-detail__share-label {
  color: #000;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700; }

.job-list-detail__copy {
  margin-bottom: 1.875rem !important; }

.breadcrumb-row {
  color: #868B8D;
  line-height: 1.5;
  font-size: 1.1;
  padding-left: 0;
  margin: 1rem 0px !important; }
  .breadcrumb-row li {
    display: inline;
    list-style-type: none;
    margin-left: 0;
    font-size: 1.125rem !important; }
    .breadcrumb-row li a {
      color: #3BA9E7 !important; }
  .breadcrumb-row li:before {
    content: "/";
    padding-right: 3px;
    margin: 0rem 0.75rem;
    font-size: 1.125rem !important; }
  .breadcrumb-row li:first-child:before {
    display: none; }

.tags__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.tags__link {
  font-size: 1.125rem;
  color: #1A8FD1;
  background-color: #ECF7FE;
  padding: 12px 22px;
  margin-bottom: 8px;
  border-radius: 20px; }
  .tags__link:hover {
    color: #ECF7FE !important;
    background-color: #1A8FD1; }

.tags .active {
  color: #ECF7FE !important;
  background-color: #1A8FD1; }

.quiz {
  max-width: 62.5rem;
  margin: auto; }
  .quiz #jsQuizMultiple label {
    padding: 0px !important; }
  .quiz__title {
    font-weight: 500 !important;
    margin-bottom: 1.25rem; }
  .quiz__image {
    max-width: 500px !important;
    width: 100%;
    margin: auto;
    object-fit: contain;
    display: flex;
    margin-bottom: 1.25rem;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .quiz__image {
        max-width: 100% !important; } }
  .quiz__ans {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 51.25rem;
    margin: auto; }
    .quiz__ans-btncheckbox {
      display: flex;
      justify-content: center;
      border-radius: 8px !important;
      width: 19rem;
      margin-bottom: 1.125rem !important;
      background-color: #ECF7FE !important;
      color: #1c1d1c !important; }
      .quiz__ans-btncheckbox.active {
        background-color: #1A8FD1 !important;
        color: #ffffff !important;
        box-shadow: none; }
      .quiz__ans-btncheckbox.right {
        background-color: #85CF3B !important;
        color: #ffffff !important;
        box-shadow: none; }
      .quiz__ans-btncheckbox.wrong {
        background-color: #EE4D74 !important;
        color: #ffffff !important;
        box-shadow: none; }
      .quiz__ans-btncheckbox:hover {
        background-color: #1A8FD1 !important;
        color: #ffffff !important; }
      .quiz__ans-btncheckbox input[type="checkbox"] {
        display: none; }
  .quiz-answer {
    max-width: 51.25rem;
    margin: auto;
    margin-top: 2.625rem; }
    .quiz-answer__description {
      color: #313334;
      font-size: 1.25rem; }
    .quiz-answer__readmore {
      color: #313334;
      font-size: 1.25rem;
      margin-top: 1rem; }
      .quiz-answer__readmore a {
        font-weight: 700 !important; }
        .quiz-answer__readmore a:hover, .quiz-answer__readmore a:active, .quiz-answer__readmore a:visited {
          color: #B84700; }
  .quiz #ays-quiz-container-2 .ays-live-fourth-wrap {
    background-color: #cccccc; }
  .quiz__submit-img {
    display: flex;
    max-width: 176px !important;
    height: auto;
    margin: auto;
    object-fit: contain;
    margin-bottom: 2.5rem; }
  .quiz__submit-description {
    color: #313334 !important;
    font-weight: 500 !important; }
  .quiz .form__group {
    width: 47%;
    margin: 0 0.5rem; }
    @media (max-width: 767px) {
      .quiz .form__group {
        width: 35%; } }
    .quiz .form__group_flex {
      max-width: 45%;
      display: flex;
      margin-bottom: 1.25rem;
      align-items: center; }
      @media (max-width: 767px) {
        .quiz .form__group_flex {
          width: 100%; } }
  .quiz .form textarea {
    color: #868B8D; }
  .quiz .form__submit-wrap {
    margin-top: 2.25rem; }
  .quiz .form_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    .quiz .form_checkbox input[type="checkbox"][readonly] {
      pointer-events: none; }
    .quiz .form_checkbox label {
      font-size: 1.25rem !important;
      font-weight: 400;
      width: 100%;
      margin-bottom: 0rem;
      font-weight: 300;
      border-radius: 6px !important; }
    .quiz .form_checkbox input[type="checkbox"] {
      appearance: none;
      width: 1.111rem;
      height: 1.111rem;
      border: 2px solid #1A8FD1;
      border-radius: 3px;
      outline: none;
      cursor: pointer;
      margin-right: 10px;
      position: relative; }
      .quiz .form_checkbox input[type="checkbox"]:checked:before {
        content: "\2714";
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        background-color: #1A8FD1;
        border-radius: 3px;
        width: 1.111rem;
        height: 1.111rem;
        position: absolute;
        top: -1px;
        left: -2px; }
    .quiz .form_checkbox .right .checkbox_right {
      color: #85CF3B !important; }
      .quiz .form_checkbox .right .checkbox_right:checked:before {
        content: "\2714";
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        background-color: #85CF3B !important;
        border-radius: 3px;
        width: 1.111rem;
        height: 1.111rem;
        position: absolute;
        top: -2px;
        left: -2px; }
    .quiz .form_checkbox .right label {
      color: #85CF3B; }
    .quiz .form_checkbox .wrong .checkbox_wrong {
      color: #EE4D74 !important; }
      .quiz .form_checkbox .wrong .checkbox_wrong:checked:before {
        content: "\2714";
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        background-color: #EE4D74 !important;
        border-radius: 3px;
        width: 1.111rem;
        height: 1.111rem;
        position: absolute;
        top: -2px;
        left: -2px; }
    .quiz .form_checkbox .wrong label {
      color: #EE4D74; }
    .quiz .form_checkbox button {
      display: flex;
      justify-content: center; }
  .quiz .form_calender {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem; }
    .quiz .form_calender .form-group {
      width: 30%;
      margin: auto;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .quiz .form_calender .form-group {
          width: 100%; } }
    .quiz .form_calender input[type="text"] {
      outline: 0;
      display: inline-block;
      border: none;
      outline: none !important;
      background-color: transparent;
      box-sizing: border-box;
      font-size: 1.25rem;
      text-align: center;
      color: #313334;
      font-weight: 600;
      transition: border 0.3s linear, box-shadow 0.4s linear, color 0.4s linear;
      position: relative; }
      .quiz .form_calender input[type="text"]:focus {
        border: none !important;
        box-shadow: none !important; }
      .quiz .form_calender input[type="text"]::placeholder {
        color: #868B8D !important; }
      .quiz .form_calender input[type="text"]::before {
        content: "left";
        display: block;
        position: absolute;
        left: 0; }
      .quiz .form_calender input[type="text"]:after {
        content: "right";
        display: block;
        position: absolute;
        right: 0; }

.quiz__image {
  border-radius: 6px !important;
  max-width: 500px;
  width: 100%; }
  @media (max-width: 767px) {
    .quiz__image {
      width: 100% !important; } }

.quiz__ans-btncheckbox {
  padding: 1.2rem 2.5rem !important; }

.flatpickr-calendar::before {
  left: 50% !important; }

.flatpickr-calendar::after {
  left: 50% !important; }

@media (max-width: 767px) {
  .event-page .row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.event-page img {
  border-radius: 6px !important; }

.event-page__listing {
  padding-top: 6.25rem !important; }
  @media (max-width: 767px) {
    .event-page__listing {
      padding-top: 1.875rem !important; } }

.event-page__left-img {
  max-width: 500px !important; }
  @media (max-width: 767px) {
    .event-page__left-img {
      max-width: 100% !important; } }

.event-page__tag {
  color: #868B8D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: 1.92px;
  margin-bottom: 0.5rem !important; }

.event-page__title {
  color: #313334 !important;
  font-weight: 700;
  margin-bottom: 1rem; }

.event-page li {
  margin-bottom: 0.75rem !important;
  display: flex;
  align-items: center; }
  .event-page li span {
    margin-left: 0.75rem !important;
    line-height: 1.5;
    color: #868B8D !important;
    font-weight: 400 !important;
    font-size: 1.25rem !important; }
  .event-page li img {
    width: 18px;
    height: 18px; }

@media (max-width: 767px) {
  .event-page__button {
    margin-bottom: 2rem !important; } }

.event-page__link {
  padding: 0.625rem 1.25rem !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  color: #313334 !important;
  margin-right: 8px !important; }
  .event-page__link.active, .event-page__link:hover {
    background-color: #1A8FD1 !important;
    color: white !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 400 !important; }

.event-page__links-wrap {
  border-bottom: 1px solid #1A8FD1; }
  @media (min-width: 767px) {
    .event-page__links-wrap {
      width: 500px; } }

.event-page__listing-wrap {
  display: flex;
  justify-content: center; }

.event-page__anchor {
  display: block;
  position: relative;
  transition: transform 0.3s ease;
  border-bottom: 1px solid transparent;
  /* Add a transparent border-bottom by default */ }

.event-page__anchor:hover {
  border-radius: 12px;
  transform: translateY(-5px);
  /* Move the card up on hover */
  border-bottom: 4px solid #1A8FD1;
  /* Add a solid black border-bottom on hover */ }

.event-details h2 {
  margin-bottom: 1.25rem !important; }

@media (max-width: 767px) {
  .event-details .line-after {
    margin-top: 2rem !important; } }

.event-details__title {
  color: #313334 !important;
  margin-top: 1.375rem !important;
  margin-bottom: 1.125rem !important; }

.event-details li {
  margin-bottom: 0.75rem !important;
  display: flex;
  align-items: center; }
  .event-details li span {
    margin-left: 0.75rem !important;
    line-height: 1.5;
    color: #868B8D !important;
    font-weight: 400 !important;
    font-size: 1.125rem !important; }
  .event-details li img {
    width: 18px;
    height: 18px; }

.event-details .list-group {
  margin-bottom: 2.5rem !important; }

.event-details__img {
  border-radius: 6px !important; }
  @media (min-width: 1100px) {
    .event-details__img {
      max-width: 320px !important; } }
  @media (max-width: 767px) {
    .event-details__img {
      max-width: 100% !important;
      width: 100% !important; } }

.event-detail-form__head {
  color: #313334 !important;
  margin-bottom: 2.5rem !important; }

.event-detail-form__container form label {
  color: #313334 !important; }

.event-detail-form__container form .form-input-wrapper {
  margin-bottom: 1.5rem !important; }

.event-detail-form__container form .btn {
  margin-top: 1rem !important;
  margin-bottom: 5.625rem !important;
  font-size: 1.125rem !important; }

.event-detail-form__container form .error {
  color: #dc3545 !important;
  margin-bottom: 0px !important; }

.event-detail-form__container #jsEventRegister ::placeholder {
  color: #868B8D !important;
  font-size: 1rem !important; }

.share-event h1 {
  color: #FF9934 !important; }
  @media (max-width: 1100px) {
    .share-event h1 {
      font-size: 1.75rem !important; } }

.share-event__img {
  width: 100px;
  height: 100px; }
  @media (min-width: 767px) {
    .share-event__img {
      margin-right: 2rem !important; } }

.share-event__left-col {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .share-event__left-col {
      flex-flow: column; } }

.share-event__post {
  padding: 0.875rem 2rem;
  background-color: #FF9934;
  color: white !important;
  font-size: 1.125rem !important;
  border-radius: 6px !important;
  font-weight: 700 !important; }

.share-event__right-col {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .share-event__right-col {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2rem !important; } }

@media (max-width: 767px) {
  .share-event__content {
    text-align: center; } }

.drugs-data h5 {
  margin-bottom: 1.125rem !important; }

.drugs-data li {
  list-style: disc !important;
  margin-left: 18px;
  font-weight: 400;
  color: #313334 !important;
  font-size: 1.25rem !important; }

.drugs-data li:last-child {
  margin-bottom: 0.875rem !important; }

/*For all breadcrumbs*/
.breadcrumb {
  padding: 1.125rem 0rem 0.75rem !important; }
  .breadcrumb a {
    font-size: 1.125rem !important;
    color: #3BA9E7 !important; }
    .breadcrumb a.active {
      color: #868B8D !important;
      font-weight: 400;
      font-size: 1.125rem !important; }
  .breadcrumb .breadcrumb-item.active {
    color: #868B8D !important;
    font-weight: 400;
    font-size: 1.125rem !important; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem !important; }

.breadcrumb-item + .breadcrumb-item::before {
  content: " / " !important;
  margin-right: 5px !important;
  color: #868B8D !important;
  font-size: 1.125rem !important;
  padding-right: 0.75rem !important;
  line-height: 1.5 !important;
  margin-right: 0rem !important; }

.thank-you h2,
.thank-you h5 {
  text-align: center !important; }

.thank-you h2 {
  color: #313334 !important;
  text-align: center;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif" !important;
  font-weight: 700 !important;
  margin-top: 1.25rem !important; }

.thank-you h5 {
  font-size: 1.25rem !important;
  color: #868B8D !important;
  font-weight: 400 !important; }

.thank-you .btn-back {
  width: 100% !important;
  max-width: 400px; }
  .thank-you .btn-back a {
    width: 400px;
    border-radius: 6px;
    background-color: #1A8FD1 !important;
    color: #FFF !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    margin-top: 1.25rem !important; }
    @media (max-width: 767px) {
      .thank-you .btn-back a {
        width: 100% !important; } }

.rc-anchor-light {
  background-color: red !important;
  color: #000;
  border-radius: 12px !important; }

.rc-anchor-light.rc-anchor-normal {
  border: none !important; }

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px 15px !important; }

.login-page .elementor-heading-title {
  margin-bottom: 0px !important; }
  @media (max-width: 767px) {
    .login-page .elementor-heading-title {
      margin-top: 2rem !important; } }

.login-page label {
  color: #313334 !important; }

.login-page p {
  color: #868B8D !important;
  font-size: 1.125rem !important;
  font-weight: 400; }

.login-page .wpuf-user-loggedin {
  font-size: 1rem !important;
  color: #313334 !important; }
  .login-page .wpuf-user-loggedin .wpuf-user-avatar img {
    width: 100%;
    height: auto;
    max-width: 60px; }
  .login-page .wpuf-user-loggedin h3 {
    margin-top: 1.5rem !important;
    margin-bottom: 0.119rem !important;
    font-size: 1.8rem !important; }
  .login-page .wpuf-user-loggedin a {
    font-weight: 500 !important; }

.registration-form .iti--allow-dropdown.has-error .iti__selected-flag {
  height: 100% !important; }

.registration-form .wpuf-error-msg {
  color: #EE4D74 !important; }

.registration-form .has-error {
  padding: 0px !important; }

.registration-form .form__group {
  margin-top: 0.5rem !important; }

.registration-form h2 {
  font-size: 1.5rem !important; }

.registration-form .jCheckbox {
  margin-bottom: 0.5rem !important; }

.registration-form .wpuf-label label {
  color: #313334 !important;
  font-size: 1.125rem !important; }

.registration-form .wpuf-fields input[type="text"],
.registration-form .wpuf-fields input[type="email"],
.registration-form .wpuf-fields input[type="password"],
.registration-form .wpuf-fields input[type="number"],
.registration-form .wpuf-fields textarea {
  border: none !important;
  box-shadow: none !important;
  background-color: #F2F4F4 !important;
  border-radius: 8px !important; }
  .registration-form .wpuf-fields input[type="text"]::placeholder,
  .registration-form .wpuf-fields input[type="email"]::placeholder,
  .registration-form .wpuf-fields input[type="password"]::placeholder,
  .registration-form .wpuf-fields input[type="number"]::placeholder,
  .registration-form .wpuf-fields textarea::placeholder {
    color: #868B8D !important;
    font-size: 1rem !important; }

.registration-form .wpuf-fields select {
  border: none !important;
  box-shadow: none !important;
  background-color: #F2F4F4 !important;
  border-radius: 8px !important; }
  .registration-form .wpuf-fields select::placeholder {
    color: #868B8D !important;
    font-size: 1rem !important; }

.registration-form ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="text"] {
  font-size: 1rem !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #F2F4F4 !important;
  border-radius: 8px !important; }
  .registration-form ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-column-inner-fields ul.wpuf-column-fields li input[type="text"]::placeholder {
    color: #868B8D !important;
    font-size: 1rem !important; }

.registration-form .jCheckbox label {
  margin-bottom: 0rem !important; }

.registration-form ul.wpuf-form .wpuf-submit input[type=submit] {
  padding: 8px 100px !important;
  background-color: #1A8FD1 !important;
  color: white !important;
  border-radius: 8px !important;
  font-weight: 700 !important; }

.post-event-form .wpuf-error-msg {
  color: #EE4D74 !important; }

.post-event-form .iti--allow-dropdown.has-error .iti__selected-flag {
  height: 100% !important; }

.post-event-form .dropdown.has-error .iti__selected-flag {
  height: 100% !important; }

.post-event-form .has-error {
  padding: 0px !important; }

.post-event-form ul.wpuf-form li .wpuf-fields .wpuf-radio-inline {
  display: flex !important;
  align-items: center !important; }

@media (max-width: 767px) {
  .post-event-form .column-2 {
    margin-top: 2rem !important; } }

.rest-password-form__head {
  color: #313334 !important;
  margin-bottom: 1.5rem !important; }

.rest-password-form #reset-password {
  width: 600px !important; }
  @media (max-width: 767px) {
    .rest-password-form #reset-password {
      width: 100% !important; } }

.rest-password-form .form-input-wrapper {
  margin-bottom: 1.5rem !important; }

.rest-password-form .form-input-wrapper {
  position: relative;
  width: 100%;
  /* Set the width of the input field */ }

.rest-password-form .btn_blue {
  font-size: 1.125rem !important;
  width: 390px !important; }
  @media (max-width: 767px) {
    .rest-password-form .btn_blue {
      width: 100% !important; } }

.rest-password-form .fa-eye-slash:before {
  content: "\f070";
  font-size: 14px; }

.rest-password-form .fa-eye:before {
  content: "\f06e";
  font-size: 14px; }

.rest-password-form .toggle-password {
  position: absolute;
  right: 35px;
  top: 40px;
  transform: translateX(-50%);
  cursor: pointer; }

.favourite-article form input[type="checkbox"]:checked::before {
  content: "\2605" !important;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #1A8FD1; }

.favourite-article .star {
  visibility: hidden;
  font-size: 30px;
  cursor: pointer; }

.favourite-article .star:before {
  content: "\2605";
  position: absolute;
  visibility: visible; }

.favourite-article .star:checked:before {
  content: "\2606";
  position: absolute; }

.carrer-form__submit {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end; }

.carrer-form__popup-img {
  padding-bottom: 27px; }

.carrer-form__popup-text {
  padding-bottom: 27px; }

.carrer-form__popup-button {
  text-align: center; }

.carrer-form__wrapper .upload_file {
  width: 100%;
  background-color: #F2F4F4;
  height: 118px !important;
  margin: 0px 7px;
  position: relative;
  border-radius: 8px !important; }
  .carrer-form__wrapper .upload_file p span input[type=file] {
    position: relative;
    width: 100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px !important;
    height: 140px !important; }
  .carrer-form__wrapper .upload_file-img {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .carrer-form__wrapper .upload_file-img span {
      font-size: 14px;
      line-height: 24px;
      color: #CDD1D3;
      padding-top: 14px; }
      .carrer-form__wrapper .upload_file-img span span#showUplodeFileName {
        font-size: 14px;
        line-height: 24px;
        color: #CDD1D3;
        padding-top: 14px; }
      .carrer-form__wrapper .upload_file-img span span {
        color: #A1A1A1; }

/*.loader {
  position: fixed;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.86);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  .loader .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .loader .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }*/

.contact-us .form__left-form .recaptcha .wpcf7-not-valid-tip {
  display: block !important; }

.contact-us h2 {
  font-size: 2.75rem !important; }

.contact-us h3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #313334 !important;
  margin-bottom: 4px !important; }

.contact-us__detail-wrapper {
  border-top: 2px solid #CDD1D3 !important; }

.contact-us .form-group {
  margin-bottom: 1.5rem !important; }

.contact-us #jsContactForm label {
  font-weight: 500 !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  color: #313334; }
  .contact-us #jsContactForm label .form-group {
    margin-bottom: 24px !important; }
  .contact-us #jsContactForm label .error {
    color: #dc3545 !important;
    font-size: 0.87rem !important;
    margin-bottom: 0px !important; }
  .contact-us #jsContactForm label .astrick::after {
    content: " *";
    color: #dc3545 !important; }
  .contact-us #jsContactForm label::placeholder {
    color: #868B8D !important;
    font-size: 1.125rem !important; }

.contact-us #jsContactForm {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .contact-us #jsContactForm {
      max-width: 500px !important; } }

.contact-us .form__left-form + div {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem !important; }

.contact-us #jscontactUsSubmit {
  font-size: 1.25rem !important;
  font-weight: 700 !important; }

.contact-us iframe {
  border-radius: 12px !important; }

.contact-us__box h5 {
  color: #313334 !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-left: 5px !important; }

.contact-us__box a {
  color: #313334 !important;
  font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 1.25rem !important;
  font-weight: 400 !important; }

.contact-us__box p {
  margin-left: 5px !important; }

@media (max-width: 767px) {
  .profile .sm-mb-24 {
    margin-bottom: 1.5rem !important; } }

.profile .mb-20 {
  margin-bottom: 1.25rem !important; }

@media (max-width: 767px) {
  .profile .mb-8 {
    margin-bottom: 0.5rem !important; } }

.profile__left-col-wrapper {
  max-width: 500px; }
  @media (max-width: 767px) {
    .profile__left-col-wrapper {
      max-width: 100%; } }

.profile__right-col-wrapper {
  max-width: 500px; }
  @media (max-width: 767px) {
    .profile__right-col-wrapper {
      max-width: 100%; } }

.profile__head {
  color: #313334 !important;
  margin-bottom: 2rem !important; }

.profile__change-pwd {
  font-size: 1.125rem !important;
  color: #1A8FD1 !important;
  font-weight: 700 !important;
  text-decoration: underline !important; }

.profile__input-row {
  margin-bottom: 1.5rem !important; }

.profile__contact-details {
  padding: 4.6875rem 0rem !important; }
  @media (max-width: 767px) {
    .profile__contact-details {
      padding: 0rem !important;
      margin-top: 1.5rem !important; } }

.profile form label {
  color: #313334 !important; }

.profile form .error {
  color: #dc3545 !important;
  font-size: 0.87rem !important;
  margin-bottom: 0px !important; }

.profile form .textfield, .profile form .textareafield, .profile form .wpuf_telephone, .profile form .wpuf_user_pin_code_7226, .profile form .show-input {
  padding: 8px 12px !important;
  box-shadow: none !important; }

.profile form .wpuf-radio-inline {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important; }

.profile form .wpuf-fields {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px !important; }

.profile form .input-group-text,
.profile form input[type="text"],
.profile form input[type="email"],
.profile form textarea {
  background-color: #F2F4F4 !important;
  border: none !important;
  border-radius: 8px !important; }

.profile form::placeholder {
  color: #868B8D !important;
  font-size: 0.87rem !important; }

.profile form .input-group-text {
  margin-right: 0.75rem !important; }

.profile form .group-prepend {
  width: 70% !important; }

.profile form select,
.profile form .select2-container {
  font-size: 0.87rem !important; }

@media (max-width: 767px) {
  .profile__checkbox-text {
    font-size: 1rem !important; } }

.profile__checkbox-wrapper {
  display: flex !important;
  align-items: flex-end; }

.profile form input[type="checkbox"]:checked::before {
  width: 1.25rem !important;
  height: 1.25rem !important; }

.profile form input[type="checkbox"] {
  width: 1.25rem !important;
  height: 1.25rem !important; }

.profile__btn-update {
  width: 300px !important; }
  @media (max-width: 767px) {
    .profile__btn-update {
      width: 50% !important; } }

.profile__btn-wrapper {
  margin-top: 2.5rem !important;
  display: flex;
  justify-content: center; }

.update-profile h2 {
  color: #F2F4F4 !important; }

.update-profile #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], .update-profile body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text] {
  padding: 8px 12px !important; }

.no-results {
  margin-top: 2.75rem;
  border: none !important;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 2rem 5rem !important; }

.search-form {
  display: none !important; }

.login__title h2 {
  color: #313334 !important; }

.registration__title h2 {
  color: #313334 !important; }

.posted-event {
  /* Media Query for Responsiveness */ }
  .posted-event__head {
    color: #313334 !important; }
  .posted-event .investigations__categories {
    width: unset !important; }
  .posted-event .investigations__label span {
    color: #313334 !important;
    font-weight: 600 !important; }
  .posted-event .label-text {
    color: #868B8D !important; }
  .posted-event__card-title {
    color: #313334 !important;
    margin-bottom: 1.125rem !important; }
  .posted-event__italic-text {
    color: #868B8D;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif";
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400; }
  .posted-event__italic-li {
    align-items: center;
    justify-content: space-between; }
  .posted-event li {
    margin-bottom: 0.75rem !important;
    display: flex;
    align-items: center; }
    .posted-event li span {
      line-height: 1.5;
      color: #868B8D !important;
      font-weight: 400 !important;
      font-size: 1.125rem !important; }
    .posted-event li img {
      width: 18px;
      height: 18px; }
  .posted-event .list-group {
    margin-bottom: 2.5rem !important; }
  .posted-event__img {
    border-radius: 6px !important; }
    @media (min-width: 1100px) {
      .posted-event__img {
        max-width: 320px !important; } }
    @media (max-width: 767px) {
      .posted-event__img {
        max-width: 100% !important; } }
  .posted-event__card-wrapper .image-card {
    display: flex;
    margin-bottom: 1.25rem !important;
    border-bottom: 1.5px solid #CDD1D3;
    padding-bottom: 1.25rem !important;
    margin-top: 3.75rem; }
    @media (max-width: 767px) {
      .posted-event__card-wrapper .image-card {
        flex-direction: column;
        align-items: center; } }
  .posted-event__card-wrapper .image-card_margin {
    margin-top: 1.75rem; }
  .posted-event__card-wrapper .image-wrapper {
    flex: 0 0 320px;
    /* Set your desired image width here */
    margin-right: 2.5rem !important; }
    @media (max-width: 767px) {
      .posted-event__card-wrapper .image-wrapper {
        margin-right: 0rem !important;
        flex: 0 0 0px;
        width: 100% !important; } }
    .posted-event__card-wrapper .image-wrapper img {
      width: 100%;
      height: auto;
      border-radius: 6px; }
    @media (max-width: 767px) {
      .posted-event__card-wrapper .image-wrapper {
        margin-bottom: 1.25rem !important; } }
  .posted-event__card-wrapper .image-wrapper .card-content {
    flex: 1; }
  .posted-event__card-wrapper .card-content {
    width: 100% !important; }
  .posted-event__card-wrapper .list-group {
    list-style: none;
    padding: 0; }
    .posted-event__card-wrapper .list-group li {
      display: flex;
      align-items: center;
      margin-bottom: 0.625rem !important; }
      .posted-event__card-wrapper .list-group li img {
        margin-right: 0.75rem !important; }
  .posted-event__action-button-wrappper {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem; }
  .posted-event__action-button {
    text-decoration: underline;
    cursor: pointer;
    font-family: "ArchivoCondensed", "Helvetica Neue", "Arial", "sans-serif"; }
  .posted-event .delete {
    color: #EE4D74 !important;
    background-color: white !important;
    font-size: 1.125rem;
    font-weight: 700 !important;
    line-height: normal; }
  .posted-event .edit {
    margin-left: 3.75rem !important;
    color: #1A8FD1 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline; }
  .posted-event__centered-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /* Set your desired background color */ }
  .posted-event__centered-content {
    text-align: center; }
    .posted-event__centered-content img {
      width: 400px;
      height: auto; }
    .posted-event__centered-content h5 {
      margin: 2rem 0rem;
      font-size: 24px;
      color: #868B8D !important;
      font-weight: 400; }
  .posted-event__centered-button {
    padding: 0.875rem 2rem;
    background-color: #FF9934;
    color: white !important;
    font-size: 1.125rem !important;
    border-radius: 6px !important;
    font-weight: 700 !important; }
  @media (max-width: 768px) {
    .posted-event .centered-content img {
      width: 100px; } }

.forum-section .wpf-head-box {
  font-size: 1rem !important;
  color: #313334 !important; }

.forum-section .wpf-threads {
  margin-top: 2rem !important; }

.forum-section .wpf-threads-head {
  border-bottom: 1.2px solid #CDD1D3 !important;
  margin-bottom: 1.5rem !important; }

.forum-section .wpf-thread {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
  transition: all 0.3s ease; }

.forum-section .wpf-thread:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2); }

.forum-section .wpf-circle {
  background-color: #1A8FD1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
  margin-right: 10px; }

.forum-section #wpforo #wpforo-wrap .wpf-circle.wpf-m i {
  color: white !important;
  opacity: 1 !important; }

.forum-section #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum {
  border-left: 1px solid grey !important; }

.forum-section .wpf-thread-title a {
  color: #CDD1D3;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px; }

.forum-section .wpf-circle.wpf-s i {
  font-size: 13px;
  color: white !important; }

.forum-section .wpf-thread-status .wpf-circle.wpfsq:first-child {
  box-shadow: none !important; }

.forum-section .wpf-thread-author-name a {
  color: #333;
  text-decoration: none;
  font-weight: bold; }

.forum-section .wpf-thread-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #888; }

.forum-section .wpf-thread-info i {
  margin-right: 5px; }

.forum-section .wpf-thread-last-reply {
  margin-top: 10px; }

.forum-section .wpf-thread-title a {
  font-weight: 400 !important; }

.forum-section form input[type="checkbox"] {
  margin-right: 12px !important; }

.forum-section form input[type="checkbox"]:checked::before {
  width: 1.125rem !important;
  height: 1.125rem !important;
  top: -2px !important; }

.forum-section .wpf-main-fields {
  display: flex;
  align-items: center; }

.forum-section .wpf-topic-form-extra-wrap {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 20px; }

.forum-section .wpf-choose-forum {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333; }

.forum-section .wpf-topic-form-forumid {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px; }

.forum-section .wpf-field-wrap input[type="text"] {
  width: calc(100% - 22px);
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px; }

.forum-section .wpf-field-wrap textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px; }

.forum-section .wpf-field-wrap label {
  margin-top: 10px;
  font-size: 16px;
  color: #333; }

.forum-section .wpf-main-fields input[type="checkbox"] {
  margin-right: 10px; }

.forum-section .wpf-topic-tags {
  margin-top: 20px; }

.forum-section .wpf-topic-tags-label {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px; }

.forum-section .wpf-tags {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px; }

.forum-section .wpf-topic-sbs {
  margin-top: 20px;
  font-size: 16px;
  color: #333; }

.forum-section .wpf-buttons-wrap {
  margin-top: 20px; }

.forum-section .wpf-button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer; }

.forum-section .wpf-button:hover {
  background-color: #45a049; }

.forum-section .wpf-button-secondary {
  padding: 10px 20px !important; }
  .forum-section .wpf-button-secondary:hover {
    background-color: #3BA9E7 !important;
    color: white !important; }

.forum-section .wpf-acp-toggle i {
  color: #43a6df;
  opacity: 1 !important; }

.forum-section .wpf-sbtn {
  display: flex !important;
  align-items: center !important; }

.forum-section .wpf-sb-icon {
  border: 1px solid #3BA9E7 !important;
  border-radius: 10px; }

.forum-section #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons i {
  margin-right: 8px !important; }

.forum-section .wpf-topic-icons span {
  font-size: 1rem !important; }

.forum-section #wpforo-wrap a {
  font-size: 1rem !important; }

.forum-section .wpf-thread-last-date {
  font-size: 1rem !important; }

.forum-section .wpf-stat-label, .forum-section .wpf-no-new, .forum-section .wpf-new {
  font-size: 1rem !important; }

.forum-section #wpforo #wpforo-wrap .wpforo-category .wpf-button {
  padding: 15px 30px !important;
  font-size: 1rem !important; }

.forum-section #wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic {
  padding: 10px 15px !important;
  font-size: 1rem !important; }

.forum-section .wpforo-section {
  font-size: 1rem !important; }

.forum-section .wpf-parent-post {
  font-size: 1rem !important; }

.post-event-form .elementor-widget:not(:last-child) {
  margin: 0 !important; }

.post-event-form h2 {
  color: #313334 !important; }

.post-event-form h4 {
  color: #1A8FD1 !important;
  margin: 0px !important; }

.post-event-form .wpuf-column-fields li.wpuf-el {
  margin-bottom: 24px !important; }
  .post-event-form .wpuf-column-fields li.wpuf-el .wpuf-label {
    color: #313334 !important; }

.post-event-form .wpuf-submit {
  justify-content: flex-end; }
  .post-event-form .wpuf-submit .wpuf-label {
    font-size: 0px !important;
    line-height: 0 !important; }
  .post-event-form .wpuf-submit input[type="submit"] {
    margin: 0px 0px 0px auto !important;
    font-size: 1rem !important;
    font-weight: 700 !important; }

.registration-page .wpuf-column-fields .wpuf-checkbox-block {
  font-weight: 400 !important; }

.registration-page .wpuf-column-fields li.wpuf-el {
  margin-bottom: 20px !important; }
  .registration-page .wpuf-column-fields li.wpuf-el h4 {
    color: #1A8FD1 !important;
    margin: 0px !important; }
  .registration-page .wpuf-column-fields li.wpuf-el .wpuf-label label {
    color: #313334 !important; }

.registration-page .wpuf-column-fields li.user_term_condition .wpuf-label {
  display: none !important; }

.registration-page .wpuf-form .has-error {
  padding: 0px !important; }

.registration-page .wpuf-form li.wpuf-el {
  padding: 0px !important; }

.registration-page .wpuf-form li.wpuf-submit {
  margin-top: 10px; }
  .registration-page .wpuf-form li.wpuf-submit .wpuf-label {
    font-size: 0px !important;
    line-height: 0px !important; }
  .registration-page .wpuf-form li.wpuf-submit input[type=submit] {
    justify-content: center;
    width: 393px !important;
    padding: 14px 32px !important;
    font-size: 18px !important;
    font-weight: 700;
    background-color: #1A8FD1 !important; }
    @media (max-width: 767px) {
      .registration-page .wpuf-form li.wpuf-submit input[type=submit] {
        width: 100% !important; } }

.update-profile .elementor-widget:not(:last-child) {
  margin: 0 !important; }

.update-profile .wpuf-checkbox-block {
  font-weight: 400 !important; }

.update-profile h2 span {
  color: #313334 !important;
  font-weight: 700;
  font-style: normal !important;
  line-height: normal !important; }

.update-profile .wpuf-el {
  padding: 0px !important; }
  .update-profile .wpuf-el label {
    color: #313334 !important; }
  .update-profile .wpuf-el .has-error {
    padding: 0px !important; }
  .update-profile .wpuf-el .iti__selected-flag {
    padding: 8px !important; }

.update-profile .wpuf-column-fields li.custom_html_4087162227 {
  margin-top: 3.333rem !important; }

.update-profile .wpuf-column-fields li.wpuf-el {
  margin-bottom: 20px !important; }
  .update-profile .wpuf-column-fields li.wpuf-el h4 {
    color: #1A8FD1 !important;
    margin: 0px !important; }
  .update-profile .wpuf-column-fields li.wpuf-el .wpuf-label label {
    color: #313334 !important; }

.update-profile .wpuf-column-fields li.user_term_condition .wpuf-label {
  display: none !important; }

.update-profile .wpuf-form li.wpuf-submit {
  margin-top: 10px; }
  .update-profile .wpuf-form li.wpuf-submit .wpuf-label {
    font-size: 0px !important;
    line-height: 0px !important; }
  .update-profile .wpuf-form li.wpuf-submit input[type=submit] {
    outline: none !important;
    border: none !important;
    border-radius: 6px !important;
    line-height: normal !important;
    justify-content: center;
    width: 393px !important;
    padding: 14px 32px !important;
    font-size: 18px !important;
    font-weight: 700;
    background-color: #1A8FD1 !important; }
    @media (max-width: 767px) {
      .update-profile .wpuf-form li.wpuf-submit input[type=submit] {
        width: 100% !important; } }

.favourite h6 {
  color: #1A8FD1 !important;
  font-weight: 400 !important;
  margin-bottom: 0.75rem !important; }

.favourite h4 {
  font-size: 2rem !important;
  color: #313334 !important;
  font-weight: 700; }

.favourite__content {
  font-size: 1.25rem !important; }

.favourite .image-card {
  position: relative; }

.favourite__star-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px; }

.favourite .simplefavorite-button {
  display: flex;
  align-items: center;
  border: none !important; }

@media (max-width: 767px) {
  .invitefriend .row {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.invitefriend__head {
  color: #313334 !important;
  font-weight: 700;
  margin-bottom: 1.5rem !important; }
  @media (max-width: 767px) {
    .invitefriend__head {
      margin-top: 2rem !important; } }

.invitefriend__img {
  width: 480px !important; }
  @media (max-width: 767px) {
    .invitefriend__img {
      width: 100% !important; } }

.invitefriend__wrapper {
  display: flex;
  justify-content: center; }

.invitefriend form {
  max-width: 400px !important; }
  @media (max-width: 767px) {
    .invitefriend form {
      width: 100% !important; } }
  .invitefriend form .form-input-wrapper {
    margin-bottom: 1.5rem !important; }
